blumentopf | 9 years ago | on: APFS in Detail
blumentopf's comments
blumentopf | 9 years ago | on: APFS in Detail
blumentopf | 9 years ago | on: Ask HN: What is wrong with Twitter?
blumentopf | 10 years ago | on: MacBook gets a Skylake speed boost, 8GB of memory, longer battery life
blumentopf | 10 years ago | on: MacBook gets a Skylake speed boost, 8GB of memory, longer battery life
http://comments.gmane.org/gmane.linux.acpi.devel/82025
At least a patch to recognize the WildcatPoint PCH is in 4.6:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux....
blumentopf | 10 years ago | on: Linux Filesystem Fuzzing with American Fuzzy Lop [pdf]
"Unfortunately, company policy prohibits me from sharing the actual code." (http://marc.info/?l=linux-ext4&m=145007745502639&w=2)
blumentopf | 10 years ago | on: DNS Outage at DigitalOcean
Use multiple implementations, e.g. NSD/BIND for authoritative servers and Unbound/BIND for resolvers, to mitigate against implementation-specific bugs and vulnerabilities.
blumentopf | 10 years ago | on: AMD Open Source Driver Supports Latest GPUS
It's not a rewrite, amdgpu is a fork of radeon with support added for newer GPUs plus some cleanups and older code stripped off. Which means if you're submitting fixes, you need to submit it to both drivers (at the moment the two patches you'd submit will usually be identical.)
blumentopf | 10 years ago | on: The Birth of ZFS [video]
The "more advanced" claim is certainly disputable but OpenZFS has a larger and rapidly growing user base. The ZFSonLinux and OpenZFSonOSX ports in particular are bringing loads of new users to the table, and that means more testing, more contributors, and in the long run more features. (I've also become an occasional ZoL contributor that way.)
blumentopf | 10 years ago | on: E.P.A. Finds More VW Cheating Software, Including in Porsches
blumentopf | 10 years ago | on: More Apple Car Thoughts: Software Culture
From a software engineer perspective, if you work at a car manufacturer, you usually do not write software yourself, you're hired to write specs for external companies and verify that the results are conformant. Which honestly is boring.
The car manufacturers should react to the influx of new competitors (like Apple, Google) by becoming software companies themselves, but management is too stupid to see that. S1nn is a perfect example: Apple or Google would have bought the company right away, so should have Porsche. Guess who bought them instead? Harman.
blumentopf | 10 years ago | on: Why Some Security Experts Use Mutt
blumentopf | 10 years ago | on: Ask HN: How do you deal with social media pressure on your GitHub project?
The opposite of course are projects with too few contributors that accept any patch out of desperation, be it reasonable or not. (ZFS on Linux comes to mind, it's a super nice community and Brian Behlendorf does a great job as project lead but sometimes features and patches creep in of which I'm wondering why nobody dared saying "no".)
The Linux kernel community solved growth by delegating responsibility to subsystem maintainers. Such a hierarchical model is not supported by GitHub. Also, the kernel community's process of submitting and discussing patches on mailing lists, while somewhat arcane, raises the barrier of entry and keeps at least a portion of the Twitter mob out.
blumentopf | 10 years ago | on: Greece debt crisis: Eurozone refuses bailout extension
blumentopf | 11 years ago | on: Ask HN: Who is hiring? (May 2015)
I hope you don't mind me saying, the hiring page required me to turn on cookies. For a privacy-focused company I think it would look best to not set cookies at all. (Or use cookies only for personal settings like language selection, like DuckDuckGo does.)
Edit: Can't find a public key for Frank nor Travis on pgp.mit.edu, will e-mail JshWright, okay?
blumentopf | 11 years ago | on: List of April Fools' Day Announcements
blumentopf | 11 years ago | on: Ask HN: How Do You Maintain Security When Working Remotely?
/usr/libexec/airportd readNVRAM
Alternatively: nvram 36C28AB5-6566-4C50-9EBD-CBB920F83843:current-network
nvram 36C28AB5-6566-4C50-9EBD-CBB920F83843:preferred-networks
nvram 36C28AB5-6566-4C50-9EBD-CBB920F83843:preferred-countblumentopf | 11 years ago | on: Ask HN: How Do You Maintain Security When Working Remotely?
I literally spent weeks last year grepping the entire Mavericks base installation for hardcoded URLs, domain names and IP addresses and setting up entries in /etc/hosts and NAT rules to hardwire that stuff to 127.0.0.1. I also had to disable lots of LaunchServices/Agents to get the OS to shut up. Can put this up on Github if there is interest. It's only for Mavericks though, couldn't be bothered to upgrade to Yosemite as long as there are security updates for Mavericks.
Oh and another thing a lot of people don't know: The OS stores Wifi passwords in EFI boot variables. This is used for Internet Recovery. So if your device is stolen or just lent to someone else, consider your Wifi passwords compromised, regardless if the disk was encrypted.
blumentopf | 11 years ago | on: Why people were enthused about GCC early on in its life
blumentopf | 11 years ago | on: Against DNSSEC