A history of ARM, part 1: Building the first chip
28.09.2025 05:46 — 👍 11 🔁 2 💬 1 📌 0@gurkanctn.bsky.social
Robotics and autonomous systems, flight simulators, unmanned aircraft, programming, retro computing, aircraft design. Twitter no more :)
Ben rastlamadım ama açık unutulduğunu anlamak (ve kapatmaya motivasyon yaratmak) için öyle yapılmış olabilir. Açıkken bir kırmızı led yakmak (ışıkları hiç söndürmemek) hem pratik hem de şikayetsiz çözüm olabilirmiş sanki.
19.07.2025 13:52 — 👍 0 🔁 0 💬 0 📌 0Impressive capability. On mobile, I'd
prefer if it jumps to the start of its response, otherwise I have to scroll back each time.
One of the simpler and still missing feature is "search among all AI assistants" for past sessions.
22.05.2025 20:28 — 👍 1 🔁 0 💬 0 📌 0GSM uzmanı değilim ama SMS veya şebeke / sistem mesajlarına pek güvenmemekte fayda var. Uzmanı gelip "dert etmeyin, bu kadar olmaz" vb derse de inanmayın :)
10.05.2025 15:18 — 👍 0 🔁 0 💬 1 📌 0Açıldı. 🥰
youtu.be/NW2BOIqqNg0
The key point is changing a vehicle from boat to airplane and forgetting to update the data file to include the required parameters... and not catching it before release. Seems like an interface (data and code) management problem.
23.04.2025 19:53 — 👍 0 🔁 0 💬 1 📌 0the AI tools are able to generate parts and assemble them to an assembly within a few minutes, via python scripting inside FreeCad.
The only problem: the AI most of the time doesn't know what it's building (this image is an NC plotter, designed by DeepSeek, the parts have meaningful names though)
Kaplama makinesi çıktı son yıllarda ve böylece kitapçılar uygun maliyete aile saati kültürünün yerini aldılar.
11.03.2025 18:59 — 👍 0 🔁 0 💬 0 📌 0good to know.. it's the 'selpak' of zippers in recent years.
04.03.2025 15:14 — 👍 0 🔁 0 💬 0 📌 0Conclusion:
1. DeepSeek worked great, though displayed the board using text, which is a lot better than no-show.
2. ChatGPT worked fabulously with very little guidance that took it seconds to improve the graphic.
3. Gemini parsed the file but failed and admitted to fail at displaying the board.
Gemini responded with "here's the board" and nothing was displayed. It took some convincing to let it try drawing with text. And it displayed only one stone on the board. When I prompted to try to show all 20 moves, it couldn't display them, and gave up saying sorry.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0ChatGPT successfully drew the board with graphics. The only problem being white stones hard to see on the white background. When reminded, it successfully changed the background to light brown (on my suggestion). Note that row and column names are not displayed.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0Deepseek drew the board with Text, but at the 10th general move, not usernickname's 10th move.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0Test 2: can you draw the board at the 10th move of usernickname?
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0ChatGpt identified and parsed the file correctly, described the settings of the game, with the significant summary of the settings.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0Gemini misidentified the file as a TsumeGo file (another website related to Go). In fact the source of the file (KGS) was already written inside the file, and was successfully identified by DeepSeek.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0Deepseek identified and parsed the file correctly, described ALL the settings of the game.
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 0This time, I tested the three AI tools with a SGF file. (SGF is a file format that describe Go matches.) The following are the results:
23.02.2025 09:14 — 👍 0 🔁 0 💬 1 📌 03 is usually a good intro for newbies, the main drawback is that tech stack is changing rapidly so the content will age out quickly.
19.02.2025 17:47 — 👍 1 🔁 0 💬 0 📌 0For Gemini, I gave extra chances and prompts to come up with a working code. But somehow it couldn't!
example prompt: "now write the complete and functional code to compare all methods"
and its code included a line like:
# ... (function remains exactly the same as the previous response) ...
:((
My overall review:
1) DeepSeek runs the best at understanding the context and coming up with working code and ideas.
2) ChatGPT can do things, but it didn't come up with metrics when comparing different methods. It ran out of credits.
3) Gemini.. seems to have fallen behind the competition.
DeepSeek managed to write the code, however it implemented a deprecated method at first. When I prompted the error, it suggested removing that method, and the comparison was available at first try. Comparison included some metrics such as: detection time, matching time and number of matches.
15.02.2025 12:57 — 👍 1 🔁 0 💬 1 📌 0ChatGPT went out of credits for its best model, but still managed to write the code, however it implemented a deprecated method. Then corrected (after a few tries) and made all methods work, but didn't report any comparable findings.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0Gemini failed awfully again, this time not at the algorithm level. It made a syntax error for printing something I had not specifically asked for.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0After this, I asked all of the AI systems to improve the code for comparing several alternative methods (to be suggested by the AI) and reporting the results.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0DeepSeek made a good review and restructured the code, and it ran flawlessly at first try.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0ChatGPT made a good review and restructured the code, and it ran flawlessly at first try.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0Gemini has made some array size errors. And didn't correct it.
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0I've just compared ChatGPT, Gemini and DeepSeek for reviewing and improving a Python code I had developed for image-to-image matching. Here's my notes: ...
15.02.2025 12:57 — 👍 0 🔁 0 💬 1 📌 0