Brian Herman (@magicbribz) 's Twitter Profile
Brian Herman

@magicbribz

Network Gameplay Programmer, TTRPG enjoyer and Forever DM

ID: 585190996

calendar_today19-05-2012 23:40:30

654 Tweet

218 Takipçi

1,1K Takip Edilen

Ishmael (@comradeishmael) 's Twitter Profile Photo

The rules lawyer is a friend. Difficult to imagine an universe where I'm going to be mad at the players who, uh, actually read the rules of the game and want to play said game.

Tavis Ormandy (@taviso) 's Twitter Profile Photo

This strange tweet got >25k retweets. The author sounds confident, and he uses lots of hex and jargon. There are red flags though... like what's up with the DEI stuff, and who says "stack trace dump"? Let's take a closer look... 🧵1/n

This strange tweet got >25k retweets. The author sounds confident, and he uses lots of hex and jargon. There are red flags though... like what's up with the DEI stuff, and who says "stack trace dump"? Let's take a closer look... 🧵1/n
Ian Fisch - Director of Kingmakers (wishlist!) (@ian_fisch) 's Twitter Profile Photo

Recently a video claimed that modern pixel artists are misguided - mimicking sprites as they appear on modern screens, instead of how pixel artists from the 80s and 90s “intended” them to look on hazy CRT televisions. Not exactly. Let’s discuss. A thread 1/🧵

Recently a video claimed that modern pixel artists are misguided - mimicking sprites as they appear on modern screens, instead of how pixel artists from the 80s and 90s  “intended” them to look on hazy CRT televisions.
Not exactly. Let’s discuss.
A thread
1/🧵
〽️ax krieger is leaving x in april. (@maxkriegervg) 's Twitter Profile Photo

the conversation about indie publishing that we /really/ need to have - sales numbers alone are not a goalpost. i see big labels doing this, cut that shit out

Bring Back Banjo (@bringbackbanjok) 's Twitter Profile Photo

Banjo Kazooie decompilation project has hit 100% 🚨 This means we will very soon see native ports to PC and people will be able to essentially create a Render 96 style remake

Banjo Kazooie decompilation project has hit 100% 🚨 

This means we will very soon see native ports to PC and people will be able to essentially create a Render 96 style remake
Grace Liu (@nightblueart) 's Twitter Profile Photo

Made the decision that I will not run away even though the industry is reflecting the worst trend of capitalism that’s blatantly money before people ever. I want things to suck less, and that’s why I’m here.

Made the decision that I will not run away even though the industry is reflecting the worst trend of capitalism that’s blatantly money before people ever. I want things to suck less, and that’s why I’m here.
Sebastian Aaltonen (@sebaaltonen) 's Twitter Profile Photo

C/C++ doesn't guarantee function argument evaluation order. Don't write code like this: vec2 a = vec2(serializer.getFloat(), serializer.getFloat()); This is evaluated in different order on different compilers, also order is call site specific. We just ran into this issue...