<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: matthewmc3</title><link>https://news.ycombinator.com/user?id=matthewmc3</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 16:48:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=matthewmc3" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by matthewmc3 in "Go: Support for Generic Methods"]]></title><description><![CDATA[
<p>Exactly. We heard for years they wouldn't do generics it until they could do it right, and that was perfectly fine with me. Who wouldn't want a well thought out implementation? Then they released generics and it was like, "this is what you thought was the right way to do it?!"</p>
]]></description><pubDate>Thu, 28 May 2026 12:01:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48307713</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=48307713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48307713</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Go: Support for Generic Methods"]]></title><description><![CDATA[
<p>Generics being omitted wasn't pitched as a feature that I ever saw. The discussion was mostly around "hic sunt dracones" with generics. The Go authors were very aware from the get-go that generics are an incredibly difficult thing to implement well, and the commitment was always to not do it until they were really ready to tackle it. The bizarre thing to me is that when they did tackle it, they left this massive implementation gap, and then what little they did implement didn't seem useful enough that anything meaningful was added to the standard library. So all this talk about generics for years was a big nothing-burger. That is, I hope, until 1.27 when this gets released. Flags is one in particular I think is in desperate need of proper generic methods.</p>
]]></description><pubDate>Thu, 28 May 2026 11:40:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48307535</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=48307535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48307535</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Rubish: A Unix shell written in pure Ruby"]]></title><description><![CDATA[
<p>As far as I can tell with oils, they haven't fully defined what YSH is going to be yet - you basically have OSH (the bash compatibility syntax), with the option to add YSH features as a bolt on. It'd be like Zsh shipping with a built-in Fish-mode to create hybrid scripting. The interesting thing with shells like Xonsh and now rubish is that theoretically the shell language isn't some new thing you have to learn like with elvish and nushell, but is a known programming language with shell features. Rubish looks like it takes the most interesting parts of Oils and Xonsh, in that it's bash compatible, but you could also do a Ruby statement like `ls.each { |f| printf "%s: %d bytes\n", f, File.size(f) }`.</p>
]]></description><pubDate>Mon, 25 May 2026 17:46:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48269594</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=48269594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48269594</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Filing the corners off my MacBooks"]]></title><description><![CDATA[
<p>Scott Forstall here. I’ll resign before I apologize for the choices we make at Apple. All our research shows you’re gonna love it, and if you say you don’t it’s because you’re wrong, not me.</p>
]]></description><pubDate>Sat, 11 Apr 2026 00:29:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47725741</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=47725741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725741</guid></item><item><title><![CDATA[New comment by matthewmc3 in "LibreOffice and the art of overreacting"]]></title><description><![CDATA[
<p>> Moving the request to the Start Centre is not an escalation, but a change in location and frequency.<p>I support LibreOffice and what they're trying to do here, but this statement that it's not an "escalation" out of one side of their mouth and then admitting it's a "change in location and frequency" out of the other tells me that they are being disingenuous about it. An unobtrusive notice on where to donate seems like a reasonable direction, but if they don't view this obvious escalation as such, then what else will they do that they don't view as an escalation?</p>
]]></description><pubDate>Fri, 27 Mar 2026 13:58:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47542731</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=47542731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47542731</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Hammerspoon"]]></title><description><![CDATA[
<p>Wow... that's... incredible. I've used Hammerspoon forever and never knew that existed.<p>Just messing around I found you can extend the grid size with `hs.grid.setGrid('4x4')`, which you also may then want to shrink the text size with `hs.grid.ui.textSize = 30`, and finally if you use an alternative keyboard layout (eg: Colemak), you can set the grid to use it with `hs.grid.HINTS`. They really thought of everything with this feature.</p>
]]></description><pubDate>Fri, 13 Mar 2026 23:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47371422</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=47371422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47371422</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Block the “Upgrade to Tahoe” alerts"]]></title><description><![CDATA[
<p>Tahoe will be gone in 7 months when macOS 27 comes out. Meanwhile we've been talking about ads in the Windows 11 start bar since 2021 and Gnome 3's Gnaval gazing since who knows when?<p>Apple tries something weird every now and then and then a year later we get something different. Yes, Tahoe was a giant miss, but I'd wager macOS is not what really attracts devs to Apple anyway - it's the hardware that makes Macs such an appealing dev machine. Large glass trackpads with incredible touch controls, aluminum bodies, long lasting batteries, cool and quiet, great screens, years of support - the list goes on.<p>Snapdragon is only just now finally taking off in the Windows/Linux space, so the landscape could finally change here soon, but for now anyone who's gone ARM is not looking to ever go back to x64 hardware - at least for development (gaming is another convo).</p>
]]></description><pubDate>Sun, 01 Mar 2026 17:10:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208564</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=47208564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208564</guid></item><item><title><![CDATA[New comment by matthewmc3 in "A Love Letter to FreeBSD"]]></title><description><![CDATA[
<p>Honest question - if it comes in binary form, how can you know it's the same core ZFS code BSD uses?</p>
]]></description><pubDate>Mon, 01 Dec 2025 01:24:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46102395</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=46102395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46102395</guid></item><item><title><![CDATA[New comment by matthewmc3 in "What Killed Perl?"]]></title><description><![CDATA[
<p>You forgot perhaps the most important one:<p>3. six<p>`six` was instrumental in repairing the Python schism by giving people a way to incrementally move their 2.7 code to Python 3, and write code that was compatible in both. The six project didn't exist at first and the path to Python 3 was too painful without it. Six solved all that by smoothing over built-in libraries with different casing between versions, incompatible core libraries, the addition of unicode strings, print changing to a function, etc, etc. Perl 5 to Perl 6 (aka Raku) never got that.</p>
]]></description><pubDate>Wed, 19 Nov 2025 20:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45984617</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=45984617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45984617</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Google can now read your WhatsApp messages"]]></title><description><![CDATA[
<p>So if Google is to learn from others’ past mistakes, it ought to be able to leverage Gemini as long as the user can easily and fully swap out Gemini for an alternative. That was the problem regulators had with IE and the App Store.</p>
]]></description><pubDate>Wed, 09 Jul 2025 01:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44505423</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=44505423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44505423</guid></item><item><title><![CDATA[New comment by matthewmc3 in "More on Apple's Trust-Eroding 'F1 the Movie' Wallet Ad"]]></title><description><![CDATA[
<p>That album still shows up today in jarring ways in Apple Music when you use the Create Station feature because it was on everyone’s phones and their algorithm still isn’t good enough to recognize when one of these things is not like the others.</p>
]]></description><pubDate>Sun, 29 Jun 2025 13:56:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44413197</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=44413197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44413197</guid></item><item><title><![CDATA[New comment by matthewmc3 in "How I use Kate editor"]]></title><description><![CDATA[
<p>> You can't navigate to a hidden folder by typing its name (let's not get too creative!).<p>You can, actually. ⌘-SHIFT-G in Finder lets you navigate to any folder by typing in the path - even hidden paths. No mortal user would ever be expected to know or discover that, but it's there.</p>
]]></description><pubDate>Tue, 22 Apr 2025 00:29:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43757940</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=43757940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43757940</guid></item><item><title><![CDATA[New comment by matthewmc3 in "I've been using Claude Code for a couple of days"]]></title><description><![CDATA[
<p>The just sounds like ⌘-Z with extra steps.</p>
]]></description><pubDate>Sun, 09 Mar 2025 18:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43312291</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=43312291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43312291</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Fish 4.0: The Fish of Theseus"]]></title><description><![CDATA[
<p>Fish has a lot of features out of the box I find really useful:<p>* Command auto suggestions as you type based on your history<p>* History search (using up arrow) based on a partial command<p>* Helpful completions and descriptions when you hit TAB<p>* Muti-line command editing<p>* Syntax highlighting<p>You can get all those same features in Zsh by using plugins, but those features work out-of-the-box with Fish with zero configuration. Zsh is a bit of a pain to configure, and pretty anemic without plugins. Fish makes configuration optional because it works how you'd hope your shell would out of the box. Even though Zsh has those features as plugins, they're kinda janky, not well maintained, and often conflict with other plugins.<p>Additionally, Fish also has:<p>* Excellent built in commands (string, math, argparse)<p>* Sane scripting (word parsing where you don't need to quote everything, etc)<p>* Great documentation<p>* A web-based configuration if you're into that sort of thing (it's a bit of a gimmick for beginners)<p>The main reason I use Zsh (or Bash) at all is for POSIX/portability, or for when I can't install something else. But for an interactive shell on a machine I control, it's hard to compete with Fish for speed, features, and ease of use.</p>
]]></description><pubDate>Sun, 29 Dec 2024 01:56:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42536741</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=42536741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42536741</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Okay, I Like WezTerm"]]></title><description><![CDATA[
<p>You can get the rest of the way there by combining the Hammerspoon method of launching with WezTerm's ToggleAlwaysOnTop feature. I use a similar method described here: <a href="https://github.com/wez/wezterm/issues/1751#issuecomment-2299991133">https://github.com/wez/wezterm/issues/1751#issuecomment-2299...</a><p>You could probably even use Hammerspoon to initiate the keyboard shortcut if you didn't want to mark the window manually.</p>
]]></description><pubDate>Wed, 21 Aug 2024 00:36:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41305579</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=41305579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41305579</guid></item><item><title><![CDATA[New comment by matthewmc3 in "Ask HN: Best Alternative to Homebrew in 2021?"]]></title><description><![CDATA[
<p>The bigger irony is that Python has had its own venv built in since 3.3. I haven’t needed virtualenv for years.</p>
]]></description><pubDate>Tue, 02 Nov 2021 16:03:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=29083207</link><dc:creator>matthewmc3</dc:creator><comments>https://news.ycombinator.com/item?id=29083207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29083207</guid></item></channel></rss>