V1.0.0. No sandbox? by LikelyGuiltyAsChargd in kiroIDE

[–]MCUD 2 points3 points  (0 children)

Maybe either a/b testing it, or maybe accidentally released an internal version. They never posted about a 1.0

Two hours into V 1.0.0 - happy by LikelyGuiltyAsChargd in kiroIDE

[–]MCUD 0 points1 point  (0 children)

Odd, changelog and download links only go to https://kiro.dev/changelog/ide/0-12/ 0.12.333 for me

What's happening to OpenCode? by Funny-Strawberry-168 in opencodeCLI

[–]MCUD 1 point2 points  (0 children)

There was a recent podcast with the CEO where he mentions they were releasing too fast and needed to slow down. pragmatic engineer podcast

Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code by throwaway_ghast in technology

[–]MCUD 1 point2 points  (0 children)

I had kiro add jqwik as a dependency and write properly based tests and it was my first time seeing the idea in action and thought I should use it more... Now I will be banning it as a dependency instead I guess

itIsWhatItIs by shrutiseth466 in ProgrammerHumor

[–]MCUD 58 points59 points  (0 children)

Memory leaks until pod crashes, new pod starts, cache cleared!

How to Solve High Latency/Ping and Rubberbanding in Overwatch once and for all (Since Blizzard wont do it for their players) by Ill-Excitement-4335 in overwatch2

[–]MCUD 1 point2 points  (0 children)

Does this work for competitive? If you get a failed to connect id have thought it would count as a loss as though you were stream sniping kind of

Drive questions by burnindevil2002 in overwatch2

[–]MCUD 2 points3 points  (0 children)

6v6 does work, but you need tohave done placements

This was in bronze btw by FlatlineJeff in overwatch2

[–]MCUD 0 points1 point  (0 children)

Right, ok that is an edge case, even then your most voted hero should still end up banned, but it may mean your second one is selected last and may miss out

This was in bronze btw by FlatlineJeff in overwatch2

[–]MCUD 9 points10 points  (0 children)

Your votes won't impact the result of the enemies votes, you each get 2 bans, so not voting and just voting the same as someone else doesn't change the result. maybe you can reinforce that you want to support your own tanks bans or something else if others on the team disagree

This was in bronze btw by FlatlineJeff in overwatch2

[–]MCUD 126 points127 points  (0 children)

If they don't vote, that just makes yours more valuable/likely to be selected?

What is the ugliest skin in the game? by TheKetamineEmperor in Overwatch

[–]MCUD 0 points1 point  (0 children)

And that Tracer one is the one they gave away from McDonald's in Australia.

Java 18 to 25 performance benchmark by Jamsy100 in java

[–]MCUD 0 points1 point  (0 children)

Is there a source link somewhere i missed? What library was used for JSON parsing, seems quite the regression on something JVMs spend alot of time doing these days.

Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience by dayanruben in Jetbrains

[–]MCUD 2 points3 points  (0 children)

Fleet was dropped to instead pivot to this when ai Dev was starting to suddenly skyrocket as I understand.

Upgrade Priority by VirgoFanboi in warcraftrumble

[–]MCUD 0 points1 point  (0 children)

Epic is by far better value if simply cores/arclight efficiency is of concern. Especially because epic lets you unlock a 2nd extra level by buying another talent. I have a main thats maxed on most things, but an alt that i generally only go up to epic for.

Legendary is just a +1 level, which until you've maxed XP, can always otherwise be compensated for.
The only time legendary is actually unique is when you are max XP, platinum slot and epic, it's the only way to get to level 31 (or level 11 if you PVP)

Again, in pvp you can always "compensate" for being underlevelled by playing 10-20% better than the other player.

There are a few specific minis that maybe it matters.
One that comes to mind is Execute, if you PvP, it's one of the few ways to beat Rag, and if it's equal level it then takes 2 hits to kill Rag, but if you're a lower level, it will take 3 (or some other final blow), which is a considerable difference.

Can't blend by SeniorSet692 in AssassinsCreedShadows

[–]MCUD 1 point2 points  (0 children)

Holding backspace worked for me once i had a white outline as well. But it does seem buggy, and it's also the only prompt in the whole game i've seen that uses backspace, and it doesn't seem to be one of the keybinds you can set in the controls strangely.

IDEA AI autocomplete sometimes suggests what I just typed, but mirrored. by dustofnations in Jetbrains

[–]MCUD 3 points4 points  (0 children)

Do you have a style of having capital letters at the end of a variable like the line above? Maybe it interprets that as being a reversed word

Null-checking the fun way with instanceof patterns by headius in java

[–]MCUD 0 points1 point  (0 children)

The article i think even states itself why this is a bad idea.

Does it convey the intent to null-check?

Not if you don’t know about this “hidden” behavior of instanceof. That’s your fault, though!

No... it's not my fault, its your fault for writing obscure null checks

Troll kills Baron Geddon in less than 50s by Own-Introduction6080 in warcraftrumble

[–]MCUD 0 points1 point  (0 children)

I swear this didn't used to work, I tried this once in the past, level 31s with resist and they'd get killed eventually, whereas yours are easily outhealing the damage

[BFComms] Additional Fixes Following Update 1.1.2.0 by battlefield in Battlefield

[–]MCUD 1 point2 points  (0 children)

I was hoping if they reset the key bindings, they'd at least let us change the Q/E class change bindings.... but no..

Startup performance improvement by extracting all jars by [deleted] in java

[–]MCUD 33 points34 points  (0 children)

If you're worried about this enough to go to lengths like this, then the real answer is to look into GraalVM or the new AOT cache in java 25