<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: shmolyneaux</title><link>https://news.ycombinator.com/user?id=shmolyneaux</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 18:33:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=shmolyneaux" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by shmolyneaux in "How to convert between wealth and income tax"]]></title><description><![CDATA[
<p>There is a bit more to the story than a 1% wealth being "equivalent" to a 20% income tax. The primary difference is that unrealized gains are taxed by a wealth tax. We need a mechanism for assets to be sold by the richest in society. If those with assets keep accruing more assets the median person will suffer. When we're talking about real assets (housing, retail shops, warehouses, land) we don't need to be concerned about capital flight. The assets are still there on the ground. Reducing the cost of those assets is exactly what we need to help a local economy.<p>That being said, the richest are effectively _not_ paying the highest marginal tax rate considering all the tax structuring they do. Claiming that they would be paying the highest income tax in the world is misleading, for one. Secondly, the richest in the world _should be_ paying the highest income tax.</p>
]]></description><pubDate>Fri, 22 May 2026 16:11:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48237876</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=48237876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48237876</guid></item><item><title><![CDATA[New comment by shmolyneaux in "How do I deal with memory leaks? (2022)"]]></title><description><![CDATA[
<p>I think more people need to see this. This is how the creator of C++ thinks we should be writing code. This is what he thinks code should look like. To split a string by whitespace we should use `while (cin >> s)`. We should have a `typedef` in the middle of functions. Iterations should use `.begin()` and `.end()` everywhere. There might even be a bug with a trailing "+" appearing in the output?<p>Imagine if this was a new language that the dev community was seeing for the first time. It's hard to imagine it gaining much traction.</p>
]]></description><pubDate>Fri, 08 May 2026 19:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48067517</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=48067517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48067517</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Spinel: Ruby AOT Native Compiler"]]></title><description><![CDATA[
<p>It's true that it's shorter, but I suspect that the if-return, if-return pattern compiles down to much faster code. Separately, this code was originally written in C then ported. There are reasonable explanations for why Matz has the code written this way besides the typical AI slop.</p>
]]></description><pubDate>Fri, 24 Apr 2026 15:46:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47891840</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47891840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47891840</guid></item><item><title><![CDATA[New comment by shmolyneaux in "SpaceX says it has agreement to acquire Cursor for $60B"]]></title><description><![CDATA[
<p>Github Copilot changed to token pricing earlier this week</p>
]]></description><pubDate>Wed, 22 Apr 2026 13:49:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863604</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47863604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863604</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Changes to GitHub Copilot individual plans"]]></title><description><![CDATA[
<p>Opus was the reason I paid for GitHub copilot, but they had the pricing model completely wrong. I could assign copilot to a substantial issue using Opus and have it handle 30 minutes of work with many subagents with iterative testing. With 300 "premium requests" a month I could have copilot do substantial work for 3 premium requests per issue. It was very clear that this was unsustainable for Microsoft to pay for, so I expected change to come.<p>However, I never expected Opus 4.6 to be removed for the cheaper plans. I expected the pricing model to change, but not to lose access to the model. Moving to being token-based makes sense. It makes the cost more closely aligned with user pricing.<p>It was nice while it lasted. I got Opus 4.5 to do a lot of work from the beach by assigning it to detailed issues. With this news I've cancelled my Pro subscription. That will help a bit with their capacity issues.</p>
]]></description><pubDate>Wed, 22 Apr 2026 13:37:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863444</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47863444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863444</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Introduction to Nintendo DS Programming"]]></title><description><![CDATA[
<p>If you want an architectural overview of the DS, this is a fantastic overview: <a href="https://www.copetti.org/writings/consoles/nintendo-ds/" rel="nofollow">https://www.copetti.org/writings/consoles/nintendo-ds/</a></p>
]]></description><pubDate>Thu, 09 Apr 2026 14:01:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47703905</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47703905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47703905</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Bucketsquatting is finally dead"]]></title><description><![CDATA[
<p>That seems like a GDPR violation waiting to happen. It shouldn't be possible for them to store an email address like that forever and be in compliance.</p>
]]></description><pubDate>Fri, 13 Mar 2026 14:33:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47365027</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47365027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47365027</guid></item><item><title><![CDATA[New comment by shmolyneaux in "RE#: how we built the fastest regex engine in F#"]]></title><description><![CDATA[
<p>That's noted further down the page:<p>- `_*` = any string</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:13:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250629</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=47250629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250629</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Bootstrapping Bun"]]></title><description><![CDATA[
<p>This was a fun read, but it's a shame it hasn't gotten more attention. I wouldn't have guessed that Bun was using a custom fork of Zig. Since the feature has been closed, I strongly suspect that they'll eventually need to need to go back to upstream and revert their usage of private members. Using Python style `_members` seems like it should be good enough. If you're already manually managing memory it seems like respecting those privacy hints should be reasonable enough.</p>
]]></description><pubDate>Thu, 22 Jan 2026 22:28:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46725960</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=46725960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46725960</guid></item><item><title><![CDATA[New comment by shmolyneaux in "LLM Structured Outputs Handbook"]]></title><description><![CDATA[
<p>Are there output formats that are more reliable (better adherence to the schema, easier to get parse-able output) or cheaper (fewer tokens) than JSON? YAML has its own problems and TOML isn't widely adopted, but they both seem like they would be easier to generate.<p>What have folks tried?</p>
]]></description><pubDate>Fri, 16 Jan 2026 23:01:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46653376</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=46653376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46653376</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Is Rust faster than C?"]]></title><description><![CDATA[
<p>While people can nitpick, the article is pretty clear that there isn't a single answer. Everything depends on how you constrain the problem. How much experience does the developer have? What time constraints are there? Is it idiomatic code? How maintainable is the code? You can write C with Rust-like safety checks or Rust with C-like unsafety.<p>When you can directly write assembly with either, comparing performance requires having some constraints.<p>For what it's worth, I think coding agents could provide a reasonable approximation of what "average" code looks like for a given language. If we benchmark that we'd have some indication of what the typical performance looks like for a given language.</p>
]]></description><pubDate>Wed, 14 Jan 2026 15:53:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46617505</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=46617505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46617505</guid></item><item><title><![CDATA[New comment by shmolyneaux in "APT Rust requirement raises questions"]]></title><description><![CDATA[
<p>I would encourage you to give it a try anyways. Unfamiliar syntax is off-putting for sure, but you can get comfortable with any syntax.<p>Coming from Python, I needed to work on some legacy Perl code. Perl code looks quite rough to a new user. After time, I got used to it. The syntax becomes a lot less relevant as you spend more time with the language.</p>
]]></description><pubDate>Tue, 25 Nov 2025 15:21:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46046589</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=46046589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46046589</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Zig feels more practical than Rust for real-world CLI tools"]]></title><description><![CDATA[
<p>Instant startup times are really nice. You definitely notice the difference. It also means that you can be a bit lazier when creating wrappers around those tools (running 1000's of times isn't a problem when the startup is 1ms, but would be a problem with 40ms of startup time).<p>Distribution can also be a lot easier if you don't need to care about the user having a specific version of Python or specific packages available.</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:17:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45350828</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=45350828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45350828</guid></item><item><title><![CDATA[New comment by shmolyneaux in "CSS's problems are Tailwind's problems"]]></title><description><![CDATA[
<p>I don't really do much in the web ecosystem, but I'm surprised how many people have a strong dislike for tailwind. I've had a lot of success using it.<p>I'm really suspicious about the performance concerns brought up in the article. Does the author think that long strings are really such a huge issue for the size of the JS bundle or processing time in the browser?<p>From my experience it's much easier to refactor the styling of a page using tailwind than modifying CSS. Needing to name a bunch of classes in HTML to reference in CSS adds a lot of obfuscation and it can be difficult to come up with those names. When the structure of the HTML changes the CSS inevitably breaks. I find that it's easier to keep the styling working when using tailwind.<p>I think that the value of keeping styling DRY is overblown. The author gives an example of some tabs that all use `font-medium` and how bad it is to need to modify all the uses at once. This seems like a non-issue to me. If you see the web page you would immediately see the issue if you forgot to change anything. Alternatively, you can still use `@apply` and classes if you don't want to repeat yourself. Even further you probably want to create reusable components anyways.<p>Tailwind is very easy to debug. I've never had an issue understanding why styling wasn't working when using it. In CSS I found that getting the styling right was a constant struggle.<p>The author mentions the issue of setting the text to red and blue in the same class attribute. He compared it to using `!important` in CSS, which is so far from the truth. You can immediately see the issue if the color isn't what you want. Inspecting the element in the browser would immediately show you that you set the text to multiple colors.<p>Tailwind solves a bunch of problems for me. Components are more self-contained. The class names are much easier to remember that the underlying CSS. The set of attributes you can use are focused to a small set of usable features. Animations are much easier. Responsive designs are easier to create. Flexbox (the most useful part of CSS) is easier to use. I work with a number of older developers (very smart folks that just haven't done web development) and I have a much much easier time getting them proficient with tailwind than CSS.<p>I strongly believe that tailwind is better for individuals, better for teams, better for beginners, easier to set up, and easier to maintain. If you're already a CSS expert or if you have an existing design system I can imagine that you wouldn't want to pick up tailwind. But for most websites and most teams I expect tailwind is a great option.</p>
]]></description><pubDate>Tue, 22 Jul 2025 19:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44651614</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=44651614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44651614</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Zig breaking change – Initial Writergate"]]></title><description><![CDATA[
<p>The problem for newcomers is something I faced when trying to use Zig, particularly for the build system. I heard a lot about how much nicer the build system is in Zig compared to other tools. However, as someone unfamiliar with C/C++ build systems I found it very hard to get anything configured.<p>In contrast, I tried to learn CMake after. Despite my gripes about the CMake language itself, I found it relatively straightforward to do everything I wanted. Docs, backwards-compatibility, and LLMs made it all easy to set up. I have a hybrid C++/Rust project that compiles to desktop/WASM with debug/release builds.<p>When the build system for Zig stabilizes I'm sure things will be better, but the breaking changes are rough based on my recent experience.</p>
]]></description><pubDate>Fri, 04 Jul 2025 20:18:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44467553</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=44467553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44467553</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Godot 4.0 Released"]]></title><description><![CDATA[
<p>Blender is licensed under GPL, which makes it incompatible with most commercial game development.</p>
]]></description><pubDate>Thu, 02 Mar 2023 00:44:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=34990465</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=34990465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34990465</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Amazon workers vote against unionizing in Alabama"]]></title><description><![CDATA[
<p>What do you think of the Screen Actors Guild? That seems to have been a huge win for workers in the industry, seemingly without the negatives you describe.</p>
]]></description><pubDate>Fri, 09 Apr 2021 17:12:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=26753154</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=26753154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26753154</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Hiring Without Whiteboards"]]></title><description><![CDATA[
<p>I'm not in a position to help get you an interview at the moment, so I'd feel uncomfortable asking for your resume. Participating on Hacker News and GitHub is an avenue for networking. Without linking to information about yourself you may not be able to take full advantage of that.<p>I'm sorry to hear about your stress. The worst part about the recruitment process is that it doesn't put folks in a typical development situation. I hope you're about to find something!</p>
]]></description><pubDate>Wed, 29 Jul 2020 21:08:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=23991608</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=23991608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23991608</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Hiring Without Whiteboards"]]></title><description><![CDATA[
<p>If you're willing to associate your username with your personal identity, you could link to your projects/CV in your profile. Other commenters may be able to identify what recruiters are looking for and why your resume was dismissed.<p>Also, to the point of the post, do you consider whiteboard interviews to be good or bad for your situation? With covid it's harder for companies to find <i>which</i> applicants should be interviewed in the first place, and short questions are helpful for filtering out people who can't code at all.</p>
]]></description><pubDate>Wed, 29 Jul 2020 00:32:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=23982222</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=23982222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23982222</guid></item><item><title><![CDATA[New comment by shmolyneaux in "Jetson AGX Xavier"]]></title><description><![CDATA[
<p>The Jetson Nano[0] seems like it would be better for students, it's only $99.<p>[0]: <a href="https://developer.nvidia.com/embedded/jetson-nano-developer-kit" rel="nofollow">https://developer.nvidia.com/embedded/jetson-nano-developer-...</a></p>
]]></description><pubDate>Sun, 03 May 2020 22:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=23062402</link><dc:creator>shmolyneaux</dc:creator><comments>https://news.ycombinator.com/item?id=23062402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23062402</guid></item></channel></rss>