Live data from Hacker News

Viewing profile — ublaze

ublaze

HN member
Joined
Thu, Mar 01, 2018, 5:14 PM UTC
HN karma
399
Public activity
123 items

About ublaze

@utsav_sha on Twitter

Recent public activity

  1. story
  2. comment
    Comment #38675590

    ICF: Inertial Confinement Fusion MCF: Magnetic Confinement Fusion CFS is Commonwealth Fusion Systems - https://cfs.energy/ Q is the ratio between energy in and out in a fusion syst…

  3. comment
    Comment #36591818

    Tech blog: https://www.softwareatscale.dev/ Substack to keep it simple. But I'm not extremely happy with the design.

  4. story
  5. comment
    Comment #36475421

    These are company reported base salaries for OpenAI members of technical staff. The base salaries look very similar to standard tech bands. They could be underpaying immigrants, bu…

  6. story
  7. comment
    Comment #35396003

    That's too expensive. I'd prefer a monthly/yearly fee.

  8. story
  9. comment
    Comment #32873240

    Thank you!

  10. story
  11. story
  12. comment
    Comment #30396830

    Yeah, large-scale systems are often boring in my experience, because the scale limits what features you can add to make things better. Each and every decision has to take scale int…

  13. comment
    Comment #30313226

    Does anyone know which tool can be used to make such visualizations?

  14. comment
    Comment #30130687

    To clarify, the slow git push was likely custom pre-receive hooks being slow.

  15. comment
    Comment #30130679

    I remember we migrated 2+ million LoC to being formatted by Black at Dropbox. Our Livegrep instance with a custom Git blame implementation always crashed at the commit made to do t…

  16. story
  17. comment
    Comment #29231099

    I interviewed one of the creators of the Git sparse index a while back: https://www.softwareatscale.dev/p/software-at-scale-32-derri... which had some interesting tidbits.

  18. story
  19. comment
    Comment #28223827

    I've been following PlanetScale for a few years and interviewed their CTO Sugu last week: https://www.softwareatscale.dev/p/software-at-scale-29-sugu-... , if anyone's interested t…

  20. story
  21. comment
    Comment #27415337

    This resonates well. I have a hobby software podcast ( https://softwareatscale.dev/ ) and the most common question I get asked is around how I'm planning to monetize it. I've had u…

  22. comment
    Comment #27098317

    What are some well known companies that came from founders living in hacker houses?

  23. story
  24. story
  25. comment
    Comment #27011061

    Version skew is only an issue when there's cross service communication. One service deployed on two different codepaths (in this case, using a different library implementation) is …