Ok, 7%. With all the cost, I wonder if just stopping hiring and letting normal attrition rate play out would have had almost the same effect.
HN user
gerhardhaering
Threema is proven. The ome-time licence fee of EUR 5 are probably very well spent on it. At least on Android, you can skip Google App store and buy a licence directly with threema. And even bitcoin is supported for this.
Of course there will be child pornography on self-hosted social networking servers. Just as with owncloud instances, shady ftp hosts, etc.
Same with political extremists. It's unfortunate all of this exists, but it's a side effect of freedom to self-host.
Gold.
There was a page called something like hasliztrussresignedyet.com - it should return true now. Does anybody have the actual URL?
Good luck if you spend 40-70 % of your working time in meetings and pair programming sessions, like I do.
This is yet another attempt to put something together on top of Openstack and sell it as an alternative to the big three cloud providers. As a German, it always annoys me when crap like this is presented as "made in Germany". No sign-up process, no IaC first approach, documentation is a joke. No,thanks.
Current status sounds like Wild West. It's probably because you don't have any people who know about infrastructure on board, yet.
I'd challenge the idea of dedicated infrastructure per developer in the first place. There's little reason why this could not be done locally on a developer machine using Vagrant, local Kubernetes, Docker Compose, whatever.
It's nice that code that I wrote more than a decade ago is mentioned here.
Thank $deity there's an 'urllib3' that's mostly used from 'requests' to add confusion back.
This would have been an ok article in 2013-2015. Nothing really has changed wrt. these two technologies since.
Care to explain what prompts you to write this? You think that they should act like a publishing platform instead of an infrastructure provider?
Closer as in the price? It is certainly a question of volume, but given that I can get an actual combustion car Dacia Sandero for 8.990,00 € - these prices seem ridiculously high!
I had one of these for years, with two 400 MHz Celerons clocked up to 500 MHz. The setup was not really stable, though. Used it on Windows NT4, Linux and FreeBSD.
I fail to see how any of this is intolerant, or transphobic. You might not like these opinions. Or disagree that there is good reasoning behind some of this. This does not make the one you are disagreeing with intolerant.
This would not affect my decicion to use SQLite, which is still my choice for quick database setups. Not saying that they did it here, but the notion that atheism is synonymous with immorality would be absurd. It is usually quite the opposite, most orthodox religion leads to immorality due to the simple fact that it applies codes that might maybe have made sense centuries or millenia ago to modern day societies.
I agree very much with you.
Apparently I am underpaid and this must be in the valley, right? That should be standard technology for an SRE by now. I have been using Docker since 2013, and I rarely encounter developers who don't have at least basic knowledge. Once you dive really deep into Kubernetes with service meshes etc., that's where it gets interesting.
I use the Neo layout since 2013. In my optinion, it is optimized for the German language and for programming. I really love it.
On Linux this worked perfectly for me, but on Macs there are some (Electron?) applications which have their own idea of keybindings. Notably MS Teams. They have their own idea of keybindings and assume some kind of quertz layout. Which using neo makes typing a questionmark, which works using "layer 3 key" (caps lock) and what is "h" on querty impossible. So I end up mostly just typing :question in chat, which produces a questionmark emoticon. Talk about workarounds. Oh yeah, it does not work because Teams opens the "help" window instead.
I thought about that too, but as far as I see with OpenVPN you have the single OpenVPN server as single point of failure and all the traffic goes through the server, which quickly becomes a chokepoint. If I needed this again, I'd try out tinc first. It does not appear to have the single point of failure issue.
You cannot really compare cloud providers to classic bare metal providers like Hetzner.
FWIW we're in the middle of going 100 % AWS after having used a dual setup with Hetzner for base load and AWS for dynamic load. Using spot instances for base load and autoscaling groups for dynamic load proved to be competitive in machine cost with Hetzner.
Plus there's a lot less management overhead with AWS on our scale (50+ machines). And the security of VPC and IAM cannot be replicated on Hetzner. Plus as always, it's the integration of all AWS services that's hard to beat. And we really need to be multi-region anyways (5 regions and counting).
We have the AWS Business support plan. If you have it, you can file feature requests using the support interface.
Apparently all they've announced is that they'll release all their products in lockstep with a unified version number from now on.
I myself have hoped for a Go rewrite of Logstash for a long time, but there are apparently no plans for this. They are creating lightweight forwarders with their *beats, though. But they are only for forwarding to ElasticSearch, not a general log pipeline processor like Logstash.
FWIW there is a thing that's like Logstash in Go, it's Heka by Mozilla. I am very fond of it, but for some reason not many people seem to be aware of it or deploy it.