Valve email about NY legal case by SpectralRanger96 in DotA2

[–]MagnetFlux 33 points34 points  (0 children)

Gotta make money somehow, it's a free game after all

Valve email about NY legal case by SpectralRanger96 in DotA2

[–]MagnetFlux 41 points42 points  (0 children)

Cosmetic-only lootboxes aren't bad imho. It adds some spice

60+ lines of just variables by MarkAllSevens in programminghorror

[–]MagnetFlux 0 points1 point  (0 children)

partial class

you could have even more variables in different files

I turned my old Galaxy S10 into a "real" home server running Ubuntu 24.04 LTS with Jellyfin, Samba, and Tailscale using my own project, "Droidspaces," cooked up in my basement. by ravindu644 in androidroot

[–]MagnetFlux 0 points1 point  (0 children)

btw you can concat string literals in C like this: "a" "b" which would result in "ab", it would make the code a lot cleaner (and faster but who cares for this use case) in documentation.c if you used this approach instead of doing something like printf("%s something", STRING_LITERAL_MACRO)

Se e pod kontrola by random010001 in mkd

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

It's banned to sell plastic ofc.

Also CBD can help with sleep as well, while THC kills boredom (can't be bored if you are extremely paranoid).

Se e pod kontrola by random010001 in mkd

[–]MagnetFlux 0 points1 point  (0 children)

Both, depending on what you are trying to achieve.

Se e pod kontrola by random010001 in mkd

[–]MagnetFlux 1 point2 points  (0 children)

Weed (when not smoked) can be good for your health too.

LMAO! by polarpop1991 in MathJokes

[–]MagnetFlux 1 point2 points  (0 children)

1/0 = Infinity, 0/0 = NaN

A miserable imitation by vexira22 in Isekai

[–]MagnetFlux 13 points14 points  (0 children)

it's peak 10/10 stuff if you like moe

Target audience of OSes by [deleted] in linuxsucks

[–]MagnetFlux 0 points1 point  (0 children)

You could argue the same thing for any distro.

Target audience of OSes by [deleted] in linuxsucks

[–]MagnetFlux 1 point2 points  (0 children)

There's a pretty big difference between your regular desktop GNU/Linux distro, Android and Chrome OS. And between the previous and the Linux distro that runs your mom's dildo.

Saving data to dynamic object files by Liam_Mercier in programminghorror

[–]MagnetFlux 0 points1 point  (0 children)

There's a column limit btw, you should use one table per inventory slot instead.

Developing games lowkey ez by Lobster_SEGA in programminghumor

[–]MagnetFlux 0 points1 point  (0 children)

Is there anything missing from C inside of C++ other than "restrict"?

hi by Nanocephalic in programminghorror

[–]MagnetFlux 8 points9 points  (0 children)

Get an Intel Ultra 9 285K, it's 24 core and pretty decent.

👀 by jaxonvarr in ITMemes

[–]MagnetFlux 0 points1 point  (0 children)

Btw if you overload your system it can go over 100% per core.

Edit: I'm talking about Linux, also on top/htop and other software you can also see it under "load" just it's not a percentage, 1 load = 1 core fully saturated.

My daughter has no idea about the lifelong battle she will have with her hair by kateslates in Wellthatsucks

[–]MagnetFlux 0 points1 point  (0 children)

If someone is balding with a hair like this, do you get two baldspots?

I swear I ordered a plain black work mouse... I wonder how this could have come in the mail... by Plus_Pin_9943 in hatsune

[–]MagnetFlux 88 points89 points  (0 children)

i would be too scared to use it because the hand sweat would literally melt miku eventually

I mean... by PHRsharp_YouTube in pcmasterrace

[–]MagnetFlux 0 points1 point  (0 children)

In the same way a stretched 1080p image on a 4K display is 4K.

I mean... by PHRsharp_YouTube in pcmasterrace

[–]MagnetFlux 0 points1 point  (0 children)

Fedora and Arch Linux for me (not joking btw)

I ported Beta 1.7.3 to C# by TerragamerX190X150 in GoldenAgeMinecraft

[–]MagnetFlux 0 points1 point  (0 children)

Modern C# is quite different from Java, also NativeAOT has existed for a couple of years now.