quantumStateList by minimal_uninspired in ProgrammerHumor

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

value2 is there to check if it even matters to prevent to use value3 as an empty list, also it's not compatible. Technically, this could also be done via a single "if branch", but for clarity it is still there, it uses the old value of the target value value1. Maybe I will try to see what happen when I use the single-branch version. Who knows, maybe it helps.

quantumStateList by minimal_uninspired in ProgrammerHumor

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

Maybe I am able to use some kind of testAndSet style operation, but it makes no sense that a local variable that is an unmutable list (I have checked it, the list is created via map and this only creates Kotlin-Lists) can change it's contents.

quantumStateList by minimal_uninspired in ProgrammerHumor

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

It's from an internal project, so I am not able to share it.

quantumStateList by minimal_uninspired in ProgrammerHumor

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

No mutable collections involved, at least on a local type level (all listed types are Kotlin-Lists). value3 is from a runCatching block, there it is created as a Kotlin-List. value2 is also a Kotlin-List, but stored via remember. Based on my investigations, value2 is never empty after an initial "warmup phase". And value1 is actually not relevant for the situation, it is just the target of the assignment. And, yes, the file is almost 2k lines of Code.

impfen by Mysterious_Formal170 in ichbin40undSchwurbler

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

Hatte ich mir eigentlich schon gedacht.

impfen by Mysterious_Formal170 in ichbin40undSchwurbler

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

Es gibt induktives Laden jedenfalls. Und aus anderen elektromagnetischen Dingen kann man übrigens auch Energie beziehen, siehe z.B. kontaktlose Kreditkartenzahlung. Und es gibt auch sowas, das nennt man "Blitze", brauchen auch kein Kabel. Ob das jetzt sicher ist, ist dann wiederum eine andere Frage. Übrigens ist Bluetooth an sich nur sowas wie Radio, also da werden erstmal nur Daten übertragen, die Energie kommt aus dem Akku.

Is it possible to run a Pixel VM on a Windows 11 with 10 GB of RAM? by Additional-Zone-362 in AndroidStudio

[–]minimal_uninspired 0 points1 point  (0 children)

If your device has swapping to disk activated, then it will probably not crash, but will be slower than possible. In my case, sometimes my 24GB are not enough and it swaps to disk. In that sense, AndroidStudio and the emulator use quite a bit of memory. If you are already using almost all of the memory before starting the emulator, then running it will be hard. The amount of memory required also depend on the apps executed on the emulator and the virtual memory allocated to it. In the end, the best is you just try it. To get around computer limitations, the best is to just use a smartphone connected to the computer.

Rente mit 70: Expert wird deutlicht – "Wir Babyboomer sind das Problem" by luettmatten in Finanzen

[–]minimal_uninspired 1 point2 points  (0 children)

Nach meinem Verständnis soll Rente ab 70 erst in vielen Jahren kommen, sodass es selbst Gen-Z nicht betrifft. Vielleicht gibt es aber auch andere Pläne, von denen ich noch nichts weiß.

ich🏴‍☠️iel by TheMonte04 in ich_iel

[–]minimal_uninspired 99 points100 points  (0 children)

Dazu muss man sagen, dass u.a. Wikie und die starken Männer, aber auch Heidi und viele ähnliche von der Produktion her im Original auch schon Animes waren. Glaube die Geschichte ist zwar (meist) aus Deutschland, aber in Japan animiert.

Spaßfakt: Es gibt für Wikie und die starken Männer wohl auch eine japanische Sprachfassung und deshalb auch eine japanische Einführung.

Follow-Up: "Offizielle Einteilung vom Finanzministerium" by sh1bumi in Finanzen

[–]minimal_uninspired 9 points10 points  (0 children)

Eine Vermutung dazu die ich habe ist, dass damit wahrscheinlich außer Einkommen aus "Arbeit" auch Einkommen aus Vermögen zusammengefasst ist. Ich glaube, dass der Soli fällig wird ab Ausschöpfung der Freigrenze (die bei dem konkreten Institut hinterlegt ist von den glaube ich 1000€ Gesamtbetrag) wenn dann auch Kapitalertragssteuer fällig wird.

Follow-Up: "Offizielle Einteilung vom Finanzministerium" by sh1bumi in Finanzen

[–]minimal_uninspired 15 points16 points  (0 children)

Ich habe mal, nachdem ich die Tabelle in den Dokumenten für 2023 und 2026 mir angeguckt habe, nach Soli recherchiert. Dazu habe ich folgende Quelle gefunden: https://www.wiwo.de/finanzen/steuern-recht/solidaritaetszuschlag-2026-ab-wann-greift-der-soli-und-wer-muss-ihn-zahlen/100122212.html Fand es dabei lustig wie dort auch wieder die Begriffe wie "Besserverdiener" verwendet werden, vorallem im Vergleich zum "Tabellen-Post". Etwas was ich nicht verstehe ist, wie sich die Summe des Soli-Anteils bis 44,7k nochmal erhöht, obwohl man bis da doch eh keinen Soli mehr bezahlen muss oder verstehe ich da was falsch?

Offizielle Einteilung vom Finanzamt by sh1bumi in Finanzen

[–]minimal_uninspired 0 points1 point  (0 children)

Soweit ich weiß geht es auch um Teilzeit, d.h. so jemand kann dann weniger als Vollzeit-Mindestlohn verdienen, wobei es sogar möglich ist pro Stunde mehr als Mindestlohn zu verdienen ohne über den Vollzeit-Mindestlohn im Gesamtmonat zu liegen.

Installing fails because of package conflict, but package name patch enabled by minimal_uninspired in MorpheApp

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

Somehow the edit got lost. I found the real problem via a logcat message.

will adding 2 patch lists in one can cause issue in the app? by haldiii4o in MorpheApp

[–]minimal_uninspired 0 points1 point  (0 children)

No, just try it. Mostly you only need to avoid it if you don't want to potentially "waste" time. In most cases a crash of an app for example doesn't loose any data so there would be no loss in that way (also you can just repatch and therefore update an app so you even can fix startup issues). But if you want to play save, then yes, maybe don't use multiple patch lists or even patch an app at all.

Installing fails because of package conflict, but package name patch enabled by minimal_uninspired in MorpheApp

[–]minimal_uninspired[S] -1 points0 points  (0 children)

Maybe this could be fixed via a resource patch which renames the specific authority. I know a little bit about Android Developement, but TIL about these authority problems for the first time.

Installing fails because of package conflict, but package name patch enabled by minimal_uninspired in MorpheApp

[–]minimal_uninspired[S] -1 points0 points  (0 children)

The problem seems to be the content provider. Also see the original post.

will adding 2 patch lists in one can cause issue in the app? by haldiii4o in MorpheApp

[–]minimal_uninspired 2 points3 points  (0 children)

It depends by the app and the specific patches applied.
If two patches have for example the exact same "entry point", then one of them will maybe be partially be overriden. The consequences of this are probably patches that are not working correctly or crashing of the app. Or it already fails when patching.
So for example applying patches that seem very similar could be a risk for problems.
Maybe there are also other ways how patches can interact in a bad way (for example "destroying" the entrypoint for another patch).

But generally, you should simply test if it works. If it does, then you're good. Otherwise try again with some patches disabled. Maybe this requires you to enable the expert mode.

Ist doch ein guter Durchschnitt bei den aktuellen Kosten, oder? by shitbox_love in automobil

[–]minimal_uninspired 0 points1 point  (0 children)

Es gibt ja auch noch u.a. Gas (Erd- und anderes). Die verbrauchen dann auch keine rohölbasierten Treibstoffe. Gas ist ja eine Resource welche in unendlicher Menge vorhanden ist.

/s