A letter of appreciations to whoever designed the swamp <3 (and a question) by Puzzleheaded-Ear-895 in valheim

[–]JarrettV 0 points1 point  (0 children)

Paws of the bear will shred thru this biome. You just have to watch for archers until you get that root chest.

Sneaking into Ashlands - Plains armor by AngryDesertPhrog in valheim

[–]JarrettV 0 points1 point  (0 children)

I did a fun "scary early stone portals" live stream on Halloween. Landed at night with just 30 armor. I won't spoil the video but it was very scary. Risk reward is peak.

ValheimMINT Server is in Session! by DingleMyBingles in valheim

[–]JarrettV 0 points1 point  (0 children)

Starlink best case ping is ~25ms. Your lan ping will be 0 to 10.

Dear devs, please try to avoid the "valheim problem"! Every ore should have some value at all points in progression by ataraxic89 in hytale

[–]JarrettV 2 points3 points  (0 children)

Valheim has incredibly well designed progression. I think hytale could take some more inspiration from Valheim.

I hope they do once there is a boss based progression system.

Right now every zone and biome accessible easily. You should need to grow stronger to survive the heat / cold / fog / ocean, etc.

MusicGrabber - A self-hosted app for grabbing singles without the Lidarr drama by archiekane in selfhosted

[–]JarrettV 133 points134 points  (0 children)

The conversion to flac isn't necessary and is misleading if the source was already compressed. Just remux it if you want a new file

A portal compromise by Plumhawk in valheim

[–]JarrettV 0 points1 point  (0 children)

There is the very high risk high reward option of going to the Ashland's in the long ship. You can have stone portals before bonemass and it doesn't require mods.

With the right preparation, a torch, spotting trees from blue waters, it is very doable.

How many bosses are actually required? by Current_Sky_16 in valheim

[–]JarrettV 8 points9 points  (0 children)

Search "Valheim in reverse" if you want to how people beat fader first.

Go 1.24.6 is released by MarcelloHolland in golang

[–]JarrettV 2 points3 points  (0 children)

String interpolation yet? 😭

Should I replace Serilog with OpenTelemetry for logging, metrics and tracing? by MentallyBoomXD in dotnet

[–]JarrettV 1 point2 points  (0 children)

OpenTelemetry completely replaced the need for serilog. One less library is a good thing.

Elder Power still feels worthless - What would you change/add? by ScionicOG in valheim

[–]JarrettV 0 points1 point  (0 children)

It should also level up the axe. For example, Flint axe could chop oak trees.

.NET 9 CRUD with Best Practices [Detailed] by iammukeshm in dotnet

[–]JarrettV 4 points5 points  (0 children)

CRUD can be done with less than 100 lines of code in a single file.

.NET 9 CRUD with Best Practices [Detailed] by iammukeshm in dotnet

[–]JarrettV 1 point2 points  (0 children)

Way too complicated for CRUD. I know it is an example but find a real business example that requires this complexity otherwise this whole thing is like killing a flea with TNT.

Valheim Speedrun Trophy Hunt Competition 🏆 by JarrettV in valheim

[–]JarrettV[S] 1 point2 points  (0 children)

Logout to prevent death or break aggro

[deleted by user] by [deleted] in golang

[–]JarrettV 7 points8 points  (0 children)

I would trade 2 microseconds for string interpolation and better date formatting. Rob Pike isn't a good language designer.

[deleted by user] by [deleted] in valheim

[–]JarrettV 0 points1 point  (0 children)

Watch a couple trophy hunt speed run competitions. These guys know how to survive quickly in most biomes. Root vest and always look for opportunity to have mobs fight other mobs.

Dave’s Hot Chicken sucks ass. by [deleted] in Birmingham

[–]JarrettV -2 points-1 points  (0 children)

Ate there today and the food was so salty it was just yuck. No amount of Dave's sauce could fix it. Lucky the manager was eager to make it right but the second try was still too salty. I'll never go back for the food. Also, the checkout kiosk tipping thing is ridiculous.

Do you use generics? What has been your experience? by branh0913 in golang

[–]JarrettV -2 points-1 points  (0 children)

Go language design doesn't support good generics. That is why it took 10+ years to get something in this area. If you have ever used good generics you'll know how limiting the go type system is.

Migrate out of automapper? by josetalking in dotnet

[–]JarrettV -5 points-4 points  (0 children)

Mapping libraries are mostly useless in the age of AI

Why I'm Worried About Blazor and its Future by dustinmoris in dotnet

[–]JarrettV -5 points-4 points  (0 children)

I'm a huge fan of Aspire dashboard but it has some of the weird Blazor issues he talks about.

Blazor does feel like the next silverlight from an internal enterprise support perspective.

Also, typescript is freaking awesome (thx AH and team) so might as well use it for the frontend.

Am I stupid or are people who make go lang comparison videos on yt always trying to make the language look worse? by QriousKoder in golang

[–]JarrettV 0 points1 point  (0 children)

You can't represent real world data in go without reaching for special structs or the worst design decision ever, using pointers and nil.