tinglymintyfrsh | 2 years ago | on: Update millions of records in Rails
tinglymintyfrsh's comments
tinglymintyfrsh | 2 years ago | on: Former OpenAI researcher says there’s a 50% chance AI ends in 'catastrophe'
More than likely, new forms of narrow AI will eat and destroy the vast majority white-collar jobs. This is most likely to end in mass unemployment, even more extreme income inequality, and a dystopian world run by a few trillionaires who challenge, if not replace, the power structures of governments.
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
Cloudflare skews towards a monopolistic monoculture. (Fastly and Akamai also exist, but present more friction.)
The issue is that with one transparent proxy and application firewall for a large fraction of web traffic, it has to cover uncountable edge-cases to not leave out nonzero users from a large number of sites. It's unlikely to be malicious intention here, but more likely accidents, oversights, and lack of alternatives.
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
I'm wondering how long it will be before we have memory holes considering how, apart from the internet archive, there is perpetual bitrot and silent updates.
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
When not in a vehicle and there are no cops around, I do the New Yorker thing: I completely ignore signals and focus on traffic. The prima facie and prime directive is safety over conformance. I will not waste my life at the behest of some Christmas lights.
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Tell HN: Cloudflare verification is breaking the internet
tinglymintyfrsh | 2 years ago | on: Is Gmail killing independent email?
Sites demanding corporate email addresses and/or major email providers kicks all other users out is inane, corporate tyranny.
tinglymintyfrsh | 2 years ago | on: There’s more than one way to write an IP address (2019)
tinglymintyfrsh | 2 years ago | on: There’s more than one way to write an IP address (2019)
tinglymintyfrsh | 2 years ago | on: There’s more than one way to write an IP address (2019)
u32 undotted
u8.u24 dotted-signal
u8.u8.u16 dotted-triple
u8.u8.u8.u8 dotted-quad
^ where each of the above is allowed to be octal, hex, or decimal
tinglymintyfrsh | 2 years ago | on: Check if your IKEA chair is compatible with your screen
tinglymintyfrsh | 2 years ago | on: Check if your IKEA chair is compatible with your screen
tinglymintyfrsh | 2 years ago | on: AI Is a Waste of Time
Start with a goofy app that accurately discerns what ugly sweaters you would wear to semi-automated product recommendation engines.
tinglymintyfrsh | 2 years ago | on: Update millions of records in Rails
Generate and send SQL (wrapped in transactions) from C bindings via a proper background job processor like beanstalkd in batches of say 50k. Getting Ruby involved in millions of records is asking for trouble.
tinglymintyfrsh | 2 years ago | on: Stanford, Harvard data science no more
UC CS undergrads had to take statistics for engineers and scientists.
UC CS undergrad majors in particular could end within 2 courses from a math undergrad degree. Is this not the case that squishier applied courses are possible?
EE/CS undergrads had to take the entire upper-division physics track for scientists and engineers, including modern physics.
So has something changed since then and is something changing back?
Beanstalkd is simple, scales, and is platform agnostic.
At scale, simple wins.