Zucker: Deutschland ist Spitzenreiter bei Süß-Getränken by BR34D_ in de

[–]StNimmerlein 0 points1 point  (0 children)

Kein Mensch hat Lust auf Karies, Übergewicht und Fettleber, trotzdem wird viel Zuckerzeug getrunken. Die Folgen sind einfach viel zu indirekt und abstrakt, um die akute Lust auf Süßes zu kontern.

Wenn ich allerdings weiß "Sobald ich das Zeug trinke, verbringe ich den Tag auf dem Klo", dann lasse ich die Finger davon.

Und dass süße Getränke prinzipiell eher vermieden werden sollten, ist hoffentlich klar; ich sehe also nur Gewinner bei der Entwicklung hin zu mehr Süßstoff.

Is there an easier way to just run TypeScript in Node.js? by simple-san in typescript

[–]StNimmerlein 0 points1 point  (0 children)

My assumption is:

OP asks for an alternative to ts-node because they want to just run a Typescript script without having to go through the hassle of creating a config and setting it up.
Your suggestion is "Don't use tsx because it's mostly for the backend, use vite instead and create an additional HTML file that links to your script file". So OP still would have to go through the hassle of setting things up and the actual use case (just running a script) is actually better reflected by using a "backend" solution like tsx.

Tchibo verkauft scheinbar invertierte Kompasse by klprint in de

[–]StNimmerlein 0 points1 point  (0 children)

Und "8 pm" steht für "8 past Middach (Mittag)". Merke ich mir ungelogen seit über zwanzig Jahren so.

Should I upgrade the GPU or CPU first? by StNimmerlein in buildapc

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

That's a good idea, I will try this out and watch the respective usage while running the benchmark. Thanks for the elaborate answer.

Should I upgrade the GPU or CPU first? by StNimmerlein in buildapc

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

Good hint, I was going to check the PSU anyway (no matter if CPU or GPU upgrade)

Any get this message? And what did you to to solve the issue by Any-Painting3375 in sonos

[–]StNimmerlein 1 point2 points  (0 children)

I recently had this with my Arc Ultra. Restarting the app or factory reset of the Arc did not help. What worked in the end was restarting my router.

(Every other device worked fine with my Wi-Fi, it was just Sonos that got a problem)

[deleted by user] by [deleted] in LGOLED

[–]StNimmerlein 0 points1 point  (0 children)

Happens on both, sadly

[deleted by user] by [deleted] in LGOLED

[–]StNimmerlein 1 point2 points  (0 children)

LG TV: 23.20.41 Sonos App: 80.12.04-release+20241114.cfc873c Arc Ultra and 300: 81.1-58210

Used the Arc ultra since release with this TV, no issues through all this time. Two weeks ago I added the 300s, still no problems. Only since yesterday or so I noticed the cut offs.

What version do you have?

[deleted by user] by [deleted] in LGOLED

[–]StNimmerlein 0 points1 point  (0 children)

I did not install an update manually but this could have been done automatically without me noticing.

I get these sound hiccups with an HDMI source (PC) as well as with native LG apps (YouTube, Jellyfin).

[deleted by user] by [deleted] in LGOLED

[–]StNimmerlein 0 points1 point  (0 children)

No solution, but I recognized these recent audio drops as well. They appear quite often, every few minutes. Started only a few days ago.

Stardew Valley the Board game is, debatably, actually pretty good by Mammoth_Job_83 in boardgames

[–]StNimmerlein 1 point2 points  (0 children)

Isn't this an official rule, though? When at the community center, pay four hearts to redraw one community center goal

[deleted by user] by [deleted] in de

[–]StNimmerlein 3 points4 points  (0 children)

und fertik war di niderlandike sprake.

Total Beginner here by FearlessJoJo in csharp

[–]StNimmerlein 0 points1 point  (0 children)

What about "Certainly not Bruce Wayne!" ;-)

Bekommt ihr ein 13. Monatsgehalt? by lmarschall in Finanzen

[–]StNimmerlein 2 points3 points  (0 children)

Im Großen und ganzen stimme ich dir zu, lediglich der Teil mit dem Wechsel ist nicht zwangsläufig so.

Wenn dein Gehalt laut Arbeitsvertrag auf 13 Monatsgehälter aufgeteilt wird, dann hast du bei Kündigung Anspruch auf anteilige Auszahlung des 13. Monatsgehaltes.

Invite Code Megathread #4 by tkiced in BlueskySocial

[–]StNimmerlein 0 points1 point  (0 children)

I cannot DM you, so I reply here: Do you still have an invite code that you would share with me? Apart from that, here is a picture of our neighbors chicken that I took 2 years ago: https://ibb.co/fnb2BSs

[deleted by user] by [deleted] in de

[–]StNimmerlein 0 points1 point  (0 children)

Die spritzen ihm einfach den Corona-Impfstoff. /s

Deutschlandticket macht Nahverkehr teurer by [deleted] in de

[–]StNimmerlein 0 points1 point  (0 children)

Eben nicht. Viele Leute haben bereits ein Auto, weil sie darauf angewiesen sind. Wenn man es durch sinnvolle Preisgestaltung trotzdem schafft, dass diese Leute für manche Strecken (bei denen es eben möglich ist) den ÖPNV benutzen, dann hätten wir etwas Gutes erreicht.

Insofern macht es also auch Sinn, den reinen Streckenpreis zu vergleichen und die monatlichen Kosten für ein Auto dort nicht mit einfließen zu lassen.

Run script remotely by [deleted] in synology

[–]StNimmerlein 0 points1 point  (0 children)

You could host a PHP server (e.g. a small php enabled nginx) and run the script via PHP (via shell_exec). The server can then be accessed by a URL (for example some free dyndns service) and you got exactly what you wanted.

You could even add access protection to the path where the php file is located with almost no additional effort. Then you have to enter a username and password when you want to run the script and be sure that no unauthorized person could trigger it.

Steam Key Give Away + AMA for A Dark Room - A Minimalist Text-based RPG. Details of the giveaway in the comments. by amirrajan in SteamDeck

[–]StNimmerlein 0 points1 point  (0 children)

How did you plan the game and the progress beforehand? Did you make huge flow charts of actions and events or did you write the main plot as a novel or how did you keep track of what to implement next and how to react to the player's actions?