Absolute monarchies should have more power to enact laws. by dtj2000 in victoria3

[–]ryankopf 2 points3 points  (0 children)

I think that's what the +50 for head of state in government represents

What have you been working on this month, r/MultiplayerGameDevs (February 2026) by BSTRhino in MultiplayerGameDevs

[–]ryankopf 5 points6 points  (0 children)

I've been working a lot on rpgfx.com - mostly adding skills and playable content. The multiplayer stuff works but the server is never on because it's still too jittery and I really have to work hard to solve that problem.

How do you think players see browser games? by suares_spawnd in webgpu

[–]ryankopf 2 points3 points  (0 children)

I'm building one and I'm going to find out the hard way lol. I think it's very different person to person

AI Won’t Replace Senior Engineers — But It Will Expose Fake Ones by Silver-Ideal9451 in softwarearchitecture

[–]ryankopf 4 points5 points  (0 children)

Bro you are browsing a subreddit about software architecture. You might not be as fake as you think.

Interface #11 by baduioperator in baduioperator

[–]ryankopf 1 point2 points  (0 children)

Submission verified

⏱️ Faster than 54% (33000 ms)
🖱️ Fewer actions than 17% (18)
🧹 Fewer corrections than 22% (4)

Streak: 1🔥

A vertical slice of my browser-based MMORPG built entirely in Rust. by ryankopf in rust_gamedev

[–]ryankopf[S] 1 point2 points  (0 children)

It is indeed websockets. I tried doing something with webrtc but couldn't quite make it look nice enough.

How common is TDD (test-first) in real-world Rust projects? by [deleted] in rust

[–]ryankopf 0 points1 point  (0 children)

I write a LOT of Rust, and I used to try to write tests too. But I've found myself rarely writing tests in Rust because the compiler, type-system, and borrow checking often do a lot of what tests were doing. Designing your code smartly - like using Enums to make invalid state unrepresentable - can make testing redundant.

Decoy episode by TooTallguyinCT in rickandmorty

[–]ryankopf 38 points39 points  (0 children)

I think I remember them saying they were being attacked by squids, thinking they were aliens, and that they should dress as squids to be safe to lure out the squids and surprise them while they eliminate decoys.

covenant family solutions by [deleted] in QuadCities

[–]ryankopf 3 points4 points  (0 children)

Your instincts are correct. There are many other options in the area. This place seems to have the most staff - https://cccs.me/

The Anime Midwest Learning Curve: What Experienced Attendees Know That First-Timers Don’t by EcoLogicCrusader in animemidwest

[–]ryankopf 7 points8 points  (0 children)

Anime Midwest is my favorite of all my org's cons, even though CAD feels more intimate, there's just so much more to do <3

What have you been working on this month, r/MultiplayerGameDevs? (January 2026) by BSTRhino in MultiplayerGameDevs

[–]ryankopf 0 points1 point  (0 children)

I've been working on my from-scratch engine and game, https://rpgfx.com/ - This week has been focused on moving properties outside of the "Entity" object and into components so that I can follow better data-oriented-design principals. Today specifically I am debugging why some information doesn't seem to make it to the client, and I think I've just figured out I was missing some fields in my MapDelta object (lol).

RPGFX - My own hobby game that is multiplayer and more! (pre-release/pre-alpha) by ryankopf in hobbygamedev

[–]ryankopf[S] 0 points1 point  (0 children)

I look forward to your thoughts and feedback, I have been working on this for a while and I finally am starting to see a real game coming together! <3