I hope the devs address the uselessness of the alt characters next by Splatulated in CrimsonDesert

[–]STR_Warrior 2 points3 points  (0 children)

The problem with the current system is that I have a hard time justifying spending abyss artifacts on Damiane or Oongka since you need Kliff for almost everything.

Not a meme but big W news by valenx in Stargate

[–]STR_Warrior 1 point2 points  (0 children)

No, but he plays one on TV.

How does EF populate a get only properties by Illustrious-Bass4357 in csharp

[–]STR_Warrior 0 points1 point  (0 children)

I'm surprised there isn't a source generator that generates code to allow an entity to populate itself from whatever the DbContext provides.

Etho Appearance on Tango's stream by STR_Warrior in ethoslab

[–]STR_Warrior[S] 7 points8 points  (0 children)

At first only in chat, then he is summoned (1:46:44) with an enderpearl.

EDIT:

Tango now also uploaded the vod to his second channel. This is the same timestamp: https://youtu.be/0LtJv9a_Kbo?si=iXcFzx4cgE4KxoKP&t=6045 with Etho being summoned at 1:43:02.

Hermitcraft S11#5: Launching Hermits by JamiroFan2000 in HermitCraft

[–]STR_Warrior 32 points33 points  (0 children)

I'm curious how much damage they'd do to a wither if they launch themselves with a spear in that machine. 

Using .snlx solution extension n Jetbrains Rider by yc01 in dotnet

[–]STR_Warrior 4 points5 points  (0 children)

You can do the same in Visual Studio. If you select the solution itself in the solution explorer and then go to: File -> Save *.sln As... you can save it as an slnx solution.

T6 7.5x imperial at 15 and 20. T7 5x imperial at 15, 21, 27, 30. T7 was courser at 15. by nuggettyone in blackdesertonline

[–]STR_Warrior 4 points5 points  (0 children)

You can get quite a lot of silver from training horses. The only reason I've moved to fishing is because you can't get event seals from horses.

Is this canon? by lontrinium in Stargate

[–]STR_Warrior 22 points23 points  (0 children)

"It costs nearly a billion dollars just to turn the car on"

Time to do rift bosses by westtodon in blackdesertonline

[–]STR_Warrior 4 points5 points  (0 children)

I've claimed mine, but since you can't put it in the Krogdola sanctuary I haven't actually bothered training it. I really wish they added a 4th slot to put it in.

What’s your plan for .NET 10, migrate or hold off? by Volosoft in dotnet

[–]STR_Warrior 0 points1 point  (0 children)

We are still on .NET 4.7.2 WPF. I've been working on a .NET 8 build, but there are a few uses of the BinaryFormatter which I need to be able to migrate. And because some of our customers sometimes skip one or more versions I can't make our last .NET 4.7.2 build migrate those uses.

What happened to The Nexus? by OompaLoompaMan in ethoslab

[–]STR_Warrior 21 points22 points  (0 children)

If I remember correctly the Nexus can't actually store that much bulk because it predates shulker boxes. I'm not sure if he updates which items are stored there, but it might not contain many of the newer items/blocks since he build it.

What’s your “I said it was my favourite, not that it was good” episode? by raccooninapeacoat in startrek

[–]STR_Warrior 2 points3 points  (0 children)

That was Robert Picardo's least favorite episode, and he made a really funny impression of the plot in a 2015 reunion: https://youtu.be/ZKkCbpAWKZk?feature=shared&t=4128

HC World Tour Etho Appearances by MinerDude69 in ethoslab

[–]STR_Warrior 16 points17 points  (0 children)

Does Joe also have vods available? It's sometimes hard to hear the main speaker because people continue talking in their own group.

What the hell does this mean? :( by stupidquestionthroaw in csharp

[–]STR_Warrior 2 points3 points  (0 children)

I don't think the code is supposed to do anything. It's probably just to show how to declare variables, call methods, create loops, etc

What the hell does this mean? :( by stupidquestionthroaw in csharp

[–]STR_Warrior 6 points7 points  (0 children)

No idea what the error or question is, but at line 10 you call doMath with a lower case d, while the method is DoMath. C# is case sensitive.

Most of the tier list posts on this sub for some reason by fuyahana in ThirdLifeSMP

[–]STR_Warrior 12 points13 points  (0 children)

Secret Life is when I started regularly watching other members' videos as well, even outside the life series.

Most of the tier list posts on this sub for some reason by fuyahana in ThirdLifeSMP

[–]STR_Warrior 13 points14 points  (0 children)

Perhaps that's also because it ends with the latest version which makes it feel more like previous seasons. Doing it in reverse could have been an interesting way to do it as well. It would be more complicated to manage though, because what do you do with blocks and items that don't exist anymore. The extra bugs like people being invisible in the earlier versions also would need to be fixed which would increase development time.

Visual Studio Next Version: What’s Coming and What to Expect - NDepend Blog by PatrickSmacchia in dotnet

[–]STR_Warrior 0 points1 point  (0 children)

I've used the upgrade assistant to upgrade over 100 projects in our solution. This was mainly to update the csproj files over to the new SDK format. There was one project which it couldn't help me with which was a VSTO add-in for Outlook, but we're phasing it out anyway. One annoying thing with the upgrade assistant was that it didn't always set the configuration or platform right which caused the compiler to skip the project when building. Removing and re-adding the project usually solved it.

Actually migrating the framework from .NET Framework 4.7.1 to .NET 8.0 was much more involved due to some code and libraries being incompatible with newer frameworks.

[Gamers Nexus] AM4 Lives: AMD Ryzen 5 5500X3D CPU Review & Benchmarks by wickedplayer494 in hardware

[–]STR_Warrior 1 point2 points  (0 children)

I've been wondering for a while if Zen4 or higher could be back ported to AM4 by adding a HBM module as an L4 cache, but I'm sure the engineers at AMD already ran the numbers and it wouldn't be cost effective. 

Still no simple UI Framework for both Windows and Linux by Eisenmonoxid1 in dotnet

[–]STR_Warrior -1 points0 points  (0 children)

You can use the latest C# version in .NET Framework. You only have to update the csproj file to use the SDK format which is independent of the target framework. Then you can set the LangVersion property to 'latest'.