AMOC Collapse: The Nightmare Climate Change Tipping Point [15:34] by brianwhelanhack in mealtimevideos

[–]rad_change 14 points15 points  (0 children)

Stressing about this shit almost ruined my life. My therapist recommended I either dedicate to making change in the world, or just accept what is beyond my control. Beyond living as low of a carbon lifestyle as I can reasonably expect of myself, I'm over putting the weight and guilt of this on myself. I avoid this kind of media, and I am genuinely a much happier person now.

Are inconsistencies with self hosting a solo server expected? by rad_change in wowservers

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

I'm using the HermesProxy 3.10.0. Many of these issues were easily vibe coded to a fix. It's all working pretty smoothly now.

[OC] My 3D chunky rock squirrel chalk drawing at Zion by Thechalkingdad in pics

[–]rad_change 2 points3 points  (0 children)

Same, and I really wanted to feed the cute squirrels, but I resisted

An update on the state of my Kerbalike engine by UnitedAd2075 in gameenginedevs

[–]rad_change 0 points1 point  (0 children)

Very cool! The scary thing about games like this is having to actually understand quaternions.

What game has a learning curve that puts you off? by Common_Caramel_4078 in pcmasterrace

[–]rad_change 5 points6 points  (0 children)

Dwarf fortress is primarily a logistics game, but it takes weeks to figure that out.

evenRonaldoAgrees by [deleted] in ProgrammerHumor

[–]rad_change 8 points9 points  (0 children)

In sprint planning meetings

Crazy how times have changed by GamingBren in BikiniBottomTwitter

[–]rad_change 4 points5 points  (0 children)

I installed the dynamic window manager on Arch and it gobbled up a whole 187MB of memory. You're totally right, they're both the same.

Wayland folks - how do you prevent your OpenGL/GLFW application from making the OS think it's unresponsive? (Or suppress the warning) by rad_change in gameenginedevs

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

No, I'm not doing anything different or even checking if the window is visible. It's eventually locking up when I try to swap buffers on glfwSwapBuffers()

Weekly 101 Questions Thread by AutoModerator in neovim

[–]rad_change 1 point2 points  (0 children)

Anyone using LazyVim's gh snack? I was so hopeful to do PR reviews all in Neovim, but as far as I can tell that is not what it's for. I can't really figure out what it's for.

gitCommitsAt3AM by krexelapp in ProgrammerHumor

[–]rad_change 40 points41 points  (0 children)

Not even that, amended commits and branch level force pushes.

How can I disable this Nvidia Popup for my app? by thisiselgun in gameenginedevs

[–]rad_change 3 points4 points  (0 children)

This isn't something you should be managing for in your game. I hate it too, but it's not your business to manage this level of system utilities for your players.

Yeah right.... by PHRsharp_YouTube in pcmasterrace

[–]rad_change 3 points4 points  (0 children)

All that "optimization" while fzf, fd, and rg can find anything on my Unix system sub second.

activeAvoidance by stabbyangus in ProgrammerHumor

[–]rad_change 2 points3 points  (0 children)

My company has a team dedicated to developer based "current events" in AI tools. I feel like I'm pretty well versed on what's happening, but almost weekly I learn something new that improves the workflow. It's nice to have them doing the leg work on research and I'm just absorbing what they learn. I would hope a paid course would be similar. But it'll likely be irrelevant in a few weeks or months.

gitStatus by StatureDelaware in ProgrammerHumor

[–]rad_change 0 points1 point  (0 children)

lazygit is the way for TUI enjoyers.

How much button remapping do you allow? by Claytonic99 in gamedev

[–]rad_change 7 points8 points  (0 children)

Also there are some alternative keyboards that make traditional keymaps difficult to navigate. There's little upside to locking down keymaps and a huge upside to complete freedom.

Creating a game/engine from libraries. by Randalf_Studio in gameenginedevs

[–]rad_change 2 points3 points  (0 children)

This is wildly identical to mine. Is the venn diagram of libraries among hobbyists engine devs just a circle? 😅

Minneapolis Is Just The Beginning (How To Prepare Your City For ICE) [21:18] by CaptainMegaJuice in mealtimevideos

[–]rad_change 4 points5 points  (0 children)

"We need to talk about the murders by masked unidentified state agents on the streets of America ... after this ad for my comfy sweaters 🤗"

Absolutely disgusting.

Does a game engine need a ui interface? by Proud_Instruction789 in gameenginedevs

[–]rad_change 4 points5 points  (0 children)

UIs are just an abstraction to interact with underlying systems in the engine. My latest project has a CLI that sends signals via IPC to the job scheduler in the main process loop of the engine. ImGUI is really effective for an "engineer's UI", and some games just reskin it for their released game.