<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: maxsilver</title><link>https://news.ycombinator.com/user?id=maxsilver</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Jul 2026 23:38:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=maxsilver" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by maxsilver in "Multicast TV Distribution on My Home Network"]]></title><description><![CDATA[
<p>>  Does anyone watch scheduled television anymore except local news and sportsball?<p>Yes, especially for folks not at home. It’s common to see multicast used in places where internet bandwidth is constrained, but network maybe not so much.<p>For example, maybe you have an older hotel, or a cruise ship or a hospital or a retirement home. It’s expensive to just buy better internet backhaul, and it’s expensive to retrofit those rooms, and you can lose a lot of money for every day the room is down.<p>But, with multicast, you can use the legacy internet connection and the legacy wiring in the room, but easily/cheaply ensure every room has a working TV with full broadcast TV or satellite TV, and anyone watching that is not pulling 5mbps to 10mbps from your internet backhaul.<p>It also all works from a single remote control, and it doesn’t ask you to log into anything, it doesn’t need your cell phone for anything, etc.<p>It’s niche, but there’s a number of places where it makes sense.</p>
]]></description><pubDate>Sun, 26 Jul 2026 00:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49053504</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=49053504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49053504</guid></item><item><title><![CDATA[New comment by maxsilver in "Microsoft fire idTech team at Id software"]]></title><description><![CDATA[
<p>Sometimes yes absolutely.<p>Netflix shows often have a "house look" to them, because they enforce specific camera requirements and have a standardized / commonly-reused lighting setup -<p><a href="https://partnerhelp.netflixstudios.com/hc/en-us/articles/360000579527-Cameras-Image-Capture-Requirements-and-Best-Practices" rel="nofollow">https://partnerhelp.netflixstudios.com/hc/en-us/articles/360...</a><p><a href="https://www.esquire.com/entertainment/tv/a61878509/netflix-shows-look-alike-why/" rel="nofollow">https://www.esquire.com/entertainment/tv/a61878509/netflix-s...</a><p>---<p>Marvel movies often reuse a particular pattern of color grading, that can give them a sort of 'similar grain' (see <a href="https://www.youtube.com/watch?v=hpWYtXtmEFQ" rel="nofollow">https://www.youtube.com/watch?v=hpWYtXtmEFQ</a> )</p>
]]></description><pubDate>Tue, 07 Jul 2026 19:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48822340</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=48822340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48822340</guid></item><item><title><![CDATA[New comment by maxsilver in "The last six months in LLMs in five minutes"]]></title><description><![CDATA[
<p>Yeah, it quickly becomes a "which came first, the chicken or the egg?" thing between junior devs and LLMs.<p>I will say, if you use a Mistral model, and if you insist your CSS framework is Bulma (tell it, 'no tailwind', 'no preprocessor'), it does <i>okay</i> at staying away from Tailwind. (Not perfect, not great, but <i>okay</i>).<p>No LLM I've used can handle raw CSS well (yet). If you are carefully curating your own classes and styles, you might just be on your own for a bit.</p>
]]></description><pubDate>Tue, 19 May 2026 12:49:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48192624</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=48192624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48192624</guid></item><item><title><![CDATA[New comment by maxsilver in "The last six months in LLMs in five minutes"]]></title><description><![CDATA[
<p>>  these bots really want to just barf out tailwind-style crap.<p>I get it. The LLMs struggle most with state. They don’t have a real fix for that yet. People generally compensate by shoving everything into context, and making the context window as large as possible, which half-works.<p>Tailwind happens to be “stateless” CSS framework. Nothing uses anything else, nothing is shared, nothing is reused, nothing stacks. It’s super easy to write, since you don’t have to worry about anything else, and the styles are all duplicated dynamically and ‘compiled’ — to the point you can copy-and-paste a HTML block with tailwindcss classes from anywhere into your site, and it mostly ‘works’).<p>—-<p>Tailwind is uniquely suited for LLM use, because the problem Tailwind solves is the problem juniors (and now, LLMs) struggle with most. An LLM can happily write up a bunch of styles, without knowing any of the rest of the project state, and if it’s tailwind, it will <i>mostly sort-of</i> work.<p>It just also happens to be bad practice, this style of development is the exact thing we told everyone <i>not</i> to do for two decades. <i>(“Inline styles are bad! Duplicate styles everywhere is bad! It’s bloated, it’s inefficient. It’s the mark of inexperienced front end. Don’t inline styles. Unless it’s a tailwindcss class, you can inline those styles, they get a pass I guess”)</i>.<p>We used to measure our JS and CSS in kilobytes, by 2011 standards this would be “far too bloated for production use”. For the old-timers, it can be hard to grapple with the idea that we’re just purposefully doing ‘worse’ front-end intentionally now. The calculation changes when half your content/styles/front-end is LLM-generated, and therefore completely disposable. Very <i>“they don’t make them like they used to”</i> vibes.</p>
]]></description><pubDate>Tue, 19 May 2026 12:27:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48192412</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=48192412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48192412</guid></item><item><title><![CDATA[New comment by maxsilver in "Appearing productive in the workplace"]]></title><description><![CDATA[
<p>> Importantly, I think AI companies are motivated towards the overengineered solutions as they increase the buyer's token spend.<p>Yes that, and also, the more complicated the solution, the more likely no one reads or reviews it too carefully, and will instead depend on an LLM to ‘read’ and ‘review it’<p>Even ignoring token costs, there’s a high incentive for LLMs to generate complex solutions, because those solutions generate demand for further LLM use. (You don’t really want to review that 30,000 line pull request <i>by hand</i>, do you?)</p>
]]></description><pubDate>Thu, 07 May 2026 12:13:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048438</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=48048438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048438</guid></item><item><title><![CDATA[New comment by maxsilver in "Vibe coding and agentic engineering are getting closer than I'd like"]]></title><description><![CDATA[
<p>> Also, when did we stop liking to learn?<p>When the economy got so bad for so many people, that every waking moment has to be either chasing fresh cash <i>(or spent in recovery from cash-chasing, worrying about new cash)</i>, to the point they have to largely ignore their own long term goals or basic morals or principles.<p>You can blame all the new gadgets (phones/social media/tiktok/‘dopamine-things’) — but it’s a very much blaming the symptom, not the problem.<p><i>(It’s the meme. “Guys, this isn’t funny. Humans only do this when they’re very distressed”)</i></p>
]]></description><pubDate>Thu, 07 May 2026 11:50:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048250</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=48048250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048250</guid></item><item><title><![CDATA[New comment by maxsilver in "Tim Cook Is Leaving. Good"]]></title><description><![CDATA[
<p>> iMessage is taking twenty minutes to sync a message between your laptop and your phone sitting six inches apart.<p>The iMessage one is super common, and is Apple's fault. Easiest way to reproduce it is to have two Macs. (got a desktop and a laptop and use them both? Chances are high you'll encounter it).<p>The HomeKit (via HomePod mini) is also super common. (HomePod Minis just have bad wifi and unreliable connections, there's something about their WiFi setup that's different from all other Apple products). It doesn't help that Apple spent years prioritizing HomePods as the HomeKit base (though they eventually fixed that, and let you assign an Apple TV to do it).<p>The others are also common, but not necessarily always Apples fault, as far as I can tell.<p>(the AirPods, for example, tend to go wherever 'most recent' sounds happen, but a lot of developers are unintentionally triggering conflicting behavior around this. Have Outlook open? An email notification will sound an alarm, stealing AirPod focus away from your other device, but the sound effect will already be done playing by the time your AirPods connect, so to the user, it just seems like the AirPods switched devices for "no reason".)<p>(HomeKit, for example, is supposed to support Eufy cameras. But Eufy cameras are garbage, despite having a large dedicated base station dock running 24/7, they can support only one small video stream to one single device, ever. So if you have two Eufy cameras installed, HomeKit will fail on the cameras constantly, but it's because of Eufy's basestation limitations, so it's not clear to me how Apple could 'fix' that)<p>---<p>The more Apple moves outside of it's own internal ecosystem, the more complex the interactions get, and the less control Apple can feasibly exert over the product lifecycle, so the more it starts "Microsoft-ing" it's work. (We joke about Microsoft Copilot, but Apple has <i>five different products</i> all named Apple TV, the Apple TV (hardware device), Apple TV (the TV software app, which runs on Apple TV, and iOS, but also on Roku and other SmartTVs), Apple TV (the storefront for buying movies and TV shows), and Apple TV (the subscription service) for watching Apple TV (the studio creating original content shows and movies, one show of which is actually called "The Studio")</p>
]]></description><pubDate>Mon, 27 Apr 2026 15:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47923274</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=47923274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47923274</guid></item><item><title><![CDATA[New comment by maxsilver in "Honda is killing its EVs"]]></title><description><![CDATA[
<p>> Honda was never in the large SUV game.<p>(The Honda Pilot and Honda Passport stare at you, with deep resentment)</p>
]]></description><pubDate>Wed, 18 Mar 2026 01:41:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47420692</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=47420692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47420692</guid></item><item><title><![CDATA[New comment by maxsilver in "Ask HN: COBOL devs, how are AI coding affecting your work?"]]></title><description><![CDATA[
<p>It's kinda okay at JS + React + Tailwind. (at least, for reasonably small / not-crazy-complex projects)</p>
]]></description><pubDate>Mon, 19 Jan 2026 16:32:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46680906</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=46680906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46680906</guid></item><item><title><![CDATA[New comment by maxsilver in "The housing market isn't for single people"]]></title><description><![CDATA[
<p>> Housing is too expensive because it's illegal to build enough of it.<p>A lot of us are in the US, where (except for SF and handful of specific cities) housing is legal to build practically everywhere, municipalities are handing out free money for any form of development, so people do build tons of new housing all over...<p>...and the prices still rise anyway.<p>80% of the buildings within a 1 mile radius of me did not exist at all 20 years ago. There's almost 5,000 new units around. Half of the new apartment buildings are only at like 70% utilization. We barely hit 1% population growth year-over-year.<p>Prices are at 40 year record high prices anyway (yes, even after factoring for inflation).</p>
]]></description><pubDate>Tue, 13 Jan 2026 21:02:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46607950</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=46607950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46607950</guid></item><item><title><![CDATA[New comment by maxsilver in "How China built its ‘Manhattan Project’ to rival the West in AI chips"]]></title><description><![CDATA[
<p>> I'm not saying culture is irrelevant but saying china's success is due to "Chinese way of thinking" or america was dominant because of the "american dream" is an adult believing santa-tier take.<p>I don't know that it's a fairy tale. Certainly, it helps nations project more influence than they really have. But it's not nothing, commonly-shared philosophy is useful. It matters, because it differs, and that impacts things.<p>(as an American) America definitely does not share this philosophy. The idea that <i>"Corruption and fraud can slow China’s progress, but they will not affect the final outcome."</i> is not something most Americans would ever say about America as we struggle with mostly-unchecked corruption and fraud, and have zero enforcement over the consequences of such. It is absolutely effecting the final outcomes of the US, and in a massively negative way.<p>> Material conditions shape history<p>Sure, but not just material conditions. "Hope for the future" plays a bigger role than many people give it credit for.</p>
]]></description><pubDate>Fri, 19 Dec 2025 14:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46326442</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=46326442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46326442</guid></item><item><title><![CDATA[New comment by maxsilver in "Programming peaked"]]></title><description><![CDATA[
<p>I get it. I agree with most of this article. But also like, nothing went away.<p>If you pine for the days of Java and Maven, you can still do that. It’s all still there (Eclipse and NetBeans, too!)<p>If you don’t like using Node and NPM, that’s totally valid, don’t use them. You can spin up a new mobile app, desktop app, and even a SaaS-style web app without touching NPM. (Even on fancy modern latest-version web frameworks like Hanami or Phoenix)<p>If you don’t want everyone to use JS and NPM and React without thinking, be the pushback on a project at work, to not start there.</p>
]]></description><pubDate>Thu, 04 Dec 2025 13:06:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46147226</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=46147226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46147226</guid></item><item><title><![CDATA[New comment by maxsilver in "CBP is monitoring US drivers and detaining those with suspicious travel patterns"]]></title><description><![CDATA[
<p>Yeah, honestly, GDPR isn't perfect legislation, but it's pretty close. You could just copy-and-paste GDPR into the US and, with actual enforcement behind it,  most of the egregious violations would be fixed pretty quickly.</p>
]]></description><pubDate>Fri, 21 Nov 2025 14:28:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46004939</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=46004939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46004939</guid></item><item><title><![CDATA[New comment by maxsilver in "Europe to decide if 6 GHz is shared between Wi-Fi and cellular networks"]]></title><description><![CDATA[
<p>> A 4K netflix stream caps out around 15mbps<p>Yeah, but that's just because Netflix streams are ridiculiously over compressed -- they use extremely low quality encodes. It's technically a "4K" stream, sure, but at a bitrate only realistically capable of 1080p.<p>An actual 4K stream (one capable of expected resolution at 4K) is around 30 to 40mbps.</p>
]]></description><pubDate>Mon, 10 Nov 2025 14:36:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45876440</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45876440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45876440</guid></item><item><title><![CDATA[New comment by maxsilver in "Taco Bell AI Drive-Thru"]]></title><description><![CDATA[
<p>I think the big problem DoorDash and the like have, is they obfuscate the capacity connection between real restaurants.<p>In the real world, if you drive up to a McDonalds, and there's a line around the building for drive-thru, you can make a decision. <i>(Is it worth the long wait, or not?)</i>. In the real world, if you go to a sit-down restaurant, and they're full, they simply turn you away (often with a buzzer or a text callback or whatever, for the 'next available table') and you can make a decision. (is it worth the long wait, or not?).<p>DoorDash and the like, knows about (but intentionally hides) whether a restaurant can actually handle your incoming order -- they never admit if a restaurant is busy or falling behind, because then a human might use that information to decide not purchase.<p>So, DoorDash <i>implies</i> to humans that restaurants are open and ready, orders stack up indefinitely far beyond what a real-world restaurant normally would take, and real-world restaurants have to magically 1.5x to 3x their capacity out of thin air.<p>---<p>It's not a systems-based issue -- no combination of  "moving orders" or "separating orders" or "more apps / AI" could solve it. It's a fundamental capacity issue -- restaurants (especially drive-thru places) don't staff enough people to handle making more than a certain number of orders at a time, and shuffling that capacity from window to counter to drive-thru is just obfuscating that fact.</p>
]]></description><pubDate>Mon, 08 Sep 2025 12:55:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45167675</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45167675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45167675</guid></item><item><title><![CDATA[New comment by maxsilver in "Taco Bell AI Drive-Thru"]]></title><description><![CDATA[
<p>(re: drive-thru) You're going to be waiting aorund in a really long queue for Starbucks regardless.<p>Might as well wait in line in a comfy/cosy car where a barista will hand you your drink, than walk inside into a hot, loud, crowded environment and stand around awkwardly in a tiny corner, listening for a mangled version of your name to be yelled.<p>Starbucks in 2025 isn't Starbucks of 2010. There is no 'premium brand facilities' anymore, just premium pricing.</p>
]]></description><pubDate>Mon, 08 Sep 2025 12:41:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45167554</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45167554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45167554</guid></item><item><title><![CDATA[New comment by maxsilver in "We Found the Hidden Cost of Data Centers. It's in Your Electric Bill [video]"]]></title><description><![CDATA[
<p>>  I know incentives are common<p>I'd go further than common, I don't know any major data center built in the last 6 years that didn't get them. 36 out of 50 US states give away public money to privately owned data centers right now (see <a href="https://www.naiop.org/research-and-publications/magazine/2024/Winter-2024-2025/development-ownership/an-overview-of-state-data-center-related-tax-incentives/" rel="nofollow">https://www.naiop.org/research-and-publications/magazine/202...</a> )<p>It's not always property taxes (sales tax and/or use tax and/or waived utilities costs are also common). But property taxes are also waived in various cases.<p>> Most data centers almost certainly pay property taxes, as well. It is still a deeded plot of land, after all?<p>Not always -- they often waive property taxes too.<p>I'm told Nevada, West Virginia, and Wyoming all have waivers on property taxes for data centers specifically, and at least 12 other states (including Illinois, New York, Texas, and many others) also waive property taxes for data centers through indirect means.<p>Locally here, data centers get to skip out on paying 100% of their property taxes for 10 to 20 years. They do this by getting a county to label their property as a 'Renaissance Zone' (more commonly known as an 'Enterprise Zone').<p>Rules for that also vary. As one example, Connecticut has 'Enterprise Zone' distinction as well, but theirs is only an 80% tax abatement, and only for 5 years.<p>As you might imagine, this quickly becomes a race to the bottom, on which state is willing to give away the highest amount of public money to these private companies. See <a href="https://goodjobsfirst.org/enterprise-zones/" rel="nofollow">https://goodjobsfirst.org/enterprise-zones/</a> for more details.</p>
]]></description><pubDate>Fri, 05 Sep 2025 12:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45137845</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45137845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45137845</guid></item><item><title><![CDATA[New comment by maxsilver in "We Found the Hidden Cost of Data Centers. It's in Your Electric Bill [video]"]]></title><description><![CDATA[
<p>Homes also generate property taxes and sales taxes (from the occupants inside of them). Cities nearly always <i>make money</i> selling to new homes -- low density suburbs are <i>highly profitable</i> for municipalities, even on utilities alone, both initially and over a 40 year time period.<p>Data Centers do not work like this. They don't generate any new sales taxes, they don't really generate much in the way of new jobs, and they often don't even pay property taxes at all <i>(our biggest data center here, for example, got a sweetheart deal on a massive property tax exemption -- they literally don't have to pay any property tax at all)</i><p>Data Centers also don't pay standard price for their power -- they get 'industrial' power rates (locally here, our industrial power rate is <i>much</i> lower than what a home would pay for equivalent kwh usage, even after factoring in transmission differences).<p>If you <i>just</i> charged equivalent access (if industrial users had to pay to-the-penny <i>exactly</i> the same prices as a residential user, identical transmission fees, identical per-kwh prices, identical time-of-day usage surcharges, etc), it would go a long way to making the data center setup more fair for everyone.</p>
]]></description><pubDate>Thu, 04 Sep 2025 15:21:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45128295</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45128295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45128295</guid></item><item><title><![CDATA[New comment by maxsilver in "Americans Lose Faith That Hard Work Leads to Economic Gains, WSJ-NORC Poll Finds"]]></title><description><![CDATA[
<p>> That would be so out of place in midwest USA, where cynicism is rampant<p>Well yeah, the Midwest USA is full of drastically under-employed individuals holding advanced degrees who still can't find any decent work, and yet still have to pay $2,000/month rental costs, while also paying back $100k to $200k+ student loans for all that "more learning" they did.<p>I think much of HN still thinks of "college grads" as entering a market similar to how they had it back in 2002 - 2010. But it's 2025, the market is far <i>far</i> less forgiving on the low end than it used to be.</p>
]]></description><pubDate>Thu, 04 Sep 2025 15:09:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45128169</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45128169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45128169</guid></item><item><title><![CDATA[New comment by maxsilver in "Americans Lose Faith That Hard Work Leads to Economic Gains, WSJ-NORC Poll Finds"]]></title><description><![CDATA[
<p>We need labor more, and labor investment always involves substantially more risk for that person, than any capital investment ever carries.</p>
]]></description><pubDate>Thu, 04 Sep 2025 14:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45127968</link><dc:creator>maxsilver</dc:creator><comments>https://news.ycombinator.com/item?id=45127968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45127968</guid></item></channel></rss>