<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: esterna</title><link>https://news.ycombinator.com/user?id=esterna</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 09:41:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=esterna" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by esterna in "Olympic Committee bars transgender athletes from women’s events"]]></title><description><![CDATA[
<p>And yet we cannot stop time, and a decision has to be made. It seems natural to involve the child in this decision.<p>Of course, the next best thing (if a decision can't be made now) after stopping time are puberty blockers. Which are not completely without risks, but this applies to the other two options just as well (if not more so).<p>You can't <i>not</i> make decisions, and to claim so is to frame choosing one particular option as not-a-decision.</p>
]]></description><pubDate>Thu, 26 Mar 2026 21:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47535984</link><dc:creator>esterna</dc:creator><comments>https://news.ycombinator.com/item?id=47535984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47535984</guid></item><item><title><![CDATA[New comment by esterna in "Generating All 32-Bit Primes (Part I)"]]></title><description><![CDATA[
<p>Very nice!
One small note: In an Eratosthenes sieve, you can start crossing out numbers from p^2, since i*p for i<p will have already been crossed out in step i at the latest. You can simply replace<p><pre><code>  for (size_t i=2; i <= 0xFFFFFFFF / p; i++) {
</code></pre>
by<p><pre><code>  for (size_t i=p; i <= 0xFFFFFFFF / p; i++) {</code></pre></p>
]]></description><pubDate>Sun, 15 Mar 2026 23:24:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47393137</link><dc:creator>esterna</dc:creator><comments>https://news.ycombinator.com/item?id=47393137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47393137</guid></item><item><title><![CDATA[New comment by esterna in "US plans online portal to bypass content bans in Europe and elsewhere"]]></title><description><![CDATA[
<p>I also live in the EU. betfair.com is not blocked by my ISP here. Rather, <i>they</i> are blocking my ISP ("[...] you may be accessing the Betfair website from a country that Betfair does not accept bets from [...]"). That the website not only prevents betting but also does not show any odds is a technical decision on their part. Gambling regulation is also usually domestic, and not EU law.<p>Websites deciding EU users are not valuable enough to comply with GDPR is, as you say, also not censorship. It is again the technical decision of some website owners to provide their content only in conjunction with illegal processing of your data.<p>I have not had issues accessing torrent indices from the EU. This too is usually handled domestically and has little to do with the EU.<p>There is legitimately dangerous (current and upcoming) EU legislation (Chat Control, eIDAS, age verification, previously the Data Retention Directive), so I don't think it necessary to weaken your argument by listing non-examples.</p>
]]></description><pubDate>Fri, 20 Feb 2026 19:10:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47092437</link><dc:creator>esterna</dc:creator><comments>https://news.ycombinator.com/item?id=47092437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47092437</guid></item><item><title><![CDATA[New comment by esterna in "Building a 24-bit arcade CRT display adapter from scratch"]]></title><description><![CDATA[
<p>Do you have advice how I could get someone to do a (possibly paid) review of PCBs for small hobby projects?<p>Being new to this space, it's hard to learn quickly when the feedback cycle involves having PCBs manufactured, shipped, soldering them and then finding out what could have been better. (Or it works and you never find out what you did wasn't the right way to do it)</p>
]]></description><pubDate>Thu, 05 Feb 2026 13:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46899259</link><dc:creator>esterna</dc:creator><comments>https://news.ycombinator.com/item?id=46899259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46899259</guid></item><item><title><![CDATA[New comment by esterna in "It's ~2026 –. ChatGPT still doesn't allow email change"]]></title><description><![CDATA[
<p>Isn't that in violation of GDPR?</p>
]]></description><pubDate>Mon, 08 Dec 2025 23:51:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46199386</link><dc:creator>esterna</dc:creator><comments>https://news.ycombinator.com/item?id=46199386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46199386</guid></item></channel></rss>