<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: 0des</title><link>https://news.ycombinator.com/user?id=0des</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 06:10:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=0des" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 0des in "Bun: Fast JavaScript runtime, transpiler, and NPM client written in Zig"]]></title><description><![CDATA[
<p>someone demonstrated a while back how based on user agent you could serve innocuous code for a browser checking the code first, and then a different malicious payload for curl.<p>thanks to dementiapatien below for the link <a href="https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/" rel="nofollow">https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-b...</a></p>
]]></description><pubDate>Tue, 05 Jul 2022 21:19:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=31993842</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31993842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31993842</guid></item><item><title><![CDATA[New comment by 0des in "Daniel J. Bernstein"]]></title><description><![CDATA[
<p>> djb2<p>> this algorithm (k=33) was first reported by dan bernstein many years ago in comp.lang.c. another version of this algorithm (now favored by bernstein) uses xor: hash(i) = hash(i - 1) * 33 ^ str[i]; the magic of number 33 (why it works better than many other constants, prime or not) has never been adequately explained.<p><pre><code>    unsigned long
    hash(unsigned char *str)
    {
        unsigned long hash = 5381;
        int c;

        while (c = *str++)
            hash = ((hash << 5) + hash) + c; /* hash * 33 + c */

        return hash;
    }
</code></pre>
source: <a href="http://www.cse.yorku.ca/~oz/hash.html" rel="nofollow">http://www.cse.yorku.ca/~oz/hash.html</a></p>
]]></description><pubDate>Tue, 05 Jul 2022 20:59:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=31993621</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31993621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31993621</guid></item><item><title><![CDATA[New comment by 0des in "PulseAudio and Systemd Creator, Lennart Poettering, Reportedly Leaves Red Hat"]]></title><description><![CDATA[
<p>sysvinit did nothing wrong.</p>
]]></description><pubDate>Tue, 05 Jul 2022 20:46:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=31993480</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31993480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31993480</guid></item><item><title><![CDATA[New comment by 0des in "Billion-record stolen Chinese database for sale on breach forum"]]></title><description><![CDATA[
<p>Good lookin out, thanks for the link</p>
]]></description><pubDate>Tue, 05 Jul 2022 20:32:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=31993316</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31993316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31993316</guid></item><item><title><![CDATA[New comment by 0des in "The Swerve"]]></title><description><![CDATA[
<p>> “Long before we go over the cliff, we’ll have figured out how to put wings on this bus.”<p>Sounds like something a PM would say in a roundabout fashion</p>
]]></description><pubDate>Tue, 05 Jul 2022 20:17:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=31993154</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31993154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31993154</guid></item><item><title><![CDATA[Daniel J. Bernstein]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Daniel_J._Bernstein">https://en.wikipedia.org/wiki/Daniel_J._Bernstein</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31991957">https://news.ycombinator.com/item?id=31991957</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 05 Jul 2022 18:32:57 +0000</pubDate><link>https://en.wikipedia.org/wiki/Daniel_J._Bernstein</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31991957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31991957</guid></item><item><title><![CDATA[Fast Syndrome-Based Hash]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Fast_syndrome-based_hash">https://en.wikipedia.org/wiki/Fast_syndrome-based_hash</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31991952">https://news.ycombinator.com/item?id=31991952</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 Jul 2022 18:32:39 +0000</pubDate><link>https://en.wikipedia.org/wiki/Fast_syndrome-based_hash</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31991952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31991952</guid></item><item><title><![CDATA[New comment by 0des in "Robotic surgery turns surgical trainees into spectators"]]></title><description><![CDATA[
<p>barber chirurgeons</p>
]]></description><pubDate>Tue, 05 Jul 2022 18:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=31991574</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31991574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31991574</guid></item><item><title><![CDATA[New comment by 0des in "NIST announces first PQC algoritms to be standardized"]]></title><description><![CDATA[
<p>should really be higher up.</p>
]]></description><pubDate>Tue, 05 Jul 2022 17:59:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=31991560</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31991560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31991560</guid></item><item><title><![CDATA[New comment by 0des in "Experience: I was in a Scientology jazz band (2021)"]]></title><description><![CDATA[
<p>How disappointing</p>
]]></description><pubDate>Tue, 05 Jul 2022 14:57:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=31988976</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31988976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31988976</guid></item><item><title><![CDATA[New comment by 0des in "My quest for the perfect window manager (2004)"]]></title><description><![CDATA[
<p>welcome to plan9, there is cake and napalm at the table by the door.</p>
]]></description><pubDate>Tue, 05 Jul 2022 14:53:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=31988922</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31988922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31988922</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: How to sell an open-source software company?"]]></title><description><![CDATA[
<p>When a service is being shopped around to prospective new owners, eventually user data leaves the custody of those I originally entrusted it to. I'm voicing my opinion on signals that indicate to me it is time to go, and that to me, this is one of those signals</p>
]]></description><pubDate>Tue, 05 Jul 2022 14:45:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=31988822</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31988822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31988822</guid></item><item><title><![CDATA[New comment by 0des in "Full-office tech jobs pay 1.9x less than full-remote"]]></title><description><![CDATA[
<p>I think it's more likely that a job with full-remote is more "with the times" and more likely to pay a commensurate wage than the legacy corps that require butts in desks to do Teams meetings all day.</p>
]]></description><pubDate>Tue, 05 Jul 2022 14:43:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=31988800</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31988800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31988800</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: How to sell an open-source software company?"]]></title><description><![CDATA[
<p>If I knew a service or company I used were doing this, I'd take what data I can and delete my account. Good things rarely happen in a transition. I'm not saying it's right, I'm just saying what me, the user, has been trained to do for my safety.</p>
]]></description><pubDate>Tue, 05 Jul 2022 12:46:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=31987560</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31987560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31987560</guid></item><item><title><![CDATA[New comment by 0des in "My quest for the perfect window manager (2004)"]]></title><description><![CDATA[
<p>The older I get, the more I get the urge to return to monke, and just use tmux. Maybe on friday I go all out and boot up a GUI with some type of nifty nature wallpapers showing through my terminals.<p>FVWM is completely legit as well, albeit a little heavy when compared to TWM or my favorite Rio, with Acme of course. Heavy is relative in this sense, I've run FVWM on reprogrammed childrens toys with the processing power of a warm potato.</p>
]]></description><pubDate>Tue, 05 Jul 2022 03:25:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=31983983</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31983983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31983983</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: I want a modern 2-way pager with clamshell keyboard. Does this exist?"]]></title><description><![CDATA[
<p>If you don't mind me asking, what models are these pagers and what service is it through? I looked for a few plans and only found a single company that seemed to remain active. They offered prepaid plans for up to two years.</p>
]]></description><pubDate>Tue, 05 Jul 2022 03:20:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31983958</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31983958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31983958</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: What are good Raspberry Pi alternatives that are in stock?"]]></title><description><![CDATA[
<p>Thanks for the response. I'm not getting my hopes up but I am optimistic that surely someone has tried to enter this niche form factor solely given to how well it sells for the pi folks.</p>
]]></description><pubDate>Tue, 05 Jul 2022 03:19:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=31983952</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31983952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31983952</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: What are good Raspberry Pi alternatives that are in stock?"]]></title><description><![CDATA[
<p>Thanks, I'll pick one up. Hopefully that have a pi-zero competitive model as well. I'm hoping to prototype something that I want to fit in a pocket</p>
]]></description><pubDate>Mon, 04 Jul 2022 01:33:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=31972594</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31972594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31972594</guid></item><item><title><![CDATA[New comment by 0des in "Ask HN: I want a modern 2-way pager with clamshell keyboard. Does this exist?"]]></title><description><![CDATA[
<p>Thank you, I found your contact info and will reach out soon.<p>I came up with some ideas to put together something resembling option 2. My main focus is not having the ability to accept a phone call or voicemail, or rich media; privacy is a plus, but to be honest that was not my motivation. The desire for modern customary encryption mentioned in the post above was because iirc the old pager networks were more easily snooped than modern SMS. As long as the experience is compatible with an on par with SMS, I'm happy.<p>If I had a magic wand: ideally, this would operate just like a dumb phone, but without the ability to make calls, take pictures, browse the net, anything of that sort. I just want to activate the display, see a list of SMS messages or contacts, and respond to them. Wifi interfaces and all that would diminish the experience for me.<p>I'm thinking if I wanted to put this together for fun, it'd be most likely to happen in a pocket size (hopefully without JNCO jeans) by using a small raspberry pi, small e-ink module, some type of mobile radio like an LTE shield w/ sim if that exists, and maybe for the first iteration a chopped up tiny keyboard. Slap it all together between a few layers of acrylic and it could work.<p>Alas, currently blocked and limited to pen and paper by the lack of raspberry pi stock available.</p>
]]></description><pubDate>Sun, 03 Jul 2022 23:16:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=31971833</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31971833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31971833</guid></item><item><title><![CDATA[Ask HN: What are good Raspberry Pi alternatives that are in stock?]]></title><description><![CDATA[
<p>Can't find any raspberry pi zero w's in stock, or any normal pi's for that matter. Looking for similar or compatible alternatives for a small low power toy project. Any ideas?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31971744">https://news.ycombinator.com/item?id=31971744</a></p>
<p>Points: 7</p>
<p># Comments: 9</p>
]]></description><pubDate>Sun, 03 Jul 2022 23:01:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=31971744</link><dc:creator>0des</dc:creator><comments>https://news.ycombinator.com/item?id=31971744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31971744</guid></item></channel></rss>