<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: hoelle</title><link>https://news.ycombinator.com/user?id=hoelle</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 19:26:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hoelle" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hoelle in "Updating Gun Rocket through 10 years of Unity Engine"]]></title><description><![CDATA[
<p>> Hey nerds: dark theme is dumb. Just light up your space. Eye strain comes from the contrast between a bright screen and your dark room background. Fix your lighting. Or if you insist on being a cave goblin then lower your screen brightness. Dark theme is overrated. Fight me.<p>Light theme might have a readability edge in daytime / well lit offices. But I'd bet most people using Unity are hobbyists doing it at home in their evening hours, when you want to dial down your blue light for the sake of sleep.</p>
]]></description><pubDate>Sun, 19 Apr 2026 03:04:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47821486</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=47821486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47821486</guid></item><item><title><![CDATA[New comment by hoelle in "Crossing the uncanny valley of conversational voice"]]></title><description><![CDATA[
<p>Didn't think it would cross the uncanny valley for me when it opened the chat by taunting me for being up too late, reading the time digit by digit. Not something a human would do.<p>But I did feel bad hanging up on it. Him?</p>
]]></description><pubDate>Sun, 02 Mar 2025 11:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43229335</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=43229335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43229335</guid></item><item><title><![CDATA[New comment by hoelle in "Zig; what I think after months of using it"]]></title><description><![CDATA[
<p>> I think you're talking about @ and ~ boxes. As I recall, those were removed the same year the iPad and Instagram debuted.<p>Take criticism better.<p>A language choice on a project means the veterans are indefinitely charged with teaching it to newbies. For all Rust's perks, I judge that it would be a time suck for this reason.<p>Browsing some random rust game code:
[<a href="https://github.com/bevyengine/bevy/blob/8c7f1b34d3fa52c007b2bd3585446ec1b0234a65/crates/bevy_animation/src/transition.rs#L77">https://github.com/bevyengine/bevy/blob/8c7f1b34d3fa52c007b2...</a>]
    pub fn play<'p>(
        &mut self,
        player: &'p mut AnimationPlayer,
        new_animation: AnimationNodeIndex,
        transition_duration: Duration,
    ) -> &'p mut ActiveAnimation {<p>[<a href="https://github.com/bevyengine/bevy/blob/8c7f1b34d3fa52c007b2bd3585446ec1b0234a65/crates/bevy_input/src/button_input.rs#L123">https://github.com/bevyengine/bevy/blob/8c7f1b34d3fa52c007b2...</a>]
#[derive(Debug, Clone, Resource)]
#[cfg_attr(feature = "bevy_reflect", derive(Reflect), reflect(Default, Resource))]
pub struct ButtonInput<T: Copy + Eq + Hash + Send + Sync + 'static> {
    /// A collection of every button that is currently being pressed.
    pressed: HashSet<T>,
...<p>Cool. Too many symbols.</p>
]]></description><pubDate>Wed, 05 Feb 2025 06:13:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42944549</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=42944549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42944549</guid></item><item><title><![CDATA[New comment by hoelle in "Zig; what I think after months of using it"]]></title><description><![CDATA[
<p>> Zig does enhance on C, there is no doubt. I would rather write Zig than C. The design is better, more modern, and the language is safer. But why stop half way? Why fix some problems and ignore the most damaging ones?<p>I was disappointed when Rust went 1.0. It appeared to be on a good track to dethroning C++ in the domain I work in (video games)... but they locked it a while before figuring out the ergonomics to make it workable for larger teams.<p>Any language that imbues the entire set of special characters (!#*&<>[]{}(); ...etc) with mystical semantic context is, imo, more interested in making its arcane practitioners feel smart rather than getting good work done.<p>> I don’t think that simplicity is a good vector of reliable software.<p>No, but simplicity is often a property of readable, team-scalable, popular, and productive programming languages. C, Python, Go, JavaScript...<p>Solving for reliability is ultimately up to your top engineers. Rust certainly keeps the barbarians from making a mess in your ivory tower. Because you're paralyzing anyone less technical by choosing it.<p>> I think my adventure with Zig stops here.<p>This article is a great critique. I share some concerns about the BDFL's attitudes about input. I remain optimistic that Zig is a long way from 1.0 and am hoping that when Andrew accomplishes his shorter-term goals, maybe he'll have more brain space for addressing some feedback constructively.</p>
]]></description><pubDate>Wed, 05 Feb 2025 05:08:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42944061</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=42944061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42944061</guid></item><item><title><![CDATA[New comment by hoelle in "The Los Angeles wildfires are self-inflicted"]]></title><description><![CDATA[
<p>> Afterall, it is possible to place an endless thicket of regulations on deliberate human activities, but one can’t simply outlaw wildfires and horrific destruction and loss of life.<p>Great read, learned a lot.<p>Also, the web's gotten to where making it a few scrolls down a high signal page without being bombarded by ads makes me start feeling really nice. Maybe point me to a charity at the end as a way to show support & thanks for the work.</p>
]]></description><pubDate>Sat, 18 Jan 2025 05:05:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42746005</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=42746005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42746005</guid></item><item><title><![CDATA[New comment by hoelle in "Ultra fast key value store (in C btw)"]]></title><description><![CDATA[
<p>Might be interesting, but this tone is nails on a chalkboard to me. Bailed after the third "dear reader"</p>
]]></description><pubDate>Thu, 24 Oct 2024 20:35:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41939479</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=41939479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41939479</guid></item><item><title><![CDATA[New comment by hoelle in ""Boundaries of Language Design" with Andrew Kelley (Zig) & Ginger Bill (Odin) [video]"]]></title><description><![CDATA[
<p>Great chat!<p>Talking about 1D vs 2D data structures felt incomplete without some mention of 3D coding. The only examples I know of are from games - Minecraft's Redstone or the automation genre (Satisfactory, Foundry). I imagine there are neat tools in other domains like mechanical or computer engineering, for solving problems with physical, real world materials in 3D space.<p>The main challenge in the 3D games is lack of x-ray vision. The frustration of blindness encourages setting up cool POV catwalks to see into your layers, which is rewarding. I assume productivity tools (or a hypothetical 3d code editor) would bring these for free.<p>A cool place to experiment might be .vox, the voxel modeling format. MagicaVoxel is a pretty fun editor, and I've daydreamed about imbuing blocks with behavior ala Redstone.<p>I don't think it would be super productive, but it might be fun and satisfying.</p>
]]></description><pubDate>Thu, 30 May 2024 00:47:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40518911</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=40518911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40518911</guid></item><item><title><![CDATA[New comment by hoelle in "The rise of the disposable car"]]></title><description><![CDATA[
<p>Honda and Toyota are still cheap, safe, and dependable.<p>Our CR-V is such a great value I don't actually understand how they turn a profit.</p>
]]></description><pubDate>Wed, 29 May 2024 18:01:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40514836</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=40514836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40514836</guid></item><item><title><![CDATA[New comment by hoelle in "My favourite animation trick: exponential smoothing (2023)"]]></title><description><![CDATA[
<p>Beauty is often worth a little extra time. I'd rather walk a beautiful trail than a paved sidewalk beside 6 lanes of fast traffic.<p>It's cool to choose the tools that appeal to your values. It's not cool to advocate for paving the planet in your quest for single-minded efficiency.</p>
]]></description><pubDate>Fri, 08 Mar 2024 10:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39639669</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=39639669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39639669</guid></item><item><title><![CDATA[New comment by hoelle in "A programming language coding in a grid"]]></title><description><![CDATA[
<p>Intriguing. My feedback for whoever is writing this, the main site, the github Readme, etc, please put in some work on a clarity/simplification pass.</p>
]]></description><pubDate>Wed, 27 Dec 2023 08:00:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38779988</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=38779988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38779988</guid></item><item><title><![CDATA[New comment by hoelle in "‘Quotes were £5000 or more’: electric vehicle owners face soaring insurance cost"]]></title><description><![CDATA[
<p>Last I looked it's barely available in the US. A dozen states, maybe.</p>
]]></description><pubDate>Mon, 02 Oct 2023 01:30:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=37732963</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=37732963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37732963</guid></item><item><title><![CDATA[New comment by hoelle in "Blizzard developers say return-to-office policy 'cost us some amazing people'"]]></title><description><![CDATA[
<p>What would you rank as a bigger loss? My list is pretty short. Wife, kids.<p>Losing a job means you lose your friends, your work, your brand, your routine, maybe the commute you chose your house for. Maybe you'll have to move your family. Your kids lose their friends. Your wife loses hers. Maybe you lose them in the somewhat likely divorce. Maybe you're upside down on the house you bought in that town and now you lose all your savings to move. Maybe it was a layoff, maybe you can't even afford child support. Maybe you're deported.<p>If we're stooping to personal insults, are you a child with zero real life experience?<p>Iirc, 1 in 4000 men take their lives in a layoff. In a year like this, shut your fucking mouth about how "fragile" other people are, you absolute twit.</p>
]]></description><pubDate>Wed, 17 May 2023 03:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35971065</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35971065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35971065</guid></item><item><title><![CDATA[New comment by hoelle in "Blizzard developers say return-to-office policy 'cost us some amazing people'"]]></title><description><![CDATA[
<p>Your husband or wife can also wake up and decide to "get rid of you in a blink".<p>How attached to them should you get?</p>
]]></description><pubDate>Wed, 17 May 2023 03:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=35970944</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35970944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35970944</guid></item><item><title><![CDATA[New comment by hoelle in "Blizzard developers say return-to-office policy 'cost us some amazing people'"]]></title><description><![CDATA[
<p>I suspect you've never really been passionate about your work or loved the crew you've worked with.<p>I recommend it. Love hurts, but sometimes it's a good hurt.</p>
]]></description><pubDate>Tue, 16 May 2023 01:15:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=35956670</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35956670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35956670</guid></item><item><title><![CDATA[New comment by hoelle in "Blizzard developers say return-to-office policy 'cost us some amazing people'"]]></title><description><![CDATA[
<p>> The idea you can't make work friends & work on cool stuff unless at your current job in your current role seems limiting.<p>I never said that. If you work on cool stuff with great people it is healthy to reflect on the pain and loss of that chapter ending. Yes, "there are more fish in the sea." Heartbreak is still heartbreak.</p>
]]></description><pubDate>Tue, 16 May 2023 01:05:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=35956607</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35956607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35956607</guid></item><item><title><![CDATA[New comment by hoelle in "Blizzard developers say return-to-office policy 'cost us some amazing people'"]]></title><description><![CDATA[
<p>> Who cares?<p>...anyone who isn't an ice-cold sociopath? Your job is often a big part of your identity, particularly in the games biz which is so passion driven.<p>Leaving behind a project you grew, kickass tech you had a hand in, and friends you made is a major life trauma, even if you're doing it voluntarily to chase something new.</p>
]]></description><pubDate>Mon, 15 May 2023 18:46:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=35952783</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35952783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35952783</guid></item><item><title><![CDATA[New comment by hoelle in "How close are we to the holy grail of room-temperature superconductors?"]]></title><description><![CDATA[
<p>I could ask ChatGPT why you're likely to be a grumpy bad-faith asshole, but as an expert in the field of dealing with children, you probably just need a snack.</p>
]]></description><pubDate>Sun, 16 Apr 2023 18:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=35593175</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35593175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35593175</guid></item><item><title><![CDATA[New comment by hoelle in "How close are we to the holy grail of room-temperature superconductors?"]]></title><description><![CDATA[
<p>Right, and a hammer is not a saw. Different tools do different things.<p>In this example the llm helped point me to a few relevant tools in the field, including <a href="https://materialsproject.org/ml" rel="nofollow">https://materialsproject.org/ml</a>, which is a different AI tool that might help us take this leap.</p>
]]></description><pubDate>Sun, 16 Apr 2023 18:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=35592737</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35592737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35592737</guid></item><item><title><![CDATA[New comment by hoelle in "How close are we to the holy grail of room-temperature superconductors?"]]></title><description><![CDATA[
<p>I don't need AI to "generate" new ideas. Here I'm using it as a search to point me to things I can research.<p>Why the negativity?</p>
]]></description><pubDate>Sun, 16 Apr 2023 16:57:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=35591759</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35591759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35591759</guid></item><item><title><![CDATA[New comment by hoelle in "How close are we to the holy grail of room-temperature superconductors?"]]></title><description><![CDATA[
<p>Sure, as an outsider curious about getting involved, a high level summary is exactly what LLMs are good at.<p>Why the negativity?</p>
]]></description><pubDate>Sun, 16 Apr 2023 16:55:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35591738</link><dc:creator>hoelle</dc:creator><comments>https://news.ycombinator.com/item?id=35591738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35591738</guid></item></channel></rss>