<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: mmh0000</title><link>https://news.ycombinator.com/user?id=mmh0000</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 19:00:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mmh0000" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mmh0000 in "Show HN: Mail Memories – A desktop app to rescue photos from Gmail"]]></title><description><![CDATA[
<p>I don't think it's just "somebody"; I think it's a lot of bodies. I'm downvoting him too because he vibe-coded a super simple "app", then is trying to sell it here as some life-saving tool .<p>My main complaints:<p>- Why is this $30?<p>- Why is it Windows/Mac only?<p>- Why is it Gmail only when it's using IMAP?<p>But what really irks me is that you know you can do this exact thing with like two Linux CLI commands?<p><pre><code>  ``` 
  $ offlineimap -c <configfile with credentials>
  $ mae export --maildir=test/fixtures/simple --output-dir=test/tmp_output
  ```


</code></pre>
[1] <a href="https://github.com/mrtazz/mae" rel="nofollow">https://github.com/mrtazz/mae</a></p>
]]></description><pubDate>Thu, 02 Jul 2026 18:02:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48765191</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48765191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48765191</guid></item><item><title><![CDATA[New comment by mmh0000 in "Sony Deletes 551 Movies PlayStation Owners Paid For"]]></title><description><![CDATA[
<p>What's funny is that Sony has done this before![0] I've had a personal boycott against Sony products due to this.<p><pre><code>  "The feature was controversially removed by Sony since system firmware update 3.21, released on April 1, 2010.[2] A class action lawsuit was filed against Sony on behalf of users, but was dismissed with prejudice in 2011 by a federal judge. The judge stated: "As a legal matter, ... plaintiffs have failed to allege facts or articulate a theory on which Sony may be held liable."[3] However, this decision was overturned in a 2014 appellate court decision[4] finding that plaintiffs had indeed made clear and sufficiently substantial claims. Ultimately, in 2016, Sony settled with users who had installed Linux or had purchased a PlayStation 3 based upon the availability of OtherOS."

</code></pre>
[0] <a href="https://en.wikipedia.org/wiki/OtherOS" rel="nofollow">https://en.wikipedia.org/wiki/OtherOS</a></p>
]]></description><pubDate>Wed, 01 Jul 2026 15:24:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48748418</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48748418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48748418</guid></item><item><title><![CDATA[New comment by mmh0000 in "Have you restarted your computer this week?"]]></title><description><![CDATA[
<p>Live Kernel Patching has been around for about 20 years[-1] now.<p>Red Hat Enterprise Linux[1] and Oracle (Enterprise Linux) Unbreakable Linux[2] both use it as a selling point.<p>This feature is still a bit ad hoc because, in most setups, rebooting a system isn't a huge burden and is much simpler than using boutique commands to live-patch it.<p>[-1] <a href="https://en.wikipedia.org/wiki/Ksplice" rel="nofollow">https://en.wikipedia.org/wiki/Ksplice</a><p>[0] <a href="https://www.ksplice.com/" rel="nofollow">https://www.ksplice.com/</a><p>[1] <a href="https://www.redhat.com/en/topics/linux/what-is-linux-kernel-live-patching" rel="nofollow">https://www.redhat.com/en/topics/linux/what-is-linux-kernel-...</a><p>[2] <a href="https://docs.oracle.com/en/learn/ol-ksplice/" rel="nofollow">https://docs.oracle.com/en/learn/ol-ksplice/</a></p>
]]></description><pubDate>Tue, 30 Jun 2026 17:50:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48736436</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48736436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48736436</guid></item><item><title><![CDATA[New comment by mmh0000 in "A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding"]]></title><description><![CDATA[
<p>That's not quite true, you just need to add the `insecure-registries`[1] option with a list of either IP (or ip ranges) or hostnames that you want to allow without TLS.<p>```/etc/docker/daemon.json<p><pre><code>  {
    "insecure-registries": ["10.100.0.0/24", "registry.yourmom.example.com:5000"]
  }
</code></pre>
```<p>[1] <a href="https://docs.docker.com/reference/cli/dockerd/#insecure-registries" rel="nofollow">https://docs.docker.com/reference/cli/dockerd/#insecure-regi...</a></p>
]]></description><pubDate>Wed, 24 Jun 2026 18:11:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48663612</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48663612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48663612</guid></item><item><title><![CDATA[New comment by mmh0000 in "Migrating from GNU Stow to Chezmoi"]]></title><description><![CDATA[
<p>I’ve always managed this problem in a different way. I don’t know if my way is better, but it works really well for me.<p>I treat my powerful desktop computer as my main machine. Then I have a bunch of laptops.<p>Then I just rsync my entire home directory out to all the laptops.<p>From there. The rule is quite simple. Any file created on a laptop are considered ephemeral. If I create data that I have to keep. It gets rsynced back the other direction to the main machine.<p>This process has served me well for at least 15 years now and is supported by a small handful of shell scripts to automate this process</p>
]]></description><pubDate>Thu, 18 Jun 2026 18:15:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48589271</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48589271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48589271</guid></item><item><title><![CDATA[New comment by mmh0000 in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>That video makes a lot of claims that sound reasonable, but doesn't provide data to back it up.<p>For example, in the first 30 seconds, he says that at the beginning of the Iran War, AI was used to strike 900 targets in 12 hours. Which he calls "unprecedented" but then never backs up.<p>For context, in the 1991 Gulf War "Operation Desert Storm" the U.S. struck about 1500 targets[1][2][3] in 12 hours.<p>[1] <a href="https://www.mitchellaerospacepower.org/app/uploads/2021/02/a2dd91_46120e1c02cd450f902ee154edd6c85e.pdf" rel="nofollow">https://www.mitchellaerospacepower.org/app/uploads/2021/02/a...</a>
[2] <a href="https://www.youtube.com/watch?v=zxRgfBXn6Mg&t=401s" rel="nofollow">https://www.youtube.com/watch?v=zxRgfBXn6Mg&t=401s</a>
[3] <a href="https://gulfwar.org/gulf-war-1991-timeline-desert-storm/" rel="nofollow">https://gulfwar.org/gulf-war-1991-timeline-desert-storm/</a>
    -</p>
]]></description><pubDate>Sat, 13 Jun 2026 18:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48519937</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48519937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48519937</guid></item><item><title><![CDATA[New comment by mmh0000 in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>And gps guided missiles were doing that since the 80s. Humans are already really good at killing each other. Yeah it sucks the tech will be used for that.<p>But it changes little.</p>
]]></description><pubDate>Sat, 13 Jun 2026 02:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48511767</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48511767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48511767</guid></item><item><title><![CDATA[New comment by mmh0000 in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>Yeah, LLMs are a national security issue on par with spellcheck.</p>
]]></description><pubDate>Sat, 13 Jun 2026 01:25:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48511394</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48511394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48511394</guid></item><item><title><![CDATA[Comparing Email Address Validating Regular Expressions (2006)]]></title><description><![CDATA[
<p>Article URL: <a href="https://fightingforalostcause.net/content/misc/2006/compare-email-regex.php">https://fightingforalostcause.net/content/misc/2006/compare-email-regex.php</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48470891">https://news.ycombinator.com/item?id=48470891</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Jun 2026 03:04:23 +0000</pubDate><link>https://fightingforalostcause.net/content/misc/2006/compare-email-regex.php</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48470891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48470891</guid></item><item><title><![CDATA[New comment by mmh0000 in "Lies we tell ourselves about email addresses"]]></title><description><![CDATA[
<p><a href="https://fightingforalostcause.net/content/misc/2006/compare-email-regex.php" rel="nofollow">https://fightingforalostcause.net/content/misc/2006/compare-...</a><p>This is one of my favorite articles on validating emails using RegEx, I fondly remember reading it over 15 years ago. It's stuck with me ever since.</p>
]]></description><pubDate>Wed, 10 Jun 2026 02:53:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48470788</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48470788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48470788</guid></item><item><title><![CDATA[New comment by mmh0000 in "Public Domain Image Archive"]]></title><description><![CDATA[
<p>On desktop Firefox, if you scroll while the mouse is on the top half of the first row of images, it goes very wonky.</p>
]]></description><pubDate>Sun, 07 Jun 2026 03:24:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48431476</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48431476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48431476</guid></item><item><title><![CDATA[New comment by mmh0000 in "Public Domain Image Archive"]]></title><description><![CDATA[
<p>Just contact the original author. You may need to pay extra for the Medium.</p>
]]></description><pubDate>Sun, 07 Jun 2026 02:14:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48431092</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48431092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48431092</guid></item><item><title><![CDATA[New comment by mmh0000 in "Public Domain Image Archive"]]></title><description><![CDATA[
<p>I do not know how this site managed to break mousewheel scrolling so badly, but I am quite impressed.</p>
]]></description><pubDate>Sun, 07 Jun 2026 02:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48431031</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48431031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48431031</guid></item><item><title><![CDATA[New comment by mmh0000 in "Running 'Doom' on E. coli cells slowly"]]></title><description><![CDATA[
<p>Unless I greatly misunderstood. That's a misleading title, there's no running of Doom code.<p>They're displaying screenshots on E. coli, which is very cool!</p>
]]></description><pubDate>Wed, 03 Jun 2026 17:43:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48387158</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48387158</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48387158</guid></item><item><title><![CDATA[GameStop Discloses First Quarter 2026 Results]]></title><description><![CDATA[
<p>Article URL: <a href="https://investor.gamestop.com/news-releases/news-details/2026/GameStop-Discloses-First-Quarter-2026-Results/default.aspx">https://investor.gamestop.com/news-releases/news-details/2026/GameStop-Discloses-First-Quarter-2026-Results/default.aspx</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48379398">https://news.ycombinator.com/item?id=48379398</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 03 Jun 2026 03:01:24 +0000</pubDate><link>https://investor.gamestop.com/news-releases/news-details/2026/GameStop-Discloses-First-Quarter-2026-Results/default.aspx</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48379398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48379398</guid></item><item><title><![CDATA[GoPro warned it may not survive]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default">https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48365509">https://news.ycombinator.com/item?id=48365509</a></p>
<p>Points: 85</p>
<p># Comments: 76</p>
]]></description><pubDate>Tue, 02 Jun 2026 03:08:02 +0000</pubDate><link>https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48365509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48365509</guid></item><item><title><![CDATA[New comment by mmh0000 in "The Pirate Bay Remains Resilient, 20 Years After the Raid"]]></title><description><![CDATA[
<p>This has been my go-to for discovering new things to watch for 15 years. If something doesn't show up in the top-100 list, I'm generally unaware of it.</p>
]]></description><pubDate>Mon, 01 Jun 2026 15:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48358458</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48358458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48358458</guid></item><item><title><![CDATA[New comment by mmh0000 in "Creatine raises brain energy levels and slows cognitive decline: study"]]></title><description><![CDATA[
<p><a href="https://m.youtube.com/watch?v=O27Tn06bEXU&pp=0gcJCTkCo7VqN5tD&ra=m" rel="nofollow">https://m.youtube.com/watch?v=O27Tn06bEXU&pp=0gcJCTkCo7VqN5t...</a><p>The joke has been around forever. Big bang probably did the best “popular” showing off it.</p>
]]></description><pubDate>Mon, 01 Jun 2026 04:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48352498</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48352498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48352498</guid></item><item><title><![CDATA[New comment by mmh0000 in "Codex just found a "workaround" of not having sudo on my PC"]]></title><description><![CDATA[
<p>As always. XKCD: <a href="https://xkcd.com/1200/" rel="nofollow">https://xkcd.com/1200/</a></p>
]]></description><pubDate>Mon, 01 Jun 2026 03:47:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48352398</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48352398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48352398</guid></item><item><title><![CDATA[New comment by mmh0000 in "It Will Never Be the Year of the Linux Desktop"]]></title><description><![CDATA[
<p><strongly offended noises><p>Everybody needs tmux, especially locally.<p>My terminal splits panes (which I don't use), but what if I want to open two terminals that share the same set of splits? Can't. But tmux can!<p>What if I want to SSH back into my desktop (because I'm on a laptop or whatever) and grab something from my desktop terminal? Can't. But tmux can!<p>Vim splits and the vim terminal are poorly implemented. Technically, yes, they work. But you'll run into a lot of issues. I know, because a few years ago I went down the same path: Why do I need tmux, when I have vim!? ... I quickly learned why I needed tmux.<p>I agree with your side note: plasma+kitty+tmux and a few support scripts:<p>(please don't criticize my scripts; these were never meant to be shared, and it's a disaster, but it works for me)<p>I have this script (<a href="https://doc.xn0.org/tmuxedkitty-newwindow.sh" rel="nofollow">https://doc.xn0.org/tmuxedkitty-newwindow.sh</a>) bound to WIN+T; it opens kitty, and either creates a new tmux session if there isn't one or attaches to the existing session and creates a new pane.<p>Then, I have my insane (I understand I am insane, but it works for me!) tmux config file: <a href="https://doc.xn0.org/.tmux.conf" rel="nofollow">https://doc.xn0.org/.tmux.conf</a><p>Then, I have my insane zshrc that auto-titles my tmux windows: <a href="https://doc.xn0.org/.zshrc" rel="nofollow">https://doc.xn0.org/.zshrc</a><p>Using titles from: <a href="https://doc.xn0.org/tmux-window-titles" rel="nofollow">https://doc.xn0.org/tmux-window-titles</a><p>I have put way too much thought and time into this...</p>
]]></description><pubDate>Fri, 29 May 2026 17:56:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48326823</link><dc:creator>mmh0000</dc:creator><comments>https://news.ycombinator.com/item?id=48326823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48326823</guid></item></channel></rss>