ertand | 7 years ago | on: Textbook errors in binary searching (1988)
ertand's comments
ertand | 7 years ago | on: Ask HN: Favorite nonfiction books of 2018?
ertand | 7 years ago | on: Doctors warn of alarming C-section 'epidemic'
ertand | 7 years ago | on: Doctors warn of alarming C-section 'epidemic'
ertand | 7 years ago | on: Doctors warn of alarming C-section 'epidemic'
ertand | 7 years ago | on: Doctors warn of alarming C-section 'epidemic'
ertand | 7 years ago | on: Slow leak detected aboard Space Station
ertand | 7 years ago | on: The Scooter Economy
If it's not a winner takes all market and multiple players can coexist at the same time, then I don't understand the investment decision from the VC firms to value them so high so early. It feels like Uber/Lyft can easily get into this market and provide a better experience overall.
ertand | 7 years ago | on: Getting Started in Natural Language Processing
edit: clarification
ertand | 7 years ago | on: Unfortunately, the Electric Scooters Are Fantastic
If the scooter companies can get bought by Uber or Lyft, these ride sharing services could also take on the responsibility of distributing these scooters across the city and make them highly available. That would compliment their ride sharing service tho.
ertand | 7 years ago | on: Unfortunately, the Electric Scooters Are Fantastic
ertand | 7 years ago | on: Simplify Login with Application Load Balancer Built-In Authentication
Amazon's solution seems to integrate with a few other identity providers and gives the developers the tools to do authorization after authentication is done. It seems to position this more like a B2B2C. Although it feels like it already subsumes Google's IAP by doing so.
This is my understanding by reading the article on Amazon, I haven't actually used it.
ertand | 7 years ago | on: Show HN: ThePDFApi, a Chrome Based PDF Generation API Hosted on AWS
ertand | 7 years ago | on: Show HN: ThePDFApi, a Chrome Based PDF Generation API Hosted on AWS
How is it different/better than using puppeteer? If it's better, maybe SxS comparisons of generated pdfs could be a good selling point.
ertand | 7 years ago | on: Google is rebranding storage plans as “Google One”
ertand | 7 years ago | on: Google is rebranding storage plans as “Google One”
ertand | 8 years ago | on: Show HN: Watch Stanford CS Lectures Together
ertand | 8 years ago | on: Launch HN: CoinTracker (YC W18) – Cryptocurrency portfolio and tax manager
Will the tax manager be the main part of your business or are you planning to monetize on different set of features? Will cryptocurrency tracking always be free?
How do you aggregate the cryptocurrency prices across exchanges? Do you only calculate it based on the exchanges you support?
ertand | 8 years ago | on: Show HN: An extension to turn your LinkedIn into a resume
On Chrome extensions, minor bugs (or minor bugs in the libraries you depend on) might end up having far worse consequences. Read/write access to only linkedin.com can still leak a decent amount of unwanted information in case there's an exploit.
ertand | 8 years ago | on: Show HN: An extension to turn your LinkedIn into a resume
As a general feedback: I'm a bit cautious about using third party Chrome extensions. I'm more OK with giving auth to my LinkedIn account. Maybe a server side option with headless chrome would be a good addition.