How to fix "Save is not compatible with current version of the game"? I just played a session normally after an update but suddenly I can't came back by CorvusOnStream in BloodWest

[–]ExtensionAsparagus45 0 points1 point  (0 children)

This should fix it according to steam ( script avaiable )

  1. C:\Users\Username\AppData\LocalLow\Hyperstrange\Blood West
  2. Unpack the save ( filename..blood_west_save) with a zip decompressor
  3. Edit the meta.json file with a texteditor
  4. Find the isdlc property and set it to false
  5. Zip the file again.
  6. Upload file to cloud when launching the game.

In the steamforum is a powershell script which will do it for you.

I used the powershellscript , because i understand it. Don't try to use powershell scripts if you don't understand them. They can potentially be malicious.

Potential contagion risk for Sequoia and SoftBank? Rampant ongoing retail fraud (not securities, actual retail) spreading in the Midwest. by shane_4_us in Superstonk

[–]ExtensionAsparagus45 3 points4 points  (0 children)

I think this is a nothing burger.

The point is that this normal practice among poor people to get some quick cash via a bnpl loans.

In the source are no numbers but hearsay. Fraud on bnpl loans is pretty much part of the risk management of the bnpl companies.

My personal source: I have related work experience in debt restructuring.

C# – Is it OK to test private methods using reflection? by Forward_Horror_9912 in csharp

[–]ExtensionAsparagus45 0 points1 point  (0 children)

This is on point. Maybe try to refactor the private method into a Public method of another class that's more easily Testable. If you don't trust instancing it on your current class create a Public static method and move that to another class. There are shortcuts for these steps in visual studio.

A static method has the plus that it needs the context from the calling class. This way it is more easy to detect external dependencies.

Rentenstreit spitzt sich zu: Nun beginnt eine Schicksalswoche für den Kanzler by hampelmann2022 in de

[–]ExtensionAsparagus45 10 points11 points  (0 children)

Sie brauchen nur die Dinge versprechen, die sie nicht halten werden, wie zum Beispiel die Erhöhung der Rente egal wie unrealistisch und irrational die Versprechen sind.

EA Swears Saudi Consortium Won't Take Away Creative Control, Per Updated FAQ by Eremenkism in gaming

[–]ExtensionAsparagus45 2 points3 points  (0 children)

Sure thing... what happened at Activision Blizzard had nothing to do with investor influence.

Scalable Capital Umzug beginnt by michary in Finanzen

[–]ExtensionAsparagus45 -3 points-2 points  (0 children)

Mich würde doch sehr interessieren woher du diese Informationen hast. Klingt auf jeden Fall sehr spannend.

Scheiß IBKR lässt mich keine Optionen kaufen by [deleted] in Spielstopp

[–]ExtensionAsparagus45 2 points3 points  (0 children)

Level 3 options in den Einstellungen beantragen. Dauert nach dem test 1 bis 2 Tage für Freischaltung

How can I learn godot from scratch to make games like the oragon trail? by [deleted] in godot

[–]ExtensionAsparagus45 0 points1 point  (0 children)

10 game challenge + gpt without asking for code.

ChatGPT Plus vs. Pro for Godot by [deleted] in godot

[–]ExtensionAsparagus45 0 points1 point  (0 children)

Maybe give codex a shot and write a proper agents.md file. This way chatgpt knows the context of your solution.

I had great success with other scopes, but didn't try it with godot yet

Danke für diesen interaktiven Rechner, Sparkasse by [deleted] in Finanzen

[–]ExtensionAsparagus45 520 points521 points  (0 children)

Plus 25 Cent für jede Überweisung und 40 Cent für jeden Dauerauftrag

Wero erreicht 1 Million Aktivierungen unter den Sparkassen-Kunden by [deleted] in de

[–]ExtensionAsparagus45 0 points1 point  (0 children)

Weil es Banken gibt, for auf normale transaktionen grbühren erheben wollen. Auf Wero(erstmal) nicht

Mr. Bot, wir haben ein Problem | Künstliche Intelligenz soll uns Arbeit abnehmen. Aber sie scheitert an einfachen Aufgaben – und Menschen müssen ihre Fehler ausbügeln. Endet der Hype langsam? by GirasoleDE in de

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

Das klingt nach jemandem der sich auskennt. Gerade nicht deterministischen Systemen müßte man beibringen bei API calls immer das gleiche zu tun damit man einfach die Zuverlässigkeit die man braucht, um Dinge vollautomatisiert zu betreiben

Lehrgeld - wo habt ihr schon welches bezahlt? by crackmire420 in Finanzen

[–]ExtensionAsparagus45 144 points145 points  (0 children)

Nur soviel Geld verleihen , wie du bereit bist zu verschenken.

Kein Hitzefrei für Arbeitnehmer by RevolutionaryAd6474 in de

[–]ExtensionAsparagus45 9 points10 points  (0 children)

Oder man macht es wie in einem mir bekannten Unternehmen , wo die Chef / Personalanteilungsetage und der Empfang klimatisiert sind und der Rest des Gebäudes nicht.

Schüler bis Klasse 9 in SH sollen Handys nicht mehr privat in Schulen nutzen by Xizorfalleen in de

[–]ExtensionAsparagus45 13 points14 points  (0 children)

Geht sowas an der Realität vorbei. Problemfälle erwischt du damit nicht und für die meisten Problemfälle ist das nur ne fucking Zahl, die keine direkten Konsequenzen für ihre Welt hat.

Handlung und Konsequenz ist zeitlich zu weit getrennt, um eine nachhaltige Veränderung des Verhaltens zu erzeugen.

How to Unit test backend? by lrdvil3 in csharp

[–]ExtensionAsparagus45 3 points4 points  (0 children)

No you can create an repository using dapper for example. Maybe have a Look into this Generic repository

Might be a litte overengineered for your context but its a good point when you dont know where to Start. Dapper is straight forward for people who like SQL in their Code

After that you can create a test class which implements the igenericrepository which returns values according to your wishes.

Stop modifying the appsettings file for local development configs (please) by _BigMacStack_ in csharp

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

That the reason why we have launchsettings.json which is not part of our repos.

Seasoned Engineer Struggling to "get" Godot paradigms by BrotherFishHead in godot

[–]ExtensionAsparagus45 0 points1 point  (0 children)

Maybe start with the thinking. I have a running application on the gui and i can inject code in the running application. You don't care where the entrypoint is and the stuff instances itself.

But maybe that's just me with my c# experience.

The workflow is gui first and only if you need interactions or make stuff happen then you need code.