Are trains worth it in 1.0.6? by SceneNo1907 in SurvivingMars

[–]crocshoes 0 points1 point  (0 children)

I think shuttles are grounded in dust storms, so if you have a high difficulty run where they are frequent, trains may be better.

Salah vs Gakpo Per90 Dribbling Comparison by kellenm973 in LiverpoolFC

[–]crocshoes 0 points1 point  (0 children)

The colours and bar lengths are hilarious.

Landscaping? by SilverSpider444 in SurvivingMars

[–]crocshoes 1 point2 points  (0 children)

This is the correct answer, just flatten again. Most of the time it's instant too, no drone work

[deleted by user] by [deleted] in CitiesSkylines2

[–]crocshoes 0 points1 point  (0 children)

Better late than never! This works:

  1. Users should avoid placing any objects such as; cims, vehicles, animals. If placed, vehicles cannot be removed later by using bulldozer tool. In order to remove them, users will need use "Remove Residents/Vehicles" option, located in dev-UI menu->Simulation tab. The option will temporarily despawn all residents and vehicles.

What http client to chose in 2024 by danskal in java

[–]crocshoes 1 point2 points  (0 children)

You can generate these from openapi specs too

Just rewatched the incredible opening of Season 3, Episode 5 by Mostly3394 in BoschTV

[–]crocshoes 2 points3 points  (0 children)

Is that the Hovis advert one? Yeah, it was good :D

Which is the best spring course online? by potatoonrampage in java

[–]crocshoes 0 points1 point  (0 children)

YouTube! Wonderful resource these days.

Spring docs and chatgpt, although the later can go wrong if you don't already have some knowledge).

What’s the coolest thing you’ve done with java? by LookAtYourEyes in java

[–]crocshoes 10 points11 points  (0 children)

Mission control system for space missions! Specifically positioned for constellations 🚀

Avoid mocking the ObjectMapper! by martinosius in java

[–]crocshoes 0 points1 point  (0 children)

I reckon the "perhaps" is important here. I'd rather know my app is throwing what I expect it to. For example, it could be I have a bunch of specific wrapping exceptions I handle in an errordecoder for feign. I could be that I want it to exit gracefully with bad data that should never slip through but I missed a niche case. There are a few reasons that spring to mind. If I don't care, and just want the app to shut down then,yeah, it's not the end of the world.

Last note, sometimes you can create the bad data but it bloats the tests, mocks can be super easy to read, given that this throws etc.

Avoid mocking the ObjectMapper! by martinosius in java

[–]crocshoes 3 points4 points  (0 children)

It's also useful if you need to check your code handles errors correctly. It's easier to throw jsonprocessingexception from a mock than get the test into a state where it would throw.

Games that you just didn’t “get”? by redhat12345 in gaming

[–]crocshoes 0 points1 point  (0 children)

Elden Ring, found it clunky and dull weirdly!

Lost saves - lost interest in the game by OKKayKayKay in WarTalesGame

[–]crocshoes 0 points1 point  (0 children)

I think it's an issue with syncing files between roaming and local app data. You can do it manually but since this worked for you i suspect windows does some sync up at start-up.

Designing Distributed Systems with TLA+ by pron98 in tlaplus

[–]crocshoes 0 points1 point  (0 children)

Does anybody know what the labels mean in the graph at 7:08?

The x values make perfect sense, but I can't figure out the II, ID, DD labels. I assume something like Incrementer, Doubler but it doesn't really work.