<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: ratdragon</title><link>https://news.ycombinator.com/user?id=ratdragon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 25 May 2026 00:43:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ratdragon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ratdragon in "Oura says it gets government demands for user data"]]></title><description><![CDATA[
<p>Ordering a taxi after running outside of US? Probably missed some mass transport. Raise the price boys... like good old Uber back in the day based on iphone battery level. Really the possibilities are endless if you're evil.<p>Bad health? Raise the insurance premiums? Or anything more evil I can't think of.<p>edit: grammar</p>
]]></description><pubDate>Sat, 23 May 2026 17:06:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48249284</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=48249284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48249284</guid></item><item><title><![CDATA[New comment by ratdragon in "Fuck the cloud (2009)"]]></title><description><![CDATA[
<p>All of mine, but I guess I'm an exception to the rule.</p>
]]></description><pubDate>Wed, 15 Apr 2026 14:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47779975</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=47779975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47779975</guid></item><item><title><![CDATA[New comment by ratdragon in "I wrote to Flock's privacy contact to opt out of their domestic spying program"]]></title><description><![CDATA[
<p>maybe eff.org would be able to help you lawyer up or otherwise to push this forward. good luck!</p>
]]></description><pubDate>Tue, 14 Apr 2026 18:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47769438</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=47769438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47769438</guid></item><item><title><![CDATA[New comment by ratdragon in "Linux boxes via SSH: suspended when disconected"]]></title><description><![CDATA[
<p>WDYM lost? do you roam? I used to have a job with simple OpenVPN to connect to the servers (via public IP, just routed through the VPN tunnel) and ssh connections stayed during my trip from office to home. Probably needs both sides not to be overly aggressive with keepalives and such. VPN just reconnected at home, but tun0 device and its local ip stayed the same, ssh connections also stayed.<p>If you do not roam other side may do TCP keepalives or even ssh protocol keepalives and close the connection for you. Unless you can tune that, not much to do.<p>Other solutions might be mosh (mobile shell; haven't tried) or just running screen or tmux on the other end and just resume where you left of after quick reconnect.</p>
]]></description><pubDate>Fri, 16 Jan 2026 10:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46644851</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=46644851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46644851</guid></item><item><title><![CDATA[New comment by ratdragon in "Hardware Touch, Stronger SSH"]]></title><description><![CDATA[
<p>ssh-add -c (confirm) can somehow mitigate the "misuse of ssh-agent in the background" the article is talking about</p>
]]></description><pubDate>Fri, 26 Dec 2025 17:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46393886</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=46393886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46393886</guid></item><item><title><![CDATA[New comment by ratdragon in "AI's real superpower: consuming, not creating"]]></title><description><![CDATA[
<p>I do use such an approach and it is actually awesome however only for data I'm sure I don't mind being sold.</p>
]]></description><pubDate>Wed, 17 Dec 2025 10:52:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46300479</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=46300479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46300479</guid></item><item><title><![CDATA[New comment by ratdragon in "Nearly all UK drivers say headlights are too bright"]]></title><description><![CDATA[
<p>they definitely were persistent before<p>edit spelling</p>
]]></description><pubDate>Tue, 18 Nov 2025 18:17:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45969952</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=45969952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45969952</guid></item><item><title><![CDATA[New comment by ratdragon in "F-Droid build servers can't build modern Android apps due to outdated CPUs"]]></title><description><![CDATA[
<p>Did and doing regularly.</p>
]]></description><pubDate>Wed, 13 Aug 2025 05:58:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44885065</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=44885065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44885065</guid></item><item><title><![CDATA[New comment by ratdragon in "Pony: An actor-model, capabilities-secure, high-performance programming language"]]></title><description><![CDATA[
<p>Example pony applications: <a href="https://github.com/ponylang/ponyc/tree/main/examples">https://github.com/ponylang/ponyc/tree/main/examples</a><p>Playground:
<a href="https://playground.ponylang.io/" rel="nofollow">https://playground.ponylang.io/</a><p>They're on HP <a href="https://www.ponylang.io/" rel="nofollow">https://www.ponylang.io/</a> unfortunately the article link points to /discover/</p>
]]></description><pubDate>Tue, 29 Jul 2025 07:26:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44720178</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=44720178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44720178</guid></item><item><title><![CDATA[New comment by ratdragon in "Pony: An actor-model, capabilities-secure, high-performance programming language"]]></title><description><![CDATA[
<p>Example pony applications: <a href="https://github.com/ponylang/ponyc/tree/main/examples">https://github.com/ponylang/ponyc/tree/main/examples</a><p>Playground:
<a href="https://playground.ponylang.io/" rel="nofollow">https://playground.ponylang.io/</a><p>They're on HP <a href="https://www.ponylang.io/" rel="nofollow">https://www.ponylang.io/</a> unfortunately the article link points to /discover/</p>
]]></description><pubDate>Tue, 29 Jul 2025 07:22:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44720156</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=44720156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44720156</guid></item><item><title><![CDATA[New comment by ratdragon in "Terminal Click – a new terminal bringing dead text to life"]]></title><description><![CDATA[
<p>I use tmux in all my terminal sessions. It can search. It's not grep, but 95% of the time it's enough and the 5% I capture the output to a file myself using tmux's it's copy/paste function. I wouldn't mind such functionality if it wasn't mouse-based. But switching terminal just for this not. But seeing an idea executed it always nice.</p>
]]></description><pubDate>Wed, 05 Jul 2023 13:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=36600511</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=36600511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36600511</guid></item><item><title><![CDATA[New comment by ratdragon in "Thumb-Key: A privacy-conscious Android keyboard, made for your thumbs"]]></title><description><![CDATA[
<p>Delete word is "swipe left on backspace". The autorepeat is definitely something I'd like to see too.</p>
]]></description><pubDate>Wed, 26 Apr 2023 16:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=35716010</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=35716010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35716010</guid></item><item><title><![CDATA[New comment by ratdragon in "The Future Dominance of Solar and Wind Energy"]]></title><description><![CDATA[
<p>Depends on when, that's why we need gas and other dispatchables. We've no grid-scale energy storage as of now. So saying they're cheaper isn't comparing apples to apples.</p>
]]></description><pubDate>Wed, 11 Jan 2023 08:22:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34336317</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=34336317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34336317</guid></item><item><title><![CDATA[New comment by ratdragon in "Show HN: unsock: shim to automatically change AF_INET sockets to AF_UNIX, etc."]]></title><description><![CDATA[
<p>I love LD_PRELOAD hacks, too bad it is less & less binaries that can be "hacked" like this.</p>
]]></description><pubDate>Thu, 03 Nov 2022 16:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=33453360</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=33453360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33453360</guid></item><item><title><![CDATA[New comment by ratdragon in "Asus Zenfone 9"]]></title><description><![CDATA[
<p>I've deleted Revolut some time ago because of that. Well, they've since reversed their stance. Not sure why but now it works with Lineage.</p>
]]></description><pubDate>Fri, 29 Jul 2022 08:48:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=32274529</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=32274529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32274529</guid></item><item><title><![CDATA[New comment by ratdragon in "Asus Zenfone 9"]]></title><description><![CDATA[
<p>I'm planning to test (but I hate reinstalling) <a href="https://github.com/topjohnwu/Magisk" rel="nofollow">https://github.com/topjohnwu/Magisk</a> for safetynet whatnot.<p>But lack of kernel updates is pita and absolutely true :(</p>
]]></description><pubDate>Fri, 29 Jul 2022 08:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=32274511</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=32274511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32274511</guid></item><item><title><![CDATA[New comment by ratdragon in "No antibiotics worked, so this woman turned to phage scientists"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Halicin" rel="nofollow">https://en.wikipedia.org/wiki/Halicin</a> - a recently (2019) discovered ATB with "an unusual mechanism of action" has been found to be effective against Acinetobacter Baumanii in mice. Found using deep-learning.</p>
]]></description><pubDate>Sat, 09 Jul 2022 21:18:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=32039402</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=32039402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32039402</guid></item><item><title><![CDATA[New comment by ratdragon in "Small Modular Reactors Exacerbate Challenges of Nuclear Waste"]]></title><description><![CDATA[
<p>I believe these types of arguments should start with "What about..." sir. Also not sure how we got to fossil plants...</p>
]]></description><pubDate>Mon, 06 Jun 2022 17:42:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=31643402</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=31643402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31643402</guid></item><item><title><![CDATA[New comment by ratdragon in "Small Modular Reactors Exacerbate Challenges of Nuclear Waste"]]></title><description><![CDATA[
<p>I think this argument has been here for millennia. Move forward or back to the roots... In this case I look forward, but thanks to some really good PR (and possibly well paid) it seems natural-gas backed renewables are winning at the moment.</p>
]]></description><pubDate>Mon, 06 Jun 2022 17:16:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=31643111</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=31643111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31643111</guid></item><item><title><![CDATA[New comment by ratdragon in "Small Modular Reactors Exacerbate Challenges of Nuclear Waste"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Traveling_wave_reactor" rel="nofollow">https://en.wikipedia.org/wiki/Traveling_wave_reactor</a> is supposed to be the solution.<p>A company called TerraPower is planning to build a test reactor soon.</p>
]]></description><pubDate>Mon, 06 Jun 2022 17:12:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=31643059</link><dc:creator>ratdragon</dc:creator><comments>https://news.ycombinator.com/item?id=31643059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31643059</guid></item></channel></rss>