<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: batuhandumani</title><link>https://news.ycombinator.com/user?id=batuhandumani</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Jul 2026 23:18:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=batuhandumani" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by batuhandumani in "NotebookLM is now Gemini Notebook"]]></title><description><![CDATA[
<p>In a few years, <a href="https://killedbygoogle.com/" rel="nofollow">https://killedbygoogle.com/</a></p>
]]></description><pubDate>Thu, 16 Jul 2026 17:27:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48937521</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=48937521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48937521</guid></item><item><title><![CDATA[New comment by batuhandumani in "AI coding is gambling"]]></title><description><![CDATA[
<p>Life is a gamble</p>
]]></description><pubDate>Wed, 18 Mar 2026 21:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47431435</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=47431435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47431435</guid></item><item><title><![CDATA[New comment by batuhandumani in "Ask HN: Share your personal website"]]></title><description><![CDATA[
<p><a href="https://bthndmn12.github.io/" rel="nofollow">https://bthndmn12.github.io/</a>
i havent updated since 2024</p>
]]></description><pubDate>Thu, 15 Jan 2026 10:50:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46630754</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=46630754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46630754</guid></item><item><title><![CDATA[New comment by batuhandumani in "The Dragon Hatchling: The missing link between the transformer and brain models"]]></title><description><![CDATA[
<p>You're truly judging the book by its cover, but I have to give credit where it's due the abstract is very long.</p>
]]></description><pubDate>Wed, 22 Oct 2025 14:49:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45669977</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=45669977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45669977</guid></item><item><title><![CDATA[Show HN: Diagramblog.js – A lightweight library for diagrams from Markdown]]></title><description><![CDATA[
<p>When I started this project, my idea was simply, “Why not convert blogs into diagrams?”. As the project developed, I remained faithful to this core idea.<p>We all use Markdown for documents and pretty much everything else, but seeing the structure visually has always been difficult for me. I was looking for a way to easily see the links and dive into detailed content when needed.<p>Of course, I could have used something like Mermaid, but I wanted to build it from scratch to make it more flexible, interactive, and dependency-free.<p>It's quite easy to use. You can adjust the colors of the blocks, easily create links, and most importantly, you can do all of this in a single Markdown file.<p>The demo I linked to is a chat application that also functions as a diagram generator. While chatting with AI, Markdown text is written for you on the left side. You can copy the code it generates. It is ready to use on your own site; all you need to do is add the library's CDN link to your page. You can access detailed documentation via the GitHub or npm link below or the links in the top right corner of the chat.<p>github: <a href="https://github.com/bthndmn12/diagram-blog" rel="nofollow">https://github.com/bthndmn12/diagram-blog</a><p>npm: <a href="https://www.npmjs.com/package/diagram-blog" rel="nofollow">https://www.npmjs.com/package/diagram-blog</a><p>chat demo: <a href="https://diagram-chat-ai.vercel.app" rel="nofollow">https://diagram-chat-ai.vercel.app</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45562718">https://news.ycombinator.com/item?id=45562718</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 12 Oct 2025 22:42:12 +0000</pubDate><link>https://diagram-chat-ai.vercel.app/</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=45562718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45562718</guid></item><item><title><![CDATA[New comment by batuhandumani in "How AI on Microcontrollers Works: Operators and Kernels"]]></title><description><![CDATA[
<p>tf-lite micro library has many advantages, and the first of these is the tensorFlow framework itself. You can train the model easily and then implement the same or a similar architecture on esp-32s without much effort. Another advantage is its optimization and you can easily intervene in various memory optimizations and even though it is not a large one, it does have a community.<p>Apart from these, for example, the author implemented the model the traditional way using C, but it is more convenient to use tf-lite micro on esp32s with the Berry script language.<p>However, since I have never used onnxin this kind of project, I cant speak to its advantages, so comparisons are difficult from my perspective. But as I said, tf-lite and offer benefits like easy integration, good optimization, and as the name implies, tensorFlow.</p>
]]></description><pubDate>Fri, 04 Jul 2025 12:06:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44463803</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=44463803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44463803</guid></item><item><title><![CDATA[New comment by batuhandumani in "Show HN: Wikigen.ai"]]></title><description><![CDATA[
<p>The interface and the way the language model is used is amazing. I feel like I'm looking at a lecture note or reading an article and it's a real departure from other language model interfaces and content. Even beautiful integrations of such language models like NotebookLM are rare and most of them are identical. Especially the fact check and explore part is very good. I wonder if there will be a user login or will it continue without any login? I hope it gets enough support and the project will continue.</p>
]]></description><pubDate>Sun, 01 Jun 2025 02:05:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44148178</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=44148178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44148178</guid></item><item><title><![CDATA[Show HN: C implementation of Karpathy's micrograd and with a Python Interface]]></title><description><![CDATA[
<p>Hi HN, I'm presenting the C implementation of Karpathy's micrograd. Although there are still issues in the memory management part, it is stable. If you have suggestions, you can write in the issues section on github or if you want to contribute to the project, you can send a pull request. Thank you!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44142137">https://news.ycombinator.com/item?id=44142137</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 31 May 2025 05:53:44 +0000</pubDate><link>https://github.com/bthndmn12/lamba</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=44142137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44142137</guid></item><item><title><![CDATA[Show HN: Multi-Agent Traffic Simulation with AutoGen Framework]]></title><description><![CDATA[
<p>Hello HN, I am sharing a multi-agent-based traffic simulation that my friend Daniel and I developed using the AutoGen framework we built together. If you'd like to check out the documentation and the project in detail, there's a summary on GitHub.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43792120">https://news.ycombinator.com/item?id=43792120</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 25 Apr 2025 10:33:10 +0000</pubDate><link>https://github.com/bthndmn12/AutoGen-Traffic-Simulation</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43792120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43792120</guid></item><item><title><![CDATA[New comment by batuhandumani in "Firing programmers for AI is a mistake"]]></title><description><![CDATA[
<p>I did not in any way acknowledge that this article was created by LLM. I only said that LLM translated the following text into English and also i am going to add my own translation. I think you are a bit offended. I just asked you what makes you think that this article was created from scratch by LLM and you are still insulting me in some way by saying that it could not have been written by me. I am leaving you the original untranslated text of the article in Turkish. Let any LLM create the following article in Turkish in this rhyme and I will stop speaking Turkish.<p>Original text before translation:
"Bu tarz yazılar, makaleler ve deyişler bana Luddite hareketini hatırlatıyor. Maalesef olacak olanı engellemek bizim elimizde olan bir şey değil. Yel değirmenlerine karşı savaşarak ancak elde tutulan mızrak bükülür. Zamanın ruhu ileride veya en kısa zamanda bunun gerçekleşeceğini gösteriyor. Developer'lar zeki, çalışkan ve işinde iyi insanlar olsa bile aşırı verimli ve bir o kadar bilgi kaynağına erişimi olan bu hesaplama canavarlarına karşı her zaman bir yönden eksik ve aciz olacaklardır. Bu yüzden bu tarz görüşler yerine daha önemli olan şu kavrama yönelmek gerekir. Peki bundan sonra ne olacak?"<p>My translation to English without any help from translation tools(google translate, deepl or any LLMs): 
"This kind of writings, articles and sayings reminds me Luddite movement. Unfortunately we are not able to stop what is going to happen. Fighting against windmills only bends our spear. Spirit of the time says, it will happen in the future. Developers can smart, hardworking and good at their job but they can't compete against these powerful and can able to access all data sources, machines. Because of that instead of thesekind of thoughts and views, we should focuse to the this idea. What is going to happen next?"<p>as you can see, my main translation is not as good as LLMs because these tools are great for machine translation tasks. this is reason which you dont able to understand why i used for translation. so what was the reason you think the main text is ai?!<p>"Developer'lar zeki, çalışkan ve işinde iyi insanlar olsa bile aşırı verimli ve bir o kadar bilgi kaynağına erişimi olan bu hesaplama canavarlarına karşı her zaman bir yönden eksik ve aciz olacaklardır." in here i didnt use "da" addition after " ve bir o kadar ". normally in turkish you need to add this addition because nature of this language needs and it gives a meaning of "able" word in English and also it is not necessary to add "da" addition because it doesn't have to be, because that's what it means when it isn't. "eksik ve aciz" is a false usage if you know this language. There is an expression disorder here, but I used it like that to fit the natural flow and narrative style of the sentence. at the first paragraph there is word "deyiş", it is rarely used word. "Deyiş" is like a kind of public speech. It is an address to the people, but on a smaller scale and at the same time contains the meaning that one can speculatively express one's own opinion. What is it that makes you underestimate my intellectual knowledge and general knowledge so much?<p>edit: i have added an explanation of the shortcomings of the original text</p>
]]></description><pubDate>Thu, 13 Feb 2025 10:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43034444</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43034444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43034444</guid></item><item><title><![CDATA[New comment by batuhandumani in "Firing programmers for AI is a mistake"]]></title><description><![CDATA[
<p>I used for just translation. What makes you think this my thoughts are AI? Which parts specifically?</p>
]]></description><pubDate>Tue, 11 Feb 2025 18:16:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43016143</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43016143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43016143</guid></item><item><title><![CDATA[New comment by batuhandumani in "Firing programmers for AI is a mistake"]]></title><description><![CDATA[
<p>The concepts of "preventing what is to come is not within our control" and "So, what will happen next?" do not philosophically contradict each other. Furthermore, what I am referring to here is not necessarily related to determinism.<p>The question "What will happen next?" implies that something may have already happened now, but in the next step, different things will unfold. Preventing certain outcomes is difficult because knowledge does not belong to a single entity. Even if one manages to block something on a local scale, events will continue to unfold at a broader level.</p>
]]></description><pubDate>Tue, 11 Feb 2025 10:54:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43011346</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43011346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43011346</guid></item><item><title><![CDATA[New comment by batuhandumani in "Firing programmers for AI is a mistake"]]></title><description><![CDATA[
<p>What I mean by Zeitgeist is this: once an event begins, it becomes unstoppable. The most classic and cliché examples include Galileo’s heliocentric theory and the Inquisition, or Martin Luther initiating the Protestant movement.<p>Some ideas, once they start being built upon by certain individuals or institutions of that era, continue to develop in that direction if they achieve success. That’s why I say, "Zeitgeist predicts it this way." Researchers who have laid down important cornerstones in this field (e.g., Ilya Sutskever, Dario Amodei, etc.)[1, 2] suggest that this is bound to happen eventually, one way or another.<p>Beyond that, most of the hardware developments, software optimizations, and academic papers being published right now are all focused on this field. Even when considering the enormous hype surrounding it, the development of this area will clearly continue unless there is a major bottleneck or the emergence of a bubble.<p>Many people still approach such discussions sarcastically, labeling them as marketing or advertising gimmicks. However, as things stand, this seems to be the direction we are headed.<p>[1] <a href="https://www.youtube.com/watch?v=ugvHCXCOmm4" rel="nofollow">https://www.youtube.com/watch?v=ugvHCXCOmm4</a>
[2] <a href="https://www.reddit.com/r/singularity/comments/1i2nugu/ilya_sutskevers_ideal_world_with_agi_what_are/" rel="nofollow">https://www.reddit.com/r/singularity/comments/1i2nugu/ilya_s...</a></p>
]]></description><pubDate>Tue, 11 Feb 2025 10:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43011277</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43011277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43011277</guid></item><item><title><![CDATA[New comment by batuhandumani in "Firing programmers for AI is a mistake"]]></title><description><![CDATA[
<p>Such writings, articles, and sayings remind me of the Luddite movement. Unfortunately, preventing what is to come is not within our control. By fighting against windmills, one only bends the spear in hand. The Zeitgeist indicates that this will happen soon or in the near future. Even though developers are intelligent, hardworking, and good at their jobs, they will always be lacking and helpless in some way against these computational monsters that are extremely efficient and have access to a vast amount of information. Therefore, instead of such views, it is necessary to focus on the following more important concept: So, what will happen next?</p>
]]></description><pubDate>Tue, 11 Feb 2025 10:23:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=43011105</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=43011105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43011105</guid></item><item><title><![CDATA[Experimental Ginzburg-Landau Approach with SGLD for Physics-Informed Learning]]></title><description><![CDATA[
<p>Article URL: <a href="https://bthndmn12.github.io">https://bthndmn12.github.io</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40841126">https://news.ycombinator.com/item?id=40841126</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 30 Jun 2024 23:02:37 +0000</pubDate><link>https://bthndmn12.github.io</link><dc:creator>batuhandumani</dc:creator><comments>https://news.ycombinator.com/item?id=40841126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40841126</guid></item></channel></rss>