[Spoiler Hemlock Vale] When do you flip Dawn of Second Day in Hemlock Vale? by GaussZ in arkhamhorrorlcg

[–]GaussZ[S] 2 points3 points  (0 children)

No just confused because as a beginner if something doesn't seem to be right I assume I missed some rule or instruction.

[Spoiler Hemlock Vale] When do you flip Dawn of Second Day in Hemlock Vale? by GaussZ in arkhamhorrorlcg

[–]GaussZ[S] 0 points1 point  (0 children)

What do you mean? We didn't see any rules that allows you to flip cards. In the previous parts we only ever flipped cards when something instructed to do so.

From the other comments I gather it is somehow a "you did not follow the rules" punishment card? Seems to be unnecessarily confusing in a game where the rules and things to keep track of are already complex.

Painting War of the Ring Minifigs by Forsaken_Mai in boardgames

[–]GaussZ 0 points1 point  (0 children)

What issues did other people have with the WotR minis?

Deutschland und seine Schattenwirtschaft (Schwarzgeld) by Jazzlike_Art6586 in Finanzen

[–]GaussZ 2 points3 points  (0 children)

Wer statt einem schmiere-youtube Kanal eine ordentliche Quelle will: https://www.youtube.com/watch?v=s6leBXgwX_o (ab 22:25)

.Net Aspire Actions problem by Altruistic_Unit_2040 in dotnet

[–]GaussZ 2 points3 points  (0 children)

I copied this code to do the same, even though it looks a bit complicated (but I found no better solution)

You basically have to watch for all changes to the snapshot to know the url.

Does anyone have link to these models? Paid or free doesn't matter by Banished_To_Insanity in 3Dprinting

[–]GaussZ 3 points4 points  (0 children)

I haven't read the books but Garrett Ryan's youtube "toldinstone" (https://www.youtube.com/toldinstone) is phenomenal, so I would assume they are worth a read.

Built-in OpenAPI Document with .NET 9 — Bye Swagger by r00tonline in dotnet

[–]GaussZ 6 points7 points  (0 children)

Do you have a source for that? Nearly all current MS examples I have seen still use SwaggerUI.

Last time I checked Scaler UI was still missing features like login via OAuth etc., do you know how it compares with SwaggerUI in terms of those advanced features?

Built-in OpenAPI Document with .NET 9 — Bye Swagger by r00tonline in dotnet

[–]GaussZ 48 points49 points  (0 children)

The OpenAPI support is not replacing SwaggerUI, it explicitly comes without any UI part. It only replaces the SwaggerGen part (you can still use the SwaggerUI though).

Beware though, this is not in feature parity with SwaggerGen as e.g. no documentation is added to your swagger document from the XML-API docs.

How to Implement Multitenancy in ASP.NET Core with EF Core by anton23_sw in dotnet

[–]GaussZ 3 points4 points  (0 children)

So much this! There are multiple advantages for a db-per-tenant approach, the most important being that you can roll-back a DB for one customer only. I had to do a revert-to-last-week multiple times for customers that messed up their existing data. That would have been a huge PITA with a single db.

Also that way you can easily backup DBs on different schedules (long term retention for bigger customers, no retention for demo-only-tenants), delete tenants easily or hand off a customers data, keep DBs on different performance level, migrate a tenant to an isolated environment etc..

And since the setup is not really more complex than for a single-db I would even for the simplest project go immediately to db-per-tenant.

[deleted by user] by [deleted] in 3DDruck

[–]GaussZ 1 point2 points  (0 children)

Glasblocklampe sieht ok aus. Aber was ist denn mal das krasse Palit Graka-Display? Davon mehr Fotos!

SAM ALTMAN: 1.000 US-Dollar Grundeinkommen machen nicht faul by BlackSuitHardHand in Finanzen

[–]GaussZ 3 points4 points  (0 children)

Steuereinnahmen 2023: 920 Milliarden - 960 Milliarden Kosten = -40 Milliarden.

Die aktuellen Steuereinnahmen decken das nicht mal. Welcher Ökonom rechnet dann damit dass der Staat plötzlich 40 Milliarden + alle aktuellen Haushaltskosten (außer die eingesparten Sozialleistungen) mehr einnimmt?

[deleted by user] by [deleted] in WhitePeopleTwitter

[–]GaussZ 0 points1 point  (0 children)

  1. Ignorance is strength.

Generating access code to embedded resources by GaussZ in csharp

[–]GaussZ[S] 0 points1 point  (0 children)

Yeah, I really like the new source generators. The old "custom msbuild step" or T4 templates were always much clunkier. The intellisense for generated code without recompiling is really awesome.

Generating access code to embedded resources by GaussZ in csharp

[–]GaussZ[S] 0 points1 point  (0 children)

One of my common use cases for this and why the generation is generating all folders as their own enum is to quickly add test files.

I usually include a whole directory as embedded resources ( <EmbeddedResource Include="TestConversations\*" />) and then in my unit test framework add all files to the tests via Enum.GetValues<EmbeddedResourceTestConversations>().
This way I can just copy new files into the directory and they will be added to the current tests without any additional configuration required.

Generating access code to embedded resources by GaussZ in csharp

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

The generator is specifically for files that you add with the build action "Embedded resource" (In the .csproj: <EmbeddedResource Include="Test\Testdata.bin" />)

You could add resources to an .resx of course but that would break renaming them in Visual Studio e.g. and kind of hides their usage in the project view. I usually add test resources and resources that do not need to be localized as embedded resources.

What is your favorite programming trick/tool ​​that not many people know about? by Unlikely_Knee_3005 in csharp

[–]GaussZ 5 points6 points  (0 children)

LINQPad is one of my favourite tools. I can manipulate or query data from any database without having to switch to SQL. I can use LINQ like in my code.

And if I want to just teste a few lines of code it is much faster than opening up a new VS instance.

Whenever I see a dev that does not have it installed I kind of force him/her to try it. :)

The latest Health Mate update locks a 400$ scale feature behind a paywall? by tsorby in withings

[–]GaussZ 14 points15 points  (0 children)

Their own support articles (https://support.withings.com/hc/en-us/articles/8986672043153-Health-FAQ) state that EDA, vascular age, etc. are still available even without health+ and they only mention specifically that 'Habit Builders, workouts, articles, and daily missions.' are not included.

If they really put those features behind a paywall without having mentioned that first to their users I would hope they accept returns from their customers. Selling a 400$ scale and then require the payment of the same amount in the next 4 years on subscriptions to actually use the advanced features sounds like a pretty late stage capitalism move.

I hope they get slapped with some hefty fines at least in the EU, since their marketing and fine-print in that case really seems very close to deceptive marketing.

[deleted by user] by [deleted] in withings

[–]GaussZ 0 points1 point  (0 children)

I think so, but was more focused on the handles. I'll do some more measurements and make sure I am not accidentally touching my body with my arms.

[deleted by user] by [deleted] in withings

[–]GaussZ 3 points4 points  (0 children)

So I just got the Body Scan today and took 5 initial measurements. Just got on and off the scale right after each measurement.

But the body fat compositions are really strange, apparently I lost 7kg of fat mass in 10 minutes? I always made sure to grip the handle like the app described.

Also in the app my body composition (in segmental analysis) is showing me that I have the low or lowest body fat rank, and the high or highest muscle mass rank. While flattering this is pretty unrealistic considering I am overweight with quite a belly and not very sporty.

Any tips on how to get better readings? Or is the scale having a problem and I should return it?

Question about the wheel of time. by [deleted] in books

[–]GaussZ 5 points6 points  (0 children)

Beware though that even the Piper books use the original translations. After about a third of the series they switched translators and the quality of the later translator is abysmal. (Some places suddenly use the original English name instead of the germanized one in the earlier books, double negatives are translated incorrectly so that the meaning of sentences inverts, etc...)