<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: molenzwiebel</title><link>https://news.ycombinator.com/user?id=molenzwiebel</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 09:29:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=molenzwiebel" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Which Font Makes the Best I-Beam? [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=azDaPm13CT8">https://www.youtube.com/watch?v=azDaPm13CT8</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43839437">https://news.ycombinator.com/item?id=43839437</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 29 Apr 2025 23:46:35 +0000</pubDate><link>https://www.youtube.com/watch?v=azDaPm13CT8</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=43839437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43839437</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Making my debug build run 100x faster so that it is finally usable"]]></title><description><![CDATA[
<p>For this use-case, you can squeeze out even more performance by using the SHA-1 implementation in Intel ISA-L Crypto [1]. The SHA-1 implementation there allows for multi-buffer hashes, giving you the ability to calculate the hashes for multiple chunks in parallel on a single core. Given that that is basically your usecase, it might be worth considering. I doubt it'll provide much speedup if you're already I/O bound here though.<p>[1]: <a href="https://github.com/intel/isa-l_crypto">https://github.com/intel/isa-l_crypto</a></p>
]]></description><pubDate>Tue, 18 Feb 2025 19:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43094131</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=43094131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43094131</guid></item><item><title><![CDATA[New comment by molenzwiebel in "A day in the life of a prolific voice phishing crew"]]></title><description><![CDATA[
<p>Previously, Ray Wenderlich.</p>
]]></description><pubDate>Thu, 09 Jan 2025 01:41:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42640675</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=42640675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42640675</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Making CRC calculations in Mojo 18x faster than Python and 3x slower than Python"]]></title><description><![CDATA[
<p>For those that thought the process of speeding up CRC was interesting, I strongly recommend reading [1]. It describes a step by step process on how a naive CRC implementation might be improved, until finally arriving at an implementation in assembly with a staggering throughput of 62 processed bits (almost 8 bytes) per CPU cycle. Yes, you read that right.<p>[1]: <a href="https://github.com/komrad36/CRC">https://github.com/komrad36/CRC</a></p>
]]></description><pubDate>Sun, 06 Oct 2024 12:40:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41756734</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=41756734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41756734</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Getting price-gouged by private equity in the UK's happiest resort (2023)"]]></title><description><![CDATA[
<p>(2023)</p>
]]></description><pubDate>Tue, 03 Sep 2024 10:44:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=41433448</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=41433448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41433448</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Homegrown Rendering with Rust (2021)"]]></title><description><![CDATA[
<p>Their Rust game is currently in closed alpha: <a href="https://wim.live/en/" rel="nofollow">https://wim.live/en/</a>.<p>Last time I tried it, they were working on integrating wasm support for user-accessible custom scriptable scenarios (a la Roblox).</p>
]]></description><pubDate>Mon, 24 Jun 2024 16:16:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40777877</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=40777877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40777877</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Bend: a high-level language that runs on GPUs (via HVM2)"]]></title><description><![CDATA[
<p>If compiled with -O3 on clang, the loop is entirely optimized out: <a href="https://godbolt.org/z/M1rMY6qM9" rel="nofollow">https://godbolt.org/z/M1rMY6qM9</a>. Probably not the fairest comparison.</p>
]]></description><pubDate>Fri, 17 May 2024 18:03:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40392577</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=40392577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40392577</guid></item><item><title><![CDATA[Geoff Chappell has died]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/travisgoodspeed/status/1698715249593958560">https://twitter.com/travisgoodspeed/status/1698715249593958560</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37384911">https://news.ycombinator.com/item?id=37384911</a></p>
<p>Points: 61</p>
<p># Comments: 9</p>
]]></description><pubDate>Mon, 04 Sep 2023 20:48:27 +0000</pubDate><link>https://twitter.com/travisgoodspeed/status/1698715249593958560</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37384911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37384911</guid></item><item><title><![CDATA[New comment by molenzwiebel in "A half-hour to learn Rust (2020)"]]></title><description><![CDATA[
<p>(2020)</p>
]]></description><pubDate>Wed, 23 Aug 2023 15:27:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37237570</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37237570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37237570</guid></item><item><title><![CDATA[New comment by molenzwiebel in "The crash of Air France flight 447 (2021)"]]></title><description><![CDATA[
<p>Time and time again we learn that people do stupid things under stress. Consider Transair flight 810 [1], in which a simple engine failure during takeoff results in a complete loss of the aircraft when both pilots mistakenly identify the _wrong_ engine as malfunctioning, despite identifying the failure correctly only minutes earlier. OP has an article on that crash too, actually [2].<p>[1]: <a href="https://en.wikipedia.org/wiki/Transair_Flight_810" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Transair_Flight_810</a>
[2]: <a href="https://admiralcloudberg.medium.com/dark-waters-of-self-delusion-the-crash-of-transair-flight-810-a4eeb033bc00" rel="nofollow noreferrer">https://admiralcloudberg.medium.com/dark-waters-of-self-delu...</a></p>
]]></description><pubDate>Fri, 11 Aug 2023 16:29:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=37090571</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37090571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37090571</guid></item><item><title><![CDATA[New comment by molenzwiebel in "The crash of Air France flight 447 (2021)"]]></title><description><![CDATA[
<p>OP also has an article on Helios 522, for those interested: <a href="https://admiralcloudberg.medium.com/lost-souls-of-grammatiko-the-crash-of-helios-airways-flight-522-ccf333b407a" rel="nofollow noreferrer">https://admiralcloudberg.medium.com/lost-souls-of-grammatiko...</a></p>
]]></description><pubDate>Fri, 11 Aug 2023 16:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=37090356</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37090356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37090356</guid></item><item><title><![CDATA[New comment by molenzwiebel in "The crash of Air France flight 447 (2021)"]]></title><description><![CDATA[
<p>The same author as the  OP also has a great article on Helios 522: <a href="https://admiralcloudberg.medium.com/lost-souls-of-grammatiko-the-crash-of-helios-airways-flight-522-ccf333b407a" rel="nofollow noreferrer">https://admiralcloudberg.medium.com/lost-souls-of-grammatiko...</a></p>
]]></description><pubDate>Fri, 11 Aug 2023 15:58:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=37090176</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37090176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37090176</guid></item><item><title><![CDATA[New comment by molenzwiebel in "The crash of Air France flight 447 (2021)"]]></title><description><![CDATA[
<p>If you liked this article, definitely consider checking out other articles written by Kyra (Admiral_Cloudberg). She has done a ton of articles on almost all notable (near)crashes, including their root causes, investigations, and subsequent effects on the airplane industry.<p>For some crashes that have interesting causes (at least from an engineering perspective) beyond "maintenance failed to identify a problem before takeoff" or "pilots fail to identify problem or take wrong actions", I strongly recommend the articles on TWA 800 (1996) [1] and the near-crash of SmartLynx Estonia 9001 (2018) [2]. The first goes into great detail exactly _how_ the FAA discovered the root cause, whereas the second one involves a logic oversight in the flight computers of a modern Airbus plane.<p>[1]: <a href="https://admiralcloudberg.medium.com/memories-of-flame-the-crash-of-twa-flight-800-fecfd651a157" rel="nofollow noreferrer">https://admiralcloudberg.medium.com/memories-of-flame-the-cr...</a>
[2]: <a href="https://admiralcloudberg.medium.com/the-dark-side-of-logic-the-near-crash-of-smartlynx-estonia-flight-9001-68b9f42b1fb2" rel="nofollow noreferrer">https://admiralcloudberg.medium.com/the-dark-side-of-logic-t...</a></p>
]]></description><pubDate>Fri, 11 Aug 2023 15:57:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=37090155</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=37090155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37090155</guid></item><item><title><![CDATA[New comment by molenzwiebel in "How a Zig IDE Could Work"]]></title><description><![CDATA[
<p>Apologies, I accidentally confused matklad with jonas-schievink, a different r-a contributor that recently became a rust project alumni [1]. It seems matklad is still active on r-a.<p>[1]: <a href="https://github.com/rust-lang/team/pull/931">https://github.com/rust-lang/team/pull/931</a></p>
]]></description><pubDate>Mon, 13 Feb 2023 00:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34768751</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=34768751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34768751</guid></item><item><title><![CDATA[New comment by molenzwiebel in "How a Zig IDE Could Work"]]></title><description><![CDATA[
<p>He used to be. He recently left the rust-analyzer and rust compiler development teams to broaden his horizons, and is working full-time on a project that uses Zig now (which no doubt sparked this thought experiment).</p>
]]></description><pubDate>Sat, 11 Feb 2023 00:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=34747966</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=34747966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34747966</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Infinite AI Array"]]></title><description><![CDATA[
<p>This is similar to copilot-import [0] which in turn was based on stack-overflow-import [1]. I'd be interested to see whether ChatGPT/GPT-3 or Codex/Copilot is better at generating function bodies.<p>[0]: <a href="https://github.com/MythicManiac/copilot-import">https://github.com/MythicManiac/copilot-import</a>
[1]:  <a href="https://github.com/drathier/stack-overflow-import">https://github.com/drathier/stack-overflow-import</a></p>
]]></description><pubDate>Tue, 03 Jan 2023 21:37:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=34238448</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=34238448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34238448</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Ask HN: What are some interesting examples of Prolog?"]]></title><description><![CDATA[
<p>Worth checking out if you're interested in using constraint/logic programming languages for type checking is the Statix (<a href="https://www.spoofax.dev/references/statix/" rel="nofollow">https://www.spoofax.dev/references/statix/</a>) language, which is used in the Spoofax language workbench. It works similarly to Prolog in solving constraints, but adds support for scope graphs, which are a generic approach to specifying the name binding behavior of programming languages through logic constraints.</p>
]]></description><pubDate>Sat, 30 Apr 2022 00:10:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=31212061</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=31212061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31212061</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Show HN: Copilot-import – Import and run Python directly from GitHub Copilot"]]></title><description><![CDATA[
<p>A friend suggested we try do this after seeing stack-overflow-import (<a href="https://github.com/drathier/stack-overflow-import" rel="nofollow">https://github.com/drathier/stack-overflow-import</a>), which queries stackoverflow for some matching result and loads it. For small functions, it's surprisingly effective. You still need Copilot access to use this, unfortunately.<p>Some other examples:<p><pre><code>  >>> from copilot import rock_paper_scissors
  >>> rock_paper_scissors('Rock', 'Scissors')
  'Player 1 wins'

  >>> from copilot import get_current_git_commit
  >>> get_current_git_commit()
  b'29c7e9b138a9247c598b613ca378d103de878e2a\n'

  >>> from copilot import answer_to_everything
  >>> answer_to_everything(1)
  42
</code></pre>
Practically, it works through two separate copilot calls. The first one asks copilot to predict the arguments a function would take, then the second one asks it to predict the body of the function. The returned code is then parsed, both to ensure that it is actual valid Python (it almost always is, although it sometimes spits out Python 2 or cuts off due to length limits), and to remove any extra statements that are not part of the function (sometimes it likes to include an `if __name__ == "__main__"` for example).<p>The function is then wrapped in an error handler that will attempt to include a module if the snippet references an undefined variable. Copilot tends to use the correct libraries, but forgets to import them so this step is necessary to get most things working. We experimented with prompting an `import ` inside the function body, which worked decent but delivered some wonky results when the code needed more than one import or when it needed none at all.</p>
]]></description><pubDate>Sat, 17 Jul 2021 15:46:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=27866581</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=27866581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27866581</guid></item><item><title><![CDATA[Show HN: Copilot-import – Import and run Python directly from GitHub Copilot]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/MythicManiac/copilot-import">https://github.com/MythicManiac/copilot-import</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27866514">https://news.ycombinator.com/item?id=27866514</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 17 Jul 2021 15:38:28 +0000</pubDate><link>https://github.com/MythicManiac/copilot-import</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=27866514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27866514</guid></item><item><title><![CDATA[New comment by molenzwiebel in "Discord bans r/WallStreetBets server, subreddit went private for a while"]]></title><description><![CDATA[
<p>As a moderator of a large (400k+ members) Discord, I can confirm that Discord has specifically told members of the partner program to remove words such as retard. I've never heard of a server being banned for it, but not allowing retard and the like has been a policy for more than a year now.</p>
]]></description><pubDate>Thu, 28 Jan 2021 08:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=25939495</link><dc:creator>molenzwiebel</dc:creator><comments>https://news.ycombinator.com/item?id=25939495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25939495</guid></item></channel></rss>