huangbong
|
5 years ago
|
on: Apple Silicon M1: Black Magic Fuckery
4 years ago “why do we care about 4K”
8 years ago “why do we care about 1080p”
etc...
huangbong
|
5 years ago
|
on: Next.js 9.5
They could’ve just used ZEIT as the platform then. Vercel sounds like some generic VC created tech name. Their customer base is literally the exact opposite. Indie developers, people with Github accounts, technical engineers, engineering leaders. Not some Salesforce CRM enterprise selling to CEO’s marketing bs “Vercel” lol.
huangbong
|
5 years ago
|
on: Next.js 9.5
Great product. Them deciding to rebrand from Zeit to Vercel was one of the worst branding decisions ever made.
huangbong
|
5 years ago
|
on: Uber, Postmates Agree on $2.65B All-Stock Deal
There’s probably time restrictions on when you can sell the stock. Also if you cashed out $2.65 billion of Uber stock the price would go way down.
huangbong
|
6 years ago
|
on: Show HN: Free foreign exchange rates API
Smart abstraction!
huangbong
|
6 years ago
|
on: We moved our servers to Iceland
Tls
huangbong
|
6 years ago
|
on: Where you are born is more predictive of your future than any other factor
To even remotely compare someone starting a company with $0 from the ground up vs. someone spending tens of billions of existing dollars as a non-profit and classify them as the same level of entrepreneur is an insult to anyone who has ever started a company.
huangbong
|
6 years ago
|
on: Rolling your own servers with Kubernetes
So what is Gravity? kops/kubespray without an MIT license?
huangbong
|
7 years ago
|
on: Cloudflare partners with Microsoft, Google and others to reduce bandwidth costs
Once you reach a certain level of traffic (a lot of TBs/month) going through their reverse proxy they will have someone from sales reach out to you and make you to start paying.
huangbong
|
7 years ago
|
on: Insured, but Still Owing $109K for a Heart Attack
Crazy that you need to make national news to pay a medical bill fairly in this country.
huangbong
|
7 years ago
|
on: DoorDash Valuation Nearly Triples to $4B in Six Months
tldr: capitalism
huangbong
|
7 years ago
|
on: Show HN: A detailed CDN pricing calculator
Cloudflare has a file size limit (512MB) and only caches certain file extensions so for things like binary files, installers, and video it will not cache. For the HTML/CSS/JS asset use case it’s perfectly fine though.
huangbong
|
7 years ago
|
on: Build a Realtime Serverless GraphQL API with Websockets on AWS
Do you have to deal with cold starts on AppSync?
huangbong
|
7 years ago
|
on: MacBook Pro with faster performance and new features for pros
Doubling down on the Meme Bar. Yikes. Did they at least add some kind of haptic response for the new generation touch bar?
huangbong
|
7 years ago
|
on: A New Accent Is Developing in Southwest Kansas
Everyone and their mother uses TFTI. This is satire right?
huangbong
|
7 years ago
|
on: What's the best keyboard and mouse you owned?
I have the exact same keyboard with cherry mx browns. End game keyboard imo.
huangbong
|
7 years ago
|
on: Telegram App Says Apple Is Blocking Updates Over Dispute with Russia
What UI library are you using if any? Looks great on mobile!
huangbong
|
7 years ago
|
on: Buffett Proposed $3 Billion Uber Investment But Deal Crumbled
Worldwide consumer transportation monopoly
huangbong
|
8 years ago
|
on: Dropbox and Google Cloud integrations
Google naming products at this point is just memes. But it proves that if you have an amazing enough product (G suite) the name doesn’t matter at all. Whoever came up with G suite is just a bad person though ugh.
huangbong
|
8 years ago
|
on: Ask HN: Which stack do you use at your startup?
Node.js/GraphQL/Next.js/PostgreSQL/AWS Lambada (via up). Entirely serverless stack with the application state residing in the DB and a JWT to identify the user. No OS, containers, kubernetes, instances, etc to deal with other than a single RDS instance.