I’ve let my google developer account expire quite a while ago after they kept asking for more and more stupid stuff. Nowadays if you don’t get paid a lot for it you must be either a masochist or a bit stupid if you upload to google play.
I’ve let my google developer account expire quite a while ago after they kept asking for more and more stupid stuff. Nowadays if you don’t get paid a lot for it you must be either a masochist or a bit stupid if you upload to google play.
If you can afford it see if Eaton has a smaller tower UPS suitable for you.
Don’t have links anymore, but few months ago I came across some startup trying to sell AI that watches your production environment and automatically optimizes queries for you.
It is just a matter of time until we see first AI induced large data loss.
Did pretty much the same with a new server recently - spent ages debugging why it didn’t find the SAS disks. Turns out, disks like to have power connected, and no amount of debugging on software level will help you.
I was referring to work setups with the overengineering - if I had a cent for every time I had to argue with somebody at work to not make things more complex than we actually need I’d have retired a long time ago.
Unless you are gunning for a job in infrastructure you don’t need to go into kubernetes or terraform or anything like that,
Even then knowing when not to use k8s or similar things is often more valuable than having deep knowledge of those - a lot of stuff where I see k8s or similar stuff used doesn’t have the uptime requirements to warrant the complexity. If I have something that just should be up during working hours, and have reliable monitoring plus the ability to re-deploy it via ansible within 10 minutes if it goes poof maybe putting a few additional layers that can blow up in between isn’t the best idea.
Everything is deployed via ansible - including nameservices. So I already have the description of my infra in ansible, and rest is just a matter of writing scripts to pull it in a more readable form, and maybe add a few comment labels that also get extracted for easily forgettable admin URLs.
Shitty companies did it like that back then - and shitty companies still don’t properly utilize what easy tools they have available for controlled deployment nowayads. So nothing really changed, just that the amount of people (and with that, amount of morons) skyrocketed.
I had automated builds out of CVS with deployment to staging, and option to deploy to production after tests over 15 years ago.
Nein, die riechen nach Pippi.
Wo bekommst du Lammfleisch? Ich finde immer nur Rind oder Huhn - wobei beim letzten Deutschlandbesuch Huehnchen ein groesseres Problem war. Der dritte Laden der es nicht hatte hat uns zu einem geschickt der das auf dem Grill macht und von Hand zerkleinert, und daher immer da hat. Und Rind ist inzwischen meistens nur noch das Hackfleisch.
Netzteil + Backplane mit Managementinterface und Hotswaprahmen - wenn ich das richtige gefunden habe hat das vor dir genannte Gehauese nichtmal Hotswaprahmen.
Ich hab vor ~zwei Jahren verschiedene solche Gehaeuse zum testen gekauft, in der von dir genannten Preisklasse das SC-4004 von Intertech (Hotswaprahmen, keine Backplane/Netzteil), und als teuerstes Modell das SuperMicro. Handling/Verarbeitung sind meiner Meinung nach den Aufpreis komplett wert - das SC-4004 steht seit laengerem vor allem wegen der schlechteren Verarbeitung ungenutzt rum.
Supermicro SuperChassis 721TQ. Kommt mit Hotswaprahmen fuer 4 Platten und 350W-Netzteil. Sehr solides Gehaeuse, fuer Supermicro-Boards vorbereited (Backplane hat Ueberwachungsanschluss), nimmt aber jedes MiniITX-Board (ggf. halt die Ueberwachung nicht anschliessen).
Das haengt sehr stark davon ab wo du dich bewirbst.
Ich bin seit 15 Jahren nicht mehr in Deutschland - in der Zeit davor hatte ich bei Bewerbungen aber grundsaetzlich keine Urkunden oder Zeugnisse beigelegt (und auch kein Bild). Ein paar wenige male wurde nach Zeugniskopien gefragt, bei allen meinen Anstellungen hat sich aber niemand dafuer interessiert.
Bei eingehenden Bewerbungen hatten wir eine gute Mischung aus Bewerbungen ohne Beilagen, und “kompletten” Bewerbungen - wobei wir dann meistens die Anlagen einfach ignoriert haben.
Es wird sicher genug Unternehmen (gerade auch ausserhalb von IT) geben die auf sowas wert legen - ich selber hab das fuer mich immer als Filter fuer Unternehmen gesehen bei denen ich eh nicht arbeiten will.
Had to look that lawyer bit up as it just sounded too much like Gravenreuth - and indeed it was.
Das wirst du ausprobieren muessen - ich habs bei Freunden fuer mich vor Jahren ausprobiert, ich komm damit nicht klar und bevorzuge klassische Tastaturen.
I nowadays manage my private stuff with the ansible scripts I develop for work - so mostly my own stuff is a development environment for work, and therefore doesn’t need to be done on private time.
A lot of the Zen based APUs don’t support ECC. The next thing is if it supports registered or unregistered modules - everything up to threadripper is unregistered (though I think some of the pro parts are registered), Epycs are registered.
That makes a huge difference in how much RAM you can add, and how much you pay for it.
Ist man in anderen EU-Staaten normalerweise auch, nur fuer insgesamt billiger. Vergleiche schauen leider haeufig nur einen Teil der Abgaben an (oft nur Steuern): Ich zahle hier in Finnland zwar mehr Steuern, aber dafuer ist da mehr drin das in Deutschland noch separat abgerechnet werden wuerde. Insgesamt komme ich hier besser weg als in Deutschland.
It has been a while since I touched ssmtp, so take what I’m saying with a grain of salt.
Problem with ssmtp and related when I was testing it was its behaviour in error conditions - due to a lack of any kind of spool it doesn’t fail very gracefully, and if the sending software doesn’t expect it and implement a spool itself (which it typically doesn’t have a reason to, as pretty much the only situation where something like sendmail would fail is a situation where it also wouldn’t be able to write a spool) this can very easily lead to loss of mails.
I already had a working SMTP client capable of fishing mails out of a Maildir at that point, so I ended up just doing a simple sendmail program throwing whatever it receives into a Maildir, and a cronjob to send this forward. This might be the most minimalistic setup for reliably sending out mail (and I’m using it an all my computers behind Emacs to do so) - but it is badly documented, so if you don’t care about reliability postfix might be a better choice, or if you don’t just go with ssmtp or similar. Or if you do want to dig into that message me, and I’ll help making things more user friendly.
That’d break git repos where files with the same name, but different case exist.