Readit News logoReadit News
rcaught commented on Ladybird adopts Rust, with help from AI   ladybird.org/posts/adopti... · Posted by u/adius
rcaught · 21 days ago
NIH syndrome
rcaught commented on I ported JustHTML from Python to JavaScript with Codex CLI and GPT-5.2 in hours   simonwillison.net/2025/De... · Posted by u/pbowyer
rcaught · 3 months ago
While I understand the intent of this exercise, couldn't someone just wasm compile the Servo html5ever Rust codebase?
rcaught commented on Adk-go: code-first Go toolkit for building, evaluating, and deploying AI agents   github.com/google/adk-go... · Posted by u/maxloh
drcxd · 4 months ago
Remind me the another recent post: You should write an agent https://news.ycombinator.com/item?id=45840088
rcaught · 4 months ago
That's because OP wrote that
rcaught commented on Geothermal power is a climate moon shot beneath our feet   newyorker.com/news/the-le... · Posted by u/pseudolus
askvictor · a year ago
Some years ago I read about a system to store solar (heat) energy in a well during the day (by warming water and pumping it down), and retrieve it by night. But haven't heard anything since - did anything become of this plan?
rcaught commented on Stripe V2   brandur.org/fragments/str... · Posted by u/surprisetalk
rcaught · a year ago
> These days a great SDK, not a great API, is a hallmark, and maybe even a necessity, of a world class development experience.

IMO, you can't build a great SDK without a great API. Duct tape only goes so far.

rcaught commented on OpenAUTH: Universal, standards-based auth provider   openauth.js.org/... · Posted by u/jacobrussell
igor47 · a year ago
What's wrong with tokens in local storage?
rcaught · a year ago
Malicious access to these tokens is malicious access to the service.
rcaught commented on SQLite on Rails: The how and why of optimal performance   fractaledmind.github.io/2... · Posted by u/tosh
richjdsmith · 2 years ago
Anyone who is looking at using SQLIte + Rails should check out the work done by Oldmoe (X/Github) on his Litestack project.

Here's the intro paragraph: "Litestack is a Ruby gem that provides both Ruby and Ruby on Rails applications an all-in-one solution for web application data infrastructure. It exploits the power and embeddedness of SQLite to deliver a full-fledged SQL database, a fast cache , a robust job queue, a reliable message broker, a full text search engine and a metrics platform all in a single package."

I'm currently using it on a project and can't say enough good things about it!

https://github.com/oldmoe/litestack

rcaught · 2 years ago
Rails 8 will by default use the DB for cache, queues and WebSocket broadcasting - https://fly.io/ruby-dispatch/the-plan-for-rails-8/
rcaught commented on SQLite on Rails: The how and why of optimal performance   fractaledmind.github.io/2... · Posted by u/tosh
klabb3 · 2 years ago
No, you can set up replication with, eg LiteFS where you have one writer and multiple read replicas.

That said, then you have operational overhead that defeats a part of the purpose with SQLite. In practice, you can get very far with a single machine and many CPUs (Postgres is ironically a good example of this). In eg Go you can easily parallelize most workloads. In rails, I don’t know if that’s possible. A quick search suggests there’s a GIL which can be limiting.

rcaught commented on DevHub.app – Developer Utilities for macOS   github.com/jaywcjlove/Dev... · Posted by u/wcjiang
idle_zealot · 2 years ago
What's the opposite of the UNIX philosophy?
rcaught · 2 years ago
Make one program do no one thing well.
rcaught commented on Reclaim the Stack   reclaim-the-stack.com... · Posted by u/dustedcodes
mplewis · 2 years ago
I’m not going to trust a project like this – made by and for one company – with production workloads.
rcaught · 2 years ago
hahaha, do you even realize what else this company makes?

u/rcaught

KarmaCake day614May 30, 2011View Original