<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: anajimi</title><link>https://news.ycombinator.com/user?id=anajimi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 16:52:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anajimi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anajimi in "MinIO stops distributing free Docker images"]]></title><description><![CDATA[
<p>Could you elaborate please?</p>
]]></description><pubDate>Thu, 23 Oct 2025 17:58:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45684820</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=45684820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45684820</guid></item><item><title><![CDATA[New comment by anajimi in "M5 MacBook Pro"]]></title><description><![CDATA[
<p>I suggest trying Nix on Macos, it is very nice as a package manager but also it can be used as a way to replace Docker (at least for my needs, it works very well).
This days I don't even bother installing brew on my Mac, I only use Nix.</p>
]]></description><pubDate>Wed, 15 Oct 2025 15:43:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45594295</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=45594295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45594295</guid></item><item><title><![CDATA[New comment by anajimi in "Show HN: Play Pokémon to unlock your Wayland session"]]></title><description><![CDATA[
<p>Thank you for your kind comment! To be honest I saw this as a novelty project, however I think it could be more secure than a password locker, at least  in some cases where the password is weak.</p>
]]></description><pubDate>Sat, 16 Aug 2025 13:19:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44923156</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44923156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44923156</guid></item><item><title><![CDATA[New comment by anajimi in "Show HN: Play Pokémon to unlock your Wayland session"]]></title><description><![CDATA[
<p>Very cool idea, I may implement a hardcore mode in the future just for fun lol.</p>
]]></description><pubDate>Tue, 12 Aug 2025 11:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44875065</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44875065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44875065</guid></item><item><title><![CDATA[New comment by anajimi in "Show HN: Play Pokémon to unlock your Wayland session"]]></title><description><![CDATA[
<p>Thank you for your kind comment! I don't have a ko-fi but I will think about  creating one :)</p>
]]></description><pubDate>Tue, 12 Aug 2025 11:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44875032</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44875032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44875032</guid></item><item><title><![CDATA[New comment by anajimi in "Show HN: Play Pokémon to unlock your Wayland session"]]></title><description><![CDATA[
<p>Thanks for your idea! I think it is totally possible to implement a screensaver with the ext-session-lock protocol. I will try to explore this idea when I have time in the next few months :)</p>
]]></description><pubDate>Mon, 11 Aug 2025 23:16:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44870538</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44870538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44870538</guid></item><item><title><![CDATA[New comment by anajimi in "Show HN: Play Pokémon to unlock your Wayland session"]]></title><description><![CDATA[
<p>Thank you for the link! Hope to see more people using Wayland then :D</p>
]]></description><pubDate>Sun, 10 Aug 2025 21:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44858642</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44858642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44858642</guid></item><item><title><![CDATA[Show HN: Play Pokémon to unlock your Wayland session]]></title><description><![CDATA[
<p>Hello everyone!<p>I've created a gameboy emulator to unlock my Wayland session and wanted to share this project to everyone here!<p>I've been a Linux enthusiast since I was a kid. What always captivated me was the freedom to customize my system exactly the way I wanted. With Wayland, we've reached an incredible level of performance. It's like turning your operating system into a video game! I've always been fascinated by the blend of fun and the serious, technical nature of an OS. That’s what inspired me to create this project.<p>I started by studying Wayland, its protocol and how to build a compositor. Then I became particularly intrigued by the concept of a locker, which reminded me a bit of an escape game. That’s when I thought: how cool would it be to solve a puzzle to unlock your session, instead of just typing a password? Since I’ve worked with emulators in the past and I’m a huge Pokémon fan, the idea of building the puzzle around that game came to me instantly!<p>Technically, the locker code and the wayland protocol have been implemented from scratch ( using EGL and wl_keyboard_listeners ).
My locker runs a version of the gbcc emulator modded by myself. This emulator waits for one precise value to be set in a given memory address.<p>I have modded the Pokémon game to my needs: when the password is good, I put the good value in the good memory address so the emulator knows it needs to unlock the session.<p>Hope you will appreciate this project!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44854686">https://news.ycombinator.com/item?id=44854686</a></p>
<p>Points: 124</p>
<p># Comments: 52</p>
]]></description><pubDate>Sun, 10 Aug 2025 12:15:01 +0000</pubDate><link>https://github.com/AdoPi/wlgblock</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=44854686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44854686</guid></item><item><title><![CDATA[Bundle and encrypt your SSH folder into a single file]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AdoPi/shoji-nix">https://github.com/AdoPi/shoji-nix</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41478796">https://news.ycombinator.com/item?id=41478796</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 08 Sep 2024 07:30:59 +0000</pubDate><link>https://github.com/AdoPi/shoji-nix</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=41478796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41478796</guid></item><item><title><![CDATA[Show HN: A Nix module to manage your SSH keys]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AdoPi/shoji-nix">https://github.com/AdoPi/shoji-nix</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40062426">https://news.ycombinator.com/item?id=40062426</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Apr 2024 09:56:01 +0000</pubDate><link>https://github.com/AdoPi/shoji-nix</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=40062426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40062426</guid></item><item><title><![CDATA[Manage your SSH keys with Nix]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AdoPi/shoji-nix">https://github.com/AdoPi/shoji-nix</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39883515">https://news.ycombinator.com/item?id=39883515</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 31 Mar 2024 12:06:23 +0000</pubDate><link>https://github.com/AdoPi/shoji-nix</link><dc:creator>anajimi</dc:creator><comments>https://news.ycombinator.com/item?id=39883515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39883515</guid></item></channel></rss>