<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: hexmiles</title><link>https://news.ycombinator.com/user?id=hexmiles</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 09:37:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hexmiles" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hexmiles in "8086 Segmented Memory was a good idea"]]></title><description><![CDATA[
<p>What is the difference between the segmentation model used by Intel and the banking model used by a lot of consoles? I've worked with the code of a couple of NES and GBC games, and while banking could be annoying, I never saw it as a particularly difficult model to follow and use. It did require more planning for the various functionality, but it wasn't even the most complex or difficult thing about developing for consoles.</p>
]]></description><pubDate>Tue, 23 Jun 2026 09:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48642555</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=48642555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48642555</guid></item><item><title><![CDATA[New comment by hexmiles in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>I'm working on two projects:<p>- TTZ: A sort of next-gen protocol for terminals. The basic idea is to create a dedicated terminal protocol that allows for more features and less legacy cruft (text and commands are cleanly separated). Right now, I’ve defined the protocol and have a couple of implementations ready. It already supports pictures, vector graphics, and file and audio streaming. I love terminals and TUIs, but I found programming and developing UIs against the standard terminal protocols frustrating, so I tried to design a more "modern" version.<p>- KingD (temp name): A Linux-based OS that tries to unify the roles of router, NAS, and virtualization platform with a single user interface. In my day job, I need to manage multiple FreeNAS, OPNsense, and Proxmox installations, and I wanted something that "encoded" the common workflows I keep repeating and provided a single centralized platform. I’ve been working on this for a while, and I hope to be able to do a Show HN by the end of the summer.</p>
]]></description><pubDate>Mon, 11 May 2026 20:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48100378</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=48100378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48100378</guid></item><item><title><![CDATA[New comment by hexmiles in "Show HN: Drive any macOS app in the background without stealing the cursor"]]></title><description><![CDATA[
<p>I did something similar on Windows by creating a "virtual desktop," where I can give the app focus without stealing it from another one. The idea was to basically reimplement RemoteApp without needing a dedicated Windows server.
However, in that case, the app is not visible to the user unless you use "connect" to the virtual desktop; to do it, I implemented (WIP) a simple VNC server in C#.</p>
]]></description><pubDate>Wed, 29 Apr 2026 11:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47947090</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47947090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47947090</guid></item><item><title><![CDATA[New comment by hexmiles in "Fully Featured Audio DSP Firmware for the Raspberry Pi Pico"]]></title><description><![CDATA[
<p>Thanks for the suggestion. I was hoping for something cheaper since I don't need really high quality. For now, I'm using a bunch of cheap USB soundcards that are good enough, but having multiple USB devices makes routing hell.</p>
]]></description><pubDate>Mon, 27 Apr 2026 19:40:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47926324</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47926324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47926324</guid></item><item><title><![CDATA[New comment by hexmiles in "Fully Featured Audio DSP Firmware for the Raspberry Pi Pico"]]></title><description><![CDATA[
<p>I wonder if you could do the same thing in reverse and have a cheap way to get multiple inputs.
I would love a cheap way to add 8–16 inputs to my PC; all the audio interfaces I found cost quite a bit.</p>
]]></description><pubDate>Mon, 27 Apr 2026 12:28:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47920712</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47920712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47920712</guid></item><item><title><![CDATA[New comment by hexmiles in "Google Broke Its Promise to Me. Now ICE Has My Data"]]></title><description><![CDATA[
<p>Personally, I deleted everything I could but kept the Gmail account for a couple of years with a forward to my new account, and after that, I also deleted it. Google Takeout is a very useful way to quickly create a backup of everything Google.</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:14:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47783823</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47783823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47783823</guid></item><item><title><![CDATA[New comment by hexmiles in "Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP"]]></title><description><![CDATA[
<p>Sorry, I wasn't clear. By old hardware, I meant peripherals connected to the computer via serial or USB. We are at a level of performance where running an entire VM as a driver is kind of feasible, if wasteful.</p>
]]></description><pubDate>Tue, 07 Apr 2026 22:03:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47681925</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47681925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47681925</guid></item><item><title><![CDATA[New comment by hexmiles in "Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP"]]></title><description><![CDATA[
<p>I know that it is a heavyweight solution, but it could be useful for some situations with old driver/devices/applications. I have some old hardware that is compatible only with pre-WinNT OS, and I could do something similar to provide a simple solution for the end user.</p>
]]></description><pubDate>Tue, 07 Apr 2026 21:20:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47681506</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47681506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47681506</guid></item><item><title><![CDATA[Pyrite64: N64 Game-Engine and Editor using libdragon and tiny3d]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/HailToDodongo/pyrite64">https://github.com/HailToDodongo/pyrite64</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47540914">https://news.ycombinator.com/item?id=47540914</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Mar 2026 10:25:41 +0000</pubDate><link>https://github.com/HailToDodongo/pyrite64</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=47540914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540914</guid></item><item><title><![CDATA[New comment by hexmiles in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>For a moment, I thought it was a game about finding chickens and was confused yet intrigued.</p>
]]></description><pubDate>Mon, 09 Feb 2026 11:08:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46943958</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=46943958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46943958</guid></item><item><title><![CDATA[New comment by hexmiles in "A web server on a single floppy disk"]]></title><description><![CDATA[
<p>Or a Sony Mavica, I love those</p>
]]></description><pubDate>Mon, 02 Feb 2026 09:24:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46854015</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=46854015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46854015</guid></item><item><title><![CDATA[UK union accuses Rockstar Games of firing employees attempting to organise]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theguardian.com/games/2025/nov/07/uk-union-accuses-gta-maker-rockstar-games-of-firing-employees-attempting-to-organise">https://www.theguardian.com/games/2025/nov/07/uk-union-accuses-gta-maker-rockstar-games-of-firing-employees-attempting-to-organise</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46033425">https://news.ycombinator.com/item?id=46033425</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 24 Nov 2025 12:33:42 +0000</pubDate><link>https://www.theguardian.com/games/2025/nov/07/uk-union-accuses-gta-maker-rockstar-games-of-firing-employees-attempting-to-organise</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=46033425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46033425</guid></item><item><title><![CDATA[New comment by hexmiles in "OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios"]]></title><description><![CDATA[
<p>All modules seem to be us-only. Is there a modules usable in eu frequency?</p>
]]></description><pubDate>Fri, 14 Nov 2025 08:06:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45924873</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=45924873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45924873</guid></item><item><title><![CDATA[OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios]]></title><description><![CDATA[
<p>Article URL: <a href="https://openmanet.net/">https://openmanet.net/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45920677">https://news.ycombinator.com/item?id=45920677</a></p>
<p>Points: 148</p>
<p># Comments: 42</p>
]]></description><pubDate>Thu, 13 Nov 2025 21:18:14 +0000</pubDate><link>https://openmanet.net/</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=45920677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45920677</guid></item><item><title><![CDATA[Score a Scorewriter Program]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/SCORE_(software)">https://en.wikipedia.org/wiki/SCORE_(software)</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45644500">https://news.ycombinator.com/item?id=45644500</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Oct 2025 14:44:35 +0000</pubDate><link>https://en.wikipedia.org/wiki/SCORE_(software)</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=45644500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45644500</guid></item><item><title><![CDATA[New comment by hexmiles in "Mastercard deflects blame for NSFW games being taken down"]]></title><description><![CDATA[
<p>Do you know of any games downloaded from Steam that work even once Steam is removed? I tried to search a bit, but I couldn't find any.<p>I would like to test it for myself to confirm it.</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796965</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=44796965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796965</guid></item><item><title><![CDATA[New comment by hexmiles in "Mastercard deflects blame for NSFW games being taken down"]]></title><description><![CDATA[
<p>I tried to search if it's possible for a dev studio to release a game on Steam that works without it, by which I mean that if I uninstall Steam, the games keep working; I wasn't able to confirm, but it seems to be theoretically possible...<p>None of the games I have in my library work like that, but online some people suggest that some games work even without Steam, once installed.<p>Your point, however, still stands.</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:54:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796943</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=44796943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796943</guid></item><item><title><![CDATA[New comment by hexmiles in "Mastercard deflects blame for NSFW games being taken down"]]></title><description><![CDATA[
<p>All (most?) Steam games have a very simple DRM that is extremely easy to bypass, and you can find examples on github.<p>However, a lot of games add their own DRM and/or protection scheme that complicates things.<p>EDIT: technically there are two distinct component: the actual DRM, called steamstub, and the steamwork library, that does not work without steam but it is not considered drm. Both can be easily bypassed/emulated.</p>
]]></description><pubDate>Mon, 04 Aug 2025 14:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44786329</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=44786329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44786329</guid></item><item><title><![CDATA[New comment by hexmiles in "'A black hole': New graduates discover a dismal job market"]]></title><description><![CDATA[
<p>You can't dictate it, but you can influence it.<p>Imagine if we teach from primary school student to clean their own classroom and bathroom so that everyone must do at least once every x days/week, it think it would help reconsider how we view this jobs. This is just an example, but I think there are plenty of ways for a government to incentivize desirable behavior (even social).</p>
]]></description><pubDate>Mon, 04 Aug 2025 07:38:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44782990</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=44782990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44782990</guid></item><item><title><![CDATA[New comment by hexmiles in "Qwen3-Coder: Agentic coding in the world"]]></title><description><![CDATA[
<p>In case of holiday/sick leave do i need to find someone to feed the agentic pet from my ip address? Or is my manager responsability?</p>
]]></description><pubDate>Wed, 23 Jul 2025 10:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44657481</link><dc:creator>hexmiles</dc:creator><comments>https://news.ycombinator.com/item?id=44657481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44657481</guid></item></channel></rss>