<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: JackSlateur</title><link>https://news.ycombinator.com/user?id=JackSlateur</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 13:24:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=JackSlateur" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by JackSlateur in "How to disable or avoid intrusive AI"]]></title><description><![CDATA[
<p>Switched to Qwant because of that .. (corporate laptop does not allow changing the search engine urls, only changing the engine itself)<p>Honestly ? Not a stressy move, the major things that changes is that the IA bullshit is gone</p>
]]></description><pubDate>Mon, 17 Aug 2026 17:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49334363</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49334363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49334363</guid></item><item><title><![CDATA[New comment by JackSlateur in "What garbage collection actually costs"]]></title><description><![CDATA[
<p>GC, zero instructions: that's funny; JVM used to "stop to world" to process that zero instructions;</p>
]]></description><pubDate>Thu, 13 Aug 2026 16:23:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49288312</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49288312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49288312</guid></item><item><title><![CDATA[New comment by JackSlateur in "Nvidia doubles RTX PRO 6000 Blackwell's MSRP to a staggering $16,000"]]></title><description><![CDATA[
<p><p><pre><code>  LLMs can re-write and cross-translate software really well.
</code></pre>
Is that was true, claude would be written in Rust;</p>
]]></description><pubDate>Thu, 13 Aug 2026 09:16:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49283435</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49283435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49283435</guid></item><item><title><![CDATA[New comment by JackSlateur in "Python string literals are kinda funny"]]></title><description><![CDATA[
<p>t-string main use case is SQL (for instance, in psycopg¹)<p>You can write things like that without SQL injection:<p><pre><code>  t"INSERT INTO mytable (first_name, last_name) VALUES ({first_name}, {last_name})"
</code></pre>
This is a very pleasant feature, very useful<p>[1] <a href="https://www.psycopg.org/psycopg3/docs/basic/tstrings.html" rel="nofollow">https://www.psycopg.org/psycopg3/docs/basic/tstrings.html</a></p>
]]></description><pubDate>Tue, 11 Aug 2026 11:00:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49256239</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49256239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49256239</guid></item><item><title><![CDATA[New comment by JackSlateur in ""Code was never the hard part" is an insult to all programmers"]]></title><description><![CDATA[
<p>Tech is not the issue, people are<p>"If figuring out what to build is the hard part, why do so many product managers seem clueless" - because people<p>"LLMs may be good at coding" - they are not;</p>
]]></description><pubDate>Sat, 08 Aug 2026 20:52:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225798</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49225798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225798</guid></item><item><title><![CDATA[New comment by JackSlateur in "Proxmox VE now available for ARM64"]]></title><description><![CDATA[
<p><p><pre><code>  "Python still does not address the issue of dynamic typing and the inability to test correctly"
</code></pre>
This is wrong, you can enforce typing on Python (pypi: typeguard)<p>The only issue with Python is performance, which is only an issue if you need performance.</p>
]]></description><pubDate>Thu, 06 Aug 2026 21:55:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49203145</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49203145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49203145</guid></item><item><title><![CDATA[New comment by JackSlateur in "Stop sending me your errors"]]></title><description><![CDATA[
<p>You are not alone</p>
]]></description><pubDate>Thu, 06 Aug 2026 13:38:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49196513</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49196513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49196513</guid></item><item><title><![CDATA[New comment by JackSlateur in "Eight Myths on Software Engineering and GenAI"]]></title><description><![CDATA[
<p>Have you considered the theory that, perhaps, you are the one with skill issue ?</p>
]]></description><pubDate>Wed, 05 Aug 2026 22:14:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189793</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49189793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189793</guid></item><item><title><![CDATA[New comment by JackSlateur in "Eight Myths on Software Engineering and GenAI"]]></title><description><![CDATA[
<p><p><pre><code>   You don't need that meeting if you're not writing the code.
</code></pre>
I am responsible for a software that carries a multi billions company.<p>My mates are not, their code editor are not either : I am.<p>Yes, I could be a clown and be accountable for something I know nothing about. I choose not to.<p>Not everybody is a cruft-engineer .</p>
]]></description><pubDate>Wed, 05 Aug 2026 22:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189697</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49189697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189697</guid></item><item><title><![CDATA[New comment by JackSlateur in "RFC 9851: TLS 1.2 is in Feature Freeze"]]></title><description><![CDATA[
<p>Well, for those of you who want to decrypt exchanges, plain-HTTP is best suited for you.<p>Assume your stance :)</p>
]]></description><pubDate>Mon, 03 Aug 2026 08:38:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49152904</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49152904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49152904</guid></item><item><title><![CDATA[New comment by JackSlateur in "Ruling Is a Skill. Voting for It Is a Joke"]]></title><description><![CDATA[
<p>"when you are raped, just say that you consent ! Consensual sex is better than rape!"<p>Congrats, you solved the situation (irony)</p>
]]></description><pubDate>Sat, 01 Aug 2026 21:50:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49138824</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49138824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49138824</guid></item><item><title><![CDATA[New comment by JackSlateur in "How is the Bun rewrite in Rust going?"]]></title><description><![CDATA[
<p>Pretty sure rust can run on browsers;</p>
]]></description><pubDate>Mon, 27 Jul 2026 16:13:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49071696</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49071696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49071696</guid></item><item><title><![CDATA[New comment by JackSlateur in "Micro-SaaS Is Dead. Service With A Software Replaces It"]]></title><description><![CDATA[
<p>To give more details<p>Uber is not a saas, it sell the ability to match drivers with people. You can code an uber-like software easily and you will find that it leads to nowhere: no network => no driver + no consumer = you have nothing<p>Another kind of business is online bank: are they just software ? Yes, obviously. Are they software-as-a-service ? Obviously not: they sell regulation, integration with financial stuff, government approbation and what-not<p>Just because a company is used via software-only does not mean that it has a saas<p>On the other hand, you have companies like tesla, which are far more "software-as-a-service" than online banks<p>What a funny world</p>
]]></description><pubDate>Sat, 25 Jul 2026 12:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49047000</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49047000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49047000</guid></item><item><title><![CDATA[New comment by JackSlateur in "Micro-SaaS Is Dead. Service With A Software Replaces It"]]></title><description><![CDATA[
<p>Bad example: uber is not a saas at all<p>It's a network.</p>
]]></description><pubDate>Fri, 24 Jul 2026 20:00:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49040916</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49040916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49040916</guid></item><item><title><![CDATA[New comment by JackSlateur in "Be skeptical of OpenAI's rogue hacker agent story"]]></title><description><![CDATA[
<p>Never trust somebody who has so much to gain to be entrusted by you. Best lies are not 100% wrong, they have just the right amount of "right" to fool you.</p>
]]></description><pubDate>Fri, 24 Jul 2026 19:28:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49040562</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49040562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49040562</guid></item><item><title><![CDATA[New comment by JackSlateur in "Claude Opus 5"]]></title><description><![CDATA[
<p>How many compagnies can manage a mostly stateless workload at "whatever-the-scale-because-it-does-not-matter-because-stateless" ? Lots of people can do that. Massive amount of people can do that.</p>
]]></description><pubDate>Fri, 24 Jul 2026 17:41:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49039171</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49039171</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49039171</guid></item><item><title><![CDATA[New comment by JackSlateur in "Buz – A fork of Bun using modern Zig, with sub-1s incremental builds"]]></title><description><![CDATA[
<p>(without having the answer from GP): your two questions are fully unrelated: first is about long term, second is about only "now".<p>To try a metaphor: "Why would you grow crops ? Do you lack food on your table ?"</p>
]]></description><pubDate>Fri, 24 Jul 2026 16:35:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49038093</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=49038093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49038093</guid></item><item><title><![CDATA[New comment by JackSlateur in "Anthropic runs large-scale code migrations with Claude Code"]]></title><description><![CDATA[
<p>I guess even anthropic fails to not get slop from ai ..</p>
]]></description><pubDate>Sun, 19 Jul 2026 15:01:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48968779</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=48968779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48968779</guid></item><item><title><![CDATA[New comment by JackSlateur in "The LLM Critics Are Right. I Use LLMs Anyway"]]></title><description><![CDATA[
<p>Last month, there has been a billing-related incident at work: it has been detected that the GCP bill had increased vastly since early 2026<p>The related team investigated, found nothing; They escalated to other teams, found nothing; Gemini, claude and whatnot were involved, found nothing;<p>Somebody raised to topic to me, solution has been found<p>See my point ? Like GP, I do not use AI. If there is only one person thinking left, being that person does not looks like a bad idea;<p>Mixing code and "productivity" is trying to remake coder as bluecollars, and most of them probably are (not thinking, replaceable cogs that are overpaid and shall be decommissionned), they will not be missing. The only coder's output is its idea, everything else is a mean to that end.</p>
]]></description><pubDate>Fri, 17 Jul 2026 06:52:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944112</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=48944112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944112</guid></item><item><title><![CDATA[New comment by JackSlateur in "The human-in-the-loop is tired"]]></title><description><![CDATA[
<p>[..] that the wealthy business owners and investors and all the AI users are building for us.</p>
]]></description><pubDate>Fri, 17 Jul 2026 06:18:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48943889</link><dc:creator>JackSlateur</dc:creator><comments>https://news.ycombinator.com/item?id=48943889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48943889</guid></item></channel></rss>