31 Followers
37 Following
145 Posts

Programmer, gamer & modder.
Kex Developer @ Nightdive Studios.

They/them.

Epic Support-A-Creator Tag: GIBBED

Personalhttps://gib.me
Twitchhttps://twitch.tv/gibbed
Patreonhttps://patreon.com/gibbed
Ko-fihttps://ko-fi.com/gibbed
@mimir when ssh-keygen starts playing cool tracker music you know something is very, very wrong

@eniko I'm working on a project that I'm using clang-cl for to let me build and call into SYS-V ABI code naturally on Windows without having to do codegen shenanigans.

I also don't really like cmake.

@eniko I feel your pain.

identifier "__bf16" is undefined!

function call is not allowed in a constant expression

@rogeredwards I don't think that is actually possible to do that from the website unfortunately.

I know circa ~2020 I bought the Onslaught expansion and the purchase went through EA Origin.

I found the e-mail for that purchase and it's only labeled as "Star Wars: The Old Republic", only the image shows that it's Onslaught.

@eniko pull a lua and then add syntactic sugar for your equivalent of the lua code

repeat
if foo == 1 then
-- screaming
break
elseif foo == 2 then
-- forever
break
else
-- inside
break
end
until true

@GlenBourgonjon immersion broken by lack of evil little gremlins (aka "kids") ruining the waiting experience 😉
@eniko $ is legal in C identifiers? huh, had no idea

@eniko edge cases are fun!

I forced UTF-8 BOM when dealing with mixed encoding inputs for sanity checking in an environment where there was expected to both be UTF-8 and SJIS encoded files.

@eniko all hail x64 for converging all x86 ABIs into one (teeeechnically two, because MS and Sys-V)
@eniko Good luck.