<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: hylaride</title><link>https://news.ycombinator.com/user?id=hylaride</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 13:47:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hylaride" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hylaride in "Field measurements of neighborhood-scale air temperature impacts of data centers"]]></title><description><![CDATA[
<p>I'm not saying the noise pollution concerns aren't real, but these are often the same people who had "concerns" with 5G.<p>Most datacenters I've been to around the world are barely noticeable. Most of them are in warehouse districts and the AC chillers are barely noticeable over the chillers on other nearby buildings.  Often, they WANT to be nondescript.<p>That being said, I've not been to any of these new ones which are both significantly larger and also can have onsite turbines that run all the time and not just during power outages.</p>
]]></description><pubDate>Tue, 18 Aug 2026 18:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49350644</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49350644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49350644</guid></item><item><title><![CDATA[New comment by hylaride in "Quake Shareware, a CD-ROM just a little too full"]]></title><description><![CDATA[
<p>More than the raw speed was the fact that the error checking, buffering, and compression on dialup added anywhere from 150-400ms to your ping RTT.  You could disable a lot of it, but results could be mixed depending on the quality of your lines.</p>
]]></description><pubDate>Tue, 18 Aug 2026 17:43:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49349482</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49349482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49349482</guid></item><item><title><![CDATA[New comment by hylaride in "A third world engineer responds to “RISC-V: They should have known better”"]]></title><description><![CDATA[
<p>It can be a demand problem.  People/companies aren't going to spend the time optimizing (including compilers/code) if there's no payoff that's greater than the delta for an arm chip.<p>That being said, demand from and via China (which has a geopolitical case for wanting to see risc-v succeed) will probably end up being what drives it forward.</p>
]]></description><pubDate>Mon, 17 Aug 2026 18:26:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49335476</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49335476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49335476</guid></item><item><title><![CDATA[New comment by hylaride in "A third world engineer responds to “RISC-V: They should have known better”"]]></title><description><![CDATA[
<p>My understanding is that RISC-V needs both economies of scale AND chips that are manufactured at the bleeding edge fabs (smallest dies, etc) which is a lot more expensive.  It's a chicken and egg problem as there's not (yet?) demand.  The architectural limitations will remain until there's incentive to work on it.<p>In many ways it's not much different than Linux was in the 1990s.  It was cheap and useful, but often not as performant as commercial OSes (UNIX or even windows) until big corporate money came in and started piling resources into it.  Distribution fragmentation was also an issue, which could still cause headaches for RISC-V (especially if some companies start adding proprietary performance extensions that others can't). So I think it remains to be seen how RISC-V will pan out (eg will the cloud vendors see enough of an ROI supporting it for higher end computing than buying ARM licences).</p>
]]></description><pubDate>Mon, 17 Aug 2026 13:59:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49331041</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49331041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49331041</guid></item><item><title><![CDATA[New comment by hylaride in "In Australia, a home battery boom has helped cut wholesale power prices"]]></title><description><![CDATA[
<p>Solar panels don't necessarily get the most power at noon, as it can depend on what angle they're at if they're static (eg on a roof).  Ideally you would want it facing the sun in the afternoon (especially if you don't have batteries and are trying to cut into your AC bill) or morning as you'll get more direct sunlight.  It would also depend on how far on the horizon the sun is, which will depend on latitude.  So peak generation will depend on how much exposure you'll get.<p>IMO, this plays into how solar is used.  An individual household would have different goals than a grid-level solar/battery project depending on how they consume electricity.  A grid is going to optimize (ignoring any desire for extra capacity for days without sun) for the peak that tends to happen between 4-6 for most western grids.</p>
]]></description><pubDate>Fri, 14 Aug 2026 16:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49300652</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49300652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49300652</guid></item><item><title><![CDATA[New comment by hylaride in "JDK 27 G1/Parallel/Serial GC Changes"]]></title><description><![CDATA[
<p>Other than some GC issues, meaning we had to give it more memory than we'd otherwise like thereby making them a bit more expensive, it's mostly been fine.  The key to ephemeral java is keeping scope limited and not using it when cold starts matter (which can cause a bit of jitter in execution lag). Our use case was asynchronous, so it worked.<p>We wanted to investigate using the native AWS java lambdas with snapstart and/or using parallel GC, but the place I used them at a year ago was under the tyranny of product having complete control of our backlog, so we didn't get to go that far with it or even more serious tech debt for that matter.<p>More memory may or may not even be much of an issue depending on your workload. If you can handle the odd OOM error it would have been fine, but for our use case lambdas were so cheap that it didn't really matter, outside of us techies preferring to do it "right".  Having the max execution time be less than 15m could also minimize the heap bloat at the cost of more cold starts.</p>
]]></description><pubDate>Thu, 13 Aug 2026 20:21:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49291326</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49291326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49291326</guid></item><item><title><![CDATA[New comment by hylaride in "JDK 27 G1/Parallel/Serial GC Changes"]]></title><description><![CDATA[
<p>There are edge cases where GC issues can crop up, in particular specific "serverless" models (eg AWS lambdas) where the JVM can get "paused" between executions and GC doesn't cleanly run, causing memory to trend upwards until the next cold-start happens (especially if you're running it within a docker container yourself).  Limited CPU situations that can exist in these kinds of runtime environments also limit GC in several ways, too.</p>
]]></description><pubDate>Thu, 13 Aug 2026 19:16:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49290645</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49290645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49290645</guid></item><item><title><![CDATA[New comment by hylaride in "We eliminated 1,400 CVEs in NanoClaw's container images"]]></title><description><![CDATA[
<p>Most modern scanners know the backported versions for the major vendors (ubuntu/debian/rhel/alpine), but it was definitely an issue a decade ago.</p>
]]></description><pubDate>Thu, 13 Aug 2026 17:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289392</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49289392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289392</guid></item><item><title><![CDATA[New comment by hylaride in "Nvidia's Risky Business"]]></title><description><![CDATA[
<p>It's also hard to predict how much money will be burned going down wrong avenues. The internet was the future, but it took a lot of failed companies to eventually land on a sustainable model that brought us the giants we have today.<p>Railways were also the future, but that didn't stop a rush to build out (often subsidized) lines that were ultimately uneconomical (either because they were corrupt or the planned settlements never arrived).<p>If AI is similar, then there's going to be a long slowdown on compute spend until the surplus is worked through.  A good historical analogy could be the fiber optic buildouts of the late 1990s.  The demand for data never really went down much, but the industry eventually commodified and took down some large companies (Nortel, especially)</p>
]]></description><pubDate>Tue, 11 Aug 2026 18:22:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49262394</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49262394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49262394</guid></item><item><title><![CDATA[New comment by hylaride in "US Military's cyber command unit grapples with cluster of deaths by suicide"]]></title><description><![CDATA[
<p>Stress, PTSD, and overwork can and do aggravate mental health issues.  All of these are probably hitting these people - probably at the same time.</p>
]]></description><pubDate>Sat, 08 Aug 2026 16:09:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49223125</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49223125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49223125</guid></item><item><title><![CDATA[New comment by hylaride in "Unions Can Save Tech Workers and Tech Work"]]></title><description><![CDATA[
<p>> You should revist your stance on unions and start by reading up on how they work and what benefits they confer. Assuming you are not in the 1%, a union almost certianly would benefit you. It is a way of equalizing the playing field when the interests of BIG capital conflict with the quality of life and meaningful human experience of individuals.<p>I already have that agency.  If I wanted money, I'd have long ago worked for a FAANG.  I didn't because I wanted something else. I enjoy working at startups and small to medium sized firms for the challenge and flexibility in all matter of things I get to work on.  I have shifted my career from being a sysadmin/netadmin, to devops, to development and it just involved getting involved at places I've worked at.  There was no need for licensing, meeting requirements, etc.<p>If I felt I didn't have any of that agency, I'd likely feel differently about it.  But I just don't see what any union (small or large) is going to do for me unless I was in a jurisdiction where they provided extra services like healthcare or other universal benefits.</p>
]]></description><pubDate>Thu, 06 Aug 2026 20:31:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49202098</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49202098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49202098</guid></item><item><title><![CDATA[New comment by hylaride in "Unions Can Save Tech Workers and Tech Work"]]></title><description><![CDATA[
<p>I was canned early last year.  Looking for a new job was mostly fine.  It wasn't insanely easy like 4 years ago and I had to network a bit, but there very much is still demand for qualified people.<p>Would suck to be in this market as an entry-level engineer, though.</p>
]]></description><pubDate>Thu, 06 Aug 2026 20:15:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49201842</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49201842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49201842</guid></item><item><title><![CDATA[New comment by hylaride in "Unions Can Save Tech Workers and Tech Work"]]></title><description><![CDATA[
<p>This is essentially a story about front-line traditional desktop support/sysadmins at a public university.<p>It's not going to be the same story at much higher paid shops where workers often have equity, good benefits, and the market has provided access to other jobs if you lose yours (in my experience, there are still shortages of qualified and competent engineers).<p>I would like a different method to deal with the pitfalls, but the politics, drama, overhead, and costs of unionization just don't interest me. I'm not interested in being at one job for life.</p>
]]></description><pubDate>Thu, 06 Aug 2026 19:31:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49201243</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49201243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49201243</guid></item><item><title><![CDATA[New comment by hylaride in "Why Do Fewer Renters Expect to Move?"]]></title><description><![CDATA[
<p>> That also means if they sold it right now at that $20k "loss" then they effectively paid $333/month plus upkeep to live somewhere for 5 years!<p>This also ignores the costs in buying/selling, including agent fees, lawyers, etc.  You should probably only buy if you plan on living in a single place for at least a decade.</p>
]]></description><pubDate>Thu, 06 Aug 2026 13:52:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49196734</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49196734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49196734</guid></item><item><title><![CDATA[New comment by hylaride in "Why Do Fewer Renters Expect to Move?"]]></title><description><![CDATA[
<p>Home ownership comes with costs, too.  There's maintenance, taxes, etc.<p>It can also be a prison, as many people who locked in at low interest rates are learning.  If they move, a lot of them will have to reset their mortgage rates and end up paying a lot more.  This has trapped people into housing that is substandard for their living situations (growing families, moving for career opportunities, etc).<p>Renting can be perfectly fine for society, though the explicit tax benefits in the USA usually tilt in favour of home ownership.  But a lot of very wealthy countries are majority renters, including Switzerland (where the home ownership rate is in the 30-40% range).  This gives the Swiss a huge leg up on lifestyle flexibility and the majority of their wealth isn't tied up in a single asset.<p>I'm not trying to shit on owning a place, but ideally there should be nothing wrong with renting (assuming a competitive market where rental units can be built and aren't zoned out due to restrictions, etc).</p>
]]></description><pubDate>Thu, 06 Aug 2026 13:50:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49196711</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49196711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49196711</guid></item><item><title><![CDATA[New comment by hylaride in "Windows XP 2002 for the Itanium: Unbridled rage"]]></title><description><![CDATA[
<p>At a previous job circa 2008-12, we were a sun shop and moved from spark to x86 Solaris.  It screamed at sustained, high-concurrency loads and our workloads benefited from the trinity of Solaris' threading, ZFS tiered storage, and zones/containers.  By the time the Intel Nehalem chips became available to use, our DB loads screamed, too.  There were edge cases where the sparc chips were better, but not at the price points offered.  Linux was competitive at a performance level (though we always saw some issues if the machines were pegged for sustained amounts of time), but production containerization in those days was VMWare, which was enough of a performance hit to not be worth it.</p>
]]></description><pubDate>Tue, 04 Aug 2026 13:48:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49168964</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49168964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49168964</guid></item><item><title><![CDATA[New comment by hylaride in "BGP ORIGIN attribute manipulation and its impact on the Internet"]]></title><description><![CDATA[
<p>I was briefly a network admin way back in the early 2000s.  Core ISPs were playing (often petty) games with BGP routes back then for various reasons (eg forcing sub-optimal routes via AS padding unless downstream ISPs paid up).  For awhile it got bad after the Dotcom implosion and networks were trying to up revenue. I've been out of the core BGP game for so long, but it's interesting to see how some things never change.</p>
]]></description><pubDate>Fri, 24 Jul 2026 20:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49041131</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49041131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49041131</guid></item><item><title><![CDATA[New comment by hylaride in "IRGC claims it destroyed Amazon's Bahrain data center"]]></title><description><![CDATA[
<p>I'm not defending it, but these countries host US bases.</p>
]]></description><pubDate>Fri, 24 Jul 2026 17:32:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49039035</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49039035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49039035</guid></item><item><title><![CDATA[New comment by hylaride in "When can a power company take your land for data center infrastructure?"]]></title><description><![CDATA[
<p>You're right, I misremembered.  HP was conned by a British guy named Mike Lynch.</p>
]]></description><pubDate>Wed, 22 Jul 2026 11:47:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49005231</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=49005231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49005231</guid></item><item><title><![CDATA[New comment by hylaride in "When can a power company take your land for data center infrastructure?"]]></title><description><![CDATA[
<p>Kevin O’Leary is a grifter and he should be completely ignored.  He literally got rich conning HP (though they were stupid for going ahead with it).<p>That being said, there is a lot of actual buildouts happening right now.  The question is how much of the planned future capacity will actually get developed.</p>
]]></description><pubDate>Mon, 20 Jul 2026 16:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981461</link><dc:creator>hylaride</dc:creator><comments>https://news.ycombinator.com/item?id=48981461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981461</guid></item></channel></rss>