Josh Simmons

@dotstdy
658 Followers
640 Following
11.8K Posts
i make video game go fast
codezhttps://git.nega.tv/
websitehttps://nega.tv/
emailfirst name at website
@sinbad tbh I think mostly it's just because people like the freedom and have little conception of getting around any other way
@pkhuong this is why the cowards should let us use emojis as variable names 📸

@amonakov @pervognsen @joe it's the same issue for fedora, because they can't cross compile at all with their package build tools. even in easy mode x86. i would imagine others like debian and especially the more modern distro package tools like nix or whatever do a lot better.

(though I do of course agree that the problem is much bigger once you get past the tooling hurdle)

Sometimes I wish English had more words. e.g. I want a separate word for "Snapshot" as a noun, and "Snapshot" as a verb. thanks in advance
Well this changes the tone
Iran at fault for putting school under American Tomahawk missile, military experts say.
@pervognsen @joe I don't think it's the norm, they also have this issue for i386 in fedora. They were proposing removing all 32 bit library support from the distro (and thus breaking steam lmao) to get around their build system limitations...
@dev I also suffer from being far too attractive and popular. Underappreciated issue.
@pervognsen right, in this case i'm thinking about a more generalized state delta system rather than ui per-se, but I feel like it should work out roughly the same way. basically you run the code to materialize the ids from the data. I guess this is equivalent to the widget re-creation problem, or perhaps delta based serialization of a widget tree for remote UI or whatever.
dear imgui uses a hash based id scheme, does anyone use a reversible approach? e.g. memoization would be one idea, or perhaps something shift based (push and pop id take an id integer and a max range, then shift it into an id bit string).