<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: unbrice</title><link>https://news.ycombinator.com/user?id=unbrice</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 07:38:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=unbrice" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by unbrice in "Ÿnsect, a French insect farming startup, has been been placed into liquidation"]]></title><description><![CDATA[
<p>Mais bien sûr ! Consider visiting France some day, it's not just the restaurants, supermarkets carry genuinely interesting ingredients. <a href="https://www.intermarche.com/produit/cervelle-de-porc/2889214000000" rel="nofollow">https://www.intermarche.com/produit/cervelle-de-porc/2889214...</a></p>
]]></description><pubDate>Fri, 02 Jan 2026 22:33:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46470307</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=46470307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46470307</guid></item><item><title><![CDATA[New comment by unbrice in "Fighting Fire with Fire: Scalable Oral Exams"]]></title><description><![CDATA[
<p>> there are likely too many students to maintain a high standard of education anyway.<p>Right on point. I find particularly striking how little is said about whether the best students achieve the best grades. Authors are even candid that different LLMs asses differently, but seem to conclude that LLMs converging after a few rounds of cross reviews indicate they are plausible so who cares. The apparences are safe.</p>
]]></description><pubDate>Fri, 02 Jan 2026 22:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46469960</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=46469960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46469960</guid></item><item><title><![CDATA[New comment by unbrice in "Zig's new plan for asynchronous programs"]]></title><description><![CDATA[
<p>> Go also has a built-in "event loop"-type thing, but decidedly does not have a coloring problem.<p>context is kind of a function color in go, and it's also a function argument.</p>
]]></description><pubDate>Tue, 02 Dec 2025 22:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46127690</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=46127690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46127690</guid></item><item><title><![CDATA[New comment by unbrice in "TurboTax’s 20-year fight to stop Americans from filing taxes for free (2019)"]]></title><description><![CDATA[
<p>Which country if I may ask? I have lived in France Switzerland and Ireland and haven't seen something like this, even though governments provide the tax filing software.<p>I wonder if the explanation actually had to do with these people who used to do the job 15 years ago influencing the process to ensure they remain relevant. Kind of like in the US actually.</p>
]]></description><pubDate>Fri, 17 Oct 2025 15:47:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45618086</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=45618086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45618086</guid></item><item><title><![CDATA[New comment by unbrice in "[dead]"]]></title><description><![CDATA[
<p>Praised for its functionality and freedom, yet notorious for its weak moderation and ties with Russia, Telegram is increasingly used for malicious campaigns. From anti-vaccination and flat-Earth conspiracies to disinformation and illicit activity, its freewheeling growth challenges the EU’s information space and digital governance frameworks. Drawing on EU-wide data and Ukraine’s experience, this article explores how Telegram has become a main conduit of disinformation in Europe’s information space and the need for oversight of its activities.</p>
]]></description><pubDate>Mon, 08 Sep 2025 22:58:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45175217</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=45175217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45175217</guid></item><item><title><![CDATA[New comment by unbrice in "Is Chain-of-Thought Reasoning of LLMs a Mirage? A Data Distribution Lens"]]></title><description><![CDATA[
<p>Can you please share a few sessions ? I want to get a better sense of what people have achieved with generic LLMs that is novel. (Emphasis on "generic", I think I can more readily imagine how specialized models for protein folding can lead to innovation)</p>
]]></description><pubDate>Tue, 12 Aug 2025 14:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44876716</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=44876716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44876716</guid></item><item><title><![CDATA[New comment by unbrice in "Pony: An actor-model, capabilities-secure, high-performance programming language"]]></title><description><![CDATA[
<p>It means that the language and runtime both agree not to look at your dead-end state, so no-one can say it's their fault ;)<p>For example I can define a notsemaphore actor that calls a callback once an internal count reaches 0, and then I can forget to decrement it and so it will never reach 0. But technically this didn't involve synchronization so there isn't a stack trace to tell me why is my program stuck and somehow this is better.</p>
]]></description><pubDate>Tue, 29 Jul 2025 13:45:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44723322</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=44723322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44723322</guid></item><item><title><![CDATA[New comment by unbrice in "Pony: An actor-model, capabilities-secure, high-performance programming language"]]></title><description><![CDATA[
<p>It would be technically deadlock free because you'd have a state that is unable to progress forward but it wouldn't technically involve a synchronisation primitive. In my view a real deadlock would actually be easier to debug but I'm just a caveman.</p>
]]></description><pubDate>Tue, 29 Jul 2025 13:38:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44723243</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=44723243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44723243</guid></item><item><title><![CDATA[New comment by unbrice in "Parsing Protobuf like never before"]]></title><description><![CDATA[
<p>3. The use case is dynamic schemas and access is through the reflection API. Thus PGO has to be done at runtime...</p>
]]></description><pubDate>Thu, 24 Jul 2025 07:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44667961</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=44667961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44667961</guid></item><item><title><![CDATA[New comment by unbrice in "Lumo: Privacy-first AI assistant"]]></title><description><![CDATA[
<p>I am talking with it in French, the UI is even localized. Dark theme is missing though.</p>
]]></description><pubDate>Wed, 23 Jul 2025 11:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44658184</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=44658184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44658184</guid></item><item><title><![CDATA[New comment by unbrice in "Interview with Andy Yen, CEO of Proton VPN"]]></title><description><![CDATA[
<p>To the best of my knowledge he endorsed specific behavior about specific policies, not "Trump's political picks".
I wish topics vaguely adjacent to US politics could be discussed in less divisive and polarized ways.</p>
]]></description><pubDate>Mon, 27 Jan 2025 06:39:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=42838086</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=42838086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42838086</guid></item><item><title><![CDATA[New comment by unbrice in "Trump wins presidency for second time"]]></title><description><![CDATA[
<p>> Is the French system a good example of a multi-party system?<p>I would say yes in the sense a new party can (and did) emerge and rise to power when there is demand. Even before that you had some healthy rise and fall of political parties and political alternance beyond just two main contenders.<p>> It currently seems to be struggling with handling three parties<p>There are like 6 parties with more than 10% of seats, the current government is a coalition of five parties (from two main "families") and no shutdowns or hung parliament.<p>> Doesn't guarantee proportional representation<p>That however is true, and by design. This is a property the french voting system share with eg: ranked choice and other systems that aim at resolving the compromise as part of the election rather than afterwards.<p>I don't mean to say that the french voting system is perfect (I quite like ranked choice), simply that it is a functioning one with interesting properties.</p>
]]></description><pubDate>Wed, 06 Nov 2024 19:19:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42067763</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=42067763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42067763</guid></item><item><title><![CDATA[New comment by unbrice in "US probes Tesla's Full Self-Driving software after fatal crash"]]></title><description><![CDATA[
<p>> Either the system causes less loss of life than a human driver or it doesn’t. The confounding factors don’t matter.<p>Confounding factors are what allows one to tell appart "the system cause less loss of life" from "the system causes more loss of life yet it is only enabled in situations were fewer lives are lost".</p>
]]></description><pubDate>Sat, 19 Oct 2024 19:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41890292</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=41890292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41890292</guid></item><item><title><![CDATA[New comment by unbrice in "BorgBackup 2.0 supports Rclone – over 70 cloud providers in addition to SSH"]]></title><description><![CDATA[
<p>I second this. I was looking for a solution that prevented a compromised host from deleting its own backups. Forcing the command as you mentioned works for rsync.net, and its snapshots also provide a protection against fat finger errors.</p>
]]></description><pubDate>Tue, 01 Oct 2024 07:42:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41705666</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=41705666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41705666</guid></item><item><title><![CDATA[New comment by unbrice in "US hospital told family their daughter had checked out when in fact she'd died"]]></title><description><![CDATA[
<p>Re: Understanding the cynicism: For example it is intriguing that they insisted on using a wheelchair to get in the car, but not to get out. 
But what's even more revealing is that the child had to be in a car seat while on his mother's lap.</p>
]]></description><pubDate>Thu, 22 Aug 2024 00:31:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41315553</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=41315553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41315553</guid></item><item><title><![CDATA[New comment by unbrice in "Three ways to think about Go channels"]]></title><description><![CDATA[
<p>One technical challenge to using panic to represent normal exceptions is that most go code is then not exception safe. This was a design choice for the ecosystem if not the language itself (see eg: Effective go about panic not crossing package boundaries, or Google's style guide).<p>Within a package it can work, but then you'll find language support lacking. For example defer is scoped to a function so you need to write pretty unusual code to make the equivalent of a try block.</p>
]]></description><pubDate>Thu, 27 Jun 2024 05:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=40807686</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=40807686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40807686</guid></item><item><title><![CDATA[New comment by unbrice in "GPT-4o"]]></title><description><![CDATA[
<p>Authors note that this is probably the case:<p>> we wanted to verify whether the model is actually capable of reasoning by building a simulation for a much simpler game - Connect 4 (see 'llmc4.py').
> When asked to play Connect 4, all LLMs fail to do so, even at most basic level. This should not be the case, as the rules of the game are simpler and widely available.</p>
]]></description><pubDate>Mon, 13 May 2024 21:39:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40348819</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=40348819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40348819</guid></item><item><title><![CDATA[New comment by unbrice in "Swiss government to use phone data to identify asylum seekers"]]></title><description><![CDATA[
<p>Quotting from the article: """Asylum seekers should only have to hand over their electronic data carriers if their identity, nationality or travel route cannot be established on the basis of identity documents or in any other way. According to the rules, SEM must first carry out a proportionality check for each individual case. The law does not provide for the compulsory handing over of a data carrier."""</p>
]]></description><pubDate>Sat, 04 May 2024 04:12:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40254743</link><dc:creator>unbrice</dc:creator><comments>https://news.ycombinator.com/item?id=40254743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40254743</guid></item></channel></rss>