<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: notnullorvoid</title><link>https://news.ycombinator.com/user?id=notnullorvoid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 27 May 2026 18:45:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=notnullorvoid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by notnullorvoid in "I'm Tired of Talking to AI"]]></title><description><![CDATA[
<p>Remote doesn't need to be isolating. You can make friends with remote coworkers, but it requires a culture where jumping on a call to work things out is normalized.<p>I've found most work communication apps not to be very condusive to it, but Discord is pretty good.</p>
]]></description><pubDate>Wed, 27 May 2026 15:01:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48295407</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48295407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48295407</guid></item><item><title><![CDATA[New comment by notnullorvoid in "I'm Tired of Talking to AI"]]></title><description><![CDATA[
<p>I think psychotic fits. They have lost touch with reality, and are treating AI as some all knowing entity.</p>
]]></description><pubDate>Wed, 27 May 2026 14:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48295175</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48295175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48295175</guid></item><item><title><![CDATA[New comment by notnullorvoid in "What color is your function? (2015)"]]></title><description><![CDATA[
<p>I'd argue that Go and all other implicit async approaches do have function colours. You're much less likely to notice the colour, but in the edge cases where it can be noticed such systems are harder to work with.</p>
]]></description><pubDate>Tue, 26 May 2026 22:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48286610</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48286610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48286610</guid></item><item><title><![CDATA[New comment by notnullorvoid in "What color is your function? (2015)"]]></title><description><![CDATA[
<p>The one time I did run into coloring being an issue was when working with gevent/greenlets (green threads) in Python nearly a decade ago.<p>Implicit management of async operations is something I hope I never have to deal with again.</p>
]]></description><pubDate>Tue, 26 May 2026 21:46:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48286433</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48286433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48286433</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Ferrari Luce"]]></title><description><![CDATA[
<p>I'm surprised we still let Jony Ive design anything.</p>
]]></description><pubDate>Tue, 26 May 2026 00:56:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48273732</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48273732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48273732</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Ferrari Luce"]]></title><description><![CDATA[
<p>Ive's style may be inspired by Dieter Rams, but he ultimately fails to emulate it in any positive way.<p>Ive's work is bubbly symmetric bland crap.</p>
]]></description><pubDate>Tue, 26 May 2026 00:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48273700</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48273700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48273700</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Memory has grown to nearly two-thirds of AI chip component costs"]]></title><description><![CDATA[
<p>Good time to focus on more memory efficient means of training and inference.<p>SeedLM from Apple is an interesting approach for inference memory efficiency. I'd like to see someone try and build that into training so that it's not a post training compression step.</p>
]]></description><pubDate>Sun, 24 May 2026 20:21:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48260674</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48260674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48260674</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>Their interests and morality have been evident for a long time.</p>
]]></description><pubDate>Sun, 24 May 2026 00:43:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48253134</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48253134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48253134</guid></item><item><title><![CDATA[New comment by notnullorvoid in "On The <dl> (2021)"]]></title><description><![CDATA[
<p>As others have noted only the div is allowed. This isn't a unique situation either, the HTML spec despite being lenient in syntax is quite restrictive in behavior. It's unfortunate that XHTML (and XML parsing) didn't become the default as it's the opposite, more restrictive syntax, but lenient behavior.<p>For example in XHTML you can use custom elements as table rows or cells (provided you give them the correct role and CSS display property). This is because XHTML does not modify the tree during parsing, unlike HTML which will hoist out custom element children of the table to the table's parent.</p>
]]></description><pubDate>Sat, 23 May 2026 16:16:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48248891</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48248891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48248891</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Deno 2.8"]]></title><description><![CDATA[
<p>A lot of these changes seem geared toward adopting Node/NPM default DX. To the point where Deno DX (or what it was previously) now comes second.<p>The worst of the changes is "lib.node included by default", if I'm writing Deno or web code I absolutely don't want node types included by default. Those types were a pain to deal with even in Node projects, resulting in multiple tsconfigs to avoid those types polluting platform agnostic or web code.<p>If Deno continues this trajectory then there is less and less reason to use it over Node.</p>
]]></description><pubDate>Fri, 22 May 2026 21:19:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241809</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48241809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241809</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Deno 2.8"]]></title><description><![CDATA[
<p>This is a really odd change. Deno already supported installing npm packages, this only removes the "npm:" prefix requirement for cli commands. Considering the nightmare that is npm, I was quite happy for jsr to become the defacto registry for the Deno ecosystem. If anything I would've expected the "jsr:" prefix to be the default.</p>
]]></description><pubDate>Fri, 22 May 2026 20:30:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241233</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48241233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241233</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Deno 2.8"]]></title><description><![CDATA[
<p>It sounds a lot like DNT (<a href="https://github.com/denoland/dnt" rel="nofollow">https://github.com/denoland/dnt</a>) which has existed for a long time, but having it in Deno cli does bring significant visibility.</p>
]]></description><pubDate>Fri, 22 May 2026 20:18:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241059</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48241059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241059</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Deno 2.8"]]></title><description><![CDATA[
<p>They may share some goals, but also have differing and opposing goals.<p>But it's possible that all 3 Deno, Node, and Bun could share some code in the future considering they now  all require Rust as part of their build process.</p>
]]></description><pubDate>Fri, 22 May 2026 19:44:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48240592</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48240592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48240592</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>No I don't mean like that. Explicit permissions control what the extension can do, similar to websites needing explicit permission to access a users camera. An example is a theme extension with permission to change the theme, but having neither permission to run scripts/executables, nor dynamically access the filesystem.<p>There's no connection to authoritative approval, other than making ecosystems without or without that kind of strict approval safer.</p>
]]></description><pubDate>Thu, 21 May 2026 20:43:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48228644</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48228644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48228644</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>Running binaries I already have installed in a containerized environment is fine, automatically installing them on host machine and/or container is not.<p>I should be able to limit what binaries extensions have access to though.</p>
]]></description><pubDate>Thu, 21 May 2026 12:37:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48221682</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48221682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48221682</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>Thanks, after seeing this and others talk about it silently installing node and other tools that's enough for me to dismiss it as a viable option.</p>
]]></description><pubDate>Thu, 21 May 2026 12:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48221368</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48221368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48221368</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>How so?<p>Part of what seemed good about Zed was that extensions have explicit permission controls.</p>
]]></description><pubDate>Thu, 21 May 2026 03:20:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48217460</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48217460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48217460</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>> Migrate off vscode already.<p>Zed is the closest thing I've found to meet my needs, and I do plan to try it. However it's dev container support looks to be lacking in some important ways so we'll see.</p>
]]></description><pubDate>Wed, 20 May 2026 22:32:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48215192</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48215192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48215192</guid></item><item><title><![CDATA[New comment by notnullorvoid in "Node.js 26.0.0 (Now with Temporal)"]]></title><description><![CDATA[
<p>In my testing Bun wasn't much faster most of the time, usually on par for all non-IO related stuff, and there were some cases with scheduling where Bun was noticable slower.</p>
]]></description><pubDate>Wed, 20 May 2026 21:10:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48214174</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48214174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48214174</guid></item><item><title><![CDATA[New comment by notnullorvoid in "GitHub confirms breach of 3,800 repos via malicious VSCode extension"]]></title><description><![CDATA[
<p>Yeah, the only thing that gives me hope is the optics of this happening to GitHub. Though it seems possible VS Code team could  double down on the opinion that this isn't a permission/sandboxing problem, and is instead a scanning/threat detection problem.</p>
]]></description><pubDate>Wed, 20 May 2026 21:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48214076</link><dc:creator>notnullorvoid</dc:creator><comments>https://news.ycombinator.com/item?id=48214076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48214076</guid></item></channel></rss>