Live data from Hacker News

Ask HN: What rabbit hole(s) did you dive into recently?

news.ycombinator.com

71–80 of 443 posts

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#71

Fun exercise to try and list them out! My last couple of weeks: - 3D-printable parts storage solutions (via: I found some part storage bins in the discard pile at a local hackerspace) - MITM proxy to snoop on Github Copilot API requests (via: we're building an jupyter AI assistant thing and got curious how other players do it). - DIY robot arms (via: I'm making several for a nested 'you pass butter' joke, via a casua…

> OP I'd also like to hear yours!

Today I gave some thought to what would be a fitting name for my boat (if I were to rename it).

One option: the glider pattern from Conway's Game of Life. Instantly recognizable by true hackers, just a weird symbol to others.

Of course a quick check on Wikipedia. Know that I'm always interested in things small / simple / computing, so... cellular atomata. Which led me to varieties used to simulate or help understand biological systems ("systems biology" - if only that field had even existed back when I left high school).

From there on: artificial life, Core Wars & co, self-replicating machinery, and... Astro-chicken (deserves a HN post of its own, imho).

Btw. it's amazing to see how many big, open questions there still are, related to the origins of (biological) life, and evolution. Eg. full simulation of a single cell organism: never been done (too complex).

Next up: a cup of hot chocolate.

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#72
post #53

What is the difference between sony camera models.

Now that's one tricky rabbit hole. If you are planning on buying a camera, the deliberation seems to be a part of the shopping process. Post buying though, the differences seem either very important, or don't matter at all. Depends on how serious you want to get with the cameras.

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#73
post #62

Earlier quoted context omitted.

That’s fair. I can’t use vs code on the server was my logic. But also it was a hacking challenge.

Why not really? Remote editing through ssh is vscode's superpower!

There’s no reason. I just wanted to be cool and use neovim! Lol :)

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#74
post #30

I started looking into the Gospel of Thomas right before the start of the pandemic, which led to a number of rabbit holes: * Turns out the work is not 'weird' or 'Gnostic' but is directly addressing details from Lucretius, including paraphrasing his view of evolution and atomism, but refuting the claim there's no afterlife by basically appealing to the idea we're in a simulated copy of an original physical world wher…

> appealing to the idea we're in a simulated copy of an original physical world where the spirit doesn't actually depend on a body Sounds a bit gnostic no?

It was what resulted in Gnosticism, not the other way around.

You had this first century response to Epicureanism's naturalism as a foundation. In that paradigm, the Platonist demiurge recreating the physical world before it was an agent of salvation, liberating the copies from the certainty of death from the Epicurean original.

What happens is that Epicureanism falls from popularity over the second century, so in parallel to the increased resurgence of Platonism, Plato's forms becomes the foundation instead. For Plato, there was a perfect world of the blueprints of everything, the corrupted physical versions of those forms, and then the worst of all was the images of the physical. So the Thomasine salvation by being in the images of physical originals is through that lens corruptive.

So as the foundation shifted from the Epicurean original world of evolution (Lucretius straight up described survival of the fittest in book 5) to Plato's perfect forms, a demiurge creating a copy of what predated it shifted from being a good thing to trapping people in a corrupted copy.

For the first 50 years of the discovery of the Gospel of Thomas, it was mistakenly thought to be Gnostic. This changed at the turn of the 21st century with the efforts of Michael Allen Williams and Karen King, and it's now labeled as "proto-Gnostic." It's absent a lot of the features typically associated with 'Gnosticism' though that term in general should be retired as it's turned out that there isn't any single set of beliefs to be considered 'Gnostic' in the first place (this was the chief realization of scholars over the past twenty years).

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#75
post #24

Started on the Nagoya Protocol, then PCR of wastewater on airplanes, mechanical engineering of lavatory fittings, then metagenomic shotgun sequencing, and now Bloom filters.

It is such a good feeling to deploy a bloom filter in production. There aren't many times it will help but when it helps it helps a TON.

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#76
The wonderful world of research paper identifiers.

DOI (Digital Object Identifiers) are used by many modern research papers as sort of a UUID for papers, run by doi.org.

But they're discipline-specific. So they're used widely by certain disciplines. But others use different databases.

So for biology-related papers, NIH's PubMed ID. Or for Astronomers, Bibcode.

All are "global" identifiers and each has some kind of consortium that's trying to make theirs the One ID. DOI seems to be the closest.

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#77
post #35

So, I decided to install Linux on my formerly-Windows-only laptop, and thought it was cool enough to go full time and ditch Windows completely. The downside was the lack of access to top tier games. No problem though, my plan was to take a break from gaming, figuring that by the time Linux had caught up with compatibility, computers would also be much more powerful and I'd be able to resume gaming at some point in th…

Let's hear your distro journey! What did you start with, what do you currently use?

Re: Ask HN: What rabbit hole(s) did you dive into recently?

#78
post #64

USB! I’ve tried and failed couple times in understanding how USB works under the hood, from electrical, to protocol, then classes, and also Power Delivery. This time around things seem to make more sense now. It started out as an ambitious goal to emulate an FTDI USB DMX converter with the ESP32-S2/S3, but realizing that might be too big a goal, so I’m starting small. I want to be able to make a custom device class o…

USB is a frighteningly deep rabbit hole. I thought it was going to be easy when I first dipped my toes into the USB stack but boy was I in for a shock.
Post reply on HN