Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
Is there a way to pair this with an existing (Postgres) database?
This looks like a really nice collection of books. Thanks for sharing!
https://archive.is/Lrfta
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
Take a look at Electric SQL: https://electric-sql.com/
This looks great! Is there a way to sync with an api? For instance, my site currently has a rest based api with a non-Postgres backed db but I’d like to add offline, sync, real-time capabilities. Is there an option to…
How do you manage cron jobs with a setup like that? Does each lambda pull down its own SQLite db, write changes, and then litestream replicates the changes to the web and other lambda instances? Similar scenario for…
2000, not 1990
Curious what tool(s) you use to format sql?
For what it’s worth, mac has [similar shortcuts for moving around/selecting text in a document](https://support.apple.com/en-us/HT201236).
I’d add [supabase](https://supabase.com/) to the list as well. They have some compelling hosted Postgres options.
We use sentry for front end errors & performance and new relic for backend. Since our backend is container based and auto scales, new relic is virtually unused by our team. Sentry, however, shows us more from our user’s…
I use slack. I setup some private channels in slack and subscribe to various feeds in each channel.
Terraform as a language is a bit clunky and feels not quite complete. For example, to accomplish if/else logic, you have to hack something like: `count = var.is_foo ? 1 : 0` More than the language syntax, getting any…
Designing Distributed Control Systems
Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.
Is there a way to pair this with an existing (Postgres) database?
This looks like a really nice collection of books. Thanks for sharing!
https://archive.is/Lrfta
They offer most models from the large AI players (anthropic, openai, mistral, meta, grok, google, deepseek)
Take a look at Electric SQL: https://electric-sql.com/
This looks great! Is there a way to sync with an api? For instance, my site currently has a rest based api with a non-Postgres backed db but I’d like to add offline, sync, real-time capabilities. Is there an option to…
How do you manage cron jobs with a setup like that? Does each lambda pull down its own SQLite db, write changes, and then litestream replicates the changes to the web and other lambda instances? Similar scenario for…
2000, not 1990
Curious what tool(s) you use to format sql?
For what it’s worth, mac has [similar shortcuts for moving around/selecting text in a document](https://support.apple.com/en-us/HT201236).
I’d add [supabase](https://supabase.com/) to the list as well. They have some compelling hosted Postgres options.
We use sentry for front end errors & performance and new relic for backend. Since our backend is container based and auto scales, new relic is virtually unused by our team. Sentry, however, shows us more from our user’s…
I use slack. I setup some private channels in slack and subscribe to various feeds in each channel.
Terraform as a language is a bit clunky and feels not quite complete. For example, to accomplish if/else logic, you have to hack something like: `count = var.is_foo ? 1 : 0` More than the language syntax, getting any…
Designing Distributed Control Systems