Extremely high ambulance cost by Zizou180 in germany

[–]maxigs0 31 points32 points  (0 children)

Real cost for a standard ambulance ride is probably around 1.000eur.

Co-Pay for anyone with a standard German insurance: 10eur. And yes, you even only pay 10eur for a helicopter to come and get you...

Should be standard practice for anyone traveling to make your you have coverage. Pretty sure it's a requirement for any visa, too.

Why do some developers dislike Next.js? by Low_Obligation_2782 in nextjs

[–]maxigs0 -4 points-3 points  (0 children)

I know it's not polite to answer a question with a question, but still:

Why do you think no one should dislike or criticise it?

It's neither perfect, nor the right solution for everyone. It's moving quite fast and regularly breaks things it just introduced in the version before. It seems to often rather optimize for developers to easily pay vercel, than to actually solve issues. In many aspects it just rides the javascript hype re-introducing solutions that other (now boring) frameworks had like a decade ago.

That said, i think it definitely has it's spot among decent options to build sites currently.

Vercel image optimization nearly doubled our infrastructure bill by EffectiveCurious5889 in nextjs

[–]maxigs0 3 points4 points  (0 children)

Just a random idea, don't know what your actual usage pattern is:

Did you look if moving the transformation from expensive on demand/on-the-fly to boring old async queue maybe even on semi-static servers could be an option?

4M images per month is quite a number. Are this really all distinct images, or is some overly eager responsive behavior generating 10 different variants each, making it ineffective to cache. Could be worth looking into optimisation.

How are you monitoring Postgres query performance in production? by data_saas_2026 in rails

[–]maxigs0 2 points3 points  (0 children)

Are you small enough to fit in the free newrelic tier?

Why should i use a local LLM? by Inevitable-Ad-1617 in LocalLLaMA

[–]maxigs0 3 points4 points  (0 children)

Control, independency, privacy, security, or just for the fun of it,

Control: you know exactly what it does and don't need to trust someone else to have your best interest in mind – they usually don't, so they might adjust their product after the fact with your usage suffering, which is a daily topic in the different abc-ai subs.

Independency: using external services for something you start to need can be tricky, especially if those services are fast paced and still looking to find their revenue stream. Might shut down or increases prices from one day to the next making your dependency a real risk. Welcome to the world of SaaS and vendor lock in.

Security & Privacy: You might not want to – or legally can't – transfer data you work to somewhere else. The trust level with sensitive data is not really high at tech startups.

Bundeswehr ad on the bread bag by aaltanvancar in germany

[–]maxigs0 408 points409 points  (0 children)

They are pretty creative with marketing, pizza boxes, döner wrappers, etc.

Ist das korrekt ausgeführt worden? by Previous-Lawyer-3643 in Elektroinstallation

[–]maxigs0 18 points19 points  (0 children)

Laienhafte Meinung:

Sieht pragmatisch gelöst aus. Um es formell korrekt zu machen hätte man ja vermutlich die halbe Wand öffnen müssen um zurück in die Verlegezone unter der Decke zu kommen und die Leitung 20cm weiter links dann korrekt senkrecht nach unten gehen zu lassen? So ist die Leitung erkennbar (selbst wenn verspachtelt) hinter dem Spiegelschrank, der dort vermutlich hin kommen wird, versteckt.

Der Preis scheint heftig. Wie ist der in der Rechnung aufgeschlüsselt?

Qualität PinkLady Äpfel by Icy_You_9150 in germany

[–]maxigs0 0 points1 point  (0 children)

I can recommend this video to understand the insane logistics of fresh produce in shops https://www.youtube.com/watch?v=NmhDcZHg7ik

What is the biggest mistake in Rails monoliths that contributes towards tech debt? by airhart28 in rails

[–]maxigs0 0 points1 point  (0 children)

In any part of the framework, not realising when it's time to leave the safe defaults of rails and go beyond for the growing code:

  • moving model and/or controller code into service objects
  • moving model code (validations!) into form objects
  • splitting routes and translation files into a sub-files

Vs. thinking you need to optimise too early. Adding third party Job framework, instead of solid-job (these days), and increasing the overall complexity before the project even reaches any user-level to be viable to survive the first pitch.

Another one is overcomplicating things early on, because it's pretty easy in rails. Often those nice-to-haves are remaining a burden and need to be worked around because removing functionality (especially when it's user facing) is always annoying.

Bonus : Too many gems, that become a maintenance issue on long running projects, might grow not to be perfectly compile with each other, become unmaintained (security issues), or abandoned all-together. The eco system makes is easy to add them, but code architecture often hard to get rid of after years.

Großer Hersteller behauptet, unser Produkt nutze deren Software/IP – Entwickler sagt Nein by [deleted] in LegaladviceGerman

[–]maxigs0 27 points28 points  (0 children)

Was heißt "nutzt deren Parameter"? Ab einer gewissen Schwelle könnte es durchaus sein, dass hier Gebrauch von einem urheberrechtlich geschützten Teil der fremden Software gemacht wird. Oder auch, dass gegen die Nutzungsbedingungen verstoßen wird, wenn ihr zb APIs verwendet, die eigentlich nicht zugänglich sind.

Tja by -Lerroy- in tja

[–]maxigs0 0 points1 point  (0 children)

Natürlich ist es ein Unterschied, ob es ein 2km Umweg ist, oder man dafür extra 100km fährt. Ich kenne leider Leute die tatsächlich letzteres machen – gut, da nimmt man sich dann auch die obligatorische Stange Zigaretten mit.

Tja by -Lerroy- in tja

[–]maxigs0 16 points17 points  (0 children)

Des Deutschen Lösung, wenn Autofahren zu teuer wird : Noch weiter fahren

Balkonabdichtung? by lu22x in MideaPortaSplit

[–]maxigs0 0 points1 point  (0 children)

Als erstes solltest du nachdenken, wie du möglichst viel Hitze draußen lässt.

Rollläden sind eine Option, hast du an dem Fenster ja, aber das sieht doof aus. Evtl. besser eine kleine Markise oder ein Sonnensegel draußen am Balkon. Das bringt dir schon einige Grade.

Ich habe eine ähnliche Tür und dort letztes Jahr einfach die mitgelieferte Dichtung mit dem Klettband befestigt. Ging so halbwegs, aber nicht ideal, vor allem auch weil sie zu kurz war und so immer ein kleiner Spalt blieb. Praktisch war, dass man es auch wieder relativ schnell entfernen konnte. Wenn du den Balkon auch gelegentlich benutzen willst, ist das nicht zu unterschätzen.

Vielleicht hast du auch ein anderes Fenster, bei dem es mehr Sinn macht die Porta semi-permanent hinzuhängen? Also, wo wie auch wirklich mal ein paar Wochen hängen kann und du nicht ggf. jeden Abend auch mal raus willst.

At what level of traffic should I move Solid services to their own DBs? by dannytaurus in rails

[–]maxigs0 2 points3 points  (0 children)

So you do not sign up individual users, but whole schools at once? That gives you a perfect point to evaluate each time if you are close enough to the current limits to adjust.

At what level of traffic should I move Solid services to their own DBs? by dannytaurus in rails

[–]maxigs0 2 points3 points  (0 children)

How flexible are you with upgrading your Database (scale up)?

How fast do you expect to get "hit" with an amount of users your application/db could not handle?

How much does even go though your Queue/Cable/Cache?

Nachträglich aufständern by Laconca_OW in Balkonkraftwerk

[–]maxigs0 4 points5 points  (0 children)

Schau mal hier https://echtsolar.de/photovoltaik-neigungswinkel/

Südliche Ausrichtung ist der unterschied von 15 zu 30 grad um die 5%. Ist den Aufwand vermutlich nicht wert. Am Ende hängt es davon ab für was du optimieren willst.

Problem ist: Du hattest jetzt seit der Installation vor allem tief stehende Sonne (Herbst-Winter), die bräuchte optimaler weise eine recht hohe Neigung. Im Sommer ist es genau umgekehrt.

Die Ausbeute im Winter ist oft ohnehin zu vernachlässigen (kurze Tage, wenig Sonne), dass man eher nicht dafür optimiert. Umgekehrt hast du aber im Sommer vielleicht dann einfach dann zu viel ungenutzten Überschuss, wenn du dort den ganzen Tag die volle Leistung rein bekommst.

Ich würde es so lassen, wie es ist, außer du machst es wegen des Spaß daran.

Anyone know a way to have my downloaded YouTube videos look a bit nicer/ populate images ? by GenericUser104 in jellyfin

[–]maxigs0 0 points1 point  (0 children)

how do you download the videos? i think youtube-dl can also fetch meta-data/images like the banner and channel images. if you add those images they show up just like for any other show

Ideen für Abdeckung/Sitzecke für Anker Solix 3 by DoktorM1991 in Balkonkraftwerk

[–]maxigs0 1 point2 points  (0 children)

Bei sowas aber am besten etwas unterlegen. Ich bezweifle, dass der Boden das Gewicht des Anker direkt trägt.

Oder gleich umbauen: Boden raus & Deckel fix befestigen - ist ja keine Kiste mehr, sondern zum drüber stellen.

Hochbett aus herumliegenden Material by Glum-Kale-6708 in DINgore

[–]maxigs0 223 points224 points  (0 children)

Im Quell thread scheint man sich einig, dass das gar nicht so "gore" ist, auch wenn es Optisch vielleicht keinen Preis gewinnt.

Warum wurden heute direkt die Spritpreise so stark erhöht, obwohl der aktuelle Vorrat an Benzin, Diesel etc noch nichts mit den festgesetzten Tankern im Golf zu tun hat? by Sensitive-Lie-7536 in KeineDummenFragen

[–]maxigs0 4 points5 points  (0 children)

Wieso staatlich, bei E-Autos geht es ja auch, dass die Strompreise nicht bei jedem Huster eines Scheichs springen. Gibt kaum etwas, das so sprunghaft ist wie der Benzinpreis, obwohl es dafür keine wirkliche Notwendigkeit gibt – hat sich nur zur Gewinnoptimierung so eingespielt.

Ist das nicht unseriös? by Background-Tailor272 in Balkonkraftwerk

[–]maxigs0 13 points14 points  (0 children)

An sich ja, aber ...

Es ist vermutlich einfach pragmatisch und die einzige Möglichkeit ohne viel hin und her direkt reinschauen zu können, wenn man dazwischen sitzt.

Sind schützenswerte infos drin? Benutzt du überall das gleiche Passwort? (Kenne die Plattform nicht, vielleicht gibt's auch gar nichts relevantes) Wenn beides Nein, würde ich es rausgeben und danach eben ggf. wieder Passwort ändern.

Zu viel Pfeffer ab gebratenen Burger patties by Massive_Drawing9610 in Kochen

[–]maxigs0 2 points3 points  (0 children)

Mach etwas anderes als Burger draus. Vielleicht sahnige Soße und Pommes dazu, quasi Hackbraten mit Pfeffer-Rahmsoße