<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: p2detar</title><link>https://news.ycombinator.com/user?id=p2detar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 30 Jun 2026 21:21:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=p2detar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by p2detar in "European digital ID wallets rely on safety services of Google and Apple"]]></title><description><![CDATA[
<p>> I agree of course, Europe should not be using US services for critical infrastructure. But more importantly I think that we are private citizens.<p>The irony in this as a European is that in the US people don’t even need national ID in the sense we got in Europe. They travel using driving license or library card. We got mandatory passports with biometric data - refusal to provide that data is practically impossible.</p>
]]></description><pubDate>Tue, 30 Jun 2026 14:28:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48733191</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48733191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48733191</guid></item><item><title><![CDATA[New comment by p2detar in "European digital ID wallets rely on safety services of Google and Apple"]]></title><description><![CDATA[
<p>Clearly it isn’t. This is what techies forget: The mass amount of Europeans don’t give 2 shits about digital sovereignty or open source. Christ, people go to mobile operator shops and give their unlocked phones to consultants to install or remove software for them. You want them to install GrapheneOS or manage a rooted device? That ain’t even funny.<p>The only short-term solution is more regulation and more EU-centralized solutions, but of course this is only ok until the next chat-control drama.<p>Long term, in practice we need single European stock market and a way to provide funding to European companies from any member state, so to be competitive globally without being constantly restricted by every member state’s bureaucracy.</p>
]]></description><pubDate>Tue, 30 Jun 2026 14:14:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48733034</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48733034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48733034</guid></item><item><title><![CDATA[New comment by p2detar in "Michigan bill would bar employers from requiring after-hours coms with workers"]]></title><description><![CDATA[
<p>> wildly intrusive monitoring.<p>Like what for example? They can’t access any chat messages or app data. Even your location is impossible to obtain without your knowledge.</p>
]]></description><pubDate>Tue, 30 Jun 2026 04:34:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48728525</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48728525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48728525</guid></item><item><title><![CDATA[New comment by p2detar in "Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040"]]></title><description><![CDATA[
<p>SMRs have their use. Depending on the model and design you can build them or even bring them [0] to a remote place where you want to build industry but the infrastructure and access to electrical grid is lacking. I'd argue nowadays they are even more important with the huge rise in electricity demand.<p>0 - <a href="https://en.wikipedia.org/wiki/Akademik_Lomonosov" rel="nofollow">https://en.wikipedia.org/wiki/Akademik_Lomonosov</a></p>
]]></description><pubDate>Tue, 23 Jun 2026 07:06:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48641372</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48641372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48641372</guid></item><item><title><![CDATA[New comment by p2detar in "Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040"]]></title><description><![CDATA[
<p>To my surprise Canada are actually quite ahead with the Darlington New Nuclear Project. There is a construction site [0] with work taking place. Not sure how Kairos Power are progressing in the USA. Nice job, Canada.<p>0 - <a href="https://www.neimagazine.com/news/darlington-smr-secures-financing" rel="nofollow">https://www.neimagazine.com/news/darlington-smr-secures-fina...</a></p>
]]></description><pubDate>Mon, 22 Jun 2026 20:11:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48635426</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48635426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48635426</guid></item><item><title><![CDATA[New comment by p2detar in "Excessive nil pointer checks in Go"]]></title><description><![CDATA[
<p>Not that deep into Go, but I also wondered why passing by value is not the preference here. It’s already non-nil. I get it - copying large structs is bad, but are large structs the common case? I think not, also the GC will love the copy instead of pointer escape-analysis.</p>
]]></description><pubDate>Sun, 21 Jun 2026 22:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48623035</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48623035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48623035</guid></item><item><title><![CDATA[New comment by p2detar in "Excessive nil pointer checks in Go"]]></title><description><![CDATA[
<p>> NPEs in Java have become rarer and rarer recently with the introduction of records<p>While this is true, I think it goes back farther than that. NPEs became rarer since java.util.Optional and people taking the time to use JSR 305 nullability annotations. I do this on regular basis and haven’t seen NPEs in my work for ages now.<p>Because I’ve taken on projects with large Java codebases often written by people with poor code-design skills, I can say the single most frequent NPE offender I’ve seen was method bodies wrapped in: try { } catch {} return null.<p>Modern language features like Kotlin’s non-null fields are nice, but I hold self-discipline just as important.</p>
]]></description><pubDate>Sun, 21 Jun 2026 21:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622720</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48622720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622720</guid></item><item><title><![CDATA[New comment by p2detar in "GrapheneOS has been ported to Android 17"]]></title><description><![CDATA[
<p>> invasive mdm profile<p>What do you think is invasive in an MDM profile? It's just a channel to push data to your phone. Your information outside the work container stays private. Even inside the work container nobody can actually fetch any data from those apps.<p>I do agree with you though - a company must provide phones to their employees, not force them to enroll into their MDM services. The latter should be only for exceptional cases, e.g., gain temporarily access to corporate VPN, WiFi, etc., on your private device.</p>
]]></description><pubDate>Sat, 20 Jun 2026 12:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48608679</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48608679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48608679</guid></item><item><title><![CDATA[New comment by p2detar in "Swiss parliament lifts ban on new nuclear power plants"]]></title><description><![CDATA[
<p>Not only that, but the landscape of SMRs research and development is becoming very rich [0]. I think we are going to see a renaissance of reactor technology in the coming decade, and it will be well deserved.<p>0 - <a href="https://world-nuclear.org/information-library/nuclear-power-reactors/small-modular-reactors/small-modular-reactor-smr-design-database" rel="nofollow">https://world-nuclear.org/information-library/nuclear-power-...</a></p>
]]></description><pubDate>Fri, 19 Jun 2026 10:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48596838</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48596838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48596838</guid></item><item><title><![CDATA[New comment by p2detar in "Swiss parliament lifts ban on new nuclear power plants"]]></title><description><![CDATA[
<p>> For the cost of the R&D of one next generation nuclear reactor design, how many next generation battery and solar panels technologies can you develop<p>This is a horrible argument. Yeah, let’s not spend money improving technology. We wouldn’t have increased Solar panel efficiency if we followed such ill advice.</p>
]]></description><pubDate>Thu, 18 Jun 2026 18:46:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48589705</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48589705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48589705</guid></item><item><title><![CDATA[New comment by p2detar in "TerraPower in deal with Meta for eight Natrium 345 MW nuclear plants"]]></title><description><![CDATA[
<p>> that there seems to be a total lack of technology investment and innovation across Europe<p>I wouldn’t be concerned, because this is obviously false.</p>
]]></description><pubDate>Thu, 18 Jun 2026 17:10:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48588426</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48588426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48588426</guid></item><item><title><![CDATA[New comment by p2detar in "Keygen.music"]]></title><description><![CDATA[
<p>Have you heard of the <a href="https://modarchive.org" rel="nofollow">https://modarchive.org</a>?</p>
]]></description><pubDate>Fri, 12 Jun 2026 17:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48506905</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48506905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48506905</guid></item><item><title><![CDATA[New comment by p2detar in "The Future of Email"]]></title><description><![CDATA[
<p>And how does Protonmail help when Switzerland has signed the Mutual Legal Assistance Treaty with the US? If they need anything, they’ll get it.</p>
]]></description><pubDate>Fri, 12 Jun 2026 16:05:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48505871</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48505871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48505871</guid></item><item><title><![CDATA[New comment by p2detar in "Postgres by Example"]]></title><description><![CDATA[
<p>I'd also recommend Tobias Petry's books which feature MySQL and Postgres examples. Really easy to read. <a href="https://sqlfordevs.com/books+courses" rel="nofollow">https://sqlfordevs.com/books+courses</a></p>
]]></description><pubDate>Wed, 10 Jun 2026 16:48:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48479076</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48479076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48479076</guid></item><item><title><![CDATA[New comment by p2detar in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>I made a Safari extension with Swift that automatically suggests using Fastmail masked email addresses on login forms. Never published it, instead just using an xcode dev build on my phone. Works flawlessly.</p>
]]></description><pubDate>Mon, 08 Jun 2026 21:53:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48452765</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48452765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48452765</guid></item><item><title><![CDATA[New comment by p2detar in "LLMs are eroding my software engineering career and I don't know what to do"]]></title><description><![CDATA[
<p>Why would it stop with just developer layoffs? When software companies rely on LLM providers to run their business, I’d argue we‘ll see a massive bust of these companies around the world - from on-prem products to SaaS.<p>Customers may build the software they need entirely in-house or via prompt-engineer consultants, without the need to buy software tools like today. It could be a very very different world.</p>
]]></description><pubDate>Sun, 07 Jun 2026 20:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48438004</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48438004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48438004</guid></item><item><title><![CDATA[New comment by p2detar in "Programmers will document for Claude, but not for each other"]]></title><description><![CDATA[
<p>Exactly. I recently found out I can use Atlassian‘s ROVO to ask questions against our Wiki and Jira. I now forward consultants to ROVO first and only if they can’t find an answer then I’d look at their questions. Saves me a good chunk of time. They never read my docs otherwise.</p>
]]></description><pubDate>Fri, 05 Jun 2026 13:44:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48412485</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48412485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48412485</guid></item><item><title><![CDATA[New comment by p2detar in "Go Experiments Explained"]]></title><description><![CDATA[
<p>It depends. I read JEPs quite often as part of my job. They are nice as a sum up of the intent behind the feature but they kind of hide the discussion and commits. Also one Java feature may encompass multiple JEPs.<p>Go‘s github discussions on the other hand, give me live-view of the latest state of the experiment. I find both useful and don‘t prefer either.</p>
]]></description><pubDate>Fri, 05 Jun 2026 09:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48410149</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48410149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48410149</guid></item><item><title><![CDATA[New comment by p2detar in "The Public Should Own Half of the Big A.I. Companies"]]></title><description><![CDATA[
<p>And given that the training data is very much international, why would this be just a USA-sovereign fund and not a world-fund?</p>
]]></description><pubDate>Wed, 03 Jun 2026 18:30:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48387847</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48387847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48387847</guid></item><item><title><![CDATA[New comment by p2detar in "Rsync and outrage"]]></title><description><![CDATA[
<p>> <i>I did not just vibe-code “convert test suite to python”. I’m a software engineer with 40 years experience (yeah, I’m OLD!)</i><p>Interestingly enough, I see the trend of people with decades of experience using AI more and more often. I'm in the 20 years club myself, and I do AI-assisted coding every day. It does help, and I'm grateful to have a tool like this to quickly try new ideas and throw them away if they suck. Shaming the author for using AI to help with the CI stuff is baffling to me. Are we witnessing just another ideology-driven tribal reaction on the rise?</p>
]]></description><pubDate>Wed, 03 Jun 2026 08:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48381331</link><dc:creator>p2detar</dc:creator><comments>https://news.ycombinator.com/item?id=48381331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48381331</guid></item></channel></rss>