#graphics #maths #standupmaths

| https://www.instagram.com/pyarelalknowles | |
| Website | https://www.heuristic42.com |
🤤 the rise of #enshittification awareness


Looking for a visual 3-column visual #git #mergetool in #vscode ?
I spent this weekend porting @gnome's Meld merge to a #VsCodeExtension with #gemini. Custom diff connection lines, auto-merge and all. It's still a bit of a mess but it works! Will post updates.
https://marketplace.visualstudio.com/items?itemName=pknowles.meld-auto-merge
“A Day in the Life of an Ensh*ttificator” 🤣
Hilarious and accurate. Nice one #norway
https://www.youtube.com/watch?v=T4Upf_B9RLQ #internet #consumer

Digital products and services keep getting worse. In the new report Breaking Free: Pathways to a fair technological future, the Norwegian Consumer Council ha...
I’ve been experimenting with a Vulkan RAII library/provider. It's becoming more of a serious project though so I'm excited to share it in case it's useful to others. I'd love to hear what you think!
- Lightweight C++ RAII handles and utils, not changing the API
- Composable utils, to make things quick, without being an ecosystem
- Just build and run, no Vulkan SDK needed
lol. Just had a dumb thought that tickled my brain...
template<typename T>
T& unmove(T&& t) {
return t;
}
For when you really want a pointer to a temporary 😂. #cpp
Ever wanted to enable all the #cpp warnings but couldn't because of third party headers?
Use -isystem and /external:I