Readit News logoReadit News
im_down_w_otp commented on Show HN: Bicyclopedia   bicyclopedia.lemoing.ca/... · Posted by u/lemoing
im_down_w_otp · 6 days ago
The Bicyclopedia seems to think that the frame is the most expensive part of the bicycle.

The infernal suspension forks on 3 out of 4 of the bikes in my garage would beg to differ, both in upfront cost and ongoing maintenance.

im_down_w_otp commented on At $250M, top AI salaries dwarf the Manhattan Project and the Space Race   arstechnica.com/ai/2025/0... · Posted by u/majkinetor
physicsguy · a month ago
Big difference was that at that time people were doing things both for the race itself but also because ideologically they believed in the mission.
im_down_w_otp · a month ago
I think people are ideologically aligned with the mission today. It's just that grifting off yet-another-hype-cycle is the mission.
im_down_w_otp commented on Windsurf employee #2: I was given a payout of only 1% what my shares where worth   twitter.com/premqnair/sta... · Posted by u/rfurmani
im_down_w_otp · a month ago
That stinks. I'm sorry. The founders could have taken part of the proceeds to at least adjust your upside with a transaction bonus. It's pretty easy to do.
im_down_w_otp commented on Erlang 28 on GRiSP Nano using only 16 MB   grisp.org/blog/posts/2025... · Posted by u/plainOldText
jswny · a month ago
What are the soft real time limitations of erlang?
im_down_w_otp · a month ago
Erlang's BEAM, assuming no chicanery of NIFs, will use reduction counting to eventually yield a scheduler to make sure other Erlang processes get execution time. This gives you kind of a "will eventually happen" property. It can't guarantee meeting a deadline. Just that all things will be serviced at some point.
im_down_w_otp commented on Simulating hand-drawn motion with SVG filters   camillovisini.com/coding/... · Posted by u/camillovisini
socki · a month ago
Dr. Katz.
im_down_w_otp · a month ago
Sweet baby Jesus, please make it rain potatoes!
im_down_w_otp commented on Beyond Meat fights for survival   foodinstitute.com/focus/b... · Posted by u/airstrike
gonzalohm · a month ago
What have you substituted cheese with? It's one of my favorite foods but no substitute has come close to it
im_down_w_otp · a month ago
I replaced it with insatiable yearning. It's not as good, but it's all I've got.
im_down_w_otp commented on Show HN: PlutoFilter- A single-header, zero-allocation image filter library in C   github.com/sammycage/plut... · Posted by u/sammycage
ephou7 · a month ago
I'm not sure why single-header is an advantage over powerful libraries such as GEGL.
im_down_w_otp · a month ago
Both the single header and the zero-allocation callouts can be desirable qualities for something used in an embedded (as in classical MCU-shaped) context.

edit: Seeing that it's also C99 makes me think that embedded applications might be what this was geared toward.

im_down_w_otp commented on Show HN: I'm an airline pilot – I built interactive graphs/globes of my flights   jameshard.ing/pilot... · Posted by u/jamesharding
jamesharding · 2 months ago
Awesome!

You can tell that the software is created by people passionate about aviation (and also passionate about nice UX, something that most all of the Logten competitors really lack). Do you remember if my guess about using NSDate internally was correct?

im_down_w_otp · 2 months ago
"passionate about aviation" and "passionate about nice UX" definitely described Noah and the rest of the team!

Honestly, I don't remember Re: NSDate. It was many jobs and Dante's levels of burnout ago. :-)

What I remember from that time was a lot of fighting with Apple's early iCloud syncing. Because it had a habit of being incredibly fraught and flakey using SQLite-backed Core Data stuff.

im_down_w_otp commented on Show HN: I'm an airline pilot – I built interactive graphs/globes of my flights   jameshard.ing/pilot... · Posted by u/jamesharding
jamesharding · 2 months ago
The data is all in a sqlite file from my logbook software! I wrote a little post about extracting the data here: https://jameshard.ing/posts/querying-logten-pilot-logbook-sq...

I have only seen a few clips from The Rehersal (the bit with Sully listening to Evanescence), so I don't have much to go on. Pilot communication is definitely something that we spend a lot of time talking about and training (under the larger banner of CRM - crew resource management), and in my experience the industry is making real efforts to be better in this area!

im_down_w_otp · 2 months ago
Hey! I used to work for the company that makes that logbook software. That was a great job. The CEO was an amateur pilot himself and really, really loved software product design.

It's been over a decade, but it's cool to see that software still being iterated on and pilots still loving it.

Even cooler to see someone such as yourself extending its usefulness by leveraging the data. Cheers!

im_down_w_otp commented on Filedb: Disk-based key-value store inspired by Bitcask   github.com/rajivharlalka/... · Posted by u/todsacerdoti
im_down_w_otp · 3 months ago
Bitcask, now there's a blast from the Basho past. It always bugged me that no good secondary indexing strategy was built to make using Bitcask viable for more use cases. Everyone always wanted to use the LevelDB backend just to get at secondary indexing features (which also performance scaled inversely relative to cluster size, which was it's own problem). But having Riak exhibit consistent, high-performance was waaaaaaaay easier on Bitcask.

u/im_down_w_otp

KarmaCake day5460October 7, 2015View Original