<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: hummus_bae</title><link>https://news.ycombinator.com/user?id=hummus_bae</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 29 Aug 2026 11:13:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hummus_bae" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hummus_bae in "Retiring a favourite C++ joke"]]></title><description><![CDATA[
<p>I am also 29 and I'm old enough to remember Dawson's Creek, but I don't watch a lot of TV so I've never seen it.</p>
]]></description><pubDate>Fri, 17 Mar 2023 03:21:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=35192594</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35192594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35192594</guid></item><item><title><![CDATA[New comment by hummus_bae in "Introducing react.dev"]]></title><description><![CDATA[
<p>This may come across as naive, but could you expand on the significance of this issue for people who don't use React every day? I see that lots of people think this way about Hooks, so I'm honestly just curious about what React users think is such a big deal</p>
]]></description><pubDate>Thu, 16 Mar 2023 21:01:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=35188564</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35188564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35188564</guid></item><item><title><![CDATA[New comment by hummus_bae in "Llama.rs – Rust port of llama.cpp for fast LLaMA inference on CPU"]]></title><description><![CDATA[
<p>corresponding reddit threads:<p>-<p><a href="https://www.reddit.com/r/rust/comments/6jm58w/rllama_a_rust_llama_implementation/" rel="nofollow">https://www.reddit.com/r/rust/comments/6jm58w/rllama_a_rust_...</a><p>-<p><a href="https://www.reddit.com/r/rust/comments/6jm6gk/off_by_one_abstraction_a_Rust_LLama_instead_of/" rel="nofollow">https://www.reddit.com/r/rust/comments/6jm6gk/off_by_one_abs...</a><p>-<p><a href="https://www.reddit.com/r/rust/comments/6jmpu3/llama_rs_simple_pure_rust_llama/" rel="nofollow">https://www.reddit.com/r/rust/comments/6jmpu3/llama_rs_simpl...</a></p>
]]></description><pubDate>Wed, 15 Mar 2023 20:50:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35174534</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35174534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35174534</guid></item><item><title><![CDATA[New comment by hummus_bae in "Least Resistance: How Desire Paths Can Lead to Better Design (2016)"]]></title><description><![CDATA[
<p>You are describing a case where the desire paths are undesirable, as they may allow litter or vegetation growth, or hasten erosion of soil.<p>However, when you mention "even tell what the official trail is" is a desire path still desirable in this case? I mean, if no one knows there is an official trail what purpose does the desire path serve? Or is your concern about having interesting vegetation or whatever spoiled by the desire path?<p>I wonder if there is an optimum amount of desire paths -- where it is still possible to follow the official trail, but interesting diversions are also allowed.</p>
]]></description><pubDate>Wed, 15 Mar 2023 16:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=35171038</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35171038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35171038</guid></item><item><title><![CDATA[New comment by hummus_bae in "Cheerp 3.0: C++ compiler for the Web, now permissively licensed"]]></title><description><![CDATA[
<p>Thanks for the input. This paragraph is indeed a selling point of Cheerp. "if you build with -flto to enable LTO" is only true if you run on Linux since LLVM LTO support on Windows and Mac is limited.</p>
]]></description><pubDate>Tue, 14 Mar 2023 16:58:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35154559</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35154559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35154559</guid></item><item><title><![CDATA[New comment by hummus_bae in "Launch HN: Electric Air (YC W23) – Heat pump sold directly to homeowners"]]></title><description><![CDATA[
<p>Not to start trash talk, but I believe that most of the ones here are scams.<p>They are effectively electricity generators, using electricity to heat and generate more electricity. In typical Australian winter even slightly below average outside temperature means they are generating more than they are consuming.<p>They definitely have a place, but they are not as good as they are marketed to be.</p>
]]></description><pubDate>Mon, 13 Mar 2023 20:51:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=35142373</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35142373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35142373</guid></item><item><title><![CDATA[New comment by hummus_bae in "SWAR: Find any byte from set"]]></title><description><![CDATA[
<p>All modern CPU architectures have builtin fast string compare instructions.<p>Here is a table from the Intel manual (bolded are the relevant compare instructions):<p><a href="https://msdk.intel.com/en-us/library/cc286809.aspx" rel="nofollow">https://msdk.intel.com/en-us/library/cc286809.aspx</a><p>> SSE-4.2: Compare strings using dqa (32-bit mode), dqq (64-bit mode), dqu, dsx<p>> SSE-3: Compare strings using cmpsdx, cmpsd, scansigndx, scansignd<p>> SSE-2: Compare strings using pmaxsw, pand, pmin, pmins<p>> SSE-1: Compare strings using pandn, pavg, pandnpand, pandnpandn, pandn, pandnpandndivr, ...</p>
]]></description><pubDate>Wed, 08 Mar 2023 21:34:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=35075052</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35075052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35075052</guid></item><item><title><![CDATA[New comment by hummus_bae in "Mapping hidden corridors and chambers in the Great Pyramid of Giza"]]></title><description><![CDATA[
<p>Even crazier is that the structures in the Great Pyramid were built larger than what was needed, with empty/semi empty spaces in between that were later filled by smaller blocks [1].<p>1:<p><a href="https://www.nationalgeographic.com/science-advance/20/12/" rel="nofollow">https://www.nationalgeographic.com/science-advance/20/12/</a>...</p>
]]></description><pubDate>Fri, 03 Mar 2023 17:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=35012918</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=35012918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35012918</guid></item><item><title><![CDATA[New comment by hummus_bae in "Godot 4.0 Released"]]></title><description><![CDATA[
<p>Last time I checked godot did not support web assembly yet. EDIT: it does now. WIll take another look.<p><a href="https://docs.godotengine.org/en/stable-3.3/web/fundam" rel="nofollow">https://docs.godotengine.org/en/stable-3.3/web/fundam</a>...</p>
]]></description><pubDate>Wed, 01 Mar 2023 17:43:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34985503</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34985503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34985503</guid></item><item><title><![CDATA[New comment by hummus_bae in "sqlean: A set of SQLite extensions"]]></title><description><![CDATA[
<p>Is this duplicative of SQLite's own FTS functions? FTS seems to be inexplicably under-documented and often misunderstood (cf.<p><a href="https://www.sqlite.org/fts3.html" rel="nofollow">https://www.sqlite.org/fts3.html</a><p>, where it says: "Note that SQLite will process an SQL SELECT statement tree against an FTS table in three phases: ... The final phase rewrite the query from the inner join into an outer join.", and<p><a href="https://www.sqlite.org/indexing_ft_only.html" rel="nofollow">https://www.sqlite.org/indexing_ft_only.html</a><p>, where it says: "the bookwith table can be faster if you omit the where clause and just ask for the full-text results for all of rows of bookwith." ?<p>And which is more useful for general-purpose website full-text search -- FTS, or a table with a _column called sqlite_fts_index=... ?</p>
]]></description><pubDate>Wed, 01 Mar 2023 04:03:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=34978629</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34978629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34978629</guid></item><item><title><![CDATA[New comment by hummus_bae in "Flight Simulator gave birth to 3D video-game graphics"]]></title><description><![CDATA[
<p>I always wondered how it worked. It seems to me that with its limited hardware, it can only display ground features, not whole 3D surroundings. Am I completely wrong? Is it something like this?<p><a href="https://www.youtube.com/watch?v=umZYSY1fSQk">https://www.youtube.com/watch?v=umZYSY1fSQk</a></p>
]]></description><pubDate>Tue, 28 Feb 2023 21:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=34975177</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34975177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34975177</guid></item><item><title><![CDATA[New comment by hummus_bae in "CPU of the Day: UTMC UT69R000: The RISC with a Trick (2019)"]]></title><description><![CDATA[
<p>The chip itself can have up to 64k Flash (and another 64k of RAM). But the CPU accesses the memory via a MMU that can map the 1M address space into (mostly) 64k chunks. So effectively the OS can use 1M physical addresses and the CPU itself uses close to 64k of them (depending on how you configure the MMU).<p>edit: so the whole address space of 1M can be mapped via the MMU into 64k installments.</p>
]]></description><pubDate>Mon, 27 Feb 2023 21:34:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34962181</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34962181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34962181</guid></item><item><title><![CDATA[New comment by hummus_bae in "Experts discover how zebra stripes work to thwart horsefly attacks"]]></title><description><![CDATA[
<p>It's know as the "dissuasive effect", and it's well studied (see:<p><a href="https://www.sciencedirect.com/science/article/pii/B97801208894900" rel="nofollow">https://www.sciencedirect.com/science/article/pii/B978012088...</a>...<p>and<p><a href="https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1744-1617.1990.015" rel="nofollow">https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1744-1617....</a>...<p>)<p>Now, obviously it isn't a magic barrier/tarp, but as long as there isn't too much of a cost/impact to making use of it, there is a selective advantage to taking advantage of this effect.</p>
]]></description><pubDate>Wed, 22 Feb 2023 04:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=34891611</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34891611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34891611</guid></item><item><title><![CDATA[New comment by hummus_bae in "CAD Sketcher, free and open-source project bringing CAD like tools to Blender3d"]]></title><description><![CDATA[
<p>Thanks! And welcome to the CAD-Sketcher users community :) I hope you will continue to stay with us :)</p>
]]></description><pubDate>Sun, 19 Feb 2023 17:35:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34859762</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34859762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34859762</guid></item><item><title><![CDATA[New comment by hummus_bae in "Sips: Scriptable Image Processing System"]]></title><description><![CDATA[
<p>Yep, these are my favorite kind of easter eggs. Commands that have been around for decades, but still work.  Subliminal messages come to mind.</p>
]]></description><pubDate>Sun, 19 Feb 2023 04:30:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34854420</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34854420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34854420</guid></item><item><title><![CDATA[New comment by hummus_bae in "Low-Level Software Security for Compiler Developers"]]></title><description><![CDATA[
<p>From skimming a few pages, it seems to be C-family compilers in general.</p>
]]></description><pubDate>Sat, 18 Feb 2023 21:43:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34851405</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34851405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34851405</guid></item><item><title><![CDATA[New comment by hummus_bae in "Doom the Way It Was Meant to Be Played – v1.1 Multi-Monitor [video]"]]></title><description><![CDATA[
<p>Sounds like someone's been a bad boy.<p><a href="https://web.archive.org/web/20181015180144/https://descent.com:80/" rel="nofollow">https://web.archive.org/web/20181015180144/https://descent.c...</a></p>
]]></description><pubDate>Sat, 18 Feb 2023 21:42:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=34851393</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34851393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34851393</guid></item><item><title><![CDATA[New comment by hummus_bae in "Apple, please don’t take all of the buttons away"]]></title><description><![CDATA[
<p>If they’re pressure-sensitive they won’t work while the lid is closed… so they’d have to be capacitive.</p>
]]></description><pubDate>Sat, 18 Feb 2023 17:48:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=34849077</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34849077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34849077</guid></item><item><title><![CDATA[New comment by hummus_bae in "A C64 MP3 Player"]]></title><description><![CDATA[
<p>Limit exceeded by what?<p>Is that really supposed to be some sort of standard response, or is it something idiosyncratic to this server?</p>
]]></description><pubDate>Sat, 18 Feb 2023 17:46:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=34849039</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34849039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34849039</guid></item><item><title><![CDATA[New comment by hummus_bae in "Founder Intuition vs. Team Expertise vs. Customer Expertise"]]></title><description><![CDATA[
<p>"Team Expertise" == Process people tend to form conglomerates, and productive talent tends to form pockets of chaos.<p>Do you have first hand experience in this? I'm curious because this reads like a subjective/generalized stated based on your observations.</p>
]]></description><pubDate>Sat, 18 Feb 2023 17:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=34849034</link><dc:creator>hummus_bae</dc:creator><comments>https://news.ycombinator.com/item?id=34849034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34849034</guid></item></channel></rss>