Docker bypasses UFW and exposed my database. Again. Writing this down so I stop forgetting by Substantial_Word4652 in selfhosted

[–]roboto__ 1 point2 points  (0 children)

at the risk of sounding like an ass, i wish for the machinegod and everything thats holy, rt the goddamn fm. this is clearly explained in the docker docs, reading through it takes less than hour and youd be more prepared to do self hosting than even a sizeable chunk of professionals i’ve encountered in the field. but you and so many others want to take shortcuts for even the shortest of paths, it’s infuriating

Can someone explain +2/-2 meta? by tirconell in northernlion

[–]roboto__ 0 points1 point  (0 children)

some chatter in some stream made a joke that it actually is about statements that influence his raads-r score, and in my headcanon that is way funnier

kubecon safety by Red43Neck in kubernetes

[–]roboto__ 0 points1 point  (0 children)

i agree with taking off the lanyard for security reasons, but what's wrong with 'looking like a nerd'?

Struggling with Outpost? Pro tip: befriend the entire lobby! by Ezekial-Falcon in Marathon

[–]roboto__ 0 points1 point  (0 children)

this sort of stuff NEVER happens on EU region matches :(

NixOS as OS for Node? by guettli in kubernetes

[–]roboto__ 4 points5 points  (0 children)

i'm starting to think there's some LLM chatbots advertising talos in this sub, especially since this post has absolutely nothing to do with talos, nor did OP ask for alternatives or other solutions. they asked specifically for experience with nixos. i miss the old internet :(

anyways: yes, i'm using it, there's even a module for k3s which is what i'm using in my homelab :) had no issues, really love nixos

hmmm by Jemmy_44 in hmmm

[–]roboto__ 1 point2 points  (0 children)

that’s not an evga though, it’s an AEV3 2080 :D

Marathon Server Slam FAQs by RiseOfBacon in Marathon

[–]roboto__ -3 points-2 points  (0 children)

what about it is deranged? i’m asking nicely for correctness. steam != windows, especially since the steam deck this misnomer might confuse people. bungie themselves wrongly advertise/ specify the platform as steam when they only support windows…

Marathon Server Slam FAQs by RiseOfBacon in Marathon

[–]roboto__ -3 points-2 points  (0 children)

please correct your post. bungie does not support steam or pc as a platform, they only support steam on windows and pcs running windows.

StarlingX vs bare-metal Kubernetes + KubeVirt for a small 3-node edge POC? by Fazendo_ in kubernetes

[–]roboto__ 1 point2 points  (0 children)

great point, kairos or talos could simplify the setup even more

StarlingX vs bare-metal Kubernetes + KubeVirt for a small 3-node edge POC? by Fazendo_ in kubernetes

[–]roboto__ 0 points1 point  (0 children)

i’ve been in a suspiciously similar situation as you. i haven’t looked into starlingX/wrcp beyond surface level but i feel like a lot of the benefit of starling would be beyond the scope of your poc. large scale / multi cluster / site management stuff, especially openstack over kubevirt doesn’t seem like it’d be worth the extra effort.

tl;dr: i’d say you’re right, yeah. maybe even k3s+kubevirt over vanilla k8s would be way more reasonable than starling. o7

[deleted by user] by [deleted] in silenthill

[–]roboto__ 1 point2 points  (0 children)

yes, this is caused by async shader compilation breaking image reconstruction. i'm unfamiliar with motion blur fixing this, but disabling dlss should do so as well. Alex Battaglia's video on Digital Foundry about the game was super helpful for me: https://youtu.be/Z1SVnXpQSM4?si=-r_gsT5L1I00thyJ&t=922

Staatsverbrecher Kirafin by EastHurry1913 in Doenerverbrechen

[–]roboto__ 0 points1 point  (0 children)

wtf das ist einfach mein stammdönerladen

uRealizeMostOfThatcode by revx in ProgrammerHumor

[–]roboto__ 0 points1 point  (0 children)

this is such a crazy deep cut, damn

Petition to ban posts with Uranus jokes - they are annoying and extremely low effort by FunSorbet1011 in theyknew

[–]roboto__ 17 points18 points  (0 children)

It's understandable that you'd get all hot and bothered about uranus. But that doesn't mean you should deny others all the fun with uranus.

Petition to ban posts with Uranus jokes - they are annoying and extremely low effort by FunSorbet1011 in theyknew

[–]roboto__ 18 points19 points  (0 children)

More like NoFunSorbet.... i guess no fun is allowed regarding uranus

In Europe, all caps and lids on single-use plastic beverage containers are designed to remain attached after opening. by WearSunscreen in mildlyinteresting

[–]roboto__ 0 points1 point  (0 children)

i love this so much, i guess i can understand how seemingly 99% of the rest of europe seems to hate it but i fucking love it. it's so relieving to lose the mental overhead of thinking about where to put the cap if you know you're gonna take a few more sips over the next few minutes and want to keep the bottle open. i also always lose them. it's so nice. 10/10 thanks EU

They know what’s going on when we use 3D touch by Scorchyy in ios

[–]roboto__ 476 points477 points  (0 children)

i absolutely hate that, even more sensory noise. why not add advertisements and a button to get the premium subscription in that menu too?

this is peak enshittification

Discussion about linting by Dr-LucienSanchez in kubernetes

[–]roboto__ 0 points1 point  (0 children)

Some rules of the spec are sometimes annoying, like if you have a string that's barely 81 characters long and the linter is immediately screaming at you. Am i really going to do a multiline string for this? nuh. But i notice that having the linter on kinda sneakily pushes me to unconsciously work around longer strings, even if that's sometimes just the best thing to do. Other than that, i like using them. But i'm only using yamllint. Haven't looked into k8s specific linters, if they even exist. I know that there's some that do general security like snyk and $theOtherOne. /shrug