@TTimo@mastodon.social avatar

TTimo

@TTimo@mastodon.social

Freelance software engineer. Ex id software, nowadays mostly Valve. Linux, Steam Deck, UE, cloud, devops and a tinge of climate activism ..

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

gamingonlinux, to microsoft
@gamingonlinux@mastodon.social avatar
TTimo,
@TTimo@mastodon.social avatar

@gamingonlinux ouch - I knew a lot of those folks :-(

MissingThePt, to random
@MissingThePt@mastodon.social avatar

Breaking: Uvalde police concede that they would have entered the school if it had been to arrest the students.

TTimo,
@TTimo@mastodon.social avatar

@MissingThePt damn. that's dark

TTimo, to steam
@TTimo@mastodon.social avatar

PSA - If your Steam Deck or Steam on Linux has started failing to download or launch Proton games, you may have caught a bad config from Valve's servers.

We believe the problem is fixed now, but you need to delete a cache file locally (~/.steam/steam/userdata/&lt;steamid&gt;/config/compat.vdf where <steamid> is your id).

See https://github.com/ValveSoftware/steam-for-linux/issues/10846 for details.

TTimo, to random
@TTimo@mastodon.social avatar

Shutting down (rebooting) my Linux box and I see it wait for more than two minutes on an "OOM Killer stop job" ..

TTimo,
@TTimo@mastodon.social avatar

@dotstdy @riesi it's also waiting to unmount filesystems that are no longer available with the vpn down .. yeah I should look for the configs and turn all those timeouts way down rather than complaining :)

Also I don't reboot quite often enough for it to be really annoying. Just time to get up and stretch out.

dotstdy, to random
@dotstdy@mastodon.social avatar

Not being able to run your CI locally seems like a bit of a pain in the ass. I always end up with these N commit chains to fix simple problems in github actions because I can't just launch it locally and fix things the easy way.

TTimo,
@TTimo@mastodon.social avatar

@dotstdy push force and squash, repeat ..

TTimo,
@TTimo@mastodon.social avatar

@dotstdy @wolfpld I run into a similar problem with gitlab runners. I sort of make it a requirement that I can ssh (or rdp to windows hosts), go to wherever it's building and fiddle with stuff locally until I have something that works.

TTimo,
@TTimo@mastodon.social avatar

@dotstdy @wolfpld sometimes I wonder if this sorry state of things happened because of the 'ops people' vs 'dev people' distinction. I feel like those container technologies and CI integrations where written by ops folks primarily.

TTimo, to random
@TTimo@mastodon.social avatar

My neighbor's wifis .. I have a "Lord of the Pings" and a "Boobs"

nic, to random
@nic@toot.wales avatar

is currently ‘celebrating Earth Day’ by giving double XM for recycling items in the games. This means that recycling power cubes is twice as effective than just using them, which is a strangely mixed message.

It’s just a bit of fun, but if they wanted to make a difference, they should make playing Ingress by car more difficult: reduce the speed at which the game locks down from 40mph to 20mph, for instance. 😈

https://ingress.com/news/2024-earthday

TTimo,
@TTimo@mastodon.social avatar

@nic no that'd just be even more dangerous.

TTimo,
@TTimo@mastodon.social avatar

@nic well .. Whenever I'm brake checking people in traffic, now I would have to do it harder, which is more dangerous.

molly0xfff, to random
@molly0xfff@hachyderm.io avatar

really upsetting to see former Wikimedia Foundation director and CEO Katherine Maher getting targeted by the rightwing outrage machine in her new role as NPR CEO. she's wonderful, and NPR is lucky to have her. i hope they stand behind her.

TTimo,
@TTimo@mastodon.social avatar

@molly0xfff "Donald Trump is a racist" .. Wow, hard hitting controversial stuff heh?

dgoldsmith, to random
@dgoldsmith@mastodon.social avatar

“How can you listen to a kid who wants to change sex? My kid wants to be a dinosaur!”

Because unlike wanting to be a dinosaur, there's decades of science showing kids with persistent gender dysphoria:

  1. Rarely grow out of it
  2. Continue to suffer if not treated
  3. Suffer lifelong pain if they go through the wrong puberty
  4. Are at significant risk of suicide/self-harm if untreated
  5. Thrive as well as cis kids if they are supported by family/friends and given gender-affirming care
TTimo,
@TTimo@mastodon.social avatar

@dgoldsmith I heard that argument just last week from some friends. But somewhat interestingly about Furries in HS rather than Dinosaurs at a younger age.

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

Random realization while hacking on dhewm3 (Doom3 source port), which so far sticks to C++98: When the Doom3 source was released in 2011, the C++98 standard was about as old as the C++11 standard is now.

TTimo,
@TTimo@mastodon.social avatar

@Doomed_Daniel the bulk of the stuff was written 02-04 though.

TTimo,
@TTimo@mastodon.social avatar

@Doomed_Daniel I don't remember much discussion about C++ standards, I feel like that stuff really took off after C++11. It was more about the supported features in MSVC and the overlap with gcc.

TTimo, to random
@TTimo@mastodon.social avatar

So say - if I was going to try and de-google my email hosting (custom domain), what would you recommend I look at?

TTimo, to random
@TTimo@mastodon.social avatar

I see some people mention "it passed QA checks" in reference to the xv backdoor .. You have no idea how the sausage is made, do you?

Even if someone casually looked at the particular commit (I doubt anyone did), that one line edit in the build script looks just like any od the other autotools garbage.

AndresFreundTec, to random
@AndresFreundTec@mastodon.social avatar

I accidentally found a security issue while benchmarking postgres changes.

If you run debian testing, unstable or some other more "bleeding edge" distribution, I strongly recommend upgrading ASAP.

https://www.openwall.com/lists/oss-security/2024/03/29/4

TTimo,
@TTimo@mastodon.social avatar

@AndresFreundTec jesus, I hope you like beer cuz we owe you a free lifetime supply.

taylorlorenz, to random
@taylorlorenz@mastodon.social avatar
TTimo,
@TTimo@mastodon.social avatar

@taylorlorenz justly deserved for once.

gamingonlinux, to linux
@gamingonlinux@mastodon.social avatar
TTimo,
@TTimo@mastodon.social avatar

@gamingonlinux oof still gotta wait until at least May 15th for the NVidia drivers.

Daojoan, to random
@Daojoan@mastodon.social avatar

Jesus would have joined a union

TTimo,
@TTimo@mastodon.social avatar

@Daojoan he would have flipped a few tables.

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

One thing that is annoying about dev tools like Tiled or Aseprite is that they don't warning you if you open a read-only file. Version control uses this flag to say the file is locked. You accidentally open a locked file and make a bunch of changes, get a save warning, then unlock the file and it pulls down new changes and you overwrite them.

TTimo,
@TTimo@mastodon.social avatar

@grumpygamer @glyph auto-reload discarding your local changes would be a bug in the application really? A VCS would be a likely trigger, but this happens if you directly edit stuff over Dropbox for instance.

ZachWeinersmith, to random
@ZachWeinersmith@mastodon.social avatar

Holy shit, Nvidia is now worth more than Saudi Aramco.

TTimo,
@TTimo@mastodon.social avatar

@ZachWeinersmith the two major energy companies

eniko, to random
@eniko@peoplemaking.games avatar

oh no i ran out of content from the youtube man who goes into excruciating detail on star wars lore minutiae in hours long videos that i was binge watching to keep my stress levels down :(

TTimo,
@TTimo@mastodon.social avatar

@eniko time to switch over to the same lore stuff, but for LOTR?

gedeonm, to random
@gedeonm@mastodon.social avatar

Anyone out there drive an Ioniq 5? I’m looking at it for my next car and need to gather opinions both good and bad. If you have thoughts you wanna share please let me know. Thx!

TTimo,
@TTimo@mastodon.social avatar

@gedeonm I'm starting to see a bunch of those around North Dallas. I'm less allergic to this than a Tesla but still .. Hyundai?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • tsrsr
  • DreamBathrooms
  • Durango
  • magazineikmin
  • mdbf
  • Youngstown
  • vwfavf
  • slotface
  • ethstaker
  • rosin
  • thenastyranch
  • kavyap
  • PowerRangers
  • Leos
  • ngwrru68w68
  • osvaldo12
  • cubers
  • everett
  • GTA5RPClips
  • cisconetworking
  • hgfsjryuu7
  • InstantRegret
  • tacticalgear
  • normalnudes
  • modclub
  • khanakhh
  • anitta
  • All magazines