<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: allthatineed</title><link>https://news.ycombinator.com/user?id=allthatineed</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 08:45:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=allthatineed" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by allthatineed in "We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2"]]></title><description><![CDATA[
<p>I got it down to 1.03MB by just switching the png to palette encoding mode.</p>
]]></description><pubDate>Wed, 08 Apr 2026 20:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695557</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=47695557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695557</guid></item><item><title><![CDATA[New comment by allthatineed in "Roots is a game server daemon that manages Docker containers for game servers"]]></title><description><![CDATA[
<p>Strong suggestion, do not run game servers in docker containers</p>
]]></description><pubDate>Sat, 31 Jan 2026 05:08:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46833685</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=46833685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46833685</guid></item><item><title><![CDATA[New comment by allthatineed in "Show HN: Server-rendered multiplayer games with Lua (no client code)"]]></title><description><![CDATA[
<p>BYOND/Space Station 13 is built upon this model.<p>Sprite sheets are png with ztxt blocks with meta/frame info and a list of drawing operations to be done to construct vsprites based on any runtime server side operations done on the sprites.<p>There is limited client coding via popup Web view windows and a few js apis back to the client but nothing you can build too much off of.<p>(SS14 brings this model to an open source c# framework called The Robust Engine but has some limitations related to maintainer power tripping over who should be allowed to use their open source project.)</p>
]]></description><pubDate>Sun, 04 Jan 2026 22:44:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46493154</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=46493154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46493154</guid></item><item><title><![CDATA[New comment by allthatineed in "Markov chains are the original language models"]]></title><description><![CDATA[
<p>I remember playing with megahal eggdrop bots.<p>This was one of my first forays into modifying c code, trying to figure out why 350mb seemed to be the biggest brain size (32 bit memory limits and requiring a contiguous block for the entire brain).<p>I miss the innocence of those days. Just being a teen, tinkering with things i didn't understand.</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45350642</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=45350642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45350642</guid></item><item><title><![CDATA[New comment by allthatineed in "I still love PHP and JavaScript (2022)"]]></title><description><![CDATA[
<p>I'm in this comment and I don't like it.<p>More seriously I picked php <i>because</i> it lets me get away without having to strictly define anything and just get away with fuzzy logic. I want to jump on the bed god damn it!</p>
]]></description><pubDate>Tue, 09 Sep 2025 22:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45190473</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=45190473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45190473</guid></item><item><title><![CDATA[New comment by allthatineed in "Ask HN: Who wants to be hired? (August 2025)"]]></title><description><![CDATA[
<p>Location: Seattle<p>Remote: Please.<p>Willing to relocate: maybe, but only to places super friendly to trans women. (safe cities inside unsafe states are not a good fit.)<p>Technologies: Php, Ansible, HaProxy, Python3 (PyTorch, OnnxRuntime), cloudflare, Route53/GeoDns, DM, C/C++, C#.<p>Résumé/CV: <a href="https://kass.software" rel="nofollow">https://kass.software</a><p>Email: kass@kass.software<p>Hello! My name is Kassandra Riley Spier-Swenson. I sometimes go by Kass or Kassie.<p>Find me on ${firstName}.software (all 3 variations)<p>Email me at ${firstName}@${firstName}.software (all 9 variations)<p>I made a very popular open source multiplayer video game faster (ss13) and then got kicked out of the community because I spoke out against sexual harassment and transphobic gender essentialism.<p>Been doing code and system/server administration for 15 years.<p>Once handled a 80gbps DDoS against a game server by making a tcp cloudflare out of micro vm haproxy relays (with first packet inspection to detect spoofed connections) and a cron script to sync nftable blocklists. This system is still in use.<p>Made a coqui-ai/TTS->RVS Machine Learning pipeline run on $200/m entry level GPU instances that could handle 100k requests an hour with less than a 250ms RTT in 99% of calls. This provided text to speech for a chat heavy video game with 90 player servers. This was my first python project and first time working with machine learning/AI. (<<a href="https://github.com/tgstation-operations/tgtts" rel="nofollow">https://github.com/tgstation-operations/tgtts</a>>) It was abandoned for a bloated mess that costs 10 times as much to run around the time I came out as trans (I'm sure it has no relation :3).<p>Have 0 years of professional employment in tech (it was all video game or open source stuff as a hobby.)<p>Please help me break into tech. I'm a bitching trans woman who clearly has skill :3</p>
]]></description><pubDate>Thu, 07 Aug 2025 21:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44830400</link><dc:creator>allthatineed</dc:creator><comments>https://news.ycombinator.com/item?id=44830400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44830400</guid></item></channel></rss>