Pyarelal Knowles

@heuristic42
8 Followers
30 Following
25 Posts
Graphics programmer, NVIDIA employee, helldiver and level 4 barbarian
Instagramhttps://www.instagram.com/pyarelalknowles
Websitehttps://www.heuristic42.com
Norwegian Government comes out swinging on enshittification

YouTube
The magic of adding random noise to black and white images.

YouTube

Exit VSCode, enter #VSCodium, binary versions of the VSCode editor with all telemetry and tracking disabled by default.

It's a drop-in replacement for VSCode and has been working perfectly for me, including its #xdebug integration.

➡️ https://vscodium.com

VSCodium - Open Source Binaries of VSCode

Free/Libre Open Source Software Binaries of VSCode

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

Meld Auto-Merge - Visual Studio Marketplace

Extension for Visual Studio Code - Auto-resolves complex Git merge conflicts using Meld heuristics

“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

A Day in the Life of an Ensh*ttificator

Digital products and services keep getting worse. In the new report Breaking Free: Pathways to a fair technological future, the Norwegian Consumer Council ha...

YouTube
Latte, undisclosed location

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

https://github.com/pknowles/vulkan_objects

#cpp #vulkan #gamedev

GitHub - pknowles/vulkan_objects: Self-contained Vulkan 3D Graphics API provider and thin RAII wrapper in C++

Self-contained Vulkan 3D Graphics API provider and thin RAII wrapper in C++ - pknowles/vulkan_objects

GitHub

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

https://stackoverflow.com/a/79884092/1888983

Disable the warning of specific libraries by cmake

I am using boost, Qt and other libraries to develop some applications and using cmake as my make tool. To eliminate the problems earlier, I decided to turn on the strongest warning flags(thanks for

Stack Overflow
If a server goes down and nobody makes a request, does it still count as downtime? 🌲