<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: machine_ghost</title><link>https://news.ycombinator.com/user?id=machine_ghost</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 08:17:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=machine_ghost" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by machine_ghost in "On JavaScript's Weirdness"]]></title><description><![CDATA[
<p>What I don't understand is why, after twenty years, we still haven't versioned Javascript.  A simple:<p>'v2';<p>At the top of every file could let us eliminate all this 20-year old cruft (like document.all hacks to support Internet Explorer).<p>Yet, despite the already established `use strict`; (which is basically 'v1.5'), the community seems completely against modernizing the language.</p>
]]></description><pubDate>Fri, 04 Apr 2025 16:07:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43584433</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43584433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43584433</guid></item><item><title><![CDATA[New comment by machine_ghost in "Polypane, The browser for ambitious web developers"]]></title><description><![CDATA[
<p>I read the website, but I still don't get what value it's offering over Chrome?  Better viewport sizing?</p>
]]></description><pubDate>Tue, 25 Mar 2025 16:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43472930</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43472930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43472930</guid></item><item><title><![CDATA[New comment by machine_ghost in "CSS Custom Functions are coming"]]></title><description><![CDATA[
<p>You have a (very common) mistaken view of what the W3C is and how it works.  It is <i>NOT</i> an independent standards body that tells browser makers what to do!  In fact, it's the exact opposite: the browser makers (and Google is a big one) <i>tell the W3C what to do</i>.<p>This makes perfect sense if you think about it, because the browser makers ultimately decide what goes into the browser.  If the W3C was "in charge" and tried to make Google (or another browser maker) do anything, Google could simply ignore them.  That system wouldn't last.<p>It <i>has</i> to work this way ... and Google (along with Apple, Microsoft, etc.) have decided this syntax is best for them (and possibly their users).</p>
]]></description><pubDate>Mon, 03 Mar 2025 00:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43236840</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43236840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43236840</guid></item><item><title><![CDATA[New comment by machine_ghost in "Clean Code vs. A Philosophy Of Software Design"]]></title><description><![CDATA[
<p>Kent Beck is just as bad as Uncle Bob!  He drank his own proverbial Kool-Aid and went all in on the crazy XP programming fad he started (... which contains brilliance like requiring pair programming for every line of code written).<p>Look, both authors are very smart people who have great insights into development that we can all learn from ... but both also have the failing of being way too in love with their own ideas.<p>It blinds them to the flaws in those ideas, and makes it so when you read their work you <i>have</i> to be skeptical and evaluate each individual idea on their own.</p>
]]></description><pubDate>Tue, 25 Feb 2025 16:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173955</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43173955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173955</guid></item><item><title><![CDATA[New comment by machine_ghost in "“The closer to the train station, the worse the kebab” – a “study”"]]></title><description><![CDATA[
<p>So, this is anecdotal, and it's not true at the moment (because the end of the Santa Cruz wharf just fell into the ocean, and now the clam chowder restaurants are closed), but ...<p>... I had an ex who was a huge clam chowder fan, so she did her own "experiment" and tried every chowder-serving restaurant on the Santa Cruz wharf (I think there were seven).<p>Her completely unscientific finding was that the very best chowder was at the end of the wharf, and generally speaking the chowder got worse as you got  closer to the start of the pier (ie. the closest place to The Boardwalk ... where all the tourists come).<p>It makes perfect sense to me: if people come to your restaurant because of its location, you don't put much effort into quality.  If you're far from the walk-in traffic, you need to do something (like make really delicious chowder) to get people to walk out to you.</p>
]]></description><pubDate>Tue, 25 Feb 2025 16:00:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173572</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43173572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173572</guid></item><item><title><![CDATA[New comment by machine_ghost in "What do people see when they're tripping? Analyzing Erowid's trip reports"]]></title><description><![CDATA[
<p>"We also looked at different types of psychedelics and didn’t see any systematic differences there."<p>This was the most fascinating finding to me.  I really wouldn't have expected Salvia, Acid, Shrooms, etc. to all produce the same hallucinations ... but I guess ultimately they're all operating on the same core neurochemicals, so I guess it makes sense.</p>
]]></description><pubDate>Tue, 25 Feb 2025 15:51:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173455</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43173455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173455</guid></item><item><title><![CDATA[New comment by machine_ghost in "Umami is a simple, fast, privacy-focused alternative to Google Analytics"]]></title><description><![CDATA[
<p>I know it's dumb, but when a library requires me to install Yarn to install it, I think so much less of it.<p>I just hate the idea that I have to install an entire package manager simply to use some Node.js code, when NPM almost certainly could have done the job.</p>
]]></description><pubDate>Mon, 17 Feb 2025 15:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=43080153</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43080153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43080153</guid></item><item><title><![CDATA[New comment by machine_ghost in "Why I'm leaving Elm (2020)"]]></title><description><![CDATA[
<p>It may not be dead, but it does seem a bit stagnant.  Based on Google Trends at least (<a href="https://trends.google.com/trends/explore?date=today%205-y&geo=US&q=elm&hl=en" rel="nofollow">https://trends.google.com/trends/explore?date=today%205-y&ge...</a>), Elm has the same general interest level as it did five years ago (despite going up a bit in-between).</p>
]]></description><pubDate>Sun, 16 Feb 2025 20:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43071573</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43071573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43071573</guid></item><item><title><![CDATA[New comment by machine_ghost in "The Unicorn Boom Is Over, and Startups Are Getting Desperate"]]></title><description><![CDATA[
<p>>Smartphones didn't come from a VC-backed startup.<p>This isn't entirely correct: both Palm and Apple (the creators of the smart phone) were originally venture-backed.</p>
]]></description><pubDate>Sat, 15 Feb 2025 15:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43059383</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43059383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43059383</guid></item><item><title><![CDATA[New comment by machine_ghost in "Who exactly needs to get approval from an institutional review board (IRB)?"]]></title><description><![CDATA[
<p>The fact that the very foundation of our legal system is fundamentally undemocratic (in the sense that no regular citizen can be reasonably expected to understand it) is starting to bubble up into societal awareness.<p>With everything Trump is doing to destroy the rule of law, and all the potential for technology to help us simplify it, I can only hope that when Trump burns it all down, the people who rebuild will be wise enough to do better.</p>
]]></description><pubDate>Thu, 13 Feb 2025 18:36:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43039495</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=43039495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43039495</guid></item><item><title><![CDATA[New comment by machine_ghost in "Do-nothing scripting: the key to gradual automation (2019)"]]></title><description><![CDATA[
<p>This same is also known by another name when it's used to teach new programmers: pseudo code.<p>Sadly, because it's associated with learners/juniors, pseudo code gets a bad rap.  But really, <i>all</i> engineering is translating English into code ... which means almost <i>any</i> complex operation (setting up a new employee's account, or anything else) can be made clearer by utilizing such an "in-between English and code" step.<p>In the article they used Python, but for all the important stuff, they didn't: they used English.  A "do-nothing" script is really just a script where instead of converting pseudo code to code (like programmers normally do), you just leave the English/pseudo code in, and wrap it with a print.</p>
]]></description><pubDate>Sat, 08 Feb 2025 22:02:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42986572</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=42986572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42986572</guid></item><item><title><![CDATA[New comment by machine_ghost in "GitHub Copilot: The Agent Awakens"]]></title><description><![CDATA[
<p>In the long run, yes, but if programming were so rote and simple, we all wouldn't have jobs in the first place.<p>Look, technology has always replaced jobs, throughout history (how many of you know professional lamp lighters, elevator doormen, or switchboard operators?)  But the thing is, tech has always replaced the jobs that are easiest to automate ... not the "intellectual work".<p>I would be far more worried about being a real estate agent, food preparer, or  heck, even a lawyer (for some specialties at least). I think they're all at more risk than programmers.</p>
]]></description><pubDate>Thu, 06 Feb 2025 18:40:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42965194</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=42965194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42965194</guid></item><item><title><![CDATA[New comment by machine_ghost in "GitHub Copilot: The Agent Awakens"]]></title><description><![CDATA[
<p>I don't know Cursor, but VS Code is a very full-featured editor with many years behind it; I rather doubt an upstart editor could achieve full feature parity with it so quickly.<p>But that's almost beside the point: even if it had perfectly identical functionality, people would still want to use VS Code, if only for its well-established ecosystem of extensions.</p>
]]></description><pubDate>Thu, 06 Feb 2025 18:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42965096</link><dc:creator>machine_ghost</dc:creator><comments>https://news.ycombinator.com/item?id=42965096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42965096</guid></item></channel></rss>