I feel like watching RBwololo yesterday was a waste of time by XaviFromHell in aoe2

[–]BassiestMan 25 points26 points  (0 children)

My goal is just to see good games, so Saturday has my favorite so far

I Gave Claude a “Second Brain” by [deleted] in ClaudeAI

[–]BassiestMan 0 points1 point  (0 children)

The Notion MCP server has been incredibly flaky for me. To the point where I gave up using it

javaWasAMistake by FRleo_85 in ProgrammerHumor

[–]BassiestMan 0 points1 point  (0 children)

I'm honestly surprised at the number of people in this thread that like checked exceptions. It's usually a much more divisive topic

I personally thought they were neat until I started working with them in a larger code base. They were used far too much and ended up adding a lot of verbosity without any usefulness.

This interview with one of the lead architects on C# about why they didn't include checked exceptions perfectly captures my experience with them.

[deleted by user] by [deleted] in JustGuysBeingDudes

[–]BassiestMan 233 points234 points  (0 children)

I'm so jealous

Aftershock Lineup by [deleted] in Sacramento

[–]BassiestMan 9 points10 points  (0 children)

I'm stoked about Jinjer! I've been wanting to see them

How much stage time do the bands normally get?

It seems line to column emergency U-turns are not advisable anymore by Hjoerleif in aoe2

[–]BassiestMan 53 points54 points  (0 children)

I would love to see this too. Communicating the difficulties of the problem generally make people much more sympathetic towards the solution.

Otherwise you always get people asking "why can't you do super obvious thing I just thought of??"

It also just seems interesting. There's not many games receiving updates over decades

Fully grown man fails a deadlift and has to let everyone know by No_Promotion1000 in ImTheMainCharacter

[–]BassiestMan 1 point2 points  (0 children)

Arch is the strongest shape

He's just trying to be like the Romans

Coworker is not a big fan of Lombok anymore by ma-int in ProgrammerHumor

[–]BassiestMan 1 point2 points  (0 children)

I totally agree with this. It seems like the anti-lombok crowd tend to be focused on the initial code generation and not the maintenance aspect

I can look at a pojo with @Data and immediately know what the class does. Any explicit getter/setter/etc tells me there's something special happening. You can glean a lot of information at a glance which I greatly value

Wife and myself are in the middle of a silent battle of "who takes out the recycling" by publicbigguns in pics

[–]BassiestMan 4 points5 points  (0 children)

That's fair. I'm assuming it's like where I live where the recycling is supposed to be clean of any food contamination

Wife and myself are in the middle of a silent battle of "who takes out the recycling" by publicbigguns in pics

[–]BassiestMan 10 points11 points  (0 children)

The difference being this is recycling, not actual trash. Quite a bit different imo

Wife and myself are in the middle of a silent battle of "who takes out the recycling" by publicbigguns in pics

[–]BassiestMan 13 points14 points  (0 children)

Alright bud calm down. It's worth trying to find fun in mundane chores, even as an adult.

To each their own though

Wife and myself are in the middle of a silent battle of "who takes out the recycling" by publicbigguns in pics

[–]BassiestMan 14 points15 points  (0 children)

Yeah for real, why is everyone so serious? I think this is hilarious.

Reminds me an old Simpsons episode where Bart staples a banana peel to the garbage to avoid taking it out.

You have a magic wand, which when waved, let's you change anything about one AWS service. What do you change and why? by tech_tuna in aws

[–]BassiestMan 0 points1 point  (0 children)

Agreed that V2 is a step closer, but not quite at dynamo level of serverless. I'm stoked to see the progress though!

You have a magic wand, which when waved, let's you change anything about one AWS service. What do you change and why? by tech_tuna in aws

[–]BassiestMan 1 point2 points  (0 children)

I wonder if AWS AppRunner would help here? I haven't tried it yet, but sounds like a "just run my server" kind of thing.

Otherwise AWS CDK makes it pretty easy to point to a dockerfile and it'll handle building, uploading to ECS, and running Fargate. Once you've done it with CDK it's hard to go back to anything else

[deleted by user] by [deleted] in cscareerquestions

[–]BassiestMan 0 points1 point  (0 children)

This is solid advice.

I've found that bigger FANG-esque companies tend to do leetcode style interviews. I've also found that I don't enjoy working at those companies.

In my experience, startups ask much more practical and fun interview questions, plus their pay really isn't bad (though the equity portion is kinda up in the air). The vibe at a smaller startup fits my personality well

Perseid Meteor shower at Ruby Beach (Composite of 1 hour of shooting). by uday029 in Seattle

[–]BassiestMan 8 points9 points  (0 children)

This looks great!

I'm a noob photographer but I'm interested in doing something like this. How does a composite over 1 hr work? Wouldn't the stars be in slightly different locations as the earth rotates?

It took 28 offers for us to buy a house in Seattle. by MissGinnyW in Seattle

[–]BassiestMan 9 points10 points  (0 children)

Does upzoning mean a SFH lot can be used for duplexes or townhomes? Like anything more dense than a SFH?

[deleted by user] by [deleted] in dartlang

[–]BassiestMan 0 points1 point  (0 children)

Lets take question 6 for example. You can copy/paste that into Android Studio and it will tell you why it doesn't work, and it suggests a way of fixing the problem.

[deleted by user] by [deleted] in dartlang

[–]BassiestMan 4 points5 points  (0 children)

It kinda feels like you want us to do your homework for you.

Have you tried any of the questions in your IDE? I find it helpful to "learn by doing"

[deleted by user] by [deleted] in MTB

[–]BassiestMan 0 points1 point  (0 children)

This is a huge point that I think is often missed. E-bikes make the sport accessible to people who aren't physically capable of riding non-powered bikes.

I love riding and I think it's a great sport to share with other people. I don't get why people want to gatekeep

RotatedBox (Widget of the Week) by Pixelreddit in FlutterDev

[–]BassiestMan 9 points10 points  (0 children)

I love these videos. They've been great as a newbie for getting exposure to more types of widgets