<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: nc0</title><link>https://news.ycombinator.com/user?id=nc0</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 17:50:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nc0" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Neocities]]></title><description><![CDATA[
<p>Article URL: <a href="https://neocities.org/">https://neocities.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47701567">https://news.ycombinator.com/item?id=47701567</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 09 Apr 2026 10:10:06 +0000</pubDate><link>https://neocities.org/</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=47701567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47701567</guid></item><item><title><![CDATA[A quine that plays snake over its own source]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/taylorconor/quinesnake">https://github.com/taylorconor/quinesnake</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47144375">https://news.ycombinator.com/item?id=47144375</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 24 Feb 2026 22:40:51 +0000</pubDate><link>https://github.com/taylorconor/quinesnake</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=47144375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47144375</guid></item><item><title><![CDATA[New comment by nc0 in "No science, no startups: The innovation engine we're switching off"]]></title><description><![CDATA[
<p>Guess where the companies got the ideas and schemas from?</p>
]]></description><pubDate>Tue, 14 Oct 2025 17:33:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45582679</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=45582679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45582679</guid></item><item><title><![CDATA[New comment by nc0 in "The web does not need gatekeepers: Cloudflare’s new “signed agents” pitch"]]></title><description><![CDATA[
<p>It's not a question of languages or frameworks, but hardware. I cannot finance servers large enough to keep up with AI bots constantly scrapping my host, bypassing cache indications, or changing IP to avoid bans.</p>
]]></description><pubDate>Fri, 29 Aug 2025 19:42:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45068511</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=45068511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45068511</guid></item><item><title><![CDATA[New comment by nc0 in "We shouldn't have needed lockfiles"]]></title><description><![CDATA[
<p>So much thought works for not accepting the only real, future-proof, safe, and deterministic solution that is downloading your dependencies' code next to your code forever (a.k.a. vendoring)....</p>
]]></description><pubDate>Wed, 06 Aug 2025 18:34:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44815849</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44815849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44815849</guid></item><item><title><![CDATA[New comment by nc0 in "NIH is cheaper than the wrong dependency"]]></title><description><![CDATA[
<p>NIH is cool and all for greenfield projects but please remember that most of industrial work today is compatibility with old standards and behaviors, dealing with their bugs and edge cases.  In that case, a third-party dependency that has been existing for 20 years will be better.</p>
]]></description><pubDate>Fri, 18 Jul 2025 10:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44603209</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44603209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44603209</guid></item><item><title><![CDATA[New comment by nc0 in "Bot or human? Creating an invisible Turing test for the internet"]]></title><description><![CDATA[
<p>> Say something everyone lives everyday around the world.
> "This is an extremely ignorant take."</p>
]]></description><pubDate>Thu, 26 Jun 2025 13:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44387398</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44387398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44387398</guid></item><item><title><![CDATA[New comment by nc0 in "The Grug Brained Developer (2022)"]]></title><description><![CDATA[
<p>You also have to remember the context.<p>First that visual debugging was still small and niche, probably not suited to the environment at Bell Labs at the time, given they were working with simpler hardware that might not provide an acceptable graphical environment (which can be seen as a lot of the UNIX system is oriented around the manipulation of lines of text).
This is different from the workplace where most game developers, including J. Carmack were, with access to powerful graphical workstations and development tools.<p>Secondly there’s also a difference on the kind of work achieved: the work on UNIX systems mostly was about writing tools than big systems, favoring composition of these utilities.
And indeed, I often find people working on batch tools not using visual debuggers since the integration of tools pretty much is a problem of data structure visualization (the flow being pretty linear), which is still cumbersome to do in graphical debuggers.  The trend often is inverted when working on interactive systems where the main problem actually is understanding the control flow than visualizing data structures: I see a lot more of debuggers used.<p>Also to keep in mind that a lot of engineers today work on Linux boxes, which has yet to have acceptable graphical debuggers compared to what is offered in Visual Studio or XCode.</p>
]]></description><pubDate>Wed, 18 Jun 2025 07:06:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44307358</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44307358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44307358</guid></item><item><title><![CDATA[New comment by nc0 in "Why Koreans ask what year you were born"]]></title><description><![CDATA[
<p>It's not really a question of fame but more of respect, we are not relatives, so you do not use tu.</p>
]]></description><pubDate>Thu, 12 Jun 2025 08:48:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44255423</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44255423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44255423</guid></item><item><title><![CDATA[New comment by nc0 in "The Ingredients of a Productive Monorepo"]]></title><description><![CDATA[
<p>For the people interested in a good VCS system to achieve such monorepos, have a look at Ark [0].  It works really well for huge codebases, it is really fast, faster than Perforce Helix, it has an ethical and respectful pricing scheme, with a self-hosting mentality.
Also it's indie, which is typically better than greedy corporate.<p>[0]: <a href="https://ark-vcs.com" rel="nofollow">https://ark-vcs.com</a></p>
]]></description><pubDate>Wed, 28 May 2025 19:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44120024</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=44120024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44120024</guid></item><item><title><![CDATA[New comment by nc0 in "Deals with the devil aren't what they used to be"]]></title><description><![CDATA[
<p>Amen brother, hope everything is good for you now</p>
]]></description><pubDate>Fri, 16 Aug 2024 11:27:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41265327</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=41265327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41265327</guid></item><item><title><![CDATA[New comment by nc0 in "Inside the "3 billion people" national public data breach"]]></title><description><![CDATA[
<p>As far as I know, most of the developed and in development countries have this kind of database, I also know some poor countries does too, but they often lack security measures</p>
]]></description><pubDate>Thu, 15 Aug 2024 10:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41254535</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=41254535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41254535</guid></item><item><title><![CDATA[New comment by nc0 in "It's a bad day to be a language model"]]></title><description><![CDATA[
<p>Such initiatives are actually great for the modern AI community, I am sure we could use this kind of behaviors to precise the internal state of models and helps us understanding more on these aspects</p>
]]></description><pubDate>Wed, 12 Jun 2024 21:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40663519</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=40663519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40663519</guid></item><item><title><![CDATA[Smalltalk: A White Paper Overview]]></title><description><![CDATA[
<p>Article URL: <a href="https://web.cecs.pdx.edu/~harry/musings/SmalltalkOverview.html">https://web.cecs.pdx.edu/~harry/musings/SmalltalkOverview.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40663409">https://news.ycombinator.com/item?id=40663409</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 12 Jun 2024 21:35:00 +0000</pubDate><link>https://web.cecs.pdx.edu/~harry/musings/SmalltalkOverview.html</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=40663409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40663409</guid></item><item><title><![CDATA[New comment by nc0 in "macOS Sonoma silently enabled iCloud Keychain despite my precautions"]]></title><description><![CDATA[
<p>1Password is reputed. Or KeepassXC if you prefer something to self-host</p>
]]></description><pubDate>Sun, 26 May 2024 22:12:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40485867</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=40485867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40485867</guid></item><item><title><![CDATA[New comment by nc0 in "Jai.js: A Powerful Reactive JavaScript Framework for Websites"]]></title><description><![CDATA[
<p>I am not sure to understand why a JavaScript framework should have a timer for its release date? Could we at least see some code or anything?</p>
]]></description><pubDate>Sun, 19 May 2024 08:55:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40405431</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=40405431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40405431</guid></item><item><title><![CDATA[New comment by nc0 in "The Software Architecture of Palia"]]></title><description><![CDATA[
<p>This should be illegal, it's just moving data...</p>
]]></description><pubDate>Thu, 04 Apr 2024 10:05:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=39928439</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=39928439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39928439</guid></item><item><title><![CDATA[Zed Editor now supports extensions]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/zed-industries/extensions">https://github.com/zed-industries/extensions</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39515221">https://news.ycombinator.com/item?id=39515221</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 26 Feb 2024 18:44:18 +0000</pubDate><link>https://github.com/zed-industries/extensions</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=39515221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515221</guid></item><item><title><![CDATA[New comment by nc0 in "The internet used to be fun"]]></title><description><![CDATA[
<p>Is it the Internet that has become unfunny, or just you that has become older?<p>Think about it twice :)</p>
]]></description><pubDate>Mon, 12 Feb 2024 17:29:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39347665</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=39347665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39347665</guid></item><item><title><![CDATA[New comment by nc0 in "Shadxn: An experimental CLI tool that builds upon shadcn-UI CLI"]]></title><description><![CDATA[
<p>Wasn't the goal of ShadCN UI to be easy to use, without the need for a custom ecosystem? Not to discourage but this seems to go against the goal of the package at first. AFAIK, we're supposed to "just" copy and past the components</p>
]]></description><pubDate>Mon, 12 Feb 2024 17:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=39347614</link><dc:creator>nc0</dc:creator><comments>https://news.ycombinator.com/item?id=39347614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39347614</guid></item></channel></rss>