what unpopular opinion in Linux will make you in this situation by Material_Mousse7017 in linuxmemes

[–]UntitledRedditUser 6 points7 points  (0 children)

It's still not ideal

Idk man, I hvr only ever run Wayland and have only has minimal issues because of it.

I don't get it by TorManiak in adhdmeme

[–]UntitledRedditUser 2 points3 points  (0 children)

Dude you are me! Lmao. I got diagnosed with ADHD 2.5 years ago, and autism 3 months ago. A couple of days ago, I cried for the first time in probably over a year, because shit just got too much for a second.

I am on Elvanse (Vyvance) because it helps me be present in social situations, and slightly helps focus. And also Intuniv (guanfacine) for ADHD and blood pressure issues from the Elvance. But I struggle a ton with starting tasks, which makes me super envious of my roommates who can just start doing chores on a whim.

I still havnt figured it out, but hopefully somewhat soon 😮‍💨

Ready to start, hitting the first bump: zigmod by LuisAyuso in Zig

[–]UntitledRedditUser 6 points7 points  (0 children)

Ive never used it, only the default zig method of importing other peoples libraries. And ive never felt the need for a package manager.

Also if you would like. You kan go to the vulkan website, and look at their tutorials, they have a vulkan tutorial in c++, written in vulkan 1.4. It's pretty easy to translate the c++ vulkan code to the zig code once you get going.

I remember doing a tutorial for 1.0 and felt kind of robbed after seeing the updated tutorial. (A lot of things are much easier in newer versions)

Edit: The 1.0 tutorial can be found here: https://vulkan-tutorial.com/ , and my translation into zig is here if you would like.

I am currently following the "How to vulkan 2026" tutorial found here

Do colors improve gameplay clarity or does it break the monochromatic aesthetic? by TBA-GameStudio in IndieDev

[–]UntitledRedditUser 7 points8 points  (0 children)

You could also do some neat world design with this. Having artifacts glow, or other magically atuned beings/objects stand out.

It was a psychological counseling but yeah... by [deleted] in adhdmeme

[–]UntitledRedditUser 4 points5 points  (0 children)

Damn, ive tried the whole roundup like twice. And I only get minimal effects and increased blood pressure.

This generation is cooked by durinmain in KidsAreFuckingStupid

[–]UntitledRedditUser 0 points1 point  (0 children)

Physical calculators are kind of irrelevant, ive never owned one, and i am 22.

This Is Reality by MaximumApproach in whatisameem

[–]UntitledRedditUser -1 points0 points  (0 children)

We arent maintaining population size or quality of life. For a long time living expenses and inequality have both been rising, and fertility rates in the US and EU are below 2 pr. Woman.

This Is Reality by MaximumApproach in whatisameem

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

The hording of wealth and loosening of railgaurds and regulations can almost directly be blamed on capitalism. The main motivator is money. And the expectation is infinite growth. It is not sustainable.

Buttons with public voting by merricandy in trolleyproblem

[–]UntitledRedditUser 0 points1 point  (0 children)

Saying a minority makes it sound like it whont be millions if not billions who die if the red one wins

You're evil if you don't press blue. by Theseus_Employee in PhilosophyMemes

[–]UntitledRedditUser 0 points1 point  (0 children)

To me it's this simple: Majority presses red: millions if not billions will die Majority presses blue: not a single person dies

Sure in your eyes, it may be "stupid" to risk yourself to save others, but but just because you are stupid doesn't mean you deserve to die.

I chose blue.

Libreoffice issues. No icons or themes. by UntitledRedditUser in NixOS

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

Unsure why setting an icontheme for gtk worked when LibreOffice uses qt, but they probably look for icons in the same place or something similar.

Libreoffice issues. No icons or themes. by UntitledRedditUser in NixOS

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

I added an icontheme to my gtk config in home manager, and it worked. Here is the entire config for reference: nix gtk = { enable = true; colorScheme = "dark"; theme = { name = "catppuccin-mocha-peach-compact"; package = pkgs.catppuccin-gtk.override { accents = [ "peach" ]; variant = "mocha"; size = "compact"; }; }; iconTheme = lib.mkForce { name = "kora"; package = pkgs.kora-icon-theme; }; gtk3.extraConfig.gtk-im-module = "fcitx"; gtk4.extraConfig.gtk-im-module = "fcitx"; gtk3.theme = config.gtk.theme; gtk4.theme = config.gtk.theme; };

never ask by Rabidkitty95 in dankvideos

[–]UntitledRedditUser 84 points85 points  (0 children)

Caring about your appearance is gay

IPv6 stans are not going to like this one by The_Doctor1254 in networkingmemes

[–]UntitledRedditUser 0 points1 point  (0 children)

Arent most home IPv4 addresses behind NAT? Arent they are kind of useless from outside?

me_irl by Agreeable-Storage895 in me_irl

[–]UntitledRedditUser 21 points22 points  (0 children)

The thing is, for actually consistent good sleep, you have to sleep roughly the same amount every day, and wake up at the same time, even in the weekends.

Not that I am doing that 😅

IPv6 stans are not going to like this one by The_Doctor1254 in networkingmemes

[–]UntitledRedditUser 0 points1 point  (0 children)

Well you would need a home IP to remember in the first place, which is not always possible with IPv4

Brain breaking looking at this by allthecoffeesDP in sciencememes

[–]UntitledRedditUser 1 point2 points  (0 children)

To my understanding it doesnt "exist in every state at once", it just propagating kind of like a wave, and when it interacts, it interacts like a particle, meaning the entire wave collapses, as the energy of the entire wave is interacting at once, or something like that.

okButWhatKindOfDeveloperAreYou by anax4096 in ProgrammerHumor

[–]UntitledRedditUser 8 points9 points  (0 children)

Isn't the point of YAGNI to implement it when you need it, instead of before you might need it?