HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ublaze

no profile record

Submissions

How Software Infrastructure Affects Sales

softwareatscale.dev
3 points·by ublaze·2 years ago·0 comments

Quadratic C.I. Cost Growth

softwareatscale.dev
1 points·by ublaze·3 years ago·0 comments

OpenAI salaries are not 800k

h1bdata.info
3 points·by ublaze·3 years ago·5 comments

Cloud storage abstraction with Object Store

dropbox.tech
1 points·by ublaze·4 years ago·0 comments

Systemizing Platform Strategy

softwareatscale.dev
2 points·by ublaze·4 years ago·0 comments

Building Zerodha with Kailash Nadh

softwareatscale.dev
1 points·by ublaze·5 years ago·0 comments

Migrating the Windows source code to Git [audio]

softwareatscale.dev
1 points·by ublaze·5 years ago·0 comments

Sharing our Engineering Career Framework with the world

dropbox.tech
3 points·by ublaze·5 years ago·0 comments

Rethinking Spotify Search

engineering.atspotify.com
1 points·by ublaze·5 years ago·0 comments

Mitigate Connection Leaks in Production with Proxies

softwareatscale.dev
1 points·by ublaze·5 years ago·0 comments

Manageable On-Call for Companies Without Money Printers

softwareatscale.dev
5 points·by ublaze·5 years ago·1 comments

Show HN: Send Me a Secret

github.com
9 points·by ublaze·5 years ago·0 comments

Reflecting on a Hundred Days of a Software Podcast

utsavshah.com
1 points·by ublaze·5 years ago·0 comments

Conversation with David Cramer, CTO and Co-Founder, Sentry

podcasts.apple.com
2 points·by ublaze·5 years ago·0 comments

AWS Lumberyard has a special clause for a zombie apocalypse

twitter.com
1 points·by ublaze·5 years ago·0 comments

Lessons Learned in Incident Management

dropbox.tech
1 points·by ublaze·6 years ago·0 comments

GUIDs Are Not the Only Answer

softwareatscale.dev
86 points·by ublaze·6 years ago·61 comments

GUIDs Are Not Enough

softwareatscale.dev
4 points·by ublaze·6 years ago·0 comments

Go for Internal Services

softwareatscale.dev
1 points·by ublaze·6 years ago·0 comments

Bharat Mediratta – The Story of Google Web Server (and More)

softwareatscale.dev
2 points·by ublaze·6 years ago·0 comments

comments

ublaze
·3 years ago·discuss
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 system. Q > 1 is the holy grail, which implies we have more energy out of the fusion system than in. CFS is aiming for Q 11 in its prototype reactor.

SPARC is the "Smallest Possible" ARC I believe. It's their prototype reactor that they're working on that uses magnetic fields through superconductors to contain Hydrogen as it heats up into plasma and goes through the fusion process.

ARC is the 400MW reactor that will be produced (aimed for within a decade) if SPARC succeeds - it's the scaled-out version of SPARC.

It has an impressive set of people working on it (ex-SpaceX).

And yes, ARC is named after the Iron Man reactor.
ublaze
·3 years ago·discuss
Tech blog: https://www.softwareatscale.dev/

Substack to keep it simple. But I'm not extremely happy with the design.
ublaze
·3 years ago·discuss
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, but that's unlikely, given that it's illegal and they have a lot of attention on them.
ublaze
·3 years ago·discuss
That's too expensive. I'd prefer a monthly/yearly fee.
ublaze
·4 years ago·discuss
Thank you!
ublaze
·4 years ago·discuss
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 into account, and it's tricky to try experimenting.

I think it has to do with the kind of engineer you are. Some engineers love iterating and improving such systems to be more efficient, more scalable, etc. But it can be limiting due to the slower release cycles, hyper focus on availability, and other necessary constraints.
ublaze
·4 years ago·discuss
Does anyone know which tool can be used to make such visualizations?
ublaze
·4 years ago·discuss
To clarify, the slow git push was likely custom pre-receive hooks being slow.
ublaze
·4 years ago·discuss
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 the migration :-) We had to pause our merge queue because we didn't want to run into conflicts, and I remember the `git push` ended up taking a while.

There was only one change that we had to make to Black to get it working on our codebase - https://github.com/psf/black/commit/024c9cab55da7bd3236fd887...

Glad to see it's now stable.
ublaze
·5 years ago·discuss
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.
ublaze
·5 years ago·discuss
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 to hear their story of building Vitess for YouTube and some details on PlanetScale behind the scenes.
ublaze
·5 years ago·discuss
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 unsolicited offers from acquaintances to partner up to set up merch deals (?) and even NFTs to sell episodes.
ublaze
·5 years ago·discuss
What are some well known companies that came from founders living in hacker houses?
ublaze
·5 years ago·discuss
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 completely fine.
ublaze
·5 years ago·discuss
I've been thinking about this with my software podcast too! (https://softwareatscale.dev). Was thinking of posting something similar here.

You already have more downloads than I do, so you can take my advice with a grain of salt.

- My written articles have done well and drove a bunch of signups to my newsletter. That introduces people to the podcast (substack lets me do combined newsletter/podcast). People are more likely to share and read articles, and the really interested ones tend to listen to the show as well.

- I use Descript to make YouTube clips of the show, and link to the full episode, where people can listen to episodes. I've found that a successful YouTube video doesn't drive that many sign ups/subscribers to the show, but drives subscribers on YouTube.

- Some influential guests on the show drive a "pop" when they retweet their episode.

- It took about 3-4 months to show up on Google when you search for "Software at Scale", but that drives some organic traffic.

- I get some of my new subscribers for the podcast by posting in relevant subreddits like r/programming. It's a struggle :-)
ublaze
·5 years ago·discuss
Vanta (YC W17) | Software Engineer | Full-time | San Francisco / New York | https://vanta.com

Vanta simplifies the complex, time-consuming, and tedious process of becoming SOC 2, HIPAA, or ISO 27001 compliant. So startups can focus on growing their businesses.

We have stellar product market fit (over a thousand business customers) and are growing very rapidly - here's a chart from our CEO: https://twitter.com/christinacaci/status/1353802993729118212

Vanta provides automated and continuous security monitoring. This helps companies sail through audits like SOC2 while actually ensuring that customer data stays safe. We run read-only checks against tools like AWS and SaaS tools like GitHub, as well as periodic configuration checks against company workstations and servers using an agent. There's tons of technical challenges due to the growing number of diverse customers and product complexity as we serve both CTOs and auditors.

Tech stack: NodeJS, React, GraphQL, AWS.

If you're interested in making companies more secure, and helping them unlock deals faster, reach out!

Email me directly at utsav [at] vanta [dot] com
ublaze
·5 years ago·discuss
It was really sad to see Motif shut down. That service was awesome. It's made me wary of trying new services for this, since their shutdown led to a bunch of shuttling around of portfolios from different, much worse services (Folio, finally Interactive Brokers).
ublaze
·5 years ago·discuss
I'm curious what visa you'd be using to work at Repl.it (if you were going to move to the USA). I'm wondering if our startup should be using Manara.
ublaze
·5 years ago·discuss
Not to throw shade on Sequoia, but the statement "We recently experienced a cybersecurity incident" reminds me of Euphemisms by George Carlin (https://youtu.be/vuEQixrBKCc)
ublaze
·5 years ago·discuss
What are you using for your landing page?