@bnut@aus.social
@bnut@aus.social avatar

bnut

@bnut@aus.social

I enjoy making things that make it easier to make the things I enjoy. Mostly programming.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

eniko, to random
@eniko@peoplemaking.games avatar

i don't know how people keep their house immaculately clean. i'm happy when i manage to keep myself fed and the dishes done

bnut,
@bnut@aus.social avatar

@eniko we had a plan to have people over at least once a month, which would force us to clean. We haven’t really had anyone over much these last few years though…

eniko, to random
@eniko@peoplemaking.games avatar

Maybe the solution to AI isn't letting some other AI decide what is and isn't made by AI

bnut,
@bnut@aus.social avatar

@eniko AI - The Molotov cocktail of algorithms

bnut, to random
@bnut@aus.social avatar

@ivory it’d be great to be able to search for “https://<server>/explore” or just “https://<server>/“ and have an option to “Explore”. I expect it would work in a similar way to how you can search a URL to look at a post or profile. I find “explore” to be a great way to find people with similar interests, but it’s clumsy to do it in a browser then take that back into Ivory.

bnut,
@bnut@aus.social avatar

@ivory awesome, thanks!

est, to random
@est@emily.news avatar

I've been thinking about this for a while, and I'm dead-ass serious. Let people have fully self-driving cars that cannot go faster than 10 MPH.

Then give them right of way everywhere, over all other automobiles except for emergency vehicles.

If you need to go faster than golf-cart speed, you need a bus or a train.

bnut,
@bnut@aus.social avatar

@est there’s an implicit “and no other cars” in there? I’m not sure I’m happy with the current state of self-driving tech on the roads at all, whether it’s the only thing or not. There’s too many cases of it failing to see stuff because of reflections, contrast, or edge cases.

Otherwise your idea sounds similar to this (great idea): https://sfba.social/@jeridansky/110561534641724959

bnut,
@bnut@aus.social avatar

@est definitely safer, but momentum/damage is still a factor of velocity and weight. Maybe it's like being run over by a tricycle, but it’s still a tricycle with the equivalent an inverted pyramid of six circus trained black bears balancing on it.

bnut,
@bnut@aus.social avatar

@est totally, electric golf carts instead of most cars sound good

foone, to random
@foone@digipres.club avatar

I love finding a function in a game that is literally just
void func(const char*){
}

No body. But it's called from 440 different places in the exe.

you can just smell the DEBUGMODE in the binary

bnut,
@bnut@aus.social avatar

@foone I’m curious why you chose this game, and what your goal is (obviously to decompile it, but is it just for fun? does the game do something cool and unique you want to understand? is it significant historically? no one else was doing it? etc)

bnut,
@bnut@aus.social avatar

@foone ah okay, nifty. Sounds like you’re making a lot of useful progress for them!

bnut, to random
@bnut@aus.social avatar

@ivory Hey, mutes don’t seem to work in hashtag results, is there a trick to it, or is this a bug?

bnut,
@bnut@aus.social avatar

@ivory Yes, sorry I should have attached and example but I have poor net at the moment.

I’m browsing the hashtag (DigitalArt), and it shows posts which have other hashtags which I have muted (AIArt). I expect that post to be hidden.

I expecting browsing this hashtag to be a preview for what it would look like if I followed a hashtag. If I followed it I would not expect posts from the followed hashtag that also have the muted hashtag to appear in my Home timeline.

bnut,
@bnut@aus.social avatar

@ivory it’s be nice to be able to choose which way in the filter’s settings then, because the user likely knows which way they want

eniko, to random
@eniko@peoplemaking.games avatar

BREAKING: 40% of CEOs Complete Fuckwits, Study Finds

bnut,
@bnut@aus.social avatar

@eniko to be fair, I could CEOs trying to replace workers with it being the final straw that finally triggers an anti-capitalist uprising, and I can see CEOs meaning “the death of capitalism” when they say “the end of humanity”. So yeah, okay, complete fuckwits.

paul, to random
@paul@tapbots.social avatar

The 1st? Ultra Geekbench is out. Was expecting a larger single core bump, looks like only 10%…
https://browser.geekbench.com/v5/cpu/21305974

bnut,
@bnut@aus.social avatar

@paul what’s your baseline? The link doesn’t seem to have one

eniko, to random
@eniko@peoplemaking.games avatar

New named color suggestion: wildfire orange 🙃

bnut,
@bnut@aus.social avatar

@eniko checks out, although is that the same as“burnt orange” ()?

paul, to random
@paul@tapbots.social avatar

“Who cares about 3rd party Reddit apps I can just use the website.”

bnut,
@bnut@aus.social avatar

@paul I’ve found sometimes you can replace “www.” with “old.” in the url to avoid this - does that work?

eniko, to random
@eniko@peoplemaking.games avatar

Really feels like the death of web 2.0 out there atm. Can't say I mind seeing it go

bnut,
@bnut@aus.social avatar

@eniko and now the web 1.0 static site renaissance?

djlink, to random
@djlink@mastodon.gamedev.place avatar

constant updates or "game is dead/bad" mentality is insane to me.

bnut,
@bnut@aus.social avatar

@djlink chron job that pushes a patch that just mutates some unused data as “bug fixes”

bnut, to random
@bnut@aus.social avatar

@paul @ivory huh TIL, the :custom-emoji: thing doesn’t seem to be a mastodon standard, but the emoji list is defined per server.

Also TIL while typing this, you’ve got your own! So I guess you’re probably working on supporting them already, and I don’t need to ask. https://emojos.in/tapbots.social

It’d be cool if they let you do something like :ivory_logo@tapbots.social:

djlink, to random
@djlink@mastodon.gamedev.place avatar

damn

image/jpeg

bnut,
@bnut@aus.social avatar

@djlink Sydney has gone from $20k to $1200k median house price since 1970.

10x in 70 years is bad enough, as you’ve shown, but this is 60x in 50 years. Something like 8.5% every year, on average, for longer than my entire life.

parisba, to random

YouTube just shuffled me to this, and now I instantly have jetlag https://www.youtube.com/watch?v=G71kaqooAbk

bnut,
@bnut@aus.social avatar

@parisba it knows what you like

eniko, to random
@eniko@peoplemaking.games avatar

Tiled Map Editor: this tileset is entirely unused in this map but i'll add it to the json export for you anyway :)

How have I spent the last 5 years professionally dealing with this piece of software I swear to god

bnut,
@bnut@aus.social avatar

@eniko Wow, that sounds horrible, what engine is it?

Now you’ve done the hard work: it think the bits of the flag are whether to apply a transform operation. The operation order of them matters, which is why you need different effects if it’s rotated. So it becomes something like:

bool rotate = (flag & 1) != 0;
bool flip_x = (flag & 2) != 0;
bool flip_y = (flag & 4) != 0;

SpriteEffects out = SpriteEffects.None;
if rotate {
(flip_x, flip_y) = (!flip_y, flip_x);
}
if flip_x {
out |= SpriteEffects.Flip;
}
if flip_y {
out |= SpriteEffects.Mirror;
}
return out;

bnut,
@bnut@aus.social avatar

@eniko Although, I may have X and Y around the wrong way in the variable names. The output should still work. I didn’t have enough context to work out if flip/mirror was horizontal/vertical.

bnut,
@bnut@aus.social avatar

@eniko Yeah, it seems because rotate is done first its impact on the other flags is more or less the same as code to rotate a vector 90 degrees:
(x,y) = (-y, x)

So it makes sense in the end, but without documentation it just seems like they scramble the flags for sadistic reasons.

chrisjrn, to random
@chrisjrn@social.coop avatar

Tomorrow's Amazon delivery is going to be a weird one.

bnut,
@bnut@aus.social avatar

@chrisjrn now every time you get the CLR out of the cupboard you will hear the Zelda foundathing music

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • provamag3
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • anitta
  • tester
  • megavids
  • Leos
  • lostlight
  • All magazines