Frans Slabbekoorn
222 posts



i just generated an image in the style of a Monet painting using AI please describe, in as much detail as possible, what makes this inferior to a real Monet painting

i just generated an image in the style of a Monet painting using AI please describe, in as much detail as possible, what makes this inferior to a real Monet painting

Hoje em dia é mais seguro se envolver com mulher casada do que rodar um npm install





Maybe instead of rewriting Bun in Rust we can rewrite Laravel in something other than PHP?

This is why SQLite on the same server (which it is by default, it's a file based db) is so fast 1000x faster than making a server connection


Everyone on earth takes a private vote by pressing a red or blue button. If more than 50% of people press the blue button, everyone survives. If less than 50% of people press the blue button, only people who pressed the red button survive. Which button would you press? BE HONEST.




If you've used joho/godotenv in Go, you probably have done this at the top of main.go It works but there's a cleaner one-liner, trick with /joho/godotenv/autoload. The blank identifier _ tells Go to just run init function from this package (autoload) - Zero boilerplate - loads before everything. init() runs before main(), so env vars are ready even for package-level var initializers. - Great for scripts, demos and small scripts. BUT DON'T USE THIS IN PRODUCTION: - because it silently swallows errors. autoload calls godotenv.Load() and ignores the returned error. - No control over order or path. Can't load .env.local or .env.production.











