<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: wartijn_</title><link>https://news.ycombinator.com/user?id=wartijn_</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 08:35:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wartijn_" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wartijn_ in "Apple is about to make Hide My Email useless"]]></title><description><![CDATA[
<p>Are there really? I don't think I've ever encountered such a service in all the years I've been using an email address under my own domain. 
And blocking every email address that's not from a big provider means blocking basically everyone who tries to sign up with their company email, which might not be great for business.</p>
]]></description><pubDate>Tue, 16 Jun 2026 21:12:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48562182</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48562182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48562182</guid></item><item><title><![CDATA[New comment by wartijn_ in "Angular v22"]]></title><description><![CDATA[
<p>In theory that’s true (although observables are for reactivity too), but Angular uses observables for its http library and http requests are very much not streams. It’s one of the main downsides of working with Angular, the http library is mediocre and does come with the added overhead and complexity that rxjs brings.<p>Until this release (if you only use stable features) using forms meant dealing with observables too, even if you just want to read data when submitting a form and validating some data on change/blur.<p>And often you’ll find that your data from promises, observables and signals need to interact with each other, which can be annoying.<p>Fortunately the situation with signals and their async usage is improving, and iirc the Angular team wants to make rxjs optional, but until it is Angular can be a confusing mess on some points.</p>
]]></description><pubDate>Wed, 03 Jun 2026 22:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48391184</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48391184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48391184</guid></item><item><title><![CDATA[New comment by wartijn_ in "My thoughts after using Clojure for about a month"]]></title><description><![CDATA[
<p><a href="https://web.archive.org/web/20260603023617/https://www.acdw.net/clojure/" rel="nofollow">https://web.archive.org/web/20260603023617/https://www.acdw....</a></p>
]]></description><pubDate>Wed, 03 Jun 2026 05:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48380251</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48380251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48380251</guid></item><item><title><![CDATA[New comment by wartijn_ in "OpenBSD 7.9"]]></title><description><![CDATA[
<p>> This isn't anecdotal or “vague opinion” CVEs are facts<p>No they aren't, they're data. Your source shows the amount of Linux CVEs in 2024 are an order of magnitude higher than the amount of Linux CVEs in 2023. Does that mean Linux became way more insecure in 2024? You imply it does, but that's obviously not true. What happened is that Linux changed how they report CVEs [0].<p>Just like your source doesn't say anything useful about the difference in CVEs in Linux, it doesn't say anything about the difference in CVEs between Linux and OpenBSD.<p>Lies, damn lies and statistics.<p>[0] <a href="https://www.suse.com/c/linux-kernel-cve-increase-suse-explains/" rel="nofollow">https://www.suse.com/c/linux-kernel-cve-increase-suse-explai...</a></p>
]]></description><pubDate>Tue, 19 May 2026 18:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48196850</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48196850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48196850</guid></item><item><title><![CDATA[New comment by wartijn_ in "Node.js 26 Released"]]></title><description><![CDATA[
<p>It’s not the most interesting Node release ever, but Temporal being enabled is nice. Hopefully Safari and Bun will follow soon, so it’ll be a viable option for personal projects without using polyfills.<p>The removal of --experimental-transform-types[0] is interesting too. With type stripping being enabled by default (in a patch of v25 I think), and Typescript getting the setting erasableSyntaxOnly, we might see older typescript features like enums slowly getting phased out.<p>[0] <a href="https://github.com/nodejs/node/pull/61803" rel="nofollow">https://github.com/nodejs/node/pull/61803</a></p>
]]></description><pubDate>Tue, 05 May 2026 15:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48024260</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48024260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48024260</guid></item><item><title><![CDATA[Node.js 26 Released]]></title><description><![CDATA[
<p>Article URL: <a href="https://nodejs.org/en/blog/release/v26.0.0">https://nodejs.org/en/blog/release/v26.0.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48023795">https://news.ycombinator.com/item?id=48023795</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 05 May 2026 15:22:20 +0000</pubDate><link>https://nodejs.org/en/blog/release/v26.0.0</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48023795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48023795</guid></item><item><title><![CDATA[New comment by wartijn_ in "I am worried about Bun"]]></title><description><![CDATA[
<p>In Node 26 it will be removed<p><a href="https://github.com/nodejs/node/pull/61803" rel="nofollow">https://github.com/nodejs/node/pull/61803</a></p>
]]></description><pubDate>Tue, 05 May 2026 03:46:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48017828</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=48017828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48017828</guid></item><item><title><![CDATA[New comment by wartijn_ in "Ti-84 Evo"]]></title><description><![CDATA[
<p>The scam doesn’t just work in the US. In The Netherlands most secondary school students had, and I think still have, to buy these. I imagine in other countries too.<p>There is an interesting side effect from having always used TI calculators. They use a dot as the decimal separator, not a comma like we do here. 
There is usually some option to switch, but the hardware button obviously stays the same, so I’ve always been taught to just make that switch in my head, and it has become the natural thing for me to do. 
I see 1,000.50 on a screen I write down 1.000,50. 
When I use software that uses a comma as the decimal separator, I get annoyed and it takes some mental effort to enter the right values.</p>
]]></description><pubDate>Sat, 02 May 2026 10:46:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47985227</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47985227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47985227</guid></item><item><title><![CDATA[New comment by wartijn_ in "Changes to OpenTTD Distribution on Steam"]]></title><description><![CDATA[
<p>Seems likely</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391291</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47391291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391291</guid></item><item><title><![CDATA[New comment by wartijn_ in "Changes to OpenTTD Distribution on Steam"]]></title><description><![CDATA[
<p>Fyi, you are replying to an llm</p>
]]></description><pubDate>Sun, 15 Mar 2026 10:42:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47386083</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47386083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47386083</guid></item><item><title><![CDATA[New comment by wartijn_ in "1Password pricing increasing up to 33% in March"]]></title><description><![CDATA[
<p>Doesn't seem to be EU related. I'm in The Netherlands, using the .eu servers from 1Password and the email I got just says:<p>> The new price will take effect at your next renewal, provided it’s on or after <date>. Those occurring prior to <date>, will continue at the current pricing until your next renewal.</p>
]]></description><pubDate>Tue, 24 Feb 2026 21:45:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47143619</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47143619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47143619</guid></item><item><title><![CDATA[New comment by wartijn_ in "NPMX – a fast, modern browser for the NPM registry"]]></title><description><![CDATA[
<p>The website has an about page that explains some of the reasons why this project exists. The first heading in the readme of their repo is "Vision". The creators of this project are people with a track record of creating popular, high quality, useful Javascript projects.<p>I'd say the probability that some thought has gone into this project it pretty high. Your reply stating that this was created without any though or effort is, ironically the least thoughtful, laziest and least useful response possible.</p>
]]></description><pubDate>Sat, 14 Feb 2026 13:21:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47014333</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47014333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47014333</guid></item><item><title><![CDATA[New comment by wartijn_ in "Major European payment processor can't send email to Google Workspace users"]]></title><description><![CDATA[
<p>Are you recommending they read it again or requiring it?</p>
]]></description><pubDate>Fri, 13 Feb 2026 07:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47000119</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=47000119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47000119</guid></item><item><title><![CDATA[New comment by wartijn_ in "A Crisis comes to Wordle: Reusing old words"]]></title><description><![CDATA[
<p>Ah ok. Shows what I know about Scrabble.</p>
]]></description><pubDate>Mon, 02 Feb 2026 20:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46860835</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46860835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46860835</guid></item><item><title><![CDATA[New comment by wartijn_ in "A Crisis comes to Wordle: Reusing old words"]]></title><description><![CDATA[
<p>Wouldn’t that make Scrabble only harder and more annoying to play? With that limitation you’ll get situations where you play a perfectly valid word, but it gets rejected because it’s not in the list of approved words. To get good at that version of the game, you’ll have to study the Scrabble word list instead of the dictionary.<p>With Wordle the limitation is only put on the words the game generates as answers. You can use obscure words to guess, they just won’t be the answer.</p>
]]></description><pubDate>Mon, 02 Feb 2026 09:30:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46854052</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46854052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46854052</guid></item><item><title><![CDATA[New comment by wartijn_ in "jQuery 4"]]></title><description><![CDATA[
<p>I don’t understand your use case. If you’ve got legacy projects that you don’t want to touch, why upgrade a dependency to a new major version?
You can keep using jquery without having to think about it. Just keep using version 3.7 and don’t even think about version 4.</p>
]]></description><pubDate>Sun, 18 Jan 2026 12:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46667452</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46667452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46667452</guid></item><item><title><![CDATA[New comment by wartijn_ in "Consent-O-Matic"]]></title><description><![CDATA[
<p>But this thread stars with someone saying they don’t care about cookies because they’ll delete them anyway. That’s different than saying they don’t care about their privacy, so it’s worth pointing out that accepting every cookie banner does have privacy implications beyond just having cookies placed.</p>
]]></description><pubDate>Sun, 18 Jan 2026 12:17:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46667217</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46667217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46667217</guid></item><item><title><![CDATA[New comment by wartijn_ in "Replacing JavaScript with Just HTML"]]></title><description><![CDATA[
<p>It’s the name of the accordion and matches how radio buttons work. If you want to distinguish them, you’ll give them different ids.</p>
]]></description><pubDate>Sun, 28 Dec 2025 15:35:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46411792</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46411792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46411792</guid></item><item><title><![CDATA[New comment by wartijn_ in "Floor796"]]></title><description><![CDATA[
<p>From the FAQ in the "about" section of the website:<p>- You can try to find Wally (Waldo), as in the well-known game Where's Wally. He is partially visible, but if you click on him, he will appear in full and wave at you.<p>- Quest #1 - Mafia Treasures. To start the quest, go to the room where the Mafia is holding the annual meeting and click on the suitcase.<p>- Quest #2 - Subspace Tuner: To start this quest, click on the large advertising screen that says 'Bad Signal' next to the pirate ship.<p>- Payphone - you can call different subscribers on the 796th floor. Subscriber numbers are constantly being added and can be found in various places on the floor.<p>- In the Police Station click on the big screen to see the project statistics: current online, visits by country, number on interactions with all elements on the floor, etc.<p>- One of the arcade machines has a real game - Racer796.<p>- In the park zone there is Change My Mind guy. Click on him to add your own phrase to the rotation.<p>- You can compose a 10-second melody and add it to rotation by clicking on the guy in the hospital with the pink synthesizer.<p>- You can draw small pixel animation and add it to rotation by clicking on the Fun Drawing Screen near the Police Station.<p>- Click on the Chunk Norris in the park zone.<p>- Click on the JAWS 19 ad screen in the block with Back to the Future references.<p>- Click on Naruto near the pirate ship.<p>- There is Free Ads Board next to the pirate ship. You can draw your own advertising screen and specify which URL it links to.<p>- There are also many small interactive elements on the floor, clicking on which will show an additional picture, play a sound or cause some action to occur.</p>
]]></description><pubDate>Sat, 27 Dec 2025 17:14:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46403277</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46403277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46403277</guid></item><item><title><![CDATA[New comment by wartijn_ in "The differences between an IndyCar and a F1 car"]]></title><description><![CDATA[
<p>My guess would be it’s to have accounts with some comment history that can be used for spam. Otherwise you’ll always be spamming from accounts with green names.</p>
]]></description><pubDate>Thu, 04 Dec 2025 07:24:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46144740</link><dc:creator>wartijn_</dc:creator><comments>https://news.ycombinator.com/item?id=46144740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46144740</guid></item></channel></rss>