<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[nixers - All Forums]]></title>
		<link>https://nixers.net/</link>
		<description><![CDATA[nixers - https://nixers.net]]></description>
		<pubDate>Wed, 15 Apr 2026 08:22:54 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Ken Thompson tells a story]]></title>
			<link>https://nixers.net/Thread-Ken-Thompson-tells-a-story</link>
			<pubDate>Mon, 27 Oct 2025 02:22:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1548">jkl</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Ken-Thompson-tells-a-story</guid>
			<description><![CDATA[2024 interview, posted this October, quite a few interesting thoughts about Open Source in it:<br />
<a href="https://www.youtube.com/watch?v=OmVHkL0IWk4" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=OmVHkL0IWk4</a>]]></description>
			<content:encoded><![CDATA[2024 interview, posted this October, quite a few interesting thoughts about Open Source in it:<br />
<a href="https://www.youtube.com/watch?v=OmVHkL0IWk4" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=OmVHkL0IWk4</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Atomic Distros]]></title>
			<link>https://nixers.net/Thread-Atomic-Distros</link>
			<pubDate>Thu, 18 Sep 2025 10:05:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1822">pkal</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Atomic-Distros</guid>
			<description><![CDATA[Hey, does anyone here have strong opinions or real experience with atomic distributions, like Fedora Silverblue?  I am considering it for a professional laptop, where I want to avoid components breaking so the immutability and containerization is something that sounds good.  And I have come to terms with GNOME, so that is not an issue for me at least.  What I worry about is, e.g. with Fedora Silverblue, that my previous experience with regular Fedora always degraded after an upgrade or two, and I don't know if this is something that Silverblue can help me here.]]></description>
			<content:encoded><![CDATA[Hey, does anyone here have strong opinions or real experience with atomic distributions, like Fedora Silverblue?  I am considering it for a professional laptop, where I want to avoid components breaking so the immutability and containerization is something that sounds good.  And I have come to terms with GNOME, so that is not an issue for me at least.  What I worry about is, e.g. with Fedora Silverblue, that my previous experience with regular Fedora always degraded after an upgrade or two, and I don't know if this is something that Silverblue can help me here.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Some fun engineering advice blog]]></title>
			<link>https://nixers.net/Thread-Some-fun-engineering-advice-blog</link>
			<pubDate>Sat, 21 Jun 2025 08:24:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2054">freem</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Some-fun-engineering-advice-blog</guid>
			<description><![CDATA[Found a link toward this fun, but very wise, huh... blog, I guess? I don't know.<br />
Maybe there is a better forum category for this, if so, please move the thread accordingly.<br />
<br />
Anyway, here's the link: <a href="https://grugbrain.dev" target="_blank" rel="noopener" class="mycode_url">https://grugbrain.dev</a><br />
<br />
Enjoy!]]></description>
			<content:encoded><![CDATA[Found a link toward this fun, but very wise, huh... blog, I guess? I don't know.<br />
Maybe there is a better forum category for this, if so, please move the thread accordingly.<br />
<br />
Anyway, here's the link: <a href="https://grugbrain.dev" target="_blank" rel="noopener" class="mycode_url">https://grugbrain.dev</a><br />
<br />
Enjoy!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[UNIX maximalism and minimalism]]></title>
			<link>https://nixers.net/Thread-UNIX-maximalism-and-minimalism</link>
			<pubDate>Fri, 21 Feb 2025 19:41:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1973">ckester</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-UNIX-maximalism-and-minimalism</guid>
			<description><![CDATA[The latest nixers newsletter linked to an article with the same title as this thread.  <br />
<br />
After reading it, I'm prompted to ask: is the trend to rewrite so many utilities in Rust or Go an example of minimalism, or of bloat?<br />
<br />
I'm tempted to say the latter, because I don't care for the toolchains they bring along.  Any time I look at the git repository for some tempting project and see references to cargo, I say no thank you.  I dislike that almost as much as cmake.  <br />
<br />
(It's taken me years to grudgingly accept autotools.  But it's still a strike against any program that uses them.)<br />
<br />
And maybe I'm misunderstanding or overreacting but golang apparently has a worrisome style of pulling dependencies out of the cloud. Um, no, I'm not comfortable with that either.<br />
<br />
What do my fellow nixers think?  Am I just a crotchety old C programmer who likes simple makefiles?  and everything statically linked and preferably less than a megabyte after stripping (less than 500K even better)?]]></description>
			<content:encoded><![CDATA[The latest nixers newsletter linked to an article with the same title as this thread.  <br />
<br />
After reading it, I'm prompted to ask: is the trend to rewrite so many utilities in Rust or Go an example of minimalism, or of bloat?<br />
<br />
I'm tempted to say the latter, because I don't care for the toolchains they bring along.  Any time I look at the git repository for some tempting project and see references to cargo, I say no thank you.  I dislike that almost as much as cmake.  <br />
<br />
(It's taken me years to grudgingly accept autotools.  But it's still a strike against any program that uses them.)<br />
<br />
And maybe I'm misunderstanding or overreacting but golang apparently has a worrisome style of pulling dependencies out of the cloud. Um, no, I'm not comfortable with that either.<br />
<br />
What do my fellow nixers think?  Am I just a crotchety old C programmer who likes simple makefiles?  and everything statically linked and preferably less than a megabyte after stripping (less than 500K even better)?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Origins of Emacs, uncovered.]]></title>
			<link>https://nixers.net/Thread-The-Origins-of-Emacs-uncovered</link>
			<pubDate>Wed, 24 Jul 2024 00:54:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1548">jkl</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-The-Origins-of-Emacs-uncovered</guid>
			<description><![CDATA[Interesting read:<br />
<a href="https://onlisp.co.uk/On-the-Origin-of-Emacs-in-1976.html" target="_blank" rel="noopener" class="mycode_url">https://onlisp.co.uk/On-the-Origin-of-Em...-1976.html</a>]]></description>
			<content:encoded><![CDATA[Interesting read:<br />
<a href="https://onlisp.co.uk/On-the-Origin-of-Emacs-in-1976.html" target="_blank" rel="noopener" class="mycode_url">https://onlisp.co.uk/On-the-Origin-of-Em...-1976.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[text coordinate systems]]></title>
			<link>https://nixers.net/Thread-text-coordinate-systems</link>
			<pubDate>Thu, 27 Jun 2024 18:13:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1973">ckester</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-text-coordinate-systems</guid>
			<description><![CDATA[Interesting discussion of some of the subtleties which come up when writing code to display and manipulate text:<br />
<br />
<a href="https://zed.dev/blog/zed-decoded-text-coordinate-systems" target="_blank" rel="noopener" class="mycode_url">https://zed.dev/blog/zed-decoded-text-co...te-systems</a><br />
<br />
Much of this echoes Finseth's classic book on implementing emacs-style editors, but with updates to reflect our Unicoded world.<br />
<br />
(Many people will avoid dealing with these issues by simply dropping in whatever text widget their favorite library provides, but I enjoy cooking from scratch.)]]></description>
			<content:encoded><![CDATA[Interesting discussion of some of the subtleties which come up when writing code to display and manipulate text:<br />
<br />
<a href="https://zed.dev/blog/zed-decoded-text-coordinate-systems" target="_blank" rel="noopener" class="mycode_url">https://zed.dev/blog/zed-decoded-text-co...te-systems</a><br />
<br />
Much of this echoes Finseth's classic book on implementing emacs-style editors, but with updates to reflect our Unicoded world.<br />
<br />
(Many people will avoid dealing with these issues by simply dropping in whatever text widget their favorite library provides, but I enjoy cooking from scratch.)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Old vi]]></title>
			<link>https://nixers.net/Thread-Old-vi</link>
			<pubDate>Wed, 15 May 2024 22:08:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1548">jkl</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Old-vi</guid>
			<description><![CDATA[I investigated when the flash option was added to vi. It was when System V entered the VAX. 1983.<br />
Result: a new Vim patch… <br />
<br />
<a href="https://github.com/vim/vim/pull/14778" target="_blank" rel="noopener" class="mycode_url">https://github.com/vim/vim/pull/14778</a>]]></description>
			<content:encoded><![CDATA[I investigated when the flash option was added to vi. It was when System V entered the VAX. 1983.<br />
Result: a new Vim patch… <br />
<br />
<a href="https://github.com/vim/vim/pull/14778" target="_blank" rel="noopener" class="mycode_url">https://github.com/vim/vim/pull/14778</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Filesystem choice]]></title>
			<link>https://nixers.net/Thread-Filesystem-choice</link>
			<pubDate>Thu, 18 Apr 2024 09:25:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2411">maksim</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Filesystem-choice</guid>
			<description><![CDATA[I've been thinking about moving to <a href="https://artixlinux.org/" target="_blank" rel="noopener" class="mycode_url">Artix Linux</a> because I kinda dislike systemd. So I've been thinking about a lot of choices that have to be made while installing and the one I can't answer for myself is the filesystem I should choose. I am currently choosing between ext4, btrfs, zfs, xfs, reiser(fs/4), heard it's a killer filesystem ;). I've also learnt about bcachefs, which seems kind of interesting. I'm not interested in using RAID, LVM and encryption. I want to have a simple setup with one /boot partition and one / partition.<br />
<br />
So I'd like to hear from you]]></description>
			<content:encoded><![CDATA[I've been thinking about moving to <a href="https://artixlinux.org/" target="_blank" rel="noopener" class="mycode_url">Artix Linux</a> because I kinda dislike systemd. So I've been thinking about a lot of choices that have to be made while installing and the one I can't answer for myself is the filesystem I should choose. I am currently choosing between ext4, btrfs, zfs, xfs, reiser(fs/4), heard it's a killer filesystem ;). I've also learnt about bcachefs, which seems kind of interesting. I'm not interested in using RAID, LVM and encryption. I want to have a simple setup with one /boot partition and one / partition.<br />
<br />
So I'd like to hear from you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rocky's Sketchbook]]></title>
			<link>https://nixers.net/Thread-Rocky-s-Sketchbook</link>
			<pubDate>Sat, 20 Jan 2024 15:14:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1073">rocx</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Rocky-s-Sketchbook</guid>
			<description><![CDATA[<img src="https://i.imgur.com/5VuC7yG.png" width="512" height="512" alt="[Image: 5VuC7yG.png]" class="mycode_img" loading="lazy" /><br />
<br />
The smash hit sequel to "<a href="https://nixers.net/Thread-Why-Rocx-is-fucking-amazing" target="_blank" rel="noopener" class="mycode_url">Why rocx is Fucking Amazing</a>" has finally arrived for its 9-ish-year anniversary, curated by the box himself. I finally got a <a href="https://www.xp-pen.com/product/star-g640.html" target="_blank" rel="noopener" class="mycode_url">working tablet</a> again from a thrift store and feel like getting back into shitposting with visual diarrhea for the unwashed masses to suffer through.<br />
<br />
On the plus side, you're getting 100% genuine artisanally-crafted garbage <a href="https://i.imgur.com/uwEFF1Q.png" target="_blank" rel="noopener" class="mycode_url">not even robots can beat</a>.]]></description>
			<content:encoded><![CDATA[<img src="https://i.imgur.com/5VuC7yG.png" width="512" height="512" alt="[Image: 5VuC7yG.png]" class="mycode_img" loading="lazy" /><br />
<br />
The smash hit sequel to "<a href="https://nixers.net/Thread-Why-Rocx-is-fucking-amazing" target="_blank" rel="noopener" class="mycode_url">Why rocx is Fucking Amazing</a>" has finally arrived for its 9-ish-year anniversary, curated by the box himself. I finally got a <a href="https://www.xp-pen.com/product/star-g640.html" target="_blank" rel="noopener" class="mycode_url">working tablet</a> again from a thrift store and feel like getting back into shitposting with visual diarrhea for the unwashed masses to suffer through.<br />
<br />
On the plus side, you're getting 100% genuine artisanally-crafted garbage <a href="https://i.imgur.com/uwEFF1Q.png" target="_blank" rel="noopener" class="mycode_url">not even robots can beat</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[webring ideas]]></title>
			<link>https://nixers.net/Thread-webring-ideas</link>
			<pubDate>Fri, 27 Oct 2023 15:05:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2390">yakumo.izuru</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-webring-ideas</guid>
			<description><![CDATA[Quoting parts of wikipedia for context:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>A webring (or web ring) is a collection of websites linked together in a circular structure, and usually organized around a specific theme, often educational or social.[1] They were popular in the 1990s and early 2000s, particularly among amateur websites.</blockquote>
<br />
With that in mind, considering that webrings at this age are more or less dead, and there was <a href="https://fediring.net" target="_blank" rel="noopener" class="mycode_url">one guy who went to make one for ActivityPub users</a>. I thought of something different on a XMPP room of mine after reading <a href="https://research.swtch.com/qart" target="_blank" rel="noopener" class="mycode_url">a post from Russ Cox</a> that z3bra posted in #nixers.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>webring idea: everyone uses qrcodes made with the above and we don't even need link to each other, only the codes have to be shared</blockquote>
<br />
And I began doing that using the <a href="https://research.swtch.com/qr/draw" target="_blank" rel="noopener" class="mycode_url">WebAssembly qart generator</a> for three of my sites.<br />
<br />
Examples:<br />
<div ><div class="quotetitle"><input type="button" ckass="spoilerbutton" value="Show" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" /></div><div class="quotecontent"><div style="display: none;">
<img src="https://mk.nya.pub/files/653ae51345503cb283716a28/653ae51345503cb283716a28.png?web" alt="[Image: 653ae51345503cb283716a28.png?web]" class="mycode_img" loading="lazy" /><br />
<br />
This one points to chaotic.ninja<br />
</div></div></div>
<br />
What do you think about it?]]></description>
			<content:encoded><![CDATA[Quoting parts of wikipedia for context:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>A webring (or web ring) is a collection of websites linked together in a circular structure, and usually organized around a specific theme, often educational or social.[1] They were popular in the 1990s and early 2000s, particularly among amateur websites.</blockquote>
<br />
With that in mind, considering that webrings at this age are more or less dead, and there was <a href="https://fediring.net" target="_blank" rel="noopener" class="mycode_url">one guy who went to make one for ActivityPub users</a>. I thought of something different on a XMPP room of mine after reading <a href="https://research.swtch.com/qart" target="_blank" rel="noopener" class="mycode_url">a post from Russ Cox</a> that z3bra posted in #nixers.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>webring idea: everyone uses qrcodes made with the above and we don't even need link to each other, only the codes have to be shared</blockquote>
<br />
And I began doing that using the <a href="https://research.swtch.com/qr/draw" target="_blank" rel="noopener" class="mycode_url">WebAssembly qart generator</a> for three of my sites.<br />
<br />
Examples:<br />
<div ><div class="quotetitle"><input type="button" ckass="spoilerbutton" value="Show" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" /></div><div class="quotecontent"><div style="display: none;">
<img src="https://mk.nya.pub/files/653ae51345503cb283716a28/653ae51345503cb283716a28.png?web" alt="[Image: 653ae51345503cb283716a28.png?web]" class="mycode_img" loading="lazy" /><br />
<br />
This one points to chaotic.ninja<br />
</div></div></div>
<br />
What do you think about it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cyber hunt]]></title>
			<link>https://nixers.net/Thread-Cyber-hunt</link>
			<pubDate>Wed, 18 Oct 2023 10:06:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=579">z3bra</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Cyber-hunt</guid>
			<description><![CDATA[Hello hunters !<br />
<br />
It's been quite a while since my one, but I'm here with a new Internt Scavenger Hunt !<br />
This one has been cooking for the past year, and this is with great pleasure that I advertise it to the community ! Without further ado, here's the link:<br />
<br />
<div style="text-align: center;" class="mycode_align">⠵ <span style="font-size: x-large;" class="mycode_size"><a href="https://cyb.farm" target="_blank" rel="noopener" class="mycode_url">CYB3R HUNT</a></span> ⠫</div>
<br />
It is much more involved and narrated than the other hunts I've made, and benefits from all the feedbacks I got, so brace yourselves ! There's also a whole story line going with it, and progressing through the hunt will unfold the plot.<br />
<br />
I hope you guys will enjoy it! Don't hesitate to share it outside of this community, I made it for the whole internet! You can join other hunters via IRC at <a href="ircs://irc.libera.chat/cybfarm" target="_blank" rel="noopener" class="mycode_url">#cybfarm</a> on libera.chat.<br />
<br />
Also if you have questions, I'll happily answer them! (but I won't give any hint 😉).<br />
<br />
<span style="font-style: italic;" class="mycode_i">Note: the hunt only starts on the 31st of October 2023, so everyone gets a chance to top the <a href="https://cyb.farm/highscore.html" target="_blank" rel="noopener" class="mycode_url">scoreboard</a>!</span>]]></description>
			<content:encoded><![CDATA[Hello hunters !<br />
<br />
It's been quite a while since my one, but I'm here with a new Internt Scavenger Hunt !<br />
This one has been cooking for the past year, and this is with great pleasure that I advertise it to the community ! Without further ado, here's the link:<br />
<br />
<div style="text-align: center;" class="mycode_align">⠵ <span style="font-size: x-large;" class="mycode_size"><a href="https://cyb.farm" target="_blank" rel="noopener" class="mycode_url">CYB3R HUNT</a></span> ⠫</div>
<br />
It is much more involved and narrated than the other hunts I've made, and benefits from all the feedbacks I got, so brace yourselves ! There's also a whole story line going with it, and progressing through the hunt will unfold the plot.<br />
<br />
I hope you guys will enjoy it! Don't hesitate to share it outside of this community, I made it for the whole internet! You can join other hunters via IRC at <a href="ircs://irc.libera.chat/cybfarm" target="_blank" rel="noopener" class="mycode_url">#cybfarm</a> on libera.chat.<br />
<br />
Also if you have questions, I'll happily answer them! (but I won't give any hint 😉).<br />
<br />
<span style="font-style: italic;" class="mycode_i">Note: the hunt only starts on the 31st of October 2023, so everyone gets a chance to top the <a href="https://cyb.farm/highscore.html" target="_blank" rel="noopener" class="mycode_url">scoreboard</a>!</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XDG_CONFIG_HOME as ~/etc]]></title>
			<link>https://nixers.net/Thread-XDG-CONFIG-HOME-as-etc</link>
			<pubDate>Sat, 02 Sep 2023 11:25:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2391">adi</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-XDG-CONFIG-HOME-as-etc</guid>
			<description><![CDATA[What's your opinion on the following config:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>export XDG_DATA_HOME=~/share<br />
export XDG_CONFIG_HOME=~/etc<br />
export XDG_STATE_HOME=~/local/state<br />
export XDG_CACHE_HOME=~/var/cache<br />
export XDG_RUNTIME_DIR=~/var/run</code></div></div><br />
Make a lot of sense I believe.]]></description>
			<content:encoded><![CDATA[What's your opinion on the following config:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>export XDG_DATA_HOME=~/share<br />
export XDG_CONFIG_HOME=~/etc<br />
export XDG_STATE_HOME=~/local/state<br />
export XDG_CACHE_HOME=~/var/cache<br />
export XDG_RUNTIME_DIR=~/var/run</code></div></div><br />
Make a lot of sense I believe.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help needed to build a lookup tables]]></title>
			<link>https://nixers.net/Thread-Help-needed-to-build-a-lookup-tables</link>
			<pubDate>Mon, 14 Aug 2023 22:45:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=579">z3bra</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Help-needed-to-build-a-lookup-tables</guid>
			<description><![CDATA[Hey everyone, I need an Argon2id hash lookup table for a project I'm working on.<br />
The thing is, I need <a href="https://pub.z3bra.org/hashcrush/goal.html" target="_blank" rel="noopener" class="mycode_url">A LOT</a> of them (the final final must be around 2/3Gib).<br />
<br />
I did the math, that's ~20,000,000 hashes. Considering that my computer is old, and argon2id was literally made for this to be slow, it would take me more than 2 months computing hashes 24/7 to get this up. And I can't run my computer 24/7…<br />
<br />
So I need you help, fellow CPU burners :)<br />
<br />
If you would like to help me out, <a href="https://git.z3bra.org/hashcrush" target="_blank" rel="noopener" class="mycode_url">grab the code</a> and join the hash party !<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone git://git.z3bra.org/hashcrush.git</code></div></div><br />
All you need to do (if you trust me, otherwise you can read all the code, it's not much) is run the following command (you can try with a low COUNT to see if it works):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>make -j &#36;(nproc) COUNT=500000</code></div></div><br />
This will top all your CPU cores at 100%, so only run it if you're ok with that. If you want to limit it to less cores with: (X being the number of cores)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>make -j X NPROC=X</code></div></div><br />
When it's done running, please submit your "<span style="font-weight: bold;" class="mycode_b">hashes.rec</span>" file to <a href="https://up.qw.is" target="_blank" rel="noopener" class="mycode_url">https://up.qw.is</a>. The extension name is important as I archive all .rec files somewhere else (so you can use low retention times).<br />
<br />
Thanks a lot for your help, you're all legends !]]></description>
			<content:encoded><![CDATA[Hey everyone, I need an Argon2id hash lookup table for a project I'm working on.<br />
The thing is, I need <a href="https://pub.z3bra.org/hashcrush/goal.html" target="_blank" rel="noopener" class="mycode_url">A LOT</a> of them (the final final must be around 2/3Gib).<br />
<br />
I did the math, that's ~20,000,000 hashes. Considering that my computer is old, and argon2id was literally made for this to be slow, it would take me more than 2 months computing hashes 24/7 to get this up. And I can't run my computer 24/7…<br />
<br />
So I need you help, fellow CPU burners :)<br />
<br />
If you would like to help me out, <a href="https://git.z3bra.org/hashcrush" target="_blank" rel="noopener" class="mycode_url">grab the code</a> and join the hash party !<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>git clone git://git.z3bra.org/hashcrush.git</code></div></div><br />
All you need to do (if you trust me, otherwise you can read all the code, it's not much) is run the following command (you can try with a low COUNT to see if it works):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>make -j &#36;(nproc) COUNT=500000</code></div></div><br />
This will top all your CPU cores at 100%, so only run it if you're ok with that. If you want to limit it to less cores with: (X being the number of cores)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>make -j X NPROC=X</code></div></div><br />
When it's done running, please submit your "<span style="font-weight: bold;" class="mycode_b">hashes.rec</span>" file to <a href="https://up.qw.is" target="_blank" rel="noopener" class="mycode_url">https://up.qw.is</a>. The extension name is important as I archive all .rec files somewhere else (so you can use low retention times).<br />
<br />
Thanks a lot for your help, you're all legends !]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What's everyone's daily driver device?]]></title>
			<link>https://nixers.net/Thread-What-s-everyone-s-daily-driver-device</link>
			<pubDate>Tue, 08 Aug 2023 05:48:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2457">x0ba</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-What-s-everyone-s-daily-driver-device</guid>
			<description><![CDATA[Could be anything, from a laptop, to a desktop, to a tablet. I personally daily drive a MacBook Air M1.]]></description>
			<content:encoded><![CDATA[Could be anything, from a laptop, to a desktop, to a tablet. I personally daily drive a MacBook Air M1.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RIP, Bram Moolenaar]]></title>
			<link>https://nixers.net/Thread-RIP-Bram-Moolenaar</link>
			<pubDate>Tue, 08 Aug 2023 03:44:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1973">ckester</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-RIP-Bram-Moolenaar</guid>
			<description><![CDATA[<a href="https://news.itsfoss.com/vim-creator-passed-away/" target="_blank" rel="noopener" class="mycode_url">https://news.itsfoss.com/vim-creator-passed-away/</a><br />
<br />
I'd noticed that updates to vim's git repository has recently been more sporadic than usual.  Now I know why and I'm even sadder.]]></description>
			<content:encoded><![CDATA[<a href="https://news.itsfoss.com/vim-creator-passed-away/" target="_blank" rel="noopener" class="mycode_url">https://news.itsfoss.com/vim-creator-passed-away/</a><br />
<br />
I'd noticed that updates to vim's git repository has recently been more sporadic than usual.  Now I know why and I'm even sadder.]]></content:encoded>
		</item>
	</channel>
</rss>