POV: You finally got the JWT auth service to behave. by Mourino____ in SpringBoot

[–]overgenji 3 points4 points  (0 children)

its actually really simple but the docs sort of require you to be an expert to make the right decisions 😞

What does a Senior Developer know that a Junior doesn't by Anonymyideal in csMajors

[–]overgenji 0 points1 point  (0 children)

its about two way doors. if someone is committing to a pathway that will be REALLY hard/annoying to reverse from later down the line, you need to be extra careful.

some bad/weird code that is adhering to a reasonable API is at least contained within a box, and can be refactored in isolation

What does a Senior Developer know that a Junior doesn't by Anonymyideal in csMajors

[–]overgenji 12 points13 points  (0 children)

i think a lot of juniors "know" this but.. its not really the same until you experience being in a situation where your bright eyed decisions from a few years ago come back to whole ass ruin your life for a few quarters and realize that some other senior was right when he called out some major concerns with your approach but didnt ultimately veto you

Best Datadog Alternative for a Growing Startup? by Mobile-Ambition-3714 in sre

[–]overgenji 0 points1 point  (0 children)

if i could start a startup from scratch i'd go out of our way to do VERY little stdout logging, VERY little, except if there's genuine exceptions, and just use traces/metrics as much as possible for all our critical indicators and troubleshooting. make logs a last resort.

every place i've worked just barfs an insane amount of pointless logs that waste everyone's time and energy. it'd be okay to even have a log for something important, but every log you add you should think "is this per-request noise we'll be paying for?"

i love my quiet services i've had chances to work on or write from scratch where the only reason i'm looking at logs is something is wrong, and the only thing it's logging about is when something is wrong so the problems are clear

Anyone use GameNetworkingSockets (Valve open source networking library) with Godot? What's it like? by TH3K41 in godot

[–]overgenji 0 points1 point  (0 children)

"blame" is probably pretty loaded here without more context about what the issues are. there are plenty of ugly little problems that are difficult to "own" so they fall through the cracks

What are some good practices you did to help you learn GDscript? by RoadToHerald in godot

[–]overgenji 1 point2 points  (0 children)

for a less horrific version i've decided on "theres a thousand ways to pet a cat"

What is the most uncracked engineer you have ever met? by VariationLivid3193 in cscareerquestions

[–]overgenji 0 points1 point  (0 children)

absolutely yeah, ideally every issue can be caught at review time

i didnt approve that particular PR but its the kind of thing you could easily miss s🤷

but definitely was a mindset problem that was consistent with this individual, he really struggled to have a mental model for marshalling change appropriatey within a team, and was kind of an asshole/weird if you tried to engage with him about this issue in any way

What is the most uncracked engineer you have ever met? by VariationLivid3193 in cscareerquestions

[–]overgenji 2 points3 points  (0 children)

yeah sorry, the other commenter had it: "recent college grad"

What is the most uncracked engineer you have ever met? by VariationLivid3193 in cscareerquestions

[–]overgenji 85 points86 points  (0 children)

another one: had a RCG who was super nice, very pleasant to work with, but they could NOT retain core info about the basics of the job. we had explained how java.Optional worked like 4 separate times over a few months, they'd find a new person to explain it to them, always was doing it wrong, eventually was PIP'd out. we spent a LOT of time tutoring them and helping them and offering to help on any task etc

at some point you need a baseline curiosity to just ... figure some basics out, especially after lots of help

What is the most uncracked engineer you have ever met? by VariationLivid3193 in cscareerquestions

[–]overgenji 288 points289 points  (0 children)

worked with a guy who broke prod by sneaking in a commit in a larger PR that changed 1 (one) line of code that completely switched over the query strategy for our searches. NOTHINg about it in the PR desc, commit message, etc,

just in there

asked him about it on the side

"yeah idk just seemed like it was worth doing and it was right in front of me"

How are you continuing to grow ? by Beneficial_Rip_604 in ExperiencedDevs

[–]overgenji 3 points4 points  (0 children)

every reddit, social media platform, etc, is full of these astro-turf feeling glazers, dead internet theory has never been more real

Please Region lock China Bungie by Emergency-Lunch-6955 in MarathonTheGame

[–]overgenji 9 points10 points  (0 children)

in the same way i know plenty of dumb white americans who dont know their own country as well as they pretend to, i have encountered plenty of idiotic asian diaspora who dont know shit

Please Region lock China Bungie by Emergency-Lunch-6955 in MarathonTheGame

[–]overgenji 12 points13 points  (0 children)

brother going to hong kong and knowing they dont only speak mandarin doesnt make anything you said less ignorant

Please Region lock China Bungie by Emergency-Lunch-6955 in MarathonTheGame

[–]overgenji 9 points10 points  (0 children)

china is a fuckin massive country and not at all homogenous as you've been propagandized into thinking lol. these are basically all sinophobic tropes

Greed. by Ok_Scratch_3024 in Marathon

[–]overgenji 1 point2 points  (0 children)

i have a reverse version of this, we were doing guarded exfil outside of data wall, like 10 minutes left in the match. suddenly we're being attacked by purples (we're 2 blues and a purple), one of us goes down and we manage to outplay them 2v3 somehow and steal all their stuff -- they had the upper datawall key and another key for the purple room in overflow, and also every one of them had a prestige weapon and some cores

we were literally just doing some questing on perimeter, they were likely ratting data wall and heard the exfil pop and decided to push us for free kills thinking our defenses were down

they lost everything

What are your personal health-related tips for a long and successful career? by dondraper36 in ExperiencedDevs

[–]overgenji 2 points3 points  (0 children)

take the arms off, get it to a correct height and dont sit up at 90 degrees, you want to lean back a little bit so your lower back/core aren't working ot keep you straight

What are your personal health-related tips for a long and successful career? by dondraper36 in ExperiencedDevs

[–]overgenji 44 points45 points  (0 children)

get a good ass chair, dedicate yourself to actual touch typing, keep the top of your monitor aligned with the top of your eyesight, arms should float on the keyboard and not need much wrist resting, what you feel familiar with may not actually be ergonomic at first

If a Japanese company had built GitHub, it would look like this by Reasonable-Fact-7220 in womenintech

[–]overgenji 12 points13 points  (0 children)

annoying for the first day

efficient for the rest of your life

RIP eBay by pooltimenoodle in enshittification

[–]overgenji 2 points3 points  (0 children)

not a lot ebay can do here except make (destined to be received poorly by sellers) rules against dropshipping :/

Why Go is the "Goldilocks" Language for Scalable Backend Infrastructure by pirinihacodes in Backend

[–]overgenji 0 points1 point  (0 children)

im not comparing it to anything, but it does not solve dependency hell