<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: indiv0</title><link>https://news.ycombinator.com/user?id=indiv0</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 13:27:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=indiv0" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by indiv0 in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>GP wasn’t asking how you gauge <i>their</i> tone. They were asking how would you classify the tone of the <i>comment they were replying to</i>. The implication being “I wasn’t the first with a condescending tone”.</p>
]]></description><pubDate>Sun, 14 Jun 2026 23:51:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48534450</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=48534450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48534450</guid></item><item><title><![CDATA[New comment by indiv0 in "AI Self-preferencing in Algorithmic Hiring: Empirical Evidence and Insights"]]></title><description><![CDATA[
<p>Eventually even a system like that can be gamed, similarly to how Leetcode-maxxing and the like sprung up in response to typical SV interview questions. Studying for the job becomes studying for the test becomes studying for the pre-test test.</p>
]]></description><pubDate>Sat, 02 May 2026 16:26:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47987781</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=47987781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47987781</guid></item><item><title><![CDATA[New comment by indiv0 in "Don't unwrap options: There are better ways (2024)"]]></title><description><![CDATA[
<p>We just set all the lints to `warn` by default then `RUSTFLAGS="--deny warnings"` when building for release (or in CI).</p>
]]></description><pubDate>Tue, 13 May 2025 22:48:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43978634</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=43978634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43978634</guid></item><item><title><![CDATA[New comment by indiv0 in "Solving Advent of Code 2024 in Under 1ms"]]></title><description><![CDATA[
<p>This year, some members of the Rust Programming Language Community Server on Discord set out to solve AoC in under 1ms. I'm pleased to announce that through the use of LUTs, SIMD, more-than-questionable `unsafe`, assertions, LLVM intrinsics, and even some inline ASM that goal has been reached (for real this time)!<p>*As of today, our solutions are able to solve all 49 problems in <1ms!*<p>I have obtained consent from all the top participants to post their solutions to a shared repo, for the community to review and learn from! *All solutions are now available at the linked GitHub repo!*<p>Our solutions have a total runtime of *988936ns*!<p># Context/Caveats<p>- All submissions were run on the same hardware (Ryzen 5950X) to ensure consistency, with the same compiler flags and features available. This was on rustc nightly (updated throughout the course of the contest), and with CPU speed capped at 3400 MHz with boost clock disabled.<p>- AVX-512 was not available on the machine so none (?) of the solutions utilize that particular set of accelerated instructions, but there is <i>plenty</i> of other SIMD in use.<p>- All submissions were run against the same inputs to ensure consistency.<p>- Caching anything that has been fed with input was not allowed to prevent cheating and/or trivial solutions like `Map<Input, Output>`.<p>- For the same reason, inputs were not directly available to the participants, and were not provided at compile-time.<p>- Participants were allowed to use compile-time tricks in their answers. Due to limitations in the benchmark bot, the runtime of these optimizations could not be measured. This was considered acceptable as the compiled binaries were expected to otherwise work correctly for arbitrary inputs. This means that participants are allowed to use look-up tables (LUTs) in their answers, but those LUTs are expected to work for arbitrary inputs, not just specific ones.<p>- I/O is trivial, and was thus not measured as part of the benchmark. That is, participants were provided with an `&str` or `&[u8]` input (their choice) and expected to provide an `impl Display` as part of their result. Therefore, <i>input parsing was measured</i>.<p>If you are interested, join us in #advent-of-code-2024 on the Discord server for further discussion :)<p># Further Reading<p>If you would like a more in-depth explanation of some of the optimization techniques used, I highly recommend you check out this article by ameo [0] (one of our participants). It covers the process they used to optimize their solution for Day 9 Part 2, and how they got it to the top of our leaderboard. The article provides incredible information on the process of both high-level and micro optimization.<p># Credits:<p>- Thank you to the members of the `Rust Programming Language Community` and `Serenity-rs` Discord servers and everyone else who participated in the challenge!<p>- Thank you to Eric Wastl for hosting AoC every year!<p>- Thank you to Noxim [1] for writing the original version of our benchmark bot [2].<p>- Extra special thank you to yuyuko [3], bend-n [4], and giooschi [5] for their help in maintaining and improving our benchmark bot.<p>[0]: <a href="https://cprimozic.net/blog/optimizing-advent-of-code-2024/" rel="nofollow">https://cprimozic.net/blog/optimizing-advent-of-code-2024/</a><p>[1]: <a href="https://github.com/noxime">https://github.com/noxime</a><p>[2]: <a href="https://github.com/indiv0/ferris-elf">https://github.com/indiv0/ferris-elf</a><p>[3]: <a href="https://github.com/ultrabear">https://github.com/ultrabear</a><p>[4]: <a href="https://github.com/bend-n/">https://github.com/bend-n/</a><p>[5]: <a href="https://github.com/SkiFire13/">https://github.com/SkiFire13/</a></p>
]]></description><pubDate>Wed, 01 Jan 2025 20:14:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42568901</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=42568901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42568901</guid></item><item><title><![CDATA[Solving Advent of Code 2024 in Under 1ms]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/indiv0/aoc-fastest">https://github.com/indiv0/aoc-fastest</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42568894">https://news.ycombinator.com/item?id=42568894</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 01 Jan 2025 20:14:03 +0000</pubDate><link>https://github.com/indiv0/aoc-fastest</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=42568894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42568894</guid></item><item><title><![CDATA[New comment by indiv0 in "Optimizing Advent of Code D9P2 with High-Performance Rust"]]></title><description><![CDATA[
<p>Incredibly detailed and fun read! I love love love seeing this kind of performance analysis. IMO one of the most fun and creative areas of programming is finding new avenues to squeeze out every extra nanosecond.<p>Now if only Intel would stop crippling AVX-512...</p>
]]></description><pubDate>Wed, 01 Jan 2025 06:23:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42564309</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=42564309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42564309</guid></item><item><title><![CDATA[New comment by indiv0 in "Copying is the way design works (2020)"]]></title><description><![CDATA[
<p>Reminds me of one of my favourite video essays -- "Everything is a Remix" [0]. The video and this article cover the same ideas albeit with different examples. Which is funny on a meta level -- the article could be called a remix of the video.<p>The video (if I recall correctly) goes a bit further, attacking patents/IP law as anti-creative.<p>[0]: <a href="https://www.youtube.com/watch?v=nJPERZDfyWc" rel="nofollow">https://www.youtube.com/watch?v=nJPERZDfyWc</a></p>
]]></description><pubDate>Mon, 22 Jul 2024 20:16:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41039329</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=41039329</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41039329</guid></item><item><title><![CDATA[New comment by indiv0 in "Maestro: Netflix's Workflow Orchestrator"]]></title><description><![CDATA[
<p>Is this meaningfully different from Conductor (which they archived a while back)? Browsing through the code I see quite a few similarities. Plus the use of JSON as the workflow definition language.</p>
]]></description><pubDate>Mon, 22 Jul 2024 20:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41039204</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=41039204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41039204</guid></item><item><title><![CDATA[New comment by indiv0 in "So you think you want to write a deterministic hypervisor?"]]></title><description><![CDATA[
<p>How do y'all provide the fake AWS? Is it built in-house or are you running something like LocalStack?</p>
]]></description><pubDate>Wed, 20 Mar 2024 22:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=39772532</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=39772532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39772532</guid></item><item><title><![CDATA[New comment by indiv0 in "Nix is a better Docker image builder than Docker's image builder"]]></title><description><![CDATA[
<p>Hydra not populating with cross compile builds is the bane of my existence.<p>I'm using `clang` from `pkgs.pkgsCross.musl64.llvmPackages_latest.stdenv` to cross-compile Rust binaries from ARM macos to `x86_64-unknown-linux-musl`. It _works_, but every time I update my `flake.nix` it rebuilds *the entire LLVM toolchain*. On an M2 air, that takes something like 4 hours. It's incredibly frustrating and makes me wary of updating my dependencies or my flake file.<p>The alternative is to switch to dockerized builds but:<p>1) That adds a fairly heavyweight requirement to the build process<p>2) All the headache of writing dockerfiles with careful cache layering<p>3) Most importantly, feels like admitting defeat.</p>
]]></description><pubDate>Sat, 16 Mar 2024 09:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39724493</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=39724493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39724493</guid></item><item><title><![CDATA[New comment by indiv0 in "Is something bugging you?"]]></title><description><![CDATA[
<p>Sure! I mentioned a few orthogonal concepts that go well together, and each of the following examples has a different combination that they employ:<p>- the company that developed Madsim (RisingWave) [0] [1] is tries hardest to eliminate non-determinism with the broadest scope (stubbing out syscalls, etc.)<p>- sled [2] itself has an interesting combo of deterministic tests combined with quickcheck+failpoints test case auto-discovery<p>- Dropbox [3] uses a similar approach but they talk about it a bit more abstractly.<p>Sans-IO is more documented in Python [4], but str0m [5] and quinn-proto [6] are the best examples in Rust I’m aware of. Note that sans-IO is orthogonal to deterministic test frameworks, but it composes well with them.<p>With the disclaimer that anything I comment on this site is my opinion alone, and does not reflect the company I work at —— I do work at a rust shop that has utilized these techniques on some projects.<p>TigerBeetle is an amazing example and I’ve looked at it before! They are really the best example of this approach outside of FoundationDB I think.<p>[0]: <a href="https://risingwave.com/blog/deterministic-simulation-a-new-era-of-distributed-system-testing/" rel="nofollow">https://risingwave.com/blog/deterministic-simulation-a-new-e...</a><p>[1]: <a href="https://risingwave.com/blog/applying-deterministic-simulation-the-risingwave-story-part-2-of-2/" rel="nofollow">https://risingwave.com/blog/applying-deterministic-simulatio...</a><p>[2]: <a href="https://dropbox.tech/infrastructure/-testing-our-new-sync-engine" rel="nofollow">https://dropbox.tech/infrastructure/-testing-our-new-sync-en...</a><p>[3]: <a href="https://github.com/spacejam/sled">https://github.com/spacejam/sled</a><p>[4]: <a href="https://fractalideas.com/blog/sans-io-when-rubber-meets-road/" rel="nofollow">https://fractalideas.com/blog/sans-io-when-rubber-meets-road...</a><p>[5]: <a href="https://github.com/algesten/str0m">https://github.com/algesten/str0m</a><p>[6]: <a href="https://docs.rs/quinn-proto/0.10.6/quinn_proto/struct.Connection.html" rel="nofollow">https://docs.rs/quinn-proto/0.10.6/quinn_proto/struct.Connec...</a></p>
]]></description><pubDate>Tue, 13 Feb 2024 16:04:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39358951</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=39358951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39358951</guid></item><item><title><![CDATA[New comment by indiv0 in "Is something bugging you?"]]></title><description><![CDATA[
<p>I've been super interested in this field since finding out about it from the `sled` simulation guide [0] (which outlines how FoundationDB does what they do).<p>Currently bringing a similar kind of testing in to our workplace by writing our services to run on top of `madsim` [1]. This lets us continue writing async/await-style services in tokio but then (in tests) replace them with a deterministic executor that patches all sources of non-determinism (including dependencies that call out to the OS). It's pretty seamless.<p>The author of this article isn't joking when they say that the startup cost of this effort is monumental. Dealing with every possible source of non-determinism, re-writing services to be testable/sans-IO [2], etc. takes a lot of engineering effort.<p>Once the system is in place though, it's hard to describe just how confident you feel in your code. Combined with tools like quickcheck [3], you can test hundreds of thousands of subtle failure cases in I/O, event ordering, timeouts, dropped packets, filesystem failures, etc.<p>This kind of testing is an incredibly powerful tool to have in your toolbelt, if you have the patience and fortitude to invest in it.<p>As for Antithesis itself, it looks very very cool. Bringing the deterministic testing down the stack to below the OS is awesome. Should make it possible to test entire systems without wiring up a harness manually every time. Can’t wait to try it out!<p>[0]: <a href="https://sled.rs/simulation.html" rel="nofollow">https://sled.rs/simulation.html</a><p>[1]: <a href="https://github.com/madsim-rs/madsim?tab=readme-ov-file#madsim">https://github.com/madsim-rs/madsim?tab=readme-ov-file#madsi...</a><p>[2]: <a href="https://sans-io.readthedocs.io/" rel="nofollow">https://sans-io.readthedocs.io/</a><p>[3]: <a href="https://github.com/BurntSushi/quickcheck?tab=readme-ov-file#quickcheck">https://github.com/BurntSushi/quickcheck?tab=readme-ov-file#...</a></p>
]]></description><pubDate>Tue, 13 Feb 2024 13:47:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=39357551</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=39357551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39357551</guid></item><item><title><![CDATA[New comment by indiv0 in "Push ifs up and fors down"]]></title><description><![CDATA[
<p>Minimizing control flow in loops is a good idea, but if you can FP-ize the loop entirely that keeps it pretty readable IMO.<p><pre><code>    things
        .iter()
        .filter(|t| !t.is_yellow())
        .take_while(|t| !t.is_rainbow())
        .for_each(|t| t.thingify());</code></pre></p>
]]></description><pubDate>Thu, 16 Nov 2023 11:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38288205</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=38288205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38288205</guid></item><item><title><![CDATA[New comment by indiv0 in "Topic: Discord Stealer"]]></title><description><![CDATA[
<p>A buddy of mine got hit by one of these recently. He got a message from a friend asking him to try a demo of new video game. His friend is a video game developer so this didn't seem suspicious. The "video game" had a landing page and everything. Turns out that his friend's account had already been hacked and the "video game" was a stealer like this. TL;DR: he lost his account and that same hacker tried to get me with the same scheme.<p>Discord support has been completely unhelpful, because he didn't have 2FA enabled before and the hacker added it.</p>
]]></description><pubDate>Sun, 05 Nov 2023 03:22:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38147767</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=38147767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38147767</guid></item><item><title><![CDATA[New comment by indiv0 in "Flawless – Durable execution engine for Rust"]]></title><description><![CDATA[
<p>Where is the state for the side effects stored? Say I have an AWS Lambda that I want to make idempotent. Lambdas don’t have local storage that persists across runs (unless you mount EBS volumes or something) so I presume state can be stored in a DB?</p>
]]></description><pubDate>Wed, 25 Oct 2023 12:08:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=38011912</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=38011912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38011912</guid></item><item><title><![CDATA[New comment by indiv0 in "New ScyllaDB Go Driver: Faster Than GoCQL and Its Rust Counterpart"]]></title><description><![CDATA[
<p>I just did a comparison between almost every hashing algorithm I could find on crates.io. On my machine t1ha2 (under the t1ha crate) beat the pants off of every other algorithm. By like an order of magnitude. Others in the lead were blake3 (from the blake3 crate) and metrohash. Worth taking a look at those if you’re going for hash speed.<p>I don’t have the exact numbers on me right now but I can share them tomorrow (along with the benchmark code) if you’re interested.</p>
]]></description><pubDate>Thu, 13 Oct 2022 09:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=33188946</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=33188946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33188946</guid></item><item><title><![CDATA[New comment by indiv0 in "Study first to link weed killer Roundup to convulsions in animals"]]></title><description><![CDATA[
<p>Not going to quote the whole paragraph? The paragraph that goes on to say that there's an increased risk of non-Hodgkin lymphoma and other issues?<p>> The German Federal Institute for Risk Assessment toxicology review in 2013 found that with regard to positive correlations between exposure to glyphosate formulations and risk of various cancers, including non-Hodgkin lymphoma, "the available data is contradictory and far from being convincing".[11] A meta-analysis published in 2014 identified an increased risk of NHL in workers exposed to glyphosate formulations.[12] In March 2015, the World Health Organization's International Agency for Research on Cancer (IARC) classified glyphosate as "probably carcinogenic in humans" (category 2A) based on epidemiological studies, animal studies, and in vitro studies.[8][13][14][15] In contrast, the European Food Safety Authority concluded in November 2015 that "the substance is unlikely to be genotoxic (i.e. damaging to DNA) or to pose a carcinogenic threat to humans", later clarifying that while carcinogenic glyphosate-containing formulations may exist, studies "that look solely at the active substance glyphosate do not show this effect."[16][17] In 2017, the European Chemicals Agency (ECHA) classified glyphosate as causing serious eye damage and as toxic to aquatic life, but did not find evidence implicating it as a carcinogen, a mutagen, toxic to reproduction, nor toxic to specific organs.[18]<p>Personally I trust a jury of 6-12 laypeople or the *European Chemicals Agency* over a company with a vested interest in keeping their product on the market.</p>
]]></description><pubDate>Tue, 23 Aug 2022 18:49:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=32569417</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=32569417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32569417</guid></item><item><title><![CDATA[New comment by indiv0 in "Ask HN: ZFS native encryption vs LUKS"]]></title><description><![CDATA[
<p>I haven't run ZFS + LUKS but I'm running ZFS Native Encryption.<p>There is an outstanding issue [0] that I've encountered on two separate machines running in this setup. The issue occurs when using ZFS Native Encryption + (NVMe?) SSDs. The issue appears to be snapshots getting corrupted (or maybe failing to create?) occasionally. It happens roughly 1/1000 snapshots in my case. I take <i>a lot</i> of snapshots so this occurs weekly.<p>I haven't lost any data yet but this issue is annoying because I get spooky alerts from ZFS warning me about "potential data corruption". To clear them I have to manually intervene by deleting the corrupt snapshots, restart the machine, then scrub.<p>What's most annoying is that this breaks ZFS send/recv until I intervene. send/recv was the whole reason I went with native encryption instead of LUKS in the first place.<p>Again, no data corruption so far (if you don't count the snapshots that get lost, which I don't, because I have so many of them). Just very annoying and tedious.<p>[0]: <a href="https://github.com/openzfs/zfs/issues/12014" rel="nofollow">https://github.com/openzfs/zfs/issues/12014</a></p>
]]></description><pubDate>Thu, 04 Aug 2022 10:57:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32341387</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=32341387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32341387</guid></item><item><title><![CDATA[New comment by indiv0 in "Instagram is shifting to videos – users aren't happy"]]></title><description><![CDATA[
<p>Interestingly it also seems to mix your content with content your friends tend to view. Or at least it does so tentatively, to see if you share the same interest. When I friended a pilot friend of mine on TikTok, I <i>immediately</i> started seeing pilot/plane content. This is after having had an account since forever and not once having seen pilot content on my For You page before. It's an interesting way to broaden your horizons, but it does turn a little common denominator, depending on what your friends like.<p>Similarly (and I have no way of proving this, but I believe it 100%), TikTok seems to alter your feed to incorporate videos from other people watching TikTok near you. My friends and I have made a game of this where we cast TikTok to a TV, watch videos, and try to guess which of us the video was intended for.<p>I've never once had a "oh wow that's a neat content discovery method" moment from Facebook/Instagram/YouTube but it has happened <i>multiple</i> times with TikTok. I'm not saying TikTok is the end-all-be-all of social media, but it's a good window into <i>what social media could be</i>, if they stopped chasing ad revenue and anger-driven content.</p>
]]></description><pubDate>Wed, 27 Jul 2022 20:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=32256662</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=32256662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32256662</guid></item><item><title><![CDATA[New comment by indiv0 in "We don't do that here (2017)"]]></title><description><![CDATA[
<p>I'm having trouble parsing what you wrote. You say that you don't need to have unquestionable authority to use this style of language and then proceed to give an example of an unquestionable authority using this style of language.</p>
]]></description><pubDate>Wed, 27 Jul 2022 17:04:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=32253088</link><dc:creator>indiv0</dc:creator><comments>https://news.ycombinator.com/item?id=32253088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32253088</guid></item></channel></rss>