blumentopf | 8 years ago | on: Early Patches For Kernel Lockdown Mode Set For Linux 4.12
blumentopf's comments
blumentopf | 9 years ago | on: Over the Air: Exploiting Broadcom’s Wi-Fi Stack
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
blumentopf | 9 years ago | on: Video Pros Moving from Mac to Windows for High-End GPUs
blumentopf | 9 years ago | on: Raspberry Pi Compute Module 3 out now
blumentopf | 9 years ago | on: GitHub Enterprise SQL Injection
blumentopf | 9 years ago | on: Cheap and Painless eGPU Thrills on a 2013 MacBook Pro
Apple's adapter has turned out not to work on Linux. It might not work with BootCamp either. Seems to require a special driver:
blumentopf | 9 years ago | on: OpenWrt and LEDE to re-merge
http://marc.info/?l=linux-pci&m=148238610022972&w=2
"obviously i am interested to get this upstream with the least amount of effort. I am quite aware though that some patches will need an overhaul to be applicable for upstream. its not really my call if it is enough to make this an enable patch and review the quirks enabled by it or if the code needs to be moved."
Upstreaming patches into the kernel requires that you're willing to spend time to rework them so that the result is maintainable. Saying from the start that you only want to do the least amount of work possible isn't helpful.
blumentopf | 9 years ago | on: OpenWrt and LEDE to re-merge
blumentopf | 9 years ago | on: German Leaders at Odds with Industry Over Electric Cars
blumentopf | 9 years ago | on: The Steve Jobs email that outlined Apple’s strategy a year before his death
They do:
"Google Chromebooks outsell Apple Macs" (May 2016)
http://www.businessinsider.com/google-chromebooks-outsell-ap...
blumentopf | 9 years ago | on: Total Nightmare: USB-C and Thunderbolt 3
Apple could have solved this by connecting a PCIe switch to the root complex and attaching both Thunderbolt controllers below it, but that would have consumed additional energy. Alternatively they could have used a beefier CPU with more PCIe root ports on the CPU, but I guess those available would have been too energy hungry. Which kind of means this is Intel's fault for not providing a low-energy chip with enough PCIe root ports on the CPU.
I'm wondering what the situation is like on the 15" version with discrete graphics. This would require 3 root ports directly on the CPU to drive both Thunderbolt controllers and the GPU with full speed, I assume that's indeed the case since it's not mentioned in the document.
Another thing not mentioned in the document is that energy consumption will be suboptimal if one device is attached on both sides of the machine because it prevents one of the Thunderbolt controllers from powering down. One should connect both devices on one side to improve battery life.
Edit: On Skylake the PCH is apparently optional, the functionality is mostly integrated into the CPU, so the limitation is really the number of lanes provided by the CPU, and this wasn't sufficient to connect both Thunderbolt controllers with 4x. The CPUs used in the 13" model all have 12 lanes, the ones in the 15" model have 16 lanes. So for the top-of-the-line model this could be 4x for each of the Thunderbolt controllers, 4x for the GPU, 2x for the SSD, 1x for Wifi, 1x for HD Audio?
blumentopf | 9 years ago | on: Task_t considered harmful
/* Given a path to a DER-encoded CRL file and a path to a PEM-encoded
* CA issuers file, use OpenSSL to validate the CRL. This is a hack,
* necessitated by performance issues with inserting extremely large
* numbers of CRL entries into a CSSM DB (see <rdar://8934440>).
http://opensource.apple.com/source/security_ocspd/security_o...ocspd was introduced with 10.4. A decade ago. And that's really the problem with macOS: There's no refactoring of old hacks, but rather just bolting on of ever more new stuff.
blumentopf | 9 years ago | on: Poll on macOS 10.12 is broken
blumentopf | 9 years ago | on: Google’s Self-Driving Car Project Is Losing Out to Rivals
blumentopf | 9 years ago | on: Researcher Grabs VPN Password with Tool from NSA Dump
blumentopf | 9 years ago | on: Curl author asks Microsoft to remove 'curl' and 'wget' aliases from PowerShell
blumentopf | 9 years ago | on: Randstad buys Monster for $429M as recruitment consolidation continues
[1] http://www.intelligentmobilityinsight.com/news/ClB/Porsche-t...
[2] http://archive.fortune.com/magazines/fortune/fortune_archive...
blumentopf | 9 years ago | on: Show HN: MassDNS – A high-performance DNS stub resolver in C
I'd stick with Unbound. There are a lot of knobs to fiddle with in the config. Be sure to compile against libevent so that you can use the highly scalable epoll as a backend (assuming you're on Linux). Turn up all the limits for cache size etc. Disable DNSSEC validation if you don't care about spoofed records. Ask on the mailing list if you need help, Wouter and his colleagues are very nice and respond very quickly.
blumentopf | 9 years ago | on: Show HN: MassDNS – A high-performance DNS stub resolver in C
blumentopf | 9 years ago | on: Show HN: MassDNS – A high-performance DNS stub resolver in C