One day, Valve will be under different ownership, and we will regret the time we fought for their monopoly.
beefsack
joined 2 years ago
Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
I have never seen an ad in the past 6 years. I use android phone, windows PC and Android TV. Keen to hear when was the last time you saw an AD ?
Better than an ORM is to use a query builder. You get the expressiveness of SQL with the safety and convenience of an ORM.
Most developers that use ORMs create poorly performing monstrosities, and most developers who write raw SQL create brittle, unsafe and unmaintainable software. There is a happy medium here.
‘You’re Telling Me in 2023, You Still Have a ’Droid?’ Why Teens Hate Android Phones / A recent survey of teens found that 87% have iPhones, and don’t plan to switch
view more: next ›
Rust, like the majority of modern languages, has an official formatter which everyone should be using. Formatters are good enough nowadays that everyone should be using them.