• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle

  • It kinda is though. Iirc it received an interrupt it shouldn’t have received and doesn’t know how to resolve. It is not supposed to ignore it, but then the only other option is crashing at this point. Basically it continues in a dazed and confused state.

    Of course the message could be clearer, but at least it also makes the message easily searchable.






  • Also richtiges Unix (AIX und HP-UX hauptsächlich) findet man noch viel in der Luft- und Raumfahrt, sowie teils im Automobilsektor. Macht aber nur mäßig Spaß meiner Meinung nach. Es ist in erster Linie alles alt.

    Ansonsten was Linux betrifft ist eigentlich alles was Web ist darauf basierend mit Ausnahme von C#/.Net Krams.

    Windows ist die absolute Ausnahme meiner Erfahrung nach. Alles was in der Cloud läuft ist Linux, alles was DevOps ist ist Linux. Vielleicht bin ich in einer Blase, aber nach Windows müsste man schon eher speziell suchen oder im Client Support arbeiten.

    Kann auch sein, dass das anders in kleineren Unternehmen ist. Seit O365 wird aber nicht einmal mehr Exchange, Sharepoint und und so von Unternehmen selbst gehostet, wodurch ich vermute, dass Windows Jobs sogar noch weniger werden.



  • If you can use containers always use containers as a rule of thumb. VMs are less efficient in almost every way and they add some unnecessary complexity.

    For docker you basically only have to backup the persistent data. So in case of the docker setup you just have to backup the mounts and probably your compose file you are using. This probably also answers your third question already. Container files can be left alone and don’t need to be considered for backups as they should be stateless and can reside in their default location (/var/lib/docker/overlay2 or so by default).

    Overall it is quite simple as you only really have to consider the mounts and the docker setup. The mounts you define and should be really obvious and the docker setup is just a few config files at most or just the compose file.



  • I worked on projects using C++, C#, PHP, Python and JavaScript, also Typescript. I learned programming with C. So I am at least at a professional or competent level at each of them.

    The language I am most productive in is JS. There is barely any boilerplate, it is easily writeable and supports multiple paradigms. Personally I prefer Typescript and I make it a requirement for projects I lead. I use it for everything unless it is a native application in which case I use C++. Just the language features of JS, compatibility, tooling, platforms where you can run it and so on makes it easily the most useful language on the list. I don’t even consider Python, C# or Java over JS. None of them are any faster or better designed languages, except for C# and that’s mostly improved by TS.



  • Ja, sowohl im Auto (Android Auto), als auch zu Hause. Im Auto praktisch um Textnachrichten zu verfassen, Musik zu steuern, Ziele zu setzen…

    Zu Hause habe ich ein paar Nest Minis verteilt. Zum Beispiel ist es in der Küche schön Musik streamen zu können und Timer zu stellen ohne irgendwas in die Hand nehmen zu müssen oder zu berühren. Weiter ist es nützlich, wenn ich einfach schnell eine Erinnerung einstellen möchte.

    Ansonsten nutze ich es hauptsächlich um zum Beispiel die Heizung zu steuern, wenn es gerade gefühlt zu warm/kalt wird. Abends, wenn das Handy auf dem Ladestand steht, sage ich nur, dass alles Lichter ausgeschaltet werden sollen und muss nichts mehr in die Hand nehmen. Habe trotzdem überall fast ganz normale Lichtschalter, die nur mit einem kleinen Sender verdrahtet sind (Hue Wandschaltermodule).

    Privatsphäre ist natürlich so eine Sache. Da das Handy eh überall dabei ist, kann es einfach nicht schlechter sein, als es schon ist. Entweder traut man dem oder darf halt gar nichts nutzen, auch kein Smartphone. Ich habe aber zum Beispiel im Arbeitszimmer trotzdem keine permanenten Geräte, da es rechtlich bestenfalls eine Grauzone ist.