<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: catskull</title><link>https://news.ycombinator.com/user?id=catskull</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 11:26:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=catskull" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by catskull in "Free, fast diagnostic tools for DNS, email authentication, and network security"]]></title><description><![CDATA[
<p>I like <a href="https://dnscheck.tools/" rel="nofollow">https://dnscheck.tools/</a> for this.</p>
]]></description><pubDate>Wed, 15 Apr 2026 03:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47774212</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47774212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47774212</guid></item><item><title><![CDATA[New comment by catskull in "The death of social media is the renaissance of RSS (2025)"]]></title><description><![CDATA[
<p>Plug for feeeed: <a href="https://feeeed.nateparrott.com" rel="nofollow">https://feeeed.nateparrott.com</a><p>It’s my primary hn reader now.</p>
]]></description><pubDate>Mon, 09 Mar 2026 05:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47305261</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47305261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47305261</guid></item><item><title><![CDATA[New comment by catskull in "OpenWrt 25.12 Stable Release"]]></title><description><![CDATA[
<p>So glad they finally mainlined apk. opkg is so janky.</p>
]]></description><pubDate>Fri, 06 Mar 2026 04:49:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47271004</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47271004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271004</guid></item><item><title><![CDATA[Stop using grey text (2025)]]></title><description><![CDATA[
<p>Article URL: <a href="https://catskull.net/stop-using-grey-text.html">https://catskull.net/stop-using-grey-text.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47268574">https://news.ycombinator.com/item?id=47268574</a></p>
<p>Points: 102</p>
<p># Comments: 73</p>
]]></description><pubDate>Thu, 05 Mar 2026 23:15:57 +0000</pubDate><link>https://catskull.net/stop-using-grey-text.html</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47268574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47268574</guid></item><item><title><![CDATA[New comment by catskull in "The Windows 95 user interface: A case study in usability engineering (1996)"]]></title><description><![CDATA[
<p>Microsoft dumped $100 million on this huge marketing campaign with a simple question:
“Where do you want to go today?”<p>I love it. It really captures the seemingly endless new digital world that was emerging in the 90’s and in many ways is still evolving 30 years later.<p>I love the promo video they made too: <a href="https://youtu.be/KNLDLVJZx0o" rel="nofollow">https://youtu.be/KNLDLVJZx0o</a><p>I love it so much I wrote a blog post inspired by it:   
 <a href="https://catskull.net/where-do-you-want-to-go-today.html" rel="nofollow">https://catskull.net/where-do-you-want-to-go-today.html</a><p>Where do you want to go today?</p>
]]></description><pubDate>Sun, 01 Mar 2026 01:25:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47202621</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47202621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47202621</guid></item><item><title><![CDATA[New comment by catskull in "Web Components: The Framework-Free Renaissance"]]></title><description><![CDATA[
<p>I've written quite a few web components that were more or less standalone. I've looked at lit quite a bit but never fully understood the "why". Could someone share their own personal experience with why they needed lit? What does it offer that can't be done with standard spec web components?<p>For me, a big draw of web components is that there's no `npm install` needed. I prefer to ship my components as plain JS files that can either be hot linked from a CDN or downloaded and served locally. Call me paranoid but I just don't fully trust node modules to be clean of bloat and spyware and I just don't want to have to regularly deal with updating them. I'd prefer to download a web component's static JS file a single time, read through it, and forget it. Maybe down the line I might revisit the source for the component as part of standard maintenance.<p>For example, I made a simple like button component[1]. Later, my friend made a cool component for showing a burst of emoji confetti[2]. I decided to optionally pull it in if an attribute was set on the like component. I downloaded his source and hosted from my own domain. However, there was actually a bug in his code that caused the confetti to "rain" if you spammed the like button a few times quickly. He fixed that, but I actually kind of liked it so I just didn't update the source for the confetti component.<p>[1]: <a href="https://catskull.net/likes" rel="nofollow">https://catskull.net/likes</a>
[2]: <a href="https://github.com/samwarnick/confetti-drop" rel="nofollow">https://github.com/samwarnick/confetti-drop</a></p>
]]></description><pubDate>Fri, 20 Feb 2026 21:25:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47094185</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47094185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47094185</guid></item><item><title><![CDATA[New comment by catskull in "Fix the iOS keyboard before the timer hits zero or I'm switching back to Android"]]></title><description><![CDATA[
<p>Whenever I have an Apple platform issue, I simply write up a detailed complaint and then send it via iMessage to one of my friends. I know that it's all supposedly e2ee but I swear it's a lot more constructive than firing it into Apple's feedback black hole. So far, it's worked pretty well.<p>On macOS (26.2), if you have a game controller that has been connected over bluetooth but is not currently connected, if you go into the bluetooth device list in System Settings then click the circled "i" icon, it opens an information modal. This modal incorrectly lists the device type (my controller right now says it's AirPods 4). It also has a button for "Game Controller Settings...". If you click this button, it opens Find My. If the controller is connected, it opens the "Game Controllers" pane where you can adjust the settings. I'm not sure if this is just my specific controller (Nintendo Switch N64 Controller), but it seems like a pretty obvious bug. And while you're at it, why don't you just go ahead and roll back the entire System Preferences app UI to what it used to be?</p>
]]></description><pubDate>Sat, 14 Feb 2026 01:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47010193</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=47010193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47010193</guid></item><item><title><![CDATA[New comment by catskull in "The Day the Telnet Died"]]></title><description><![CDATA[
<p>When I was an intern for some reason they issued me a voip phone for my desk. One day I got bored and figured out I could telnet into it. Nothing interesting but it was still a fun moment for me!</p>
]]></description><pubDate>Tue, 10 Feb 2026 23:58:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46968860</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46968860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46968860</guid></item><item><title><![CDATA[New comment by catskull in "Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't"]]></title><description><![CDATA[
<p>I hope this isn't in bad taste, but I applied for the editor-in-chief position at Cloudflare back in August when they had it open. I'm still very interested in the role. If anyone at cf is reading this, my email is bro @ website in bio.</p>
]]></description><pubDate>Tue, 27 Jan 2026 20:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46785619</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46785619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46785619</guid></item><item><title><![CDATA[New comment by catskull in "Apple introduces new AirTag with longer range and improved findability"]]></title><description><![CDATA[
<p>Sounds like the solution in the US is to keep an AirTag and a gun in your suitcase so the police will be bothered to track it down.</p>
]]></description><pubDate>Tue, 27 Jan 2026 04:20:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46775500</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46775500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46775500</guid></item><item><title><![CDATA[New comment by catskull in "PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts"]]></title><description><![CDATA[
<p>I thrifted a shirt once that said it stood for "Peppy Cheerleaders Move Crowds into Anarchy". Wish I still had it!</p>
]]></description><pubDate>Wed, 21 Jan 2026 21:13:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711638</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46711638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711638</guid></item><item><title><![CDATA[New comment by catskull in "JPEG XL Test Page"]]></title><description><![CDATA[
<p>μJPEG</p>
]]></description><pubDate>Wed, 21 Jan 2026 17:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46709014</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46709014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46709014</guid></item><item><title><![CDATA[New comment by catskull in "iCloud Photos Downloader"]]></title><description><![CDATA[
<p>I was able to request a photo dump as a non-EU customer using this link.</p>
]]></description><pubDate>Sun, 11 Jan 2026 20:21:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46579597</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46579597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46579597</guid></item><item><title><![CDATA[New comment by catskull in "iCloud Photos Downloader"]]></title><description><![CDATA[
<p>Thanks! I’ve been looking at options for this and didn’t realize Apple had an official method. Just submitted a request, we’ll see how it goes.</p>
]]></description><pubDate>Sun, 11 Jan 2026 20:21:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46579592</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46579592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46579592</guid></item><item><title><![CDATA[New comment by catskull in "GBC Boot Animation 88×31 Web Button"]]></title><description><![CDATA[
<p>Very nicely done! Great blog as well, I’ve subbed to your RSS.</p>
]]></description><pubDate>Tue, 06 Jan 2026 04:34:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46508776</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46508776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46508776</guid></item><item><title><![CDATA[New comment by catskull in "Strange.website"]]></title><description><![CDATA[
<p>For something a bit more “substantive” (or perhaps earnest) but still reminiscent of the same aesthetic this evokes, I recommend spending a few minutes poking around big gulp supreme: <a href="https://biggulpsupreme.neocities.org/" rel="nofollow">https://biggulpsupreme.neocities.org/</a></p>
]]></description><pubDate>Tue, 06 Jan 2026 02:44:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46508136</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46508136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46508136</guid></item><item><title><![CDATA[New comment by catskull in "The Nintendo Virtual Boy Is Now Available for Preorder"]]></title><description><![CDATA[
<p>There is a great VB emulator for the 3DS called RedViper. It works well with the 3D display and is probably the best way to experience what a read Virtual Boy could have looked like. If you have a 3DS laying around I recommend giving Wario Land a whirl!</p>
]]></description><pubDate>Sat, 13 Dec 2025 04:45:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46252059</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46252059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46252059</guid></item><item><title><![CDATA[New comment by catskull in "Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery"]]></title><description><![CDATA[
<p>Cloudflare has their own image optimization and caching service, would be a good alternative: <a href="https://developers.cloudflare.com/images/transform-images/" rel="nofollow">https://developers.cloudflare.com/images/transform-images/</a><p>I wrote a basic plugin for Jekyll to automatically prefix my images with this. Pretty much just set it and forget it: <a href="https://github.com/catskull/catskull.github.io/blob/master/_plugins/image_prefix.rb" rel="nofollow">https://github.com/catskull/catskull.github.io/blob/master/_...</a><p>Am I missing something or is this way harder to do in Wordpress?</p>
]]></description><pubDate>Wed, 26 Nov 2025 03:58:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46054048</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46054048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46054048</guid></item><item><title><![CDATA[New comment by catskull in "Cool-retro-term: terminal emulator which mimics look and feel of CRTs"]]></title><description><![CDATA[
<p>What the crap is going on with this. Is Google just blindly making stuff up these days? Why would it show some preview text that doesn’t exist on the page.</p>
]]></description><pubDate>Wed, 26 Nov 2025 03:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46054040</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46054040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46054040</guid></item><item><title><![CDATA[New comment by catskull in "Cool-retro-term: terminal emulator which mimics look and feel of CRTs"]]></title><description><![CDATA[
<p>lol I'm smart apparently. It's not the "galaxy" shader, it's the "starfield" shader! I should double check before commenting I guess.<p><a href="https://github.com/0xhckr/ghostty-shaders/blob/main/starfield.glsl" rel="nofollow">https://github.com/0xhckr/ghostty-shaders/blob/main/starfiel...</a><p>I'm not sure what "galaxy" looks like but it might not have worked or shown nothing.</p>
]]></description><pubDate>Mon, 24 Nov 2025 22:30:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46040167</link><dc:creator>catskull</dc:creator><comments>https://news.ycombinator.com/item?id=46040167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46040167</guid></item></channel></rss>