Profile avatar
hjvt.dev
Software developer, Rust & langdev enthusiast, getting into hobbyist gamedev.
1,212 posts 143 followers 232 following
Regular Contributor
Active Commenter
comment in response to post
concerning!
comment in response to post
It's very hard to believe those are real people, but it would also be fucking weird if those were bots, cause it's all very benign.
comment in response to post
Also a bunch of seemingly benign posts that look like machine translations from English? Grammar that's not incorrect, but a bit off, literal translations of common English phrases BTW not the first time I see something like this I've stumbled on a "russian" subreddit that was also like that
comment in response to post
have you had any russians speakers ever complain that your display name has dealt 2d6 psychic damage to them?
comment in response to post
Also here on bsky as @wffl.ihatereality.space
comment in response to post
Hey, don't generalize, that's just JS programmers
comment in response to post
As far as I'm aware neither really has a fitting API. Itertools got something like `tuple_windows` but that's not really what I need.
comment in response to post
Such a Windows Vista with Rainmeter vibe
comment in response to post
Wow, Just command runner has a surprisingly large fandom! 😋
comment in response to post
the possibilities are endless
comment in response to post
touch grass, frolick in the woods, firebomb a walmart
comment in response to post
I don't really understand what trips it up, but it feels like smelly deeply nested constructions like are always nearby when it breaks iter().chain().map(|| -> Ascribed { async { for x in y { } } })
comment in response to post
casual oomfing is so last year, it's time for ranked competitive oomfing
comment in response to post
Well in the case of gork at least the charges make sense bsky.app/profile/hjvt...
comment in response to post
inject markdown directly into my veins
comment in response to post
Horror, imagine trying to unit-test when everything depends on global state.
comment in response to post
scientists made deep learning model predicting what the (-10,-10) being would look like:
comment in response to post
Also the inability of those tests to imagen somebody could be agnostic and anti-religious at the same time
comment in response to post
And why the hell multiple yes/no questions have the strongly agree to strongly disagree spectrum answers
comment in response to post
But also how the fuck is "I don't plan on having children" an answer to this question
comment in response to post
How the hell did this thread go from demented xorg covid conspiracy to a chatbot categorizing people into based and cringe
comment in response to post
wake the *beeep* up, samurai
comment in response to post
We got tf2 at home
comment in response to post
Ed Zitron screaming into microphone about CEOs is propatainment/enterganda, not journalism. And IMHO that's okay. Unless he calls himself a journalist, which as far as I know he does not.
comment in response to post
the universe is giving you a new name
comment in response to post
Relatedly, that's also the reason why it's recommended to clone Arc/Rc using A/Rc::clone(&thing) syntax rather than thing.clone()
comment in response to post
void* lexa;
comment in response to post
Also, not bsky, but lately my Steam account been getting a constant trickle of friend requests from obvious bots with 200+ hours "played" over the past 2 weeks.
comment in response to post
I was setting up an account for me wife recently, and it got followed by two bots withing 5 minutes of being created.
comment in response to post
tbf imo, part of the reason it stuck around is that contra kinda went into this weird public relations damage control mode where instead of going "no, that's not true, fuck off" she made like three videos about how cancellation is ethically yucky??
comment in response to post
I don't know if there's any new """discourse""", but a while back (like, a couple years ago) there was a wave of "contra is a truscum", "contra is a liberal class traitor", "contra is not producing enough content to justify running a patreon" takes loudly exploding on leftwitter.
comment in response to post
Lua is such a cool language, but I'm glad I only ever need to use if I want to mod Factorio :)
comment in response to post
🙃 If you think about it, imporing a module is same as importing all of its content into a local object
comment in response to post
As things happen, much of what we call indie today isn't even independent
comment in response to post
I'm not talking about dyn traits, I'm talking about object boxing itself.