Profile avatar
2khz.xyz
low-level programming, reverse engineering & such 💚 https://2khz.xyz/
51 posts 15 followers 18 following
Regular Contributor
Active Commenter

They don't want you to know about the male jumper wire in the male JST connector method (I had VCC and GND swapped around the wrong way and spent 20 hours debugging my code)

I might make a markdown viewer (& editor?) using ImGui and my little rendering engine :)

why is the default github code font when browsing source files in the tree so small

parsing RGBA hex strings to vec4s for colours at compile time. been super useful for making colour schemes for dear imgui.

nooo don't disable replies to the win32 api post i wanted to rag on wchar_t strings and IID_PPV_ARGS as well @invoxiplaygames.uk

open.spotify.com/track/0RHC1d...

3d model loading (positions & tex. coords)

been using linux on my main desktop development, gaming, chatting machine since early may 2024 and honestly i haven't seen much reason to switch. i already used linux on my laptop where i don't play games since late 2020, and for years and years before that on my server. it's just too good

When the fun and challenging proof of concept phase of a project is over so you gotta lock in and do the tedious work and augh augh augh augh augh augh augh augh augh (Taking idle damage)

@2khz.bsky.social you broke my heart by taking my username 💔

can't play league with my mates any more because linux support was effectively dropped due to vanguard. can't play apex legends any more because linux support was dropped due to EAC. still got overwatch for now!

i've been trying to render text in opengl from a font file using freetype and it's been a nightmare, honestly. vector vs bitmap fonts, off-by-one errors and oh my god the TEXT LAYOUT. i understand where harfbuzz sits in the stack now.