Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mioelnir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mioelnir
6y ago
I've talked to a mail admin from one of the companies involved in "Email made in Germany" once about it, and his reply was basically that of course it was marketing, and of course the techs had the idea to enable TLS in the d
2.
▲
by
mioelnir
6y ago
BioNTech developed the vaccine now mass-produced by Pfizer. For that, they received $445m from the German government. So, as a tax-paying German citizen I can say, not only will I do that, but even better, I already did. It also feels deepl
3.
▲
by
mioelnir
6y ago
They are not immutable in the 'chflags uchg,schg ' sense. Updating these files is not in any way shape or form a hassle anymore if you do not update them. etcupdate has that solved. Even mergemaster has specific options to handle
4.
▲
by
mioelnir
6y ago
FreeBSD has had fully integrated, working ZFS for over 10 years. You were so excited to deploy the BSD killer app, you forgot to do so for ten years. I can only tell you, whatever scary differences you expect between Linux and FreeBSD are p
5.
▲
by
mioelnir
6y ago
Or not. Landesregierung BaWü for example distributes the daily COVID-19 news via Threema.
6.
▲
by
mioelnir
8y ago
There is also another german word in the realm of centralization - Gleichschaltung. It is nowadays exclusively used to describe the centralization of government functions and bodies during the beginning of the 3rd Reich. Big central gover
7.
▲
by
mioelnir
8y ago
By dropping transmutative alchemy from the sprint, allowing the implementation of a capability system on top of a now unforgeable subset of existing resources...
8.
▲
by
mioelnir
9y ago
Simulated DC failure is more often then not just traffic flow engineering. It is more about testing the DC that takes over the traffic than it is about testing service restart in the inactive DC. There is little to test about the introducti
9.
▲
by
mioelnir
9y ago
> But something about is very compatible with the way my mind works. Yes. For me it is channels. After nearly 20 years of UNIX'ish systems, pipes are a mental abstraction that I do not have to think about any more. And channels fit
10.
▲
by
mioelnir
9y ago
This article lost me after just the first couple of paragraphs. If Leibniz is, as quoted in the text, `recognized for first formally proposing` the binary system - then what relevance does it have that someone had the idea earlier (and thou
11.
▲
by
mioelnir
9y ago
Another option would be to make it an easily abortable multi-step process with a long delay timer, ie. you disable 2FA and an abortable 3-4 day timer starts ticking with frequent reminder mails inbetween. Once the timer is done, you can con
12.
▲
by
mioelnir
9y ago
As someone that has both Kafka and Redis in use without issue, for years, (and is about to replace a lot of misused Redis instances with Kafka) I really fail to follow your points. So, a Zookeeper cluster can't survive accidentally in
13.
▲
by
mioelnir
9y ago
Regarding point 3, unless your system is under massive memory pressure, no caught-up Kafka consumer should be serviced from disk. Old offsets that are flushed out of memory because you do not have it obviously are served from disk, with ess
14.
▲
by
mioelnir
9y ago
I don't think a careful, sane user who's concerned about their data would be on btrfs in the first place.
15.
▲
by
mioelnir
9y ago
Then now is his moment to learn about open source licensing. Doesn't mean the infraction does not count or we should let it slide. As any license, even MIT with its few requirements must be enforced to be worth its bytes.
16.
▲
by
mioelnir
9y ago
Looks like neither Backblaze nor Carbonite support E2E encrypted backups where I do not have to send the password to the cloud, or the private key is in fact generated inside the cloud. Which means I have to really scramble to find somethin
17.
▲
by
mioelnir
9y ago
This of course assumes you are running around an actual multiuser system without 1777 /tmp and 077 umask like it is 1989.
18.
▲
by
mioelnir
9y ago
...and nothing happened because it does not retroactively dedup existing data? Over time it would become horrendously slow, I agree, since you have too little RAM by a factor of at least 8.
19.
▲
by
mioelnir
9y ago
Well, not in a test environment, but for production updates of some NoSQL stuff, sure. Snapshot the datasets, clone them over into a new rw-dataset, run the upgrade on the clone. Upgrade went wrong and corrupted your files? Destroy the clon
20.
▲
by
mioelnir
9y ago
Well, FreeBSD's mac_portacl(4) has been around since 5.1-R (June 2003) and allows per-user ACLs on privileged ports. Although the permission is for all IP addresses, not a specific one. But one could create a virtual network device per
21.
▲
by
mioelnir
9y ago
I don't think input meant configuration file syntax here, but actual echo $somejson-jobspec | ifconfig instead of ifconfig em0 inet 192.02.1/24 alias
22.
▲
by
mioelnir
9y ago
I very, very rarely use named return values. My usual go-to problem is when one of the return values is an `error` that I want to set inside `recover()`.
23.
▲
by
mioelnir
9y ago
If I remember my Apache config right, the two examples are switched. The 2.4 config should be 'Require all denied' and the 'Order deny,allow' the old 2.2 syntax.
24.
▲
by
mioelnir
9y ago
I sometimes do a an IT jeopardy during interviews and :q! is "sysadmin 100".
25.
▲
by
mioelnir
10y ago
I can't recall where I read it, but it said that the Switch likely uses the FreeBSD networking stack running in userland. To me, this makes some sense, since if I remember correctly the 4G/5G/some-future-wireless-thing allian
26.
▲
by
mioelnir
10y ago
Please also note that while FreeBSD may have the bigger individual sponsors, the FreeBSD Foundation still relies on many small contributions as the tax-free non-profit status of the Foundation relies more on the number of contributors than
27.
▲
by
mioelnir
10y ago
Netflix contributes in a much more valuable currency, cold hard lines of code. From the new ssl-enabled sendfile syscall, general scalability and performance work to the IO-scheduler they required because they shredded the SSD garbage-colle
28.
▲
by
mioelnir
10y ago
While 4.0-REL was released in March 2000, and the OpenVZ history section starts with the concept phase in November 1999, the commit that upstreamed jails into FreeBSD was made in April 1999 with comment `Run for almost a year by: ...` http
29.
▲
by
mioelnir
10y ago
Once any filesystem writes data that was corrupted in memory, the data is hard to recover. And any filesystem will serve this corrupted data if asked, since it is all that it has. This is not a ZFS specific failure mode. Without ECC, ZFS lo
30.
▲
by
mioelnir
10y ago
I'm just going to shamelessly quote the FreeBSD Quarterly Status Report, Q4/2016 that came out a few days ago. LLD developers made significant progress over the last quarter. With changes committed to both LLD and FreeBSD
More ›