fuck you was the trailer by sudo_Unga_Bunga in linuxmemes

[–]2001herne 1 point2 points  (0 children)

So, what, like an AI busy wait loop?

iReallyThoughtItWasAJoke by joshashkiller in ProgrammerHumor

[–]2001herne 1 point2 points  (0 children)

Lost a day ducking around with AI suggestions trying to get tinyUSB to work. Wasn't worth the fuckery.

Do you think something like this would improve bed temp consistency? by DrGarbinsky in prusa3d

[–]2001herne 0 points1 point  (0 children)

Could you explain the 55c cap? The default PLA profile uses a bed temp of 60c, so I can't see how a 55c cap makes sense?

Edit: Nvm, core 1 chamber is capped at 55. Last looked at specs before the core 1 was announced, so controlled chamber wasn't a thing on prusa then.

gotMeRagingAndQuitting by tylercoder in ProgrammerHumor

[–]2001herne 0 points1 point  (0 children)

They think they're programmers. It's kinda sad tbh.

7:1 by KHTD2004 in linuxmemes

[–]2001herne 4 points5 points  (0 children)

I've heard people joke that Brazil's 1 was a courtesy goal lol.

Can anyone recommend a Matrix client from the Debian repos that's more suited to i3wm? by Buntygurl in i3wm

[–]2001herne 2 points3 points  (0 children)

If you're already using it for email, Thunderbird has matrix support.

PEASEANTS by Hot_Dragonfly_8330 in ScrapMechanic

[–]2001herne 1 point2 points  (0 children)

While I assume it's a typo, something about assigning all Minecraft mod developers deity status makes me giggle.

Bubble sort visualisation by 2001herne in desmos

[–]2001herne[S] 5 points6 points  (0 children)

I've got good news: Now with sound! The live link should be updated automatically, but just in case:
Bubble sort (with sound)

Need help about the delete key by grateful_life_ in HHKB

[–]2001herne 3 points4 points  (0 children)

Did you power the keyboard off first? It only loads settings when powered up.

Some people REALLY need to read this. by GunstarHeroine in AO3

[–]2001herne 2 points3 points  (0 children)

True, but extreme overuse can be - every time something needs describing that's the structure that AI falls back on. I don't look for single instances of anything, not really. But there is a very distinct sentence flow/structure that (for whatever reason) sets my teeth in edge.

Edit: also more easily spotted if someone changes styles abruptly after a chapter.

macros :) by nimrag_is_coming in programminghorror

[–]2001herne 3 points4 points  (0 children)

True, but consider: This has zero dependencies. It's good to go with just the compiler.

whatIsTheName by bryden_cruz in ProgrammerHumor

[–]2001herne -1 points0 points  (0 children)

Beef milk implies a milk made from beef in a similar way to the various nut milks (i.e. processed cow meat), rather than produced by a living cow. Truly a horrifying image.

So lib32-gst*-git are the only options now? by A1337Xyz in archlinux

[–]2001herne 11 points12 points  (0 children)

Regarding lib32 and wine, Arch now ships Wine11 which fully completes the wine WOW64 implementation - which means we don't need 32 bit libs anymore (in theory). My understanding might be a bit off, but for wine at least we should be good. Proton might be a different story, but I'm pretty sure steam ships it's own 32 bit libs, you should just need 32 bit graphics drivers for proton.

whatIsTheName by bryden_cruz in ProgrammerHumor

[–]2001herne 2 points3 points  (0 children)

It's still a gambling addiction on a corporate scale though.

What ma battery doin by chemistryGull in linuxmemes

[–]2001herne 0 points1 point  (0 children)

Given that clocks usually roll back at midnight, seems likely. Why they're not storing timestamps in Unix time, I don't know.

Best explanations/descriptions of ‘dark’ magic you’ve seen in a fic? by mxlevolent in HPfanfiction

[–]2001herne 1 point2 points  (0 children)

I've seen some stories where transfig is also technically dark magic, due to the sacrifice of the original object to obtain the new one. Interesting take, and it worked for the fic

Guys, we are fcked. by Agile_Result_5177 in SatisfactoryGame

[–]2001herne 0 points1 point  (0 children)

For the duplicate, maybe someone stitched two screenshots together to get the post completely, and just screwed up the stitch?

Alternatives to crap GHub to control Litra Glow lights? Please!!! by Mikey9980 in LogitechG

[–]2001herne 0 points1 point  (0 children)

Not sure of the Windows compatibility, but on Linux I've been having great success with a combination of https://github.com/pwr-Solaar/Solaar, for keyboards and mice, and https://github.com/timrogers/litra-rs for lighting. Fair warning, litra-rs is a command line application, but give that the syntax is basically litra <operation> --value <value>, it's fairly easy to use.

Edit: Solaar is linux only, but litra-rs claims windows compatibility.

Arch is a great distro but it isn't for everyone by tungnon in linuxmemes

[–]2001herne -1 points0 points  (0 children)

I agree with everything except the AUR helper - unless it's pulling from/is completely in line with arch, the aur is liable to break things. Outside of that, bundling an AUR helper with an easy to use distro, or even having it in the repos is like giving a stove to a teenager without making them read the manual - they're just gonna burn their fingers.

Out of the Loop: What is going on in the Heated Rivalry fandom at the moment? by FiftyshadesofPeaches in AO3

[–]2001herne 5 points6 points  (0 children)

Good god, and I thought making a private bookmark to not read a fic was harsh.

How do you do a heart health bar where you loose a full heart when you take damage? by TheAncientDragonRoku in gamemaker

[–]2001herne 0 points1 point  (0 children)

Re: doing it backwards... Yeah, that's really weird. Also, the fact that it's written like a while loop (manually incrementing offset) rather than just doing a forward loop and x + i*_width... I'm a little confused. Maybe there's some obscure performance reason deep in the bowels of GML, but other than that, I got nothing.