<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: gnunez</title><link>https://news.ycombinator.com/user?id=gnunez</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 17:17:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gnunez" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gnunez in "GPT-2: Too Dangerous To Release (2019)"]]></title><description><![CDATA[
<p>I remember those days. They released smaller versions of the model that were interesting but pretty useless. The wild part is, about 5 years later I was able to train the same model from scratch, using a couple of gpus in my home office, following Kaparthy’s online lectures, for a fraction of the cost. Long Live Open Source!</p>
]]></description><pubDate>Wed, 10 Jun 2026 04:26:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48471411</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=48471411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48471411</guid></item><item><title><![CDATA[New comment by gnunez in "Our eighth generation TPUs: two chips for the agentic era"]]></title><description><![CDATA[
<p>I agree. I like using Antigravity for some of my frontend work, and I find it does a better job than Claude Code - Opus 4.6. I’ve also found the Gemini Flash models to be good at legal defense research—I use them to help New Yorkers fight parking tickets (<a href="https://nyceasyparking.com" rel="nofollow">https://nyceasyparking.com</a>). That said, the Claude models are still amazing at agentic work.</p>
]]></description><pubDate>Thu, 23 Apr 2026 18:03:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47879119</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=47879119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47879119</guid></item><item><title><![CDATA[New comment by gnunez in "Ask HN: What are you working on? (September 2025)"]]></title><description><![CDATA[
<p>I’m working on yet another cloud based coding agent <a href="https://seniordev.io/" rel="nofollow">https://seniordev.io/</a> that connects to an existing GitHub repo, spins up a feature branch, commits incremental changes, and opens a PR. You can jump into an embedded VS Code server to review and tweak the code before merging—no local setup needed. Any feedback is greatly appreciated Thanks!</p>
]]></description><pubDate>Tue, 30 Sep 2025 05:37:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45422265</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=45422265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45422265</guid></item><item><title><![CDATA[New comment by gnunez in "Andrej Karpathy: Deep Dive into LLMs Like ChatGPT [video]"]]></title><description><![CDATA[
<p>Great work! I love your videos; they've taught me so much. Any plans for a Mixture of Experts (MoE) video? My understanding is that starting from GPT4 most advance models use MoE to some extent. For example, can I take the model from your GPT2 video and just change the feed forward layer to an MoE layer like the one found here (1)? I guess I can just try it myself but I enjoy the expert guidance you provide in your videos. Please don't stop! great content!<p>1. <a href="https://github.com/mistralai/mistral-inference/blob/main/src/mistral_inference/moe.py">https://github.com/mistralai/mistral-inference/blob/main/src...</a></p>
]]></description><pubDate>Wed, 05 Feb 2025 22:44:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42956432</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=42956432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42956432</guid></item><item><title><![CDATA[New comment by gnunez in "Katy – 68000 Linux on a Solderless Breadboard (2014)"]]></title><description><![CDATA[
<p>The 555 timer is considered one of the most successful chip designs in electronics. It has a simple, well understood, design. The timing on the 555 can be configured to generate a periodic signal using just a few resistors and capacitors. The 555 is often used as a timer in electronic circuits. The Linux scheduler is usually configured to respond to interrupts generated by a cpu. To replace those cpu interrupts by a simple 555 timer is impressive due to the unconventional nature of the setup.</p>
]]></description><pubDate>Sun, 19 May 2024 09:56:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40405703</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=40405703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40405703</guid></item><item><title><![CDATA[New comment by gnunez in "The Art of Electronics (2015)"]]></title><description><![CDATA[
<p>Thanks for your helpful comment! I was also struggling with the bad circuits voltage divider.</p>
]]></description><pubDate>Sun, 24 Dec 2023 08:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38752000</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=38752000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38752000</guid></item><item><title><![CDATA[New comment by gnunez in "OpenWrt 23.05"]]></title><description><![CDATA[
<p>Hi apologies for any confusion. What i meant to say is that OpenWrt can be run on the Raspberry Pi. I did this because I had a Raspberry Pi laying around and did not want to invest in additional hardware just for experimenting with OpenWrt within my internal network. You can also run OpenWrt in a virtual environment like QEMU -- this is useful if you're aiming to connect multiple VMs to OpenWrt, effectively setting up a virtual network with OpenWrt at its core. Please see links below for more info:<p><a href="https://firmware-selector.openwrt.org/?version=21.02.3&target=bcm27xx%2Fbcm2711&id=rpi-4" rel="nofollow noreferrer">https://firmware-selector.openwrt.org/?version=21.02.3&targe...</a>
<a href="https://openwrt.org/toh/raspberry_pi_foundation/raspberry_pi" rel="nofollow noreferrer">https://openwrt.org/toh/raspberry_pi_foundation/raspberry_pi</a>
<a href="https://openwrt.org/docs/guide-user/virtualization/qemu" rel="nofollow noreferrer">https://openwrt.org/docs/guide-user/virtualization/qemu</a></p>
]]></description><pubDate>Mon, 16 Oct 2023 19:54:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37905508</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=37905508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37905508</guid></item><item><title><![CDATA[New comment by gnunez in "OpenWrt 23.05"]]></title><description><![CDATA[
<p>it also works really nice with the raspberry pi 4 and QEMU.</p>
]]></description><pubDate>Sat, 14 Oct 2023 03:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37877919</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=37877919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37877919</guid></item><item><title><![CDATA[New comment by gnunez in "Most of my skills are now worth nothing, but 10% are worth 1000x"]]></title><description><![CDATA[
<p>It could be that the corpus ChatGPT was trained on is full of ‘confidently wrong’ answers from these ‘experts’. One solution could be to train these LLM on a higher quality corpus from real experts instead of random text from the internet. But would that just bring us back to the days of expert systems?</p>
]]></description><pubDate>Wed, 19 Apr 2023 22:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=35634301</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=35634301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35634301</guid></item><item><title><![CDATA[New comment by gnunez in "Open Circuits – The Inner Beauty of Electronic Components"]]></title><description><![CDATA[
<p>Wow this looks amazing! I can’t wait to get my copy. I wonder with all the available resources to learn electronics can someone become an electronics engineer without going to college (assuming enough mathematical maturity to understand Electrodynamics, etc)?</p>
]]></description><pubDate>Sat, 02 Jul 2022 14:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=31959371</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=31959371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31959371</guid></item><item><title><![CDATA[New comment by gnunez in "Ghidra: A software reverse engineering suite of tools developed by the NSA"]]></title><description><![CDATA[
<p>Ghidra was released 2 years ago. Am I missing something?</p>
]]></description><pubDate>Wed, 14 Jul 2021 04:20:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27829687</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=27829687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27829687</guid></item><item><title><![CDATA[New comment by gnunez in "Why I prefer making useless stuff"]]></title><description><![CDATA[
<p>I can’t either. It reads like something out of GPT-3 or maybe even GPT-2. Lol no offense.</p>
]]></description><pubDate>Tue, 25 May 2021 02:23:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=27271996</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=27271996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27271996</guid></item><item><title><![CDATA[New comment by gnunez in "Internal Combustion Engine"]]></title><description><![CDATA[
<p>Nicely put! I think most "real" engineers dismissal of software engineering is because we can for the most part ignore physics. This somehow seems like cheating and not mathematical enough to be "real" engineering. I've even heard the claim that discrete mathematics, graph theory, and theoretical computer science is not "real" mathematics.  It should be clear that a developing complex software system like Unix, Kubernetes, Redis is engineering, but somehow others from different engineering disciplines cannot see that. After bringing so many great inventions and innovations into this world, how can we once and for all make the case that software engineering is real engineering and get the respect that this field deserves?</p>
]]></description><pubDate>Tue, 11 May 2021 18:32:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=27121722</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=27121722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27121722</guid></item><item><title><![CDATA[New comment by gnunez in "The Duties of John von Neumann’s Assistant in the 1930s (2020)"]]></title><description><![CDATA[
<p>Also, seems kind of rude as a teacher to erase equations off the board "before students could copy them". Would it hurt so much to ask, has every written this equation?</p>
]]></description><pubDate>Sun, 18 Apr 2021 01:59:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=26849153</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=26849153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26849153</guid></item><item><title><![CDATA[New comment by gnunez in "Neuralink Monkey MindPong"]]></title><description><![CDATA[
<p>This is amazing technology. I have one question. How is security being addressed for this technology? Some pretty nasty bugs have recently been found on a particular bluetooth stack, now we are talking about pairing our brains through bluetooth. I would really hate to see what happens when somebody buffer overflows your Neuralink!</p>
]]></description><pubDate>Sat, 10 Apr 2021 17:53:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=26763443</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=26763443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26763443</guid></item><item><title><![CDATA[New comment by gnunez in "Hacking Zines Archive"]]></title><description><![CDATA[
<p>A Blast from the Past! Thanks for sharing!</p>
]]></description><pubDate>Wed, 17 Mar 2021 20:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=26496363</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=26496363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26496363</guid></item><item><title><![CDATA[New comment by gnunez in "Ask HN: Which books made you the most money?"]]></title><description><![CDATA[
<p>TCP/IP Illustrated, It was that first time I realized that all the magic the computer was doing could be understood on a bit by bit level. It launched me into a rewarding career.</p>
]]></description><pubDate>Thu, 04 Mar 2021 07:10:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=26339555</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=26339555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26339555</guid></item><item><title><![CDATA[New comment by gnunez in "IBM paperweight teardown: Reverse-engineering 1970s memory chips"]]></title><description><![CDATA[
<p>Thanks for your work Ken. I am learning so much from you.</p>
]]></description><pubDate>Sat, 30 Jan 2021 21:45:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=25973305</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=25973305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25973305</guid></item><item><title><![CDATA[New comment by gnunez in "Siliconpr0n: High Resolution Chip Maps"]]></title><description><![CDATA[
<p>Some hobbyists use these die shots to reverse engineer older chips, bypassing the need to decap the chips themselves. The craft is explained nicely in this video <a href="https://www.youtube.com/watch?v=aHx-XUA6f9g" rel="nofollow">https://www.youtube.com/watch?v=aHx-XUA6f9g</a>.</p>
]]></description><pubDate>Sat, 30 Jan 2021 20:05:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=25972469</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=25972469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25972469</guid></item><item><title><![CDATA[New comment by gnunez in "Heap-based buffer overflow in Sudo"]]></title><description><![CDATA[
<p>I agree. Keeping the test around provides a safety net (a bug repellent of sorts) for the next person the comes along. The test also serves as a documented history of the bugs of the past. The problem is that test does not guarantee the injection of future bugs of a different type. I don't think any amount of testing will. That's not to say we shouldn't write test, we should just be aware of the limits of testing.</p>
]]></description><pubDate>Thu, 28 Jan 2021 07:33:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=25939199</link><dc:creator>gnunez</dc:creator><comments>https://news.ycombinator.com/item?id=25939199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25939199</guid></item></channel></rss>