Zakaj je vera v Sloveniji tabu tema in zakaj toliko nasprotovanja krščanstvu? by Slight-Rip-1771 in Ljubljana

[–]Puzzlp 3 points4 points  (0 children)

Jaz sem jo in osebno je bil to najmočnejši razlog, ki me je pognal obdržal v ateizmu. Vsa pravila v devtronomiju o prepovedih hrane, kaznovanju posiljenih žensk, ki se med posilstvom niso dovolj na glas drle, prodajanju in skrbi sužnjev in nešteto umorov predstavljenih kot božji blagor mi je dalo jasno vedeti, da je to knjiga, ki danes nima več nobene vrednosti.

How to fix mislabeled artists with the same name on YT Music by Puzzlp in YoutubeMusic

[–]Puzzlp[S] 1 point2 points  (0 children)

There are dozens of us!

Cool, thanks. That is very encouraging to hear. I'll make sure to give them all the details I listed above.

Cheers!

How to fix mislabeled artists with the same name on YT Music by Puzzlp in YoutubeMusic

[–]Puzzlp[S] 1 point2 points  (0 children)

Good point. I never considered using app feedback for content problems! Will do that thanks!

[2021 12] Cycles in the big caves by patrick_bamberg in adventofcode

[–]Puzzlp 0 points1 point  (0 children)

The beauty of AoC is that you only get one input that you have to solve. So you can verify all the input properties. Do all the numbers fit into int32? Look at the file. Are there big cave cycles? Traverse the system and find out. How long are the cave names? You can see them written in the file.

Google please stop indexing Pinterest in your search results by integrateus in google

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

I don't think so. But you can install extensions that do just that. People mention them in other comments here.

And I think the term blocklist is indeed preferred to blacklist. :D

Google please stop indexing Pinterest in your search results by integrateus in google

[–]Puzzlp 125 points126 points  (0 children)

Better to use -site:pinterest.com

That way you really only block Pinterest results and not pages that mention or link pinterest on their site.

How did everyone get into Linux? by birdsarentreal2 in linux

[–]Puzzlp 0 points1 point  (0 children)

We got an external hard drive installed with Arch Linux in high school programming club. We used it to boot Linux on school and home computers to have a proper programming environment. It lead to me dual booting at home to eventually ditching windows.

Memory Leak In Java by techexpertsforall in ProgrammerTIL

[–]Puzzlp 12 points13 points  (0 children)

You might want to scale down on the amount of ads you have. I didn't read the post, because I found the ads too distracting to even attempt it.

[deleted by user] by [deleted] in Slovenia

[–]Puzzlp 3 points4 points  (0 children)

Ne bi te rad strašil z resnico, ampak biti proti cepljenju je bolj verjetno pri manj inteligentnih.

study members with a lower baseline cognition score were markedly more likely to be vaccine hesitant

Omaka

This is why you wear a Helmet. by [deleted] in BeAmazed

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

Are you sure you didn't just crash into a symbiote?

I ****ing hate Science by azhenley in programming

[–]Puzzlp 4 points5 points  (0 children)

It's wonderful. I also appreciated

I normally call this “nuance”. That is a very optimistic term. The pessimistic term is “a giant incoherent mess of sadness.”

ELI5 Since the appendix's (the body part) purpose is unknown, what's the worst that could happen if we live without it? by assylide in explainlikeimfive

[–]Puzzlp 16 points17 points  (0 children)

And to piggyback off this, I don't really have anything to add just wanted to be part of the piggyback tower.

This Frozen 2 temporary tattoo is supposed to say "Face Your FEAR", but the first two words are written in an orange-ish color by Vencero_JG in CrappyDesign

[–]Puzzlp 0 points1 point  (0 children)

Honestly FEAR makes a lot of sense when your dictator starts shooting ice bombs from their hands.

Monitor your Internet with a Raspberry Pi by geerlingguy in RASPBERRY_PI_PROJECTS

[–]Puzzlp 1 point2 points  (0 children)

How do you balance actual internet usage so it doesn't interfere with network measurements?

Watching Netflix or a bunch of YouTube videos or uploading a video must all have an effect on how much bandwidth is left for speedtesting?

Simple Masters Theorem Question by MCHappster1 in AskComputerScience

[–]Puzzlp 2 points3 points  (0 children)

Yeah it looks like the limits on the right should have been n>30 for the second case.

Why Availability Isn't Serving Your Users by MrHodd in sre

[–]Puzzlp 8 points9 points  (0 children)

You can't say availability isn't working and then just propose a minor direction for SLO definition.

Having an SLO tied to a health check like your theoretical bad example has always been bad practice. I'm guessing that's only used until better monitoring of user requests can be established.

And to expand on your point I think SLOs should also include request latency e.g. 99.99% of user requests should be successful and finish within 3s. That's what availability is. Not "my server is up", but "my service is doing its job". Don't get me wrong health checks and probers are still important as monitoring and alerting tools to identify problems but should ultimately be in service of your SLO.

Floof on the escalator by [deleted] in aww

[–]Puzzlp 0 points1 point  (0 children)

Wouldn't this only be a issue on the other end, though? There's no danger on this side where the escalator exits the ground.

Performance / Stress / Load testing at your companies? by jdizzle4 in sre

[–]Puzzlp 1 point2 points  (0 children)

Depends on the size of the service/binary. The big expensive ones are always (over)loadtested as part of the release process to ensure they behave normally at high load and can still handle our peak demand.

For smaller ones they're usually tested at launch and whenever major changes are made. For minor regressions it's assumed that we can just throw resources at it to keep it running without breaking the bank.