Don't brake in curves, whether you have a car or bike. Especially in slippery conditions.
Helix
Sadly all of our huge customers use MS Office and we have to dogfeed ourselves with the whole MS 365 suite. That's 70€ per month per user down the holes of Microsoft execs.
Ich redete nicht davon, eine neue Sprache zu lernen. Woraus hast du das denn gelesen?
Du denkst also, es läge an der Einstellung und nicht am Alter? Irgendwie beschwerst du dich wie ich sagte nur über andere Generationen, ohne tatsächliche Argumente anzuführen, wieso das so ist oder was die Leute in der Generation dagegen machen könnten.
Meinst du nicht, Konservativismus kommt auch durch das Alter? Denkst du, bei dir wird das anders laufen?
Ich kenne übrigens keinen Millenial, der kein 2FA benutzen kann. Wenn das dein Maßstab für Kompetenz ist, ist das ein ziemlich niedriger.
Leute, die Passwörter auf Zettel schreiben oder kein 2FA benutzen können, habe ich auch schon aus der Gen Z kennen gelernt.
Du hast genau wie die Boomer über dich dieselben Vorurteile über die anderen Generationen und merkst es nicht mal. Lies dir doch diesen Artikel mal durch: https://www.deutschlandfunkkultur.de/mythos-generationenkonflikt-100.html
Hast du auch noch nie eine Verknüpfung gesehen bei der du in dem Ordner im Ordner in einen Endlos-Loop im Aktenschrank gekommen bist?
Du glaubst also, dass Millenials kein TikTok benutzen können? Oder was ist dein Argument?
Dumme Frage an der Stelle, aber hast du überhaupt verstanden, was ich mit Neuroplastizität meinte? Und dass mein Argument ist, dass junge Menschen halt generell besser lernen?
Fühlst du dich selbst als "Zoomer"? Du redest gerade über die älteren Generationen wie du es denen vorwirfst über Gen Z zu reden.
Ich gehe davon aus dass das das gesamte Frontend mit allen Ressourcen ist, was da geladen wird. Kannst dir den local store ja mal anschauen.
Und wo ist da der Unterschied zu den anderen Generationen, die dieselben Plattformen nutzen?
Why require keycloak specifically? Maybe I want to use another authentication gateway.
Macs had TPMs before Windows PCs, IIRC.
If you forget both, you upgraded the drive to a paperweight.
That's why I have a password manager on my phone.
Ideas what you can do. These are all SHOULD and not MUST requirements, so pick and choose what you can reasonably do in a realistic timeframe without overburdening yourself. Some of these steps can be outsourced to your community.
You can try to make a twelve factor app but some of their advice is probably not suited for your application. You will end with some 7.5factor app which is fine.
Follow SemVer and provide detailed instructions for upgrading major versions.
Use a build system which is easily installable and a language where you don't have to upgrade dependencies every second for security issues (looking at you, npm/nodejs).
Don't include a webserver which does HTTPS, let the people run their own reverse proxy.
Test your setup with and provide multiple web server configs for nginx, Apache2, Caddy, Traefik.
Test your setup with and provide multiple default configs for bare metal (with a dependency manager), Docker, Podman, Kubernetes, Kata Containers.
If you need a DB, include the possibility to migrate from a self contained one instance SQLite to a multi container pgsql/MySQL setup.
Write database migrations in both directions so people can downgrade on failures.
Make it possible to configure your system via ENV variables, ENV files and config files. Provide instructions on best practices and sane defaults. Explain these defaults and make clear configuration is optional.
Make it possible to disable authentication to add Authelia or LDAP through the webserver. Make clear that this is only to be used for external authentication.
Make it possible to run multiple parallel instances of your software without affecting the database consistency, e.g. for high availability or horizontal scaling.
Provide a versioned, documented API (does not need to be public) and use it yourself for your frontend. Provide a telemetry endpoint which is human readable and machine readable, so Prometheus or a similar system can scrape it.
Always use a one lead voltage ~~meter~~ tester when working on electricity. Don't trust your breakers. Don't trust light switches.