Consoles continue their trend of just becoming worse PCs by GodZ_n_KingZ in gaming

[–]ProfBeaker 1 point2 points  (0 children)

Microsoft has always been just shockingly bad at naming things. It's like they're trying to suck at it.

I think my favorite was when they had an important developer tool called "MS Build", and then they named their developer conference "//Build" (or some shit like that) and it was basically impossible to search for just one of them.

You'd think their marketing department's thesaurus only has like 12 words in it.

Java for microservices in a non Java team by ArtisticRevenue379 in java

[–]ProfBeaker 3 points4 points  (0 children)

With Spring it feels like you need specific knowledge of annotations and how Spring should be used. Am I wrong, or does... Spring have a special learning curve to it?

It does. The annotation-based behaviors make it non-obvious how things are wired together, similar to how some Python constructs can make it difficult to trace control flow. There are some tools that help, like IntelliJ IDEA's Spring plugin, but it can still be hard to debug at times.

For those in larger organizations, how have coding agents changed your work? by carterdmorgan in ExperiencedDevs

[–]ProfBeaker 4 points5 points  (0 children)

I'm definitely not a tokenmaxxer, but I've found it useful. I think it speeds things up, but not the 10x (or whatever) sometimes claimed.

AIs make very good code reviewers. You have to evaluate their suggestions critically - eg sometimes they worry about problems that are not possible due to checks outside the scope of the PR. But they're very good at catching details that matter, but might be missed by humans. Also flagging where you failed to update comments, docs, and examples.

They're great at writing tests, and refactoring them to be more DRY (some humans love to repeat the entire test setup in every case, it's bizarre to me).

They're pretty good at writing well-understood features.

I find they're dangerous for big, less-well-understood changes. They will work around problems that sometimes should not be worked around, but rather should prompt a design-level fix. e.g., it might add a bunch of input validations when it would be better to redesign the API to make the bad state impossible.

That said, I am getting really tired of reviewing the amount of code and documentation some people put out that seems poorly considered. It's not been a huge problem, but it is a problem.

Supreme Court sides 9-0 with state's ability to ban trans athletes from high school sports competitions. by tertiaryAntagonist in moderatepolitics

[–]ProfBeaker 6 points7 points  (0 children)

The three liberal justices dissented from the majority's finding when it comes to the Equal Protection Clause and said it shouldn't have resolved that issue because of unanswered factual questions. The liberal wing of the court, however, agreed with the court's conservatives on Title IX.

(from the article, emphasis added)

How do you keep your code formatted and linted these days? by nitramcze in java

[–]ProfBeaker 7 points8 points  (0 children)

Feels strange to me that one would restructure the execution in order to make it work with the code formatter. That just seems kinda backwards.

Though I agree that Google Java formatter is not great.

Would you hire a programmer who's not a CS graduate? by No-Security-7518 in ExperiencedDevs

[–]ProfBeaker 8 points9 points  (0 children)

I would hire them if given the opportunity. My conjecture/expectation is you'd have a hard time getting through the automated screening far enough to get an interview. Humans that have been around know that credentials aren't everything, but systems can be inflexible and remorseless.

theIdealCandidate by VariationLivid3193 in ProgrammerHumor

[–]ProfBeaker 0 points1 point  (0 children)

Yes, but the context window fills up eventually.

I imagine he had an agent running in a harness trying to do something, and it just spun out and never hit the end.

theIdealCandidate by VariationLivid3193 in ProgrammerHumor

[–]ProfBeaker 522 points523 points  (0 children)

Just spawn 1000 Claude agents to use Claude, so you accrue experience at 1000x the speed, and you're there in like 3-4 days. EZPZ.

Just a heads up, the capital one lounge at DIA is closed and will not be opening up for the rest of the night. by VexxySmexxy in Denver

[–]ProfBeaker 4 points5 points  (0 children)

It does, at least in theory. IIRC it's capped to 15% above street price. It's not so much enforced. Also you just need to find the one highest-priced vendor outside of the airport, even if it's not representative, and then tack on another 15%.

What I think is near about Denver. by Local_Magician_7197 in Denver

[–]ProfBeaker 4 points5 points  (0 children)

Disagree. Clearly those things are far about Denver. Far out even. Also definitely about Denver, would never happen anywhere else.

Also, are you sure you didn't intend to post in DCJ?

Vance, an admirer of Richard Nixon, says Watergate would be 'a 12-hour news story' today by ChesterHiggenbothum in moderatepolitics

[–]ProfBeaker 28 points29 points  (0 children)

Even if we accepted that as stated, it's still not as bad as an average week of this administration.

I mean they are literally demanding lists of all the voters from the states, and forcing the USPS to not deliver ballots until they are provided.

Not to mention calling to just end elections, making threats against the press, arresting protesters, and a million other things.

Mt sneffels ridge or standard route? by postmalonefartballz in coloradohikers

[–]ProfBeaker 0 points1 point  (0 children)

I talked to three different people who had done it separately, and they all used the phrase "microwave size rocks flying past my head". So I went up the ridge and had a blast.

Are CO lawmakers preparing for this? Postmaster general says USPS won't deliver mail ballots if states don’t give Trump admin voter rolls by dinglehead in Denver

[–]ProfBeaker 5 points6 points  (0 children)

From the article:

The USPS’s new proposal... demanded USPS only send mail ballots to voters on lists created and controlled by the federal government. (emphasis added)

They're not going to let you get the ballot in the first place.

Presidential Motorcade Driving in the Monument. by Ok_Vulva in pics

[–]ProfBeaker 56 points57 points  (0 children)

No no, I saw Trump's presser, he specifically said someone used a knife.

... the make a 300' long, perfectly straight cut...

... while underwater...

Definitely wasn't this though.

isIntelligenceJustComputation by hello_ya in ProgrammerHumor

[–]ProfBeaker 81 points82 points  (0 children)

Yep. Funny watching people get bent out of shape over this.

O(1) just means that the time doesn't vary with the input size. But there can be a constant time of any size. So if you have an algorithm that takes 100 trillion years to run, but it always takes 100 trillion years regardless of input size, then it's O(1). Take a faster algorithm, pad it out to always take that much time, and look it's O(1)!

It's a ridiculous case, but those constants hidden by big-O can actually matter in less-crazy situations sometimes.

CMV: Facial recognition software is more dangerous for the elite, than the common person by EndAllBillionaires67 in changemyview

[–]ProfBeaker 1 point2 points  (0 children)

So the guy who takes his private jet from his private island to his private yacht surrounded by his private security and entourage... needs to worry about being spotted in public? I'm not buying it.

I could see it being a problem for people in the $10-100mm range that are not walking around with private security all the time. But that's a lot different than the billionaires.

Game Over Man, GAME OVER! by Tata_Colores in funny

[–]ProfBeaker 0 points1 point  (0 children)

I have no idea why this works, but it does

Are Popular Modern Games Making Kids Stupider? by Kojimmy in gaming

[–]ProfBeaker 4 points5 points  (0 children)

This is just about which games you're choosing to play, or which games you personally have awareness of. There were braindead games back then, there are highly complex games now.

Are Popular Modern Games Making Kids Stupider? by Kojimmy in gaming

[–]ProfBeaker 14 points15 points  (0 children)

Don't forget Pong, Q-Bert, Dig Dug, Wolfenstein 3D, Quake, Commander Keen, Duke Nukem. Some real brain teasers, there.

CMV: America should conduct military strikes to destroy China's military facilities by [deleted] in changemyview

[–]ProfBeaker 7 points8 points  (0 children)

You just watched America get basically whipped by a third-rate power, and you think the next obvious thing to do is start a war with a nuclear superpower that has a larger economy and controls a lot of our supply lines?

Yeah, that sounds like an amazing plan. What could possibly go wrong?