Viewing profile — m11r
m11r
HN member- Joined
- Sat, Jan 24, 2015, 6:43 AM UTC
- HN karma
- 47
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About m11r
No profile information was provided.
Recent public activity
-
comment
Comment #21445590
TRIM has been available in FreeBSD for mounted ZFS filesystems for quite a while, since ~Sep 2012 in 10-CURRENT[1]. I believe this is just a user space command for manually TRIM'in…
- comment
- comment
-
comment
Comment #21049962
Out of curiosity, does this mean that they’re using (or have used) FreeBSD in their infrastructure or for some other purpose, or just a high level of Unix competence in that team? …
-
comment
Comment #20688980
For nginx, versions 1.16.1+ and 1.17.3+ from upstream fix at least three of the vulnerabilities (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516), however if you use a version provided…
-
comment
Comment #20489363
I was going to mention kernel TLS hopefully enabling sendfile for mostly-HTTPS workloads, as that’s the direction everything is heading anyway, and without it we don’t get zero-cop…
-
comment
Comment #20488798
That’s a good point; I never looked at what the perf impact of disabling sendfile would be on even a moderately-loaded webserver. It’d be really nice to see that fixed like the rec…
-
comment
Comment #20488600
Out of curiosity, what did you happen to move to (and why)? Back to ext4/xfs, or to Btrfs or something else more involved?
-
comment
Comment #20479383
That comment was written in 2007 when the original suggestion would have been somewhat more acceptable. In 2019, please do not use plaintext FTP for anything at all if you can help…
-
comment
Comment #20365699
I think it’s probably because for server usage, RHEL/CentOS is used significantly more than Fedora (with its shorter supported lifecycle), and Fedora is essentially the upstream fo…
-
comment
Comment #20364720
Most Linux images deployed on cloud providers I’ve seen don’t even have swap by default… it’s up to the user to add swap if necessary. I haven’t seen any installers default to encr…
-
comment
Comment #20364688
Keep in mind that this article is specifically discussing defaults , though, not necessarily the overall potential for security hardening. There are certainly some security-related…
-
comment
Comment #20307251
That’s true, although the requirements for different clearance levels are drastically different, and most people don’t refer to the standard background (re-)investigation process a…
- comment
-
comment
Comment #20306909
No they don’t. Certain types of clearances for DoD or the Intelligence Community may require polygraph along with the background investigation process, but the vast majority of cle…
-
comment
Comment #19078183
Pretty sure it's still UFS+J. They've mentioned in the past that the benefits of ZFS don't really apply to the CDN boxes: if a drive dies, it's simply removed from the local cache,…
-
comment
Comment #18978449
The reason Netflix would potentially wait for a proximate AWS datacenter is because all of their apps, backend services, and interface UIs are served from EC2 instances; all of the…
- story
-
comment
Comment #15801217
Yes, that's correct. Recent macOS (nee OS X) versions: - Mavericks (10.9.x) - Yosemite (10.10.x) - El Capitan (10.11.x) - Sierra (10.12.x) - High Sierra (10.13.x)
-
comment
Comment #15607347
Out of curiosity, do you use host networking for higher performance (latency, conn/s, etc.) on those containers, or use the default docker-proxy forwarding?
- story
-
comment
Comment #8939015
This is something I was wondering, too. Using nginx, I can easily top 50,000 req/s (45Mbit/s) on smaller, static/cached content, using 4 cores and < 1GB RAM.