<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: mulle_nat</title><link>https://news.ycombinator.com/user?id=mulle_nat</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 20 Aug 2026 02:14:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mulle_nat" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mulle_nat in "Creatine raises brain energy levels and slows cognitive decline: study"]]></title><description><![CDATA[
<p>I wasn't while cycling, it was when resting or at night sleeping. Could have been dehydration related, but i usually drink a LOT during and afterwards.</p>
]]></description><pubDate>Mon, 01 Jun 2026 14:33:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48357388</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=48357388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48357388</guid></item><item><title><![CDATA[New comment by mulle_nat in "Creatine raises brain energy levels and slows cognitive decline: study"]]></title><description><![CDATA[
<p>No sure about brain harm. But I used creatine for a few months and I got cramps in an intensity like I never experienced before. 
I then decided it was not worth it for a few watts of cycling FTP increase. So I would not consider it harmless for everbody, but this sideeffect seems pretty rare.</p>
]]></description><pubDate>Sun, 31 May 2026 20:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48349381</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=48349381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48349381</guid></item><item><title><![CDATA[New comment by mulle_nat in "Zmij: Faster floating point double-to-string conversion"]]></title><description><![CDATA[
<p>Nice, but it's too late  I needed a different API for future use in my custom sprintf so I made mulle-dtostr (<a href="https://github.com/mulle-core/mulle-dtostr" rel="nofollow">https://github.com/mulle-core/mulle-dtostr</a>). On my machine (AMD) that benchmarked in a quick try quite a bit faster even, but I was just checking that it didn't regress too badly and didn't look at it closer.</p>
]]></description><pubDate>Thu, 18 Dec 2025 10:33:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46311031</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=46311031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46311031</guid></item><item><title><![CDATA[New comment by mulle_nat in "Zmij: Faster floating point double-to-string conversion"]]></title><description><![CDATA[
<p>Thank you for the code. I could port this easily to C and it solved a lot of portability issues for me.</p>
]]></description><pubDate>Wed, 17 Dec 2025 23:13:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46306922</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=46306922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46306922</guid></item><item><title><![CDATA[New comment by mulle_nat in "Landlock-Ing Linux"]]></title><description><![CDATA[
<p>I use this and have no problems with it: <a href="https://github.com/marty1885/landlock-unveil" rel="nofollow">https://github.com/marty1885/landlock-unveil</a></p>
]]></description><pubDate>Sun, 30 Nov 2025 00:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46092450</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=46092450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46092450</guid></item><item><title><![CDATA[New comment by mulle_nat in "Solar panels + cold = A potential problem"]]></title><description><![CDATA[
<p>Can anyone comment on the "You can exceed the amperage specs" ? I made myself a little case study using 4x1W panels and using them in series and parallel. I got the distinct impression that running panels in parallel is better in not so bright conditions compared to a single panel. Whereas a serial configuration made it worse. Since the sun doesn't shine here that much. Running in parallel seems to be preferable, but it would slightly exceed the amperage spec of a few converter i sampled.</p>
]]></description><pubDate>Sun, 28 Sep 2025 19:02:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406923</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=45406923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406923</guid></item><item><title><![CDATA[New comment by mulle_nat in "Continuous Glucose Monitoring"]]></title><description><![CDATA[
<p>People should get on the bike and start cycling for real (like burn 200W an hour). Their perception of glucose will flip 100%. Suddenly glucose is like the fuel to your body, that you can't cram enough into. Which means white bread in the morning, croissants (and coca cola with sugar) will be your friends. Quite frankly a much better lifestyle.</p>
]]></description><pubDate>Mon, 30 Jun 2025 08:31:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44420841</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=44420841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44420841</guid></item><item><title><![CDATA[New comment by mulle_nat in "Landrun: Sandbox any Linux process using Landlock, no root or containers"]]></title><description><![CDATA[
<p>I have been using <a href="https://github.com/marty1885/landlock-unveil" rel="nofollow">https://github.com/marty1885/landlock-unveil</a> on Linux for about two years now on my stock Ubuntu kernel. I am not sure, why this hasn't become more popular. It's also rootless sandboxing (and it does `unveil` like OpenBSD I guess). I use it to confine builds of third party software with success.</p>
]]></description><pubDate>Sat, 22 Mar 2025 20:14:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43448290</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=43448290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43448290</guid></item><item><title><![CDATA[New comment by mulle_nat in "I still like Sublime Text in 2025"]]></title><description><![CDATA[
<p>Frankly yes, though I still prefer text editing in Sublime Text.</p>
]]></description><pubDate>Wed, 29 Jan 2025 09:32:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42863141</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42863141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42863141</guid></item><item><title><![CDATA[New comment by mulle_nat in "Show HN: Rain hashes – well designed, simple and fast variable sized hashes"]]></title><description><![CDATA[
<p>Actually I already did, a few years ago: <a href="https://news.ycombinator.com/item?id=13030568">https://news.ycombinator.com/item?id=13030568</a></p>
]]></description><pubDate>Sun, 15 Dec 2024 18:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42424935</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42424935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42424935</guid></item><item><title><![CDATA[New comment by mulle_nat in "Show HN: Rain hashes – well designed, simple and fast variable sized hashes"]]></title><description><![CDATA[
<p>Thanks for the umash tip.</p>
]]></description><pubDate>Sat, 14 Dec 2024 09:59:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42415917</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42415917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42415917</guid></item><item><title><![CDATA[New comment by mulle_nat in "Show HN: Rain hashes – well designed, simple and fast variable sized hashes"]]></title><description><![CDATA[
<p>Cool. I forgot to mention, that I am truncating the hash down to 32 bits to hopefully generate tighter CPU instructions. At these few bits, collisions are still rare enough, but they are a concern.<p>Now my understanding of the choice of prime is that, you are "weighing" the input bits and the computed bits, that will form the hash. So in case of identifiers its very likely that bit 7 of the input is always 0 and say maybe bit 4 is statistically more likely to be 1 by some margin. The other input bits would have some entropy as well. I would expect that certain (imperfect) primes would then aid me to get a better use of the 32 bit space and therefore less risk of a collision for my Objective-C runtime.<p>You can check out the project here: <a href="https://github.com/mulle-objc">https://github.com/mulle-objc</a>.</p>
]]></description><pubDate>Sat, 14 Dec 2024 09:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=42415905</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42415905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42415905</guid></item><item><title><![CDATA[New comment by mulle_nat in "Show HN: Rain hashes – well designed, simple and fast variable sized hashes"]]></title><description><![CDATA[
<p>I am using fnv-1a to hash Objective-C method selectors, which are generally just identifier characters and zero or multiple ':'. At the time of my research, fnv-1a had the least collisions over my set of "real life" selectors. I think, it could be worthwhile some time, to try out other constants for maybe even less collisions. Is your list of good primes available ? (And maybe also those that are not quite perfect)</p>
]]></description><pubDate>Fri, 13 Dec 2024 17:37:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42410574</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42410574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42410574</guid></item><item><title><![CDATA[New comment by mulle_nat in "Biggest shell programs"]]></title><description><![CDATA[
<p>I think for sports, I could wrap all the various mulle-sde and mulle-bashfunction files back into one and make it > 100K lines. It wouldn't even be cheating, because it naturally fractalized into multiple sub-projects with sub-components from a monolithic script over time.</p>
]]></description><pubDate>Sat, 07 Dec 2024 02:09:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42346668</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42346668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42346668</guid></item><item><title><![CDATA[New comment by mulle_nat in "Launch HN: Codebuff (YC F24) – CLI tool that writes code for you"]]></title><description><![CDATA[
<p>I tried it on two of my git repositories, just to see, if it could do a decent commit summary. I was very pleasantly surprised with the good result.
I was unpleasantly surprised, that this already cost me 175 credits. If I extrapolate this over my ~100 repositories, that would already put me at 8750, just to let it write a commit message for release day. That is way out of free range and basically would eat up most of the $99 I would have to spend as well. My subscription price for cody is $8 for a month. Pricing seems just way off.</p>
]]></description><pubDate>Fri, 08 Nov 2024 14:03:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42086925</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=42086925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42086925</guid></item><item><title><![CDATA[New comment by mulle_nat in "What was the point of [ "x$var" = "xval" ]? (2021)"]]></title><description><![CDATA[
<p>When I benchmarked it, I saw no difference between [ and [[ when using bash, so I assume [ is handled (now) by the shell as well.<p>The syntax inside [[ is different though.</p>
]]></description><pubDate>Sat, 28 Sep 2024 21:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41683210</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=41683210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41683210</guid></item><item><title><![CDATA[All-in-one polychromatic LEDs replace RGB for sharper screens]]></title><description><![CDATA[
<p>Article URL: <a href="https://newatlas.com/electronics/q-pixel-microled-display/">https://newatlas.com/electronics/q-pixel-microled-display/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40754647">https://news.ycombinator.com/item?id=40754647</a></p>
<p>Points: 12</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 21 Jun 2024 22:49:24 +0000</pubDate><link>https://newatlas.com/electronics/q-pixel-microled-display/</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=40754647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40754647</guid></item><item><title><![CDATA[New comment by mulle_nat in "What do we want computers to do?"]]></title><description><![CDATA[
<p>Leave me out of it, I have other plans :)</p>
]]></description><pubDate>Wed, 12 Jun 2024 20:31:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=40662765</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=40662765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40662765</guid></item><item><title><![CDATA[New comment by mulle_nat in "What do we want computers to do?"]]></title><description><![CDATA[
<p>Who is "we" ?</p>
]]></description><pubDate>Wed, 12 Jun 2024 20:21:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40662642</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=40662642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40662642</guid></item><item><title><![CDATA[New comment by mulle_nat in "An Interview with Lola De La Mata about tinnitus"]]></title><description><![CDATA[
<p>I would assume this is completely standard. The ear doctor I went to, and that guy was noone "fancy", did this and that must have been more then 10 years ago.</p>
]]></description><pubDate>Thu, 06 Jun 2024 22:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=40603087</link><dc:creator>mulle_nat</dc:creator><comments>https://news.ycombinator.com/item?id=40603087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40603087</guid></item></channel></rss>