Lmao it doesn't take much effort to notice you posting like once every 15 minutes, you might want to take his advice and touch some grass
Lmao it doesn't take much effort to notice you posting like once every 15 minutes, you might want to take his advice and touch some grass
Now that Valve made Linux gaming super viable I'm now 100% on Linux day-to-day. Next step: getting my RGB controls on my tower on par with the proprietary controls on Windows.
#OpenRGB is about 90% of the way there, but there are some missing features for my AIO cooler. Time to reverse-engineer...
A 6 episode chaos season? I'm so in
They actually tend to lean left: mediabiasfactcheck.com/washington-p...
Just because they haven't published anything in the last 5 days? I found these with a quick google
Published 12/12: www.washingtonpost.com/politics/202...
Published 12/10: www.washingtonpost.com/politics/202...
Also 12/10: www.washingtonpost.com/national-sec...
Oh fantastic, System Shock (and especially the remake!) are wildly good. The fact that it pioneered the "audio log storytelling" format in the 90s must have been mind blowing at the time
With the new Steam Machine coming out with an Arch-based Linux distro, it seems like "I use Arch, btw" will become even less of a flex than it used to be. Assuming the Steam Machine sells well, anyway.
Announcing: New @steampowered.com Hardware, coming in 2026:
Steam Controller
Steam Machine
Steam Frame.Β
Watch our jazzy announcement video and wishlist now: steampowered.com/hardware
Don't know if it's too late for this, but creating a local account instead of logging in with a Microsoft account will make the hardware changes less painful: www.tomshardware.com/how-to/insta...
Satisfactory will definitely not help your backlog lol. I'm like 240 hours in but I've definitely seen people with like 2000+ hours
Brennan's announcement
The hardest part of the GenCon calendar backend that I'm working on with a friend is finally over! My Rust-based backend can now import about 20K events into Postgres in a little under 30 seconds π¦πͺ
The work I did on the Rust backend template really paid off!
2.5 pro is actually wildly good at answering my questions. No wonder it's at the top of the AI benchmarks
Silent Hill F release date AND they're having Bloober remake Silent Hill 1?? In the same day??? Thank you @konamina.bsky.social π
Barnes & Noble knew EXACTLY what they were doing when they set up the books near checkout π€£
Cursed as hell
FAT BIRD WEEK WINNER:
WISCONSERVATION.ORG/FATBIRDWEEK
I visited Amsterdam for KotlinConf (from the US) a few years ago and was absolutely blown away by the number of areas where you can only walk, the quality of public transit, and both the availability and usage of bike lanes. We need this everywhere
A combination chart with the rows named Gear and Slug while the columns are named Metal and Guilty. Each square represents what game it's from: Top Left: Metal Gear - Metal Gear Rex Bottom Left: Metal Slug - one of the characters peers out of a tank holding binoculars Top Right: Guilty Gear - one fo the game characters holding onto a sword stuck in the ground Bottom Right: Guilty Slug - A hand drawn slug saying "oh no!"
Thanks π
Whoops, autocorrect - I meant to say utoipa: github.com/juhaku/utoipa
I'm also building a rust backend for a project I'm working on with a friend to make the gencon event calendar more user friendly based on this template:
github.com/emanguy/GenC...
I've done a couple of contributions to projects like utopia, but my biggest project has been a template for building microservices in Rust: github.com/emanguy/rust...
Which definitely means more posts about my open-source Rust work to come π€
Just accepted a position where I'll be building with Rust for Disney! This is my first actual Rust position, super hyped about it π
Unfortunately change doesn't come quickly, but as long as people are willing to fight for what's right it does come eventually β₯οΈ
Venting is always good. At the very least I'm taking comfort in the fact that the people who brought this whole situation to fruition are really starting to feel the effects of their decision which will hopefully drive better outcomes in the future
Just wait till you implement a trait you defined on a 3rd party type or a stdlib type. It's simply the best
Yep! That works, just note that because you're destructuring from a reference that you may be setting x and y to be the type &i32 instead of just i32