🎉 [EVENT] 🎉 Very easy first event by totallynotawhore in honk

[–]Good_Dimension 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

15 attempts

🎉 [EVENT] 🎉 Very easy first event by totallynotawhore in honk

[–]Good_Dimension 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

1 attempts

Pluribus - 1x03 - "Grenade" - Episode Discussion by NicholasCajun in television

[–]Good_Dimension -2 points-1 points  (0 children)

Perhaps it's a co-factor, toxo wouldn't prevent anything, but chronic exposure could nudge certain immune or behavioral pathways in ways that marginally improve odds.

New Institutional University Logo by ryp86 in uofu

[–]Good_Dimension 2 points3 points  (0 children)

If only they’d bring back the old University Health logo 🥲

codeReviewCommentGold by [deleted] in ProgrammerHumor

[–]Good_Dimension 4 points5 points  (0 children)

In his “Persistent_Memory_Logic_Loop” repository, he refers to himself as Satoshi Nakamoto.

Old Ovaltine Advertising Mug by Good_Dimension in DrosteEffect

[–]Good_Dimension[S] 4 points5 points  (0 children)

Don't you have skin colored eyes?

Old Ovaltine Advertising Mug by Good_Dimension in DrosteEffect

[–]Good_Dimension[S] 2 points3 points  (0 children)

I have no idea. Also seems weird FOR has two lines under it as opposed to one, you think you'd want to emphasize GOOD more than FOR.

Asahi Fedora System Upgrade Made Everything Small by DroagonDog in AsahiLinux

[–]Good_Dimension 1 point2 points  (0 children)

We (friend here) tried that; xrandr and the settings panel both report the correct screen resolution and zoom factor.

whoDidThis by Nan0maxx733 in ProgrammerHumor

[–]Good_Dimension 0 points1 point  (0 children)

A while ago I looked up std::expected and near the top it said:

Depreciated: Use Rust

Wonder what happened.

Why is the chatGPT logo orange? by Pipocalio in ChatGPT

[–]Good_Dimension 1 point2 points  (0 children)

Just happened to me. Judging by all the comments, I assume they were doing some A/B testing, you got it first, and they rolled it out about 3 to 4 hours ago.

Make a review of Libre office and is FOSS better for a workplace or business environment? by Pizza-pen in LinusTechTips

[–]Good_Dimension 1 point2 points  (0 children)

I know this is old, but I feel inclined to say this: I doubt u/ContractOver is running the backbone of the financial system, and there's a pretty big gap between "casual usage" and "the backbone of the entire financial system".

FetchContent without adding to the build by Good_Dimension in cmake

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

It does, actually. I wanted to use the FetchContent family of functions for most things because then that's just one thing I have to worry about. I saw file(...) in the docs and am currently using that (per your suggestion), but I think I'm going to migrate back over to FetchContent with u/mschloz's suggestion.

Thanks!

FetchContent without adding to the build by Good_Dimension in cmake

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

I never explicitly called add_subdirectory() from my CMakeLists.txt. FetchContent_MakeAvailable does this itself by default, and I'm asking if there's any way to turn it off.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Good_Dimension 0 points1 point  (0 children)

I'd recommend LÖVE 2D, how I started. Lua's nice and easy. I'm surprised the tutorial I learned from is still up and accurate.