<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: jarym</title><link>https://news.ycombinator.com/user?id=jarym</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 18:19:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jarym" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jarym in "Curl will not accept vulnerability reports during July 2026"]]></title><description><![CDATA[
<p>End goal of complaining that no one pays for their efforts.</p>
]]></description><pubDate>Mon, 15 Jun 2026 13:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48541011</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48541011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48541011</guid></item><item><title><![CDATA[New comment by jarym in "Caddy compatibility for zeroserve: 3x throughput and 70% lower latency"]]></title><description><![CDATA[
<p>Agree on lack of ACME but the codebase is far cleaner than nginx. In theory it'd be easier to audit?</p>
]]></description><pubDate>Sun, 14 Jun 2026 19:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531609</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48531609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531609</guid></item><item><title><![CDATA[New comment by jarym in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>This. This I believe is what it's all about. US government is going to create identity verification through the backdoor using AI as the reason (at least its not 'think of the children' again)</p>
]]></description><pubDate>Sat, 13 Jun 2026 19:57:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48520828</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48520828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48520828</guid></item><item><title><![CDATA[New comment by jarym in "Google proposes Open Knowledge Format based on Markdown"]]></title><description><![CDATA[
<p>Markdown is the defacto format for LLMs and humans to interoperate. And I agree not everything can be represented well but that’s missing the point - it seems to win because markdown is the lowest common denominator for both human and AI models.</p>
]]></description><pubDate>Sat, 13 Jun 2026 17:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48519712</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48519712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48519712</guid></item><item><title><![CDATA[New comment by jarym in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>A desktop markdown editor for design docs in git repos with markdown diff highlighting. Has been a time consuming but super fun experience <a href="https://github.com/emrul/md" rel="nofollow">https://github.com/emrul/md</a></p>
]]></description><pubDate>Mon, 08 Jun 2026 22:32:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48453279</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48453279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48453279</guid></item><item><title><![CDATA[New comment by jarym in "Pentagon raised threat of Israeli spying on U.S. to highest level, sources say"]]></title><description><![CDATA[
<p>Protection from the risk that the tide might turn on them despite their extensive political lobbying? Just taking a guess here but probably not far off.</p>
]]></description><pubDate>Sat, 06 Jun 2026 19:18:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48428029</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48428029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48428029</guid></item><item><title><![CDATA[New comment by jarym in "Zeroserve: A zero-config web server you can script with eBPF"]]></title><description><![CDATA[
<p>I love seeing stuff like this that would probably not exist if not for LLMs making exploring these kinds of ideas relatively cheap and quick to do.<p>My takeaway from this though is that nginx is pretty impressive on its own. Also this stuck out:<p><i>It's meant to be an alternative to nginx and Caddy, and the design bet is about configuration. Those servers give you a declarative config language - location blocks, rewrite rules, map directives, try_files - and then, once the declarative language hits its limits, an optional scripting runtime bolted on the side (Lua, or Caddy's plugins). Behavior ends up split across two layers: directives that quietly grow their own control flow, plus scripts that run somewhere in the request lifecycle you have to keep in your head.</i><p>I think the bet is misplaced - people prefer configuration over code and long have. The built-ins meet enough peoples needs entirely and they don't need to write C code.</p>
]]></description><pubDate>Sat, 06 Jun 2026 17:35:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48427131</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48427131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48427131</guid></item><item><title><![CDATA[New comment by jarym in "Did Claude increase bugs in rsync?"]]></title><description><![CDATA[
<p>I started similarly with it. I'm of the opinion that its a tool that behaves like a tool - how well it works depends on who is using it and how.<p>I don't have a good analogy but the immediate one that comes to mind is treating AI like a junior developer that you're mentoring. If you know what you're doing you can iterate quickly; if you don't then its a whole other story.<p>Claude built me a Markdown editor - I designed it, set coding standards, etc. It coded it to my spec. The output is in my opinion not bad and is very usable (for me - I use it daily now). Probably would have cost me north of $50k to get a team of seasoned devs to build it to the current level of polish. <a href="https://github.com/emrul/md" rel="nofollow">https://github.com/emrul/md</a></p>
]]></description><pubDate>Sat, 06 Jun 2026 00:28:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48420119</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48420119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48420119</guid></item><item><title><![CDATA[New comment by jarym in "Did Claude increase bugs in rsync?"]]></title><description><![CDATA[
<p>I've been coding for over 2 decades. I love it, I've always loved it and I likely always will.<p>I was an AI skeptic some months ago but truly Claude and Codex have changed my development style and velocity in a way I never imagined would ever be possible. With that, yes, I produce more code and am finding more bugs.<p>So looking over at comments in HN articles the amount of polarising hate to anything produced with AI is quite surprising. Just because some AI helped or even produced entirely doesn't suddenly make a project 'vibe coded' as if that's meant to be some insult levelled at users of LLMs.<p>It reminds me a lot of when offshore outsources started getting more software development work from the mid-90s with all the derogatory remarks made towards 'Indian developers'. Now we're in the mid 2020s and similar remarks are made towards AI.<p>I don't get it. I really don't. What I do know for sure is more and more code will be AI generated with or without the detractors.</p>
]]></description><pubDate>Fri, 05 Jun 2026 23:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48419606</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48419606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48419606</guid></item><item><title><![CDATA[New comment by jarym in "Benchmarking SurrealDB 3.x vs. Postgres, Mongo, Neo4j and Redis (With Fsync)"]]></title><description><![CDATA[
<p>I concur. I had Claude try it out on a project I'm working on:<p><pre><code>  Headline so far (nested, 10k, p50/p95/p99 µs):

  ┌─────────────────────┬─────────────┬────────────────┐
  │         op          │   SQLite    │   SurrealKV    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ getattr             │ 1.1/1.4/1.5 │ 65/92/120      │
  ├─────────────────────┼─────────────┼────────────────┤
  │ lookup              │ 1.4/1.5/1.8 │ 73/102/138     │
  ├─────────────────────┼─────────────┼────────────────┤
  │ readdir_page        │ 45/51/59    │ 1458/1678/1843 │
  ├─────────────────────┼─────────────┼────────────────┤
  │ create_child        │ 34/55/74    │ 190/272/339    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ record_write        │ 8/14/19     │ 124/157/183    │
  ├─────────────────────┼─────────────┼────────────────┤
  │ apply_remote_object │ 9/12/17     │ 137/172/206    │
  └─────────────────────┴─────────────┴────────────────┘

  SQLite is ~15–60× faster on every op — and SurrealKV's reads are properly indexed, so this isn't a setup artifact.</code></pre></p>
]]></description><pubDate>Mon, 01 Jun 2026 23:16:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48363832</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48363832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48363832</guid></item><item><title><![CDATA[New comment by jarym in "Rift: Better Alternative to Git Worktrees"]]></title><description><![CDATA[
<p>This! A hundred times over. It's hard enough having to review one serial set of changes managing parallel changes into a single code base has been a nightmare load on my brain so I avoid that unless I'm trying to prototype something quick and dirty.</p>
]]></description><pubDate>Mon, 01 Jun 2026 11:22:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48355375</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48355375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48355375</guid></item><item><title><![CDATA[New comment by jarym in "The UK government's Low Value Purchase System is a waste of time"]]></title><description><![CDATA[
<p>Over 96% of registered small businesses sell NOTHING in a typical month. I hope the other 4% are raking it in large otherwise there's a real question about why any business even bothers!</p>
]]></description><pubDate>Fri, 29 May 2026 21:32:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48329587</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48329587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48329587</guid></item><item><title><![CDATA[New comment by jarym in "Wterm – Terminal Emulator for the Web"]]></title><description><![CDATA[
<p>What do you mean - WebTransport can do a lot...</p>
]]></description><pubDate>Fri, 29 May 2026 15:52:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48324812</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48324812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48324812</guid></item><item><title><![CDATA[New comment by jarym in "Performance of Rust Language [pdf]"]]></title><description><![CDATA[
<p>I've been doing more and more Rust. Even with sscache the compile times are not great so for any moderately sized codebase that requires frequent rebuilds I don't know how everyone else is doing it</p>
]]></description><pubDate>Tue, 26 May 2026 09:21:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277196</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48277196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277196</guid></item><item><title><![CDATA[New comment by jarym in "Bun's unreleased Rust port has 13,365 unsafe blocks"]]></title><description><![CDATA[
<p>Dunno, AI was quick to prove it could be done. I’ve found while it’s initial attempts might be slop, with good direction it can really tidy things up</p>
]]></description><pubDate>Fri, 22 May 2026 19:47:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48240641</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48240641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48240641</guid></item><item><title><![CDATA[New comment by jarym in "Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK"]]></title><description><![CDATA[
<p>I like it, and I’m not bothered if it was made with AI or not. Good work as far as I’m concerned</p>
]]></description><pubDate>Thu, 21 May 2026 23:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48229971</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48229971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48229971</guid></item><item><title><![CDATA[New comment by jarym in "Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK"]]></title><description><![CDATA[
<p>So?</p>
]]></description><pubDate>Thu, 21 May 2026 10:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48220285</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48220285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48220285</guid></item><item><title><![CDATA[New comment by jarym in "Ask HN: Shouldn't Google need to give a public statement about Railway incident?"]]></title><description><![CDATA[
<p>I think there’s been far too many Google/GCP ‘suspensions with no human in the loop’ that Google does need to put out a statement about their practices.</p>
]]></description><pubDate>Wed, 20 May 2026 18:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48212240</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48212240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48212240</guid></item><item><title><![CDATA[New comment by jarym in "Show HN: Mochi.js: bun-native high-fidelity browser automation library"]]></title><description><![CDATA[
<p>Reads fine for me. I’m getting a bit worn out with the number of  ‘if you’re going to use an LLM then take the time to …’ posts. I’ve looked at plenty of HN submissions that don’t render at all on mobile and yes I found it frustrating but didn’t just attribute it to an LLM.</p>
]]></description><pubDate>Sat, 09 May 2026 17:21:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48076570</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48076570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48076570</guid></item><item><title><![CDATA[New comment by jarym in "British reporter gets personal YouTube account blocked"]]></title><description><![CDATA[
<p>Very well known Sky News reporter has is rarely used personal YouTube account blocked.<p>As usual for Google, very difficult to get a human in the loop to help.</p>
]]></description><pubDate>Fri, 08 May 2026 06:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48059609</link><dc:creator>jarym</dc:creator><comments>https://news.ycombinator.com/item?id=48059609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48059609</guid></item></channel></rss>