Viewing profile — ublaze
ublaze
HN member- Joined
- Thu, Mar 01, 2018, 5:14 PM UTC
- HN karma
- 399
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About ublaze
Recent public activity
- story
-
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…
-
comment
Comment #36591818
Tech blog: https://www.softwareatscale.dev/ Substack to keep it simple. But I'm not extremely happy with the design.
- story
-
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…
- story
-
comment
Comment #35396003
That's too expensive. I'd prefer a monthly/yearly fee.
- story
-
comment
Comment #32873240
Thank you!
- story
- story
-
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…
-
comment
Comment #30313226
Does anyone know which tool can be used to make such visualizations?
-
comment
Comment #30130687
To clarify, the slow git push was likely custom pre-receive hooks being slow.
-
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…
- story
-
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.
- story
-
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…
- story
-
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…
-
comment
Comment #27098317
What are some well known companies that came from founders living in hacker houses?
- story
- story
-
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 …