<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: fotcorn</title><link>https://news.ycombinator.com/user?id=fotcorn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 25 May 2026 20:08:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fotcorn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fotcorn in "How the AI Bubble Bursts"]]></title><description><![CDATA[
<p>Also, there is zero reason to think that the big labs did not have anything similar to TurboQuant for a long time already.<p>The recent blog post from Google announcing TurboQuant does not change anything regarding RAM planning for the big labs.<p>TurboQuant itself is already a year old! So even smaller labs have probably seen and implemented it.</p>
]]></description><pubDate>Mon, 30 Mar 2026 13:24:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47573988</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=47573988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47573988</guid></item><item><title><![CDATA[New comment by fotcorn in "Apple discontinues the Mac Pro"]]></title><description><![CDATA[
<p>Cheapest i know if is around $96k</p>
]]></description><pubDate>Fri, 27 Mar 2026 09:05:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47540445</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=47540445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540445</guid></item><item><title><![CDATA[New comment by fotcorn in "MacBook Pro with M5 Pro and M5 Max"]]></title><description><![CDATA[
<p>The memory bandwith on M4 Max is 546 GB/s, M5 Max is 614GB/s, so not a huge jump.<p>The new tensor cores, sorry, "Neural Accelerator" only really help with prompt preprocessing aka prefill, and not with token generation. Token generation is memory bound.<p>Hopefully the Ultra version (if it exists) has a bigger jump in memory bandwidth and maximum RAM.</p>
]]></description><pubDate>Tue, 03 Mar 2026 15:00:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47233399</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=47233399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47233399</guid></item><item><title><![CDATA[New comment by fotcorn in "Show HN: GitHub "Lines Viewed" extension to keep you sane reviewing long AI PRs"]]></title><description><![CDATA[
<p>Related to this, how do you get your comments that you add in the review back into your agent (Claude Code, Cursor, Codex etc.)? Everybody talks about AI doing the code review, but I want a solution for the inverse - I review AI code and it should then go away and fix all the comments, and then update the PR.</p>
]]></description><pubDate>Sat, 14 Feb 2026 21:41:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47018668</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=47018668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47018668</guid></item><item><title><![CDATA[New comment by fotcorn in "Ask HN: Do you have any evidence that agentic coding works?"]]></title><description><![CDATA[
<p>I think the ability to actually run the code on the target helped a lot with understanding and optimizing for the specific micro architecture. Quite a few of the ideas turned out to not to be optimal and were discarded.<p>Also important to have a few test cases the agent can quickly check against, it will often generate wrong code, but if that is easily detectable the agent can fix it and continue quickly.</p>
]]></description><pubDate>Thu, 22 Jan 2026 11:51:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46718064</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=46718064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46718064</guid></item><item><title><![CDATA[New comment by fotcorn in "Ask HN: Do you have any evidence that agentic coding works?"]]></title><description><![CDATA[
<p>I used Claude Opus 4.5 inside Cursor to write RISC-V Vector/SIMD code. Specifically Depthwise Convolution and normal Convolution layers for a CNN.<p>I started out by letting it write a naive C version without intrinsic, and validated it against the PyTorch version.<p>Then I asked it (and two other models, Gemini 3.0 and GPT 5.1) to come up with some ideas on how to make it faster using SIMD vector instructions and write those down as markdown files.<p>Finally, I started the agent loop by giving Cursor those three markdown files, the naive C code and some more information on how to compile the code, and also an SSH command where it can upload the program and test it.<p>It then tested a few different variants, ran it on the target (RISC-V SBC, OrangePI RV2) to check if it improves runtime, and then continue from there. It did this 10 times, until it arrived at the final version.<p>The final code is very readable, and faster than any other library or compiler that I have found so far. I think the clear guardrails (output has to match exactly the reference output from PyTorch, performance must be better than before) makes this work very well.</p>
]]></description><pubDate>Tue, 20 Jan 2026 15:22:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46692735</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=46692735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46692735</guid></item><item><title><![CDATA[New comment by fotcorn in "Cartographers have been hiding illustrations inside Switzerland’s maps (2020)"]]></title><description><![CDATA[
<p>Seems like the hiker at the bottom of the article was introduced in 1997 and removed only in 2017: <a href="https://s.geo.admin.ch/be66brq5oby9" rel="nofollow">https://s.geo.admin.ch/be66brq5oby9</a></p>
]]></description><pubDate>Mon, 01 Dec 2025 15:09:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46108349</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=46108349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46108349</guid></item><item><title><![CDATA[New comment by fotcorn in "JetKVM – Control any computer remotely"]]></title><description><![CDATA[
<p>I have the PCIe version of NanoKVM, and I am also happy with it.<p>The big advantage of the PCIe version is that it does not take up space on the desk and all the cables for ATX power control an inside the PC case.<p>Full-sized HDMI is nice, the only limitation here is 1080p resolution. 1440p or higher would allow mirroring the output on the main monitor to the NanoKVM, but this probably a weird use-case anyway.</p>
]]></description><pubDate>Mon, 27 Oct 2025 18:01:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45724292</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=45724292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45724292</guid></item><item><title><![CDATA[New comment by fotcorn in "Qwen3-Coder: Agentic coding in the world"]]></title><description><![CDATA[
<p>It says that there are multiple sizes in the second sentence of the huggingface page:
<a href="https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct" rel="nofollow">https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct</a><p>You won't be out of work creating ggufs anytime soon :)</p>
]]></description><pubDate>Tue, 22 Jul 2025 22:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44653716</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=44653716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44653716</guid></item><item><title><![CDATA[New comment by fotcorn in "Let me pay for Firefox"]]></title><description><![CDATA[
<p>The VPN product is very good, it's basically a thin wrapper around Mullvad, arguably the best VPN on the planet right now. At least from a privacy standpoint.</p>
]]></description><pubDate>Sun, 13 Jul 2025 12:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44549859</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=44549859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44549859</guid></item><item><title><![CDATA[Spiking Neural Network Chip for Smarter Sensors]]></title><description><![CDATA[
<p>Article URL: <a href="https://spectrum.ieee.org/innatera-spiking-neural-network">https://spectrum.ieee.org/innatera-spiking-neural-network</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44193215">https://news.ycombinator.com/item?id=44193215</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Jun 2025 16:31:54 +0000</pubDate><link>https://spectrum.ieee.org/innatera-spiking-neural-network</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=44193215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44193215</guid></item><item><title><![CDATA[New comment by fotcorn in "Absolute Zero: Reinforced Self-Play Reasoning with Zero Data"]]></title><description><![CDATA[
<p>Why do you think it's a negative result?
The table on page 9 shows great results.</p>
]]></description><pubDate>Sun, 11 May 2025 12:34:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43953360</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=43953360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43953360</guid></item><item><title><![CDATA[New comment by fotcorn in "Microsoft C/C++ Extension appears no longer support unofficial forks of VS Code"]]></title><description><![CDATA[
<p>There are quite a few well funded companies now that use forks of VSCode: Google (IDX, now Firebase Studio), Cursor, Windsurf (especially if they are bought by OpenAI soon), GitLab etc.<p>An alternative marketplace already exists with open-vsx.org, but these companies need to fund the creation of alternatives for the proprietary extensions (C#, C++, Python, maybe others) that can be used by all forks.</p>
]]></description><pubDate>Sat, 19 Apr 2025 21:55:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43739787</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=43739787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43739787</guid></item><item><title><![CDATA[New comment by fotcorn in "Intel says 13th and 14th Gen mobile CPUs are crashing"]]></title><description><![CDATA[
<p>Gamers Nexus is talking to one big PC manufacturer (my guess is Dell) that is seeing failure rates of 10-25% for specific SKUs: <a href="https://youtu.be/gTeubeCIwRw?t=527&si=YzpDzI2IyadzQYid" rel="nofollow">https://youtu.be/gTeubeCIwRw?t=527&si=YzpDzI2IyadzQYid</a><p>Not fully confirmed yet, but that sounds really bad. It seems like it also hits low power models like the 13900T, which would imply this isn't just a voltage issue from auto overclocking.</p>
]]></description><pubDate>Sun, 21 Jul 2024 22:39:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41028928</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=41028928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41028928</guid></item><item><title><![CDATA[New comment by fotcorn in "Ubuntu 24.04 yields a 20% advantage over Windows 11 on Ryzen7 Framework laptop"]]></title><description><![CDATA[
<p>The best way to swap desktops is to install the correct Ubuntu flavour from the start, i.e. Kubuntu, Xubuntu or Lubuntu to avoid those problems.<p>I am quite happy with Regolith Desktop [0] installed on top of standard Ubuntu. Gives you a nice tilling window manager based desktop without fiddling with config files for hours.<p>[0] <a href="https://regolith-desktop.com/" rel="nofollow">https://regolith-desktop.com/</a></p>
]]></description><pubDate>Thu, 18 Apr 2024 23:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=40081799</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=40081799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40081799</guid></item><item><title><![CDATA[New comment by fotcorn in "Ask HN: What software sparks joy when using?"]]></title><description><![CDATA[
<p>Regolith Desktop (<a href="https://regolith-desktop.com/" rel="nofollow">https://regolith-desktop.com/</a>). A fully preconfigured Tiling Window Manager based desktop environment for Linux.<p>Uses i3 on X11, sway on Wayland.<p>No more fiddling with config files to make basics like system settings actually work under i3.</p>
]]></description><pubDate>Wed, 17 Apr 2024 10:36:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40062730</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=40062730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40062730</guid></item><item><title><![CDATA[New comment by fotcorn in "Show HN: YouTube Shorts Redirector"]]></title><description><![CDATA[
<p>Note that YouTube Shorts are just normal YouTube videos on a different URL. This means you can take a link to a Shorts like <a href="https://www.youtube.com/shorts/<id>" rel="nofollow">https://www.youtube.com/shorts/<id></a> and change it to <a href="https://www.youtube.com/watch?v=<id>" rel="nofollow">https://www.youtube.com/watch?v=<id></a>.<p>This way, you won't get the dreaded doomscroll interface, and you can also scrub through the video!</p>
]]></description><pubDate>Tue, 16 Apr 2024 09:57:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40050163</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=40050163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40050163</guid></item><item><title><![CDATA[New comment by fotcorn in "50% discount on OpenAI pricing if you submit a batch and give them up to 24h"]]></title><description><![CDATA[
<p>I wonder if they have a clear hardware separation between each of the API, ChatGPT, their lower-scale experiments and their large scale (e.g. GPT5) training hardware. Or is everything just a big blob of hardware, that dynamically gets allocated to jobs depending on demand?<p>Hardware demand is so high, having GPUs idling is a massive waste, but you also want to have separation between dev, test and prod  environments, so not obvious what to do.</p>
]]></description><pubDate>Mon, 15 Apr 2024 20:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40045264</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=40045264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40045264</guid></item><item><title><![CDATA[New comment by fotcorn in "Nvidia Unveils Blackwell, Its Next GPU"]]></title><description><![CDATA[
<p>Consumer AMD chips to be precise. AMD is mostly focusing on their datacenter chips (MI300X), and I assume the support for AI workloads there is much better. They might even see their consumer chip undermining sales of datacenter chips.<p>NVIDIA got big because CUDA works on the most crappy notebook GPUs up to their most powerful chips, and AMD should do the same, but focusing their limited number of driver devs on the expensive enterprise hardware makes sense IMHO.</p>
]]></description><pubDate>Wed, 20 Mar 2024 15:17:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39767815</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=39767815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39767815</guid></item><item><title><![CDATA[New comment by fotcorn in "High Interest Savings Leaderboard"]]></title><description><![CDATA[
<p>Here you go: <a href="https://www.moneysavingexpert.com/savings/savings-accounts-best-interest/" rel="nofollow">https://www.moneysavingexpert.com/savings/savings-accounts-b...</a></p>
]]></description><pubDate>Fri, 23 Feb 2024 14:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39481017</link><dc:creator>fotcorn</dc:creator><comments>https://news.ycombinator.com/item?id=39481017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39481017</guid></item></channel></rss>