I have a relevant meme!
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
cravl@slrpnk.netto Fuck Cars@lemmy.world•Cyclist injuries dropped by half after “hated” cycle lane installed, but mayor still claims scrapped lane largely used as “bike run” for drug dealers to “get through traffic"English5·7 days agoHeck, let’s even make it fair and compare them on the basis of units of mass transported per unit of distance traveled. I’m sure car still wins (in the negative sense, as per usual).
cravl@slrpnk.netto Fuck Cars@lemmy.world•Videos released by the Edmonton Police Service show a cyclist being deliberately hit by an SUV early Monday morning.English47·10 days agoI’m leaning more towards psychopath. Zero conscience whatsoever.
cravl@slrpnk.netto Selfhosted@lemmy.world•introducing copyparty, the FOSS file serverEnglish1·23 days agoI would add PairDrop to your list to have bookmarked. It’s completely web-based so no download required and thus fully cross-platform. It also works across different networks (i.e. over the internet) by pairing devices or creating a room. Basically Apple AirDrop, but universal and on steroids.
And like yeah, both the wonderful (and foss!)
.json5
and Microsoft’s semi-proprietary(?).jsonc
exist, but most projects just use their language’s default JSON parser that doesn’t recognize them. What I would personally love to see is.json5
support baked into the default JSON parsing libraries of Python, Go, etc. (Enabled by a flag, likely.) It’s a superset of regular JSON and fully ES2019 compatible, so there shouldn’t be any issues.