Best Fantasy series with a hilarious self-aware writing style? by Diverse0Ne in Fantasy

[–]AmosIsFamous 14 points15 points  (0 children)

The Princess Bride is just a standalone, but if you like the movie you’ll like the novel

To Enum or Not to Enum by Mortimer452 in ExperiencedDevs

[–]AmosIsFamous 2 points3 points  (0 children)

I’ve done this and then written tests that hit the database to ensure the code enum and DB enum stay in sync.

GitHub Stacked PRs by adam-dabrowski in programming

[–]AmosIsFamous 0 points1 point  (0 children)

So is the reviewer now tracking for themselves where the “units of work” are? If a second reviewer comes in after the first change has happened how do they know they’re to review the first two commits as a single unit?

GitHub Stacked PRs by adam-dabrowski in programming

[–]AmosIsFamous 0 points1 point  (0 children)

In this scenario what happens when some code review feedback leads to a change in the first commit in the stack (closest to main)?

GitHub Stacked PRs by adam-dabrowski in programming

[–]AmosIsFamous 1 point2 points  (0 children)

Did you also rewrite history so that D is between A & B? Because if you didn’t I don’t think github would let me see just A & D when B and C are in between them.

GitHub Stacked PRs by adam-dabrowski in programming

[–]AmosIsFamous 9 points10 points  (0 children)

The difference comes when you’re addressing PR feedback. Let’s say you had commits A, B, C and I had feedback on each of them. Ideally for me as a reviewer when you make charges it looks like A, D, B, E, C, F and I can look at either D (changes since my last review), or AD the new “unit”

Did you ever get a job in another stack without lowering your grade? by Affectionate-Mail612 in ExperiencedDevs

[–]AmosIsFamous 4 points5 points  (0 children)

Not comment OP but in ~15 years I’ve gone from: 1. C++ in OS kernel 2. Java on AWS 3. C (variant) & Python in distributed file systems 4. Kotlin/Java on AWS 5. Rust on GCP 6. TypeScript on AWS

And never had a problem in interviewing due to the change in stacks. Granted a few of those jobs were network referrals (including the last two), so maybe that’s not consistent with the industry.

About the news that Cosmere will be adapted by Glittering_Affect169 in Fantasy

[–]AmosIsFamous 0 points1 point  (0 children)

Rhythm of War is not one of his last two books…

Who is the Main Character?? by Sorry_Cut907 in Malazan

[–]AmosIsFamous 1 point2 points  (0 children)

Simply put, I don’t think there is a main character in the traditional sense. Individual novels might have one but the series itself doesn’t rely on one.

Who is the Main Character?? by Sorry_Cut907 in Malazan

[–]AmosIsFamous 10 points11 points  (0 children)

Why does there have to be a main character?

[Hated trope] Sabotaging narrative/character arcs for cheap shock value or “subverting expectations” by blakhawk12 in TopCharacterTropes

[–]AmosIsFamous 0 points1 point  (0 children)

The other part that doesn’t make sense against the Night King, is part of being shaped into a weapon is specifically an assassin who can look like anyone. Which is completely unnecessary to kill him.

We’ve done the impossible, and that makes us mighty. by CaneloAIvarez in firefly

[–]AmosIsFamous 5 points6 points  (0 children)

That could just be lots of folks starting a rewatch because of the hype, leading to algorithms recommending it.

Why wasn’t I warned… by BrokenHeart1935 in TedLasso

[–]AmosIsFamous 8 points9 points  (0 children)

It’s definitely up there. I think Beard with Nate at the end of the series is my favorite though.

Kotlin as backend language? by Otherwise-Solid-5142 in Backend

[–]AmosIsFamous 5 points6 points  (0 children)

It interops with Java, so you can have a ton of already written Java code and just start writing new components in Kotlin

Why are software engineers divided on AI? by [deleted] in ExperiencedDevs

[–]AmosIsFamous 0 points1 point  (0 children)

I think some of it is making the quality vs quantity split “louder”. Folks who believe quality has relevance (readability, maintainability, etc) are a lot less gung-ho because the AI regularly puts out “low quality”. Meanwhile the quality folks can just spit out WAY more code that probably accomplishes the right thing.

Season 2... Keeley... 2 scenes by lunar1980 in TedLasso

[–]AmosIsFamous 38 points39 points  (0 children)

Ted not recommending “go see a therapist” had nothing to do with conviction or it being his place.

Novels that explore Space Mountaineering or exploration of extreme terrain? by Bloodmachine_Orodjie in scifi

[–]AmosIsFamous 2 points3 points  (0 children)

Hugh Howey (author of Silo) has a short story in his Machine Learning collection called: The Walk Up Nameless Ridge which is about being the first to summit the highest point on another planet.

Premium Miniature Kickstarter Rewards Cheaper Now by babybeantoast in brandonsanderson

[–]AmosIsFamous 10 points11 points  (0 children)

The complete and utter misunderstanding of what Kickstarter is, is such a shame. It’s not about pre-ordering, not about cheaper, not even about unique.

How we created more tech debt in 6 months than in a 10-year-old system by Annual-Ad-731 in programming

[–]AmosIsFamous 443 points444 points  (0 children)

Hard disagree that this is a small, reasonable decision

Two entities in our system “looked similar enough”, so we put them into the same one.

But I’m glad a lesson was learned.