<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: stupidcar</title><link>https://news.ycombinator.com/user?id=stupidcar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 08:47:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=stupidcar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by stupidcar in "Scientists discover new antibiotics using AI"]]></title><description><![CDATA[
<p>How would you ensure things like industrial farms use a more expensive multi-antibiotic approach instead of a cheaper single-antibiotic one without effective regulation?</p>
]]></description><pubDate>Wed, 27 Dec 2023 18:08:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38784680</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=38784680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38784680</guid></item><item><title><![CDATA[New comment by stupidcar in "Will scaling work?"]]></title><description><![CDATA[
<p>People who experienced a stable childhood seem to have a natural tendency to view the period they grew up in as, if not a golden age, then a safer, simpler time. Which makes sense: You’re too young to be aware of much of the complexity of the world, and your parents provide most of your essential needs and shield you from a lot of bad stuff.<p>That’s not to say all eras are the same. Clearly there’s better and worse times to be alive, but it’s hard to be objective about our childhoods.</p>
]]></description><pubDate>Wed, 27 Dec 2023 18:02:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=38784598</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=38784598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38784598</guid></item><item><title><![CDATA[New comment by stupidcar in "Apple is officially no longer selling the newest Apple Watch in America"]]></title><description><![CDATA[
<p>For most people and companies, yes. But for Apple? They could have used their money and influence to campaign for patent reform.</p>
]]></description><pubDate>Tue, 26 Dec 2023 16:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38773055</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=38773055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38773055</guid></item><item><title><![CDATA[New comment by stupidcar in "Stop making every conversation about yourself"]]></title><description><![CDATA[
<p>This is often quoted advice, but like many things it’s only true in moderation. People who take it too literally come across like therapists or interviewers. Some people are not comfortable talking about themselves, and most well adjusted people don’t want to talk endlessly about themselves. A good conversation should usually be an exchange.</p>
]]></description><pubDate>Wed, 08 Nov 2023 08:35:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=38188011</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=38188011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38188011</guid></item><item><title><![CDATA[New comment by stupidcar in "How to rewrite classes using closures in JavaScript"]]></title><description><![CDATA[
<p>There are also getter (and setter) properties that can be backed by private fields:<p>get name() {
  return this.#name;
}<p>Half of this article seems to be based on the author’s unawareness of JS class syntax.</p>
]]></description><pubDate>Sun, 22 Oct 2023 14:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37975778</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=37975778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37975778</guid></item><item><title><![CDATA[New comment by stupidcar in "Fractional Factorial Experiment Design: There Are Too Many Experiments to Do"]]></title><description><![CDATA[
<p>For biology, Synthace supports  designing experimental protocols using DOE, executing them on robotically automated lab equipment, then performing analysis on the results: <a href="https://www.synthace.com/" rel="nofollow noreferrer">https://www.synthace.com/</a></p>
]]></description><pubDate>Thu, 19 Oct 2023 07:30:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=37939638</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=37939638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37939638</guid></item><item><title><![CDATA[New comment by stupidcar in "The fall of Stack Overflow, explained?"]]></title><description><![CDATA[
<p>The principle reason I've stopped using Stack Overflow much, which I haven't seen mentioned elsewhere, is that its content has become too dated.<p>Most of my questions relate to web development — how to do something in HTML/CSS/JS. When I Google, I can almost always find a related questions on Stack Overflow, but both the question and the answers are usually from a decade ago. The techniques they recommend are totally anachronistic by modern standards.<p>For example, search "how to vertically center a div". The top Stack Overflow result is a question from _14 years ago_, wanting to know how to do it in all browsers "including Internet Explorer 6". And the the accepted answer is a horribly convoluted hack that could be replaced with a couple of line of CSS nowadays.</p>
]]></description><pubDate>Mon, 31 Jul 2023 21:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36949316</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=36949316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36949316</guid></item><item><title><![CDATA[New comment by stupidcar in "Fix it, Fork it, Fuck off (2019)"]]></title><description><![CDATA[
<p>As I said, as a developer working on a software project for your employer, you often inherit dependencies you had no say in. Nor can you force your employer to negotiate a contract with the maintainer.<p>Don't get me wrong: I'm <i>not</i> arguing the maintainer has any responsibility to fix your issue. I'm only saying that the situation for the developer facing the bug is not always as simple as the article implies. Their choices are constrained by factors outside their control, and they are under pressure to deliver. It's this pressure that explains <i>some</i> of the frustration and anger that can bubble up in open source discussions.<p>I don't think there's an easy solution, but more empathy on all sides might be a start.</p>
]]></description><pubDate>Thu, 25 Aug 2022 10:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=32591928</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=32591928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32591928</guid></item><item><title><![CDATA[New comment by stupidcar in "Fix it, Fork it, Fuck off (2019)"]]></title><description><![CDATA[
<p>I agree with the article in general, but the wrinkle comes when you encounter a bug in a large, popular open source project (naming no names, but any of the major web frameworks for example) that you're using for a work project.<p>Fix it? Sure, except despite their ostensibly open nature, many of these projects are run as internal projects of large tech corps, and the bandwidth and interest of the team in reviewing and merging external PRs is limited to nonexistent. I've submitted small, obvious bug fixes, complete with test coverage, to projects and had them sit unreviewed for <i>years</i>.<p>Fork it? Well there is a big, <i>big</i> difference between spending an hour fixing a bug and submitting a PR, and forking a large and complex dependency. You're committing yourself and your team and employer to the ongoing maintenance of the fork and merging of upstream changes, just so you can merge a bug fix. Usually, that's just not practical.<p>Fuck off? Many third-party dependencies in mature projects are non-negotiable. Removing them would require a complete rewrite. You may not even have been the person who chose them, but you're stuck with them, and then your boss asks you to implement a feature or fix something that relies on a change or fix in a dependency. Being blocked due to upstream intransigence is very frustrating, and there is often a professional cost to saying "no" to a request, especially a bug fix, no matter how convincing you argue that it's not your fault or under your control.</p>
]]></description><pubDate>Thu, 25 Aug 2022 10:18:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=32591767</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=32591767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32591767</guid></item><item><title><![CDATA[New comment by stupidcar in "Italy Is Held Back by 2.6M People Who Have Given Up on Work"]]></title><description><![CDATA[
<p>This is an exasperating article. Where is the data on who these 2.6m people are, demographically speaking, what their reasons are for not seeking work, and how they supporting themselves if they don't work? 2.6m young people not working is very different from 2.6m people who've basically chosen early retirement, for example. It talks about a skills problem, but without giving real any numbers or context.</p>
]]></description><pubDate>Fri, 03 Jun 2022 08:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=31605502</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=31605502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31605502</guid></item><item><title><![CDATA[New comment by stupidcar in "Twitter set to accept Musk's $43B offer – sources"]]></title><description><![CDATA[
<p>Which is not an answer to the question “Was The Washington Post the tipping point where Amazon started to collapse?”, which you were responding to.<p>I don’t eat at McDonalds, but that doesn’t make me think they’re going to collapse. In fact they’re likely successful for precisely for the reasons I don’t eat there.</p>
]]></description><pubDate>Mon, 25 Apr 2022 12:48:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=31153686</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=31153686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31153686</guid></item><item><title><![CDATA[New comment by stupidcar in "Twitter set to accept Musk's $43B offer – sources"]]></title><description><![CDATA[
<p>I hate to tell you, but that momentous setback has not yet caused Amazon to collapse.</p>
]]></description><pubDate>Mon, 25 Apr 2022 12:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=31153601</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=31153601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31153601</guid></item><item><title><![CDATA[New comment by stupidcar in "Web color is still broken"]]></title><description><![CDATA[
<p>While it's true that a LAB gradient will produce a more perceptually uniform gradient, it doesn't alter the article's point that sRGB <i>isn't</i> a colorspace. It has an associated nonlinear gamma function that is used to help compress values to 8-bit, and the result is that interpolating between two sRGB values is not the same as interpolating between them in a proper RGB colorspace, with the result that you'll get brightness problems.<p>So yes, LAB will produce more perceptually uniform gradients than RGB, but browsers are exacerbating the problems of RGB gradients by not implementing them properly.</p>
]]></description><pubDate>Thu, 21 Apr 2022 10:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=31107913</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=31107913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31107913</guid></item><item><title><![CDATA[New comment by stupidcar in "I Avoid Async/Await"]]></title><description><![CDATA[
<p>> The keywords async and await should give us the same intuition that the then does in the third. But I’ll wager for many engineers it doesn’t.<p>It does.</p>
]]></description><pubDate>Sat, 16 Apr 2022 11:50:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=31051587</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=31051587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31051587</guid></item><item><title><![CDATA[New comment by stupidcar in "New Chinese GPU Maker Moore Threads Unveils the MTT S60 GPU"]]></title><description><![CDATA[
<p>Supposedly because at the time of the acquisition, "Canyon Bridge was licensed and regulated by US law." but "Since then it has moved its headquarters to the Cayman Islands and as such is no longer a US-controlled entity." [1]. Although that sounds pretty flimsy. I suspect, given it happened in 2017, it was judged politically unwise to block a Chinese state investor when the UK was looking to increase global trade post-Brexit.<p>Eventually it seems the UK gov woke up and blocked a Chinese attempt to take over the board and move the company to China[2]. Now it seems there's a plan to IPO again in London or Nasdaq[3] so the Chinese owners can exit.<p>[1] <a href="https://www.bbc.co.uk/news/business-52275201" rel="nofollow">https://www.bbc.co.uk/news/business-52275201</a>
[2] <a href="https://www.ft.com/content/654a6d68-ef26-47b2-9da5-9029c570fbfe" rel="nofollow">https://www.ft.com/content/654a6d68-ef26-47b2-9da5-9029c570f...</a>
[3] <a href="https://www.ft.com/content/e0c48d30-866d-4efd-9d78-21e49d366cd8" rel="nofollow">https://www.ft.com/content/e0c48d30-866d-4efd-9d78-21e49d366...</a></p>
]]></description><pubDate>Sun, 10 Apr 2022 19:09:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=30980584</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30980584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30980584</guid></item><item><title><![CDATA[New comment by stupidcar in "Return to Monkey Island, Coming 2022"]]></title><description><![CDATA[
<p>I am very excited for this. For those unaware, Ron Gilbert was the creative force behind The Secret of Monkey Island 1 and 2, but then left Lucasarts and the subsequent Monkey Island games were made by others. He's said for a long time that those games, while perfectly fine, didn't represent his vision for how the series would have continued (and Monkey Island 2 finished on an intriguing cliffhanger), so it's cool that we'll finally get his version of things, as the new game will continue from where MI2 left off (although apparently the other games will remain as canon somehow).<p>Also, a few years ago Gilbert and many of the others working on this new game made a retro-styled point-and-click adventure game called Thimbleweed Park[1]. It wasn't a smash hit in terms of sales, but I thought it was a lot of fun, and had some very sharp dialogue and design, and reassures me that the creative team haven't lost their touch and this won't be another Underworld Ascendant debacle.<p>[1] <a href="https://thimbleweedpark.com/" rel="nofollow">https://thimbleweedpark.com/</a></p>
]]></description><pubDate>Fri, 08 Apr 2022 15:25:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=30958369</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30958369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30958369</guid></item><item><title><![CDATA[New comment by stupidcar in "Claymorphism: Will it stick around?"]]></title><description><![CDATA[
<p>Yeah, I can't think of a single real app or website I've seen that uses this style. It seems instead like a single designer doing some self-promotion by inventing these new "trends". And this one seems to be inspired by cheap DVD menu screens from the 2000s.</p>
]]></description><pubDate>Thu, 31 Mar 2022 09:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=30865297</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30865297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30865297</guid></item><item><title><![CDATA[New comment by stupidcar in "Solid.js feels like what I always wanted React to be"]]></title><description><![CDATA[
<p>What are you talking about? The setInterval example is completely idiomatic React hooks. It is literally given in the React docs:<p><a href="https://reactjs.org/docs/hooks-faq.html#what-can-i-do-if-my-effect-dependencies-change-too-often" rel="nofollow">https://reactjs.org/docs/hooks-faq.html#what-can-i-do-if-my-...</a></p>
]]></description><pubDate>Tue, 01 Mar 2022 09:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=30511936</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30511936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30511936</guid></item><item><title><![CDATA[New comment by stupidcar in "Competitive Programming with AlphaCode"]]></title><description><![CDATA[
<p>Having used Copilot for a while, I am quite certain it <i>will</i> replace me as a programmer.<p>It appears to me that when it comes to language models, intelligence = experience * context. Where experience is the amount what's encoded in the model, and context is the prompt. And the biggest limitation on Copilot currently is context. It behaves as an "advanced autocomplete" because it all is has to go on is what regular autocomplete sees, e.g. the last few characters and lines of code.<p>So, you can write a function name called createUserInDB() and it will attempt to complete it for you. But how does it know what DB technology you're using? Or what your user record looks like? It doesn't, and so you typically end up with a "generic" looking function using the most common DB tech and naming conventions for your language of choice.<p>But now imagine a future version of Copilot that is automatically provided with a lot <i>more</i> context. It also gets fed a list of your dependencies, from which it can derive which DB library you're using. It gets any locatable SQL schema file, so it can determine the columns in the user table. It gets the text of the Jira ticket, so it can determine the  requirements.<p>As a programmer a great deal of time is spent checking these different sources and synthesising them in your head into an approach, which you then code. But they are all just text, of one form or another, and language models can work with them just as easily, and much faster, than you can.<p>And one the ML train coding gets running, it'll only get faster. Sooner or later Github will have a "Copilot bot" that can automatically make a stab at fixing issues, which you then approve, reject, or fix. And as thousands of these issues pile up, the training set will get bigger, and the model will get better. Sooner or later it'll be possible to create a repo, start filing issues, and rely on the bot to implement everything.</p>
]]></description><pubDate>Wed, 02 Feb 2022 18:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=30181510</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30181510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30181510</guid></item><item><title><![CDATA[New comment by stupidcar in "Starlink satellites hindering detection of near-Earth asteroids, study finds"]]></title><description><![CDATA[
<p>Elon Musk trying to save humanity from going extinct as a "one planet species" and in the process causing us to miss a near-Earth asteroid whose impact wipes us out would be rather ironic.</p>
]]></description><pubDate>Fri, 21 Jan 2022 12:31:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=30022506</link><dc:creator>stupidcar</dc:creator><comments>https://news.ycombinator.com/item?id=30022506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30022506</guid></item></channel></rss>