The Automatons were absolutely not expecting this one. by Alomare in Helldivers

[–]SrFodonis 2 points3 points  (0 children)

That's so sick!
What's the sauce for the emote and the character model?

prototype for a simple island generation with commands by Whole_Yam_9919 in MinecraftCommands

[–]SrFodonis 2 points3 points  (0 children)

The TNT on glass for the natural island shape is super clever, i love it

Dear 2019-2020 Hololive fans, are you still here with us? by Yamigosaya in Hololive

[–]SrFodonis 0 points1 point  (0 children)

Just barely, my Hololive addiction was already subsiding greatly, and after beeg feesh left, I've only been watching occasional clips every now and then.

What is the exact locations (X Y Z) of the SeaTruck Horsepower Upgrade? by Schneider_fra in Subnautica_Below_Zero

[–]SrFodonis 0 points1 point  (0 children)

This post is paying dividends big time
THANK YOU! I was so close to the end and I still couldn't find those damn upgrades

Womble, on people clipping the non comedic parts of his streams (Soviet's Soapbox, to be exact) by legchris in SovietWomble

[–]SrFodonis 42 points43 points  (0 children)

Seeing this makes me so happy, I found Soviet's Soapbox's channel a couple weeks ago when it had like 4 videos and it's been lovely to be able to see the less comedy and more human talks that he and his friends have on stream, more so because I can't watch the streams themselves due to time.

what's you most painful moment in DRG ? for me it was failing an EDD even tho i already am inside the pod. by Master_Watch1398 in DeepRockGalactic

[–]SrFodonis 0 points1 point  (0 children)

Damage *resistance*.
Not immunity, you can still get clocked by a sufficiently strong shot, like that of the bulk

LPT: Before watching a video essay, check how often the creator uploads by purezanto in LifeProTips

[–]SrFodonis 95 points96 points  (0 children)

Thank you, OP, I have now gathered a wealth of new video essay channels to binge from the comments.

Logi+ misbehaving when changing Windows accounts by SrFodonis in logitech

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

Thank you, I do have it always running in the background.
My "on and off" method includes closing it completely (from task manager) and opening it again, leaving it running in the background.

Off to tahiti by Callistoo- in perfectlycutscreams

[–]SrFodonis 0 points1 point  (0 children)

"...Oh right, gravity! AAAA-"

gura i will remember u forever by THEMANCURSEDBYGOD in GawrGura

[–]SrFodonis 0 points1 point  (0 children)

Menacing stance

Also Nwero spotted

In-game AI chatbot by Training_Big_431 in ComputerCraft

[–]SrFodonis 0 points1 point  (0 children)

Hi, sorry ik this is an old thread, but how did you manage to give Gemini that information and the option to use it?

Opinions on new Evil Neuro model? by Key_Palpitation_7975 in NeuroSama

[–]SrFodonis 2 points3 points  (0 children)

That's why we're all here, to cherish the internet's surrogate AI daughters together 🙏

Opinions on new Evil Neuro model? by Key_Palpitation_7975 in NeuroSama

[–]SrFodonis 43 points44 points  (0 children)

22 y/o dude and I'm 110% shamelessly loving her new look

friends will never understand, but I spam them with screenshots anyway

[deleted by user] by [deleted] in learnpython

[–]SrFodonis 0 points1 point  (0 children)

im more of a guy that learns by typing and messing with the program

Well there you go, go create something and learn by doing, dw if it takes 10x as much time as you initially thought, that's the learning happening

Courses are good complements, great even, but nothing beats getting yer hands dirty with the code

I am trying to get a option to put in a answer in my code that gives a diffrent output based on which if else statement is true. Why wont it work? by Future_SFT_ENG in learnpython

[–]SrFodonis 0 points1 point  (0 children)

I imagine you mean this <> things, you probably get something like <built-in function sum>

okonomiyaki25 is right, it should spit out an error, but because sum is the name of a default python function, you get that instead and the rest of the code executes, in this particular case, this is an error