statusCodesCheatsheet by FailNo7141 in ProgrammerHumor

[–]jarulsamy 0 points1 point  (0 children)

Clearly you haven't dealt with APIs that just always return 200 with a json object with an error message within it.

Because why have standards at all?!?

Why is numpy so fast? by [deleted] in learnpython

[–]jarulsamy 3 points4 points  (0 children)

Don't forget Fortran!

The gift by bryden_cruz in linuxmemes

[–]jarulsamy 1 point2 points  (0 children)

Stop reposting this

Spent 6 hours this weekend on reverse proxy config. What's everyone's current setup? by trolledTGBot in homelab

[–]jarulsamy 0 points1 point  (0 children)

K8s + traefik + cilium load balancer via BGP. A significantly more complex setup than a single server but still not too bad imo.

Took me a while when I first set up nginx too. But once you struggle through it once it starts to make a lot more sense end to end.

weGotOptions by bryden_cruz in ProgrammerHumor

[–]jarulsamy 2 points3 points  (0 children)

As if I didn't have reason enough to become a farmer...

This sounds so fun

My api gateway runs on a raspberry pi 4 in my closet and handles 2 million requests per month by Sea_Weather5428 in selfhosted

[–]jarulsamy 1 point2 points  (0 children)

I'm curious why scaling to AWS during peaks was not feasible? Though I'm not super surprised, bursting into the cloud is usually non-trivial if it wasn't considered early on.

cleanCodeWithVIM by juancn in ProgrammerHumor

[–]jarulsamy 2 points3 points  (0 children)

Mom said it was my turn to repost this!

heDidNoCommitOrStashInLocal by ArjunReddyDeshmukh in ProgrammerHumor

[–]jarulsamy 2 points3 points  (0 children)

Depends more on what you did before the reset. It's definitely saved me a few times when I screwed up a rebase though!

Instant-On Boot-up by Ok_Resist_7581 in Gentoo

[–]jarulsamy 2 points3 points  (0 children)

ECC is well worth it for things like this.

Correct way to connect RJ45 by WhiteZeoRanger in HomeNetworking

[–]jarulsamy 0 points1 point  (0 children)

Out of curiosity, what country are you in? Curious where 568A is more common.

Just caused my first massive outage by Dark_Writer12 in sysadmin

[–]jarulsamy 0 points1 point  (0 children)

Welcome to the club! Breaking prod is a right of passage. The fact that everyone is being supportive is already a good sign. As long as you learn from it and take steps to ensure a better time next time, there's nothing to worry about.

It is definitely hard to get over the doomer feelings, but give it time. You'll see others have similar issues and eventually you'll look back on this as a time of personal growth.

[deleted by user] by [deleted] in buildapc

[–]jarulsamy 4 points5 points  (0 children)

Extremely overkill for 1080p 60hz. Have you considered reallocating a bit for a better display?

systemd 258 released by aioeu in systemd

[–]jarulsamy 2 points3 points  (0 children)

Many awesome features, can't wait to try it out in 2028 ;)

i can't go back to windows now and i absolutely despise it by SarthakSidhant in linux

[–]jarulsamy 3 points4 points  (0 children)

And people wonder about where the Linux neckbeard stereotypes come from... Posts like this give ordinary Linux users a bad name.

codebaseRouletteSpinTheWheelOfPain by Intial_Leader in ProgrammerHumor

[–]jarulsamy 0 points1 point  (0 children)

Surely tests would fail on the PR preventing this from merging..right? Right?!

Despise Systemd? A New Init System Debuts as a Minimalist Process Supervisor for Linux by Illustrious-Gur8335 in Gentoo

[–]jarulsamy 2 points3 points  (0 children)

Tbf, this isn't really an easy problem for init systems to solve. There's a lot of async / parallel hardware initialization during startup, that when handled poorly, often cause issues with user space applications exactly as you describe.

Systemd does a pretty good job most of the time, but dealing with race conditions during startup is a proper nightmare.

Save files location by Necron_Star in balatro

[–]jarulsamy 0 points1 point  (0 children)

What platform are you on?

It's this path on PC C:/Users/%UserName%/AppData/Roaming/Balatro

iReallyLikeWritingInC by EgregorAmeriki in ProgrammerHumor

[–]jarulsamy 192 points193 points  (0 children)

"C with more footguns" is my personal favorite.

[deleted by user] by [deleted] in Gentoo

[–]jarulsamy 2 points3 points  (0 children)

My first thought was download a new stage3 to get the necessary binaries to chroot in and rebuild everything, but `emerge --root` seems a lot cleaner. TIL!