HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theanirudh

no profile record

Submissions

Elixir 1.19

elixir-lang.org
385 points·by theanirudh·vor 9 Monaten·145 comments

Software Engineering Within SpaceX

yasoob.me
591 points·by theanirudh·vor 6 Jahren·313 comments

comments

theanirudh
·vor 10 Monaten·discuss
Their databases are hosted on AWS and GCP so latency isn't much of an issue. They also have AWS Private Link and if configured it won't go over the internet.
theanirudh
·vor 10 Monaten·discuss
The issues weren't PlanetScale related. We use Hasura and when we did the cutover, we connected to the DB via PGBouncer and some features don't work right. Started seeing a lot of errors so paged them and they helped out. We were connecting directly to PG previously but when we cutover we missed that.
theanirudh
·vor 10 Monaten·discuss
We just migrated to PlanetScale Postgres Metal over the weekend. We are already seeing major query improvements. The migration was pretty smooth. Post-migration we hit a few issues (turned out it wasn't an issue with PlanetScale), and the PlanetScale team jumped in immediately to help us out, even on a Saturday morning so support's been amazing.

The Insights tab also surfaced missing indexes we added, which sped things up further. Early days, but so far so good.
theanirudh
·vor 10 Monaten·discuss
This used to be the case when the platforms were much younger and new features were introduced every year. But I would say it’s mostly stabilized now. React native had day 1 support for Liquid Glass and new AI APIs introduced on iOS 26.
theanirudh
·letztes Jahr·discuss
Seems like a lot of extra work in cases where we change the scoring mechanism, we will then have to invalidate the existing entries, recalculate and write it out again compared to just having an endpoint that will take all previous lessons and generate the next lessons on demand.
theanirudh
·letztes Jahr·discuss
How do sync engines address issues where we need something to be more dynamic? Currently I'm building a language learning app and we need to display your "learning path" - what lessons you have finished and what are your next lessons. The next lessons aren't fixed/same for everyone. It will change depending on how the score of completed lessons. Is any query language dynamic enough to support use cases like this? Or is it expected to recalculate the next lessons whenever the user completes a lesson and write it out to a table which can then be queried easily?
theanirudh
·letztes Jahr·discuss
Do they find ARC AGI also tough due to the same reason? I’ve seen some examples where the input was ASCII art versions of the actual image.
theanirudh
·letztes Jahr·discuss
I wonder if the reason the models have problem with this is that their tokens aren't the same as our characters. It's like asking someone who can speak English (but doesn't know how to read) how many R's are there in strawberry. They are fluent in English audio tokens, but not written tokens.
theanirudh
·vor 2 Jahren·discuss
Yes, it is. Try setting font-thicken = true https://ghostty.org/docs/config/reference#font-thicken
theanirudh
·vor 2 Jahren·discuss
I might beat that for this batch! This will be my 8th application. 2 for my previous company, and 6 with my current startup and co founders.
theanirudh
·vor 6 Jahren·discuss
The astronauts show parts of the touchscreen and physical controls here: https://youtu.be/llbIzbOStt4?t=150
theanirudh
·vor 6 Jahren·discuss
Im not sure, even I would like to know the answer to this.
theanirudh
·vor 6 Jahren·discuss
Impressive, especially considering some of the touch targets are pretty small.
theanirudh
·vor 6 Jahren·discuss
They have physical buttons Incase the touch functionality misbehaves.
theanirudh
·vor 6 Jahren·discuss
I wonder how they manage not to have accidental taps on the touch screen during liftoff and or re-entry. As I understand there are a lot of G's and violent vibrations and I would assume it's hard to keep a steady hand?

(Atleast this is my understanding from watching Apollo documentaries/movies etc.)