<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: izabera</title><link>https://news.ycombinator.com/user?id=izabera</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 23 May 2026 07:42:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=izabera" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by izabera in "Show HN: Bash Screensavers"]]></title><description><![CDATA[
<p>they're generally pretty but they should really hide the cursor, it looks offputting in basically all cases</p>
]]></description><pubDate>Tue, 28 Oct 2025 13:53:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45732932</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45732932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45732932</guid></item><item><title><![CDATA[New comment by izabera in "The death of thread per core"]]></title><description><![CDATA[
<p>the secret is to keep things ˢᵐᵒˡ</p>
]]></description><pubDate>Wed, 22 Oct 2025 01:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45663780</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45663780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45663780</guid></item><item><title><![CDATA[New comment by izabera in "Ask HN: Who is hiring? (October 2025)"]]></title><description><![CDATA[
<p>> Unlike other apps or cookbooks, we’ll teach you the hows and whys of cooking.<p>this is literally like every other app or cookbook</p>
]]></description><pubDate>Thu, 02 Oct 2025 06:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45446779</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45446779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45446779</guid></item><item><title><![CDATA[New comment by izabera in "A safe, non-owning C++ pointer class"]]></title><description><![CDATA[
<p>"is shared_ptr thread safe?" is a classic question asked thousands of times. the answer by the way is "it's as thread safe as a regular pointer"</p>
]]></description><pubDate>Sun, 28 Sep 2025 22:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45408563</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45408563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45408563</guid></item><item><title><![CDATA[New comment by izabera in "A safe, non-owning C++ pointer class"]]></title><description><![CDATA[
<p>atomics aren't free even without contention.  the slogan of the language is "you don't pay for what you don't use", and it's really not great that there's no non atomic refcount in the standard.  the fact that it <i>is</i> default atomic has also lead people to assume guarantees that it doesn't provide, which was trivially predictable when the standard first introduced it.</p>
]]></description><pubDate>Sun, 28 Sep 2025 20:44:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45407819</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45407819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45407819</guid></item><item><title><![CDATA[New comment by izabera in "Waymo for Business"]]></title><description><![CDATA[
<p>maybe some car pool services for the most frequent routes could run at regular intervals. there could even be some predefined stops to efficiently batch many people getting on and off the car pool at once</p>
]]></description><pubDate>Wed, 24 Sep 2025 22:11:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45366565</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45366565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45366565</guid></item><item><title><![CDATA[New comment by izabera in "Famous cognitive psychology experiments that failed to replicate"]]></title><description><![CDATA[
<p>i'm struggling to imagine many negative effects on society caused by the specific papers in this list</p>
]]></description><pubDate>Wed, 17 Sep 2025 20:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45281184</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45281184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45281184</guid></item><item><title><![CDATA[New comment by izabera in "Vibe coding has turned senior devs into 'AI babysitters'"]]></title><description><![CDATA[
<p>random example, may or may not come from a real situation that just happened:<p><pre><code>    - other team opens jira ticket requesting a new type of encabulator
    - random guy who doesn't know anything of how the current encabulator system works picks up the ticket for whatever reason
    - 10 minutes later opens a 2000 line vibe coded pr with the new encabulator type and plenty of unit tests
    - assigns ticket to the person who designed the current encabulator system for review
    - encabulator system designer finds out about this ticket for the first time this way
    - "wait wtf what is this?  why are we doing any of this?  the current system is completely generic and it takes arbitrary parameters?"
    - waste an hour talking to the guy and to the team that requested this
    - explain they could just use the parameters, close pr and ticket
</code></pre>
it's so incredibly productive</p>
]]></description><pubDate>Mon, 15 Sep 2025 00:17:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45244709</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45244709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45244709</guid></item><item><title><![CDATA[New comment by izabera in "SpikingBrain 7B – More efficient than classic LLMs"]]></title><description><![CDATA[
<p>deepseek is from china and all their papers have been very well received</p>
]]></description><pubDate>Sun, 14 Sep 2025 22:49:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45244070</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45244070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45244070</guid></item><item><title><![CDATA[New comment by izabera in "Show HN: Timep – A next-gen profiler and flamegraph-generator for bash code"]]></title><description><![CDATA[
<p>thanks for taking the time to make it work on my code :)</p>
]]></description><pubDate>Thu, 28 Aug 2025 16:56:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45054418</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45054418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45054418</guid></item><item><title><![CDATA[New comment by izabera in "Show HN: Timep – A next-gen profiler and flamegraph-generator for bash code"]]></title><description><![CDATA[
<p>tested it on this <a href="https://github.com/izabera/cube.bash/tree/timep" rel="nofollow">https://github.com/izabera/cube.bash/tree/timep</a><p>i ran `source /path/to/timep.bash; timep ./cube.bash "R U R' U' R' F R2 U' R' U' R U R' F'"`<p>without profiling <a href="https://i.imgur.com/JE93ony.png" rel="nofollow">https://i.imgur.com/JE93ony.png</a><p>with profiling there's a bunch of errors but overall it's ~300x slower <a href="https://i.imgur.com/qif7Qp3.png" rel="nofollow">https://i.imgur.com/qif7Qp3.png</a> so i'm sceptical on all the efficiency claims</p>
]]></description><pubDate>Wed, 27 Aug 2025 15:33:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45041113</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=45041113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45041113</guid></item><item><title><![CDATA[AI slop attacks on the curl project [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://media.ccc.de/v/froscon2025-3407-ai_slop_attacks_on_the_curl_project">https://media.ccc.de/v/froscon2025-3407-ai_slop_attacks_on_the_curl_project</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44923286">https://news.ycombinator.com/item?id=44923286</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 16 Aug 2025 13:35:31 +0000</pubDate><link>https://media.ccc.de/v/froscon2025-3407-ai_slop_attacks_on_the_curl_project</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44923286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44923286</guid></item><item><title><![CDATA[New comment by izabera in "Show HN: Yet another memory system for LLMs"]]></title><description><![CDATA[
<p>not trying to be a hater but how is 100mb/s high performance in 2025?  that's as performant as a 20 years old hdd</p>
]]></description><pubDate>Thu, 14 Aug 2025 13:11:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44899966</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44899966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44899966</guid></item><item><title><![CDATA[New comment by izabera in "OpenAI's new open-source model is basically Phi-5"]]></title><description><![CDATA[
<p>what's the problem with that?  we have erotic texts dating back thousands of years, basically as old as the act of writing itself <a href="https://en.wikipedia.org/wiki/Istanbul_2461" rel="nofollow">https://en.wikipedia.org/wiki/Istanbul_2461</a></p>
]]></description><pubDate>Thu, 07 Aug 2025 21:41:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44830726</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44830726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44830726</guid></item><item><title><![CDATA[New comment by izabera in "Ask HN: Have you ever regretted open-sourcing something?"]]></title><description><![CDATA[
<p>I post a lot of silly personal code on GitHub and the vast majority of issues/pull requests I receive are completely inane and generally not remotely helpful.  Things ranging from "I've added a subtle shadow effect to the title in the readme" (thought it was someone's first pr just to get started but that wasn't even the case) to "I've added support for $obscure_system_youve_never_heard_of" (well meaning but the code is now 4x longer and a maze of ifdefs so maybe you should just keep it in your branch?) to "I tried this on my extremely outdated system that's old enough to vote and it threw an error" (yes it very much will throw an error, none of this can work there and I cannot help you).<p>But a few people have reported certain fundamental problems with my approaches or have otherwise put in a significant amount of work to debug and fix issues, and they've been extremely helpful and I can only hope I'll get more of them in the future.</p>
]]></description><pubDate>Wed, 06 Aug 2025 06:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44808438</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44808438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44808438</guid></item><item><title><![CDATA[Ioccc 40th Anniversary Livestream]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=UDzGwTalVAc">https://www.youtube.com/watch?v=UDzGwTalVAc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44769800">https://news.ycombinator.com/item?id=44769800</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 02 Aug 2025 17:59:55 +0000</pubDate><link>https://www.youtube.com/watch?v=UDzGwTalVAc</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44769800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44769800</guid></item><item><title><![CDATA[New comment by izabera in "FFmpeg devs boast of another 100x leap thanks to handwritten assembly code"]]></title><description><![CDATA[
<p>ffmpeg is not too different from a microbenchmark, the whole program is basically just: while (read(buf)) write(transform(buf))</p>
]]></description><pubDate>Mon, 21 Jul 2025 00:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44630635</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44630635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44630635</guid></item><item><title><![CDATA[New comment by izabera in "lsr: ls with io_uring"]]></title><description><![CDATA[
<p>what a "real life application workload" looks like is entirely dependent on your use case, but fio is very widely used in the storage industry<p>it's a good first approximation to test the cartesian product of<p>- sequential/random<p>- reads/writes<p>- in arbitrary sizes<p>- with arbitrarily many workers<p>- with many different backends to perform such i/o including io_uring<p>and its reporting is solid and thorough<p>implementing the same for your specific workload is often not trivial at all</p>
]]></description><pubDate>Fri, 18 Jul 2025 17:15:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44607309</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44607309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44607309</guid></item><item><title><![CDATA[New comment by izabera in "How and where will agents ship software?"]]></title><description><![CDATA[
<p>> Today we’re releasing an API that gives you and your agents full-stack backends. Each backend comes with a database, a sync engine, auth tools, file storage, and presence.<p>this is a hosted lamp stack, we had it 20 years ago.  is cpanel is not fashionable anymore?</p>
]]></description><pubDate>Wed, 16 Jul 2025 23:19:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44587903</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44587903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44587903</guid></item><item><title><![CDATA[Bgcmd: Let AI interact with any REPL]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/izabera/bgcmd">https://github.com/izabera/bgcmd</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44472480">https://news.ycombinator.com/item?id=44472480</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 05 Jul 2025 12:53:23 +0000</pubDate><link>https://github.com/izabera/bgcmd</link><dc:creator>izabera</dc:creator><comments>https://news.ycombinator.com/item?id=44472480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44472480</guid></item></channel></rss>