| 1. | | JavaScript as an alternative to AppleScript on OS X Yosemite (developer.apple.com) |
| 410 points by bpierre on June 7, 2014 | 118 comments |
|
| 2. | | Google+ broke our trust (zdnet.com) |
| 361 points by andor on June 7, 2014 | 238 comments |
|
| 3. | | Harry Eng – Master Bottle Filler (puzzlemuseum.com) |
| 264 points by simonsquiff on June 7, 2014 | 48 comments |
|
| 4. | | HTTP/1.1 just got a major update (evertpot.com) |
| 248 points by treve on June 7, 2014 | 73 comments |
|
| 5. | | Show HN: Create pretty resumes in HTML, Latex, Markdown from a single JSON (prat0318.github.io) |
| 187 points by prat0318 on June 7, 2014 | 49 comments |
|
| 6. | | RFC 2616 is dead (mnot.net) |
| 179 points by felixrabe on June 7, 2014 | 15 comments |
|
| 7. | | Patent troll on the verge of winning 1% of iPhone revenue (arstechnica.com) |
| 183 points by kenjackson on June 7, 2014 | 120 comments |
|
| 8. | | PyParallel: How we removed the GIL and exploited all cores (speakerdeck.com) |
| 170 points by trentnelson on June 7, 2014 | 85 comments |
|
| 9. | | Free SSL Certificate for Open Source Projects (globalsign.com) |
| 165 points by iancarroll on June 7, 2014 | 64 comments |
|
| 10. | | Pro-Tesla electric car bill advances in NJ Assembly (nj.com) |
| 155 points by DiabloD3 on June 7, 2014 | 39 comments |
|
| 11. | | Neovim Newsletter – Issue #1 – A New Hope (neovim.org) |
| 139 points by bpierre on June 7, 2014 | 29 comments |
|
| 12. | | London's Buried Diggers (newstatesman.com) |
| 144 points by wormold on June 7, 2014 | 41 comments |
|
| 13. | | Things that make Go fast (cheney.net) |
| 136 points by davecheney on June 7, 2014 | 78 comments |
|
| 14. | | Take notes by hand, not on a laptop (vox.com) |
| 114 points by jamesbritt on June 7, 2014 | 82 comments |
|
| 15. | | Piston, a prototype video game engine written in Rust (github.com/pistondevelopers) |
| 122 points by kibwen on June 7, 2014 | 32 comments |
|
| 16. | | The Daala Video Codec: Research Update [pdf] (xiph.org) |
| 95 points by dochtman on June 7, 2014 | 43 comments |
|
| 17. | | What are the advantages of the Hurd over Linux/BSD? (2013) (gnu.org) |
| 81 points by pmoriarty on June 7, 2014 | 41 comments |
|
| |
|
|
| 19. | | Ways Founders Sabotage Themselves (techcrunch.com) |
| 76 points by sunilkumarc on June 7, 2014 | 15 comments |
|
| 20. | | Gamma Wave Brain Zaps Induce Lucid Dreaming (pbs.org) |
| 77 points by adammichaelc on June 7, 2014 | 53 comments |
|
| 21. | | Mailin – Receive inbound emails in your web app with Node.js (mailin.io) |
| 66 points by promocha on June 7, 2014 | 8 comments |
|
| |
|
|
| 23. | | Apple Pro Mouse (minimallyminimal.com) |
| 68 points by Doubleguitars on June 7, 2014 | 73 comments |
|
| 24. | | Could This App Create A Free, Secret Web? (forbes.com/sites/parmyolson) |
| 71 points by chippy on June 7, 2014 | 26 comments |
|
| |
|
|
| 26. | | Compyx: creating a multicolor 8‑bit font for browsers (pixelambacht.nl) |
| 60 points by bpierre on June 7, 2014 | 12 comments |
|
| |
|
|
| 28. | | jSpy: Automatically detect user's history (milankragujevic.com) |
| 63 points by milankragujevic on June 7, 2014 | 40 comments |
|
| 29. | | What Kind of Buddhist was Steve Jobs? (plos.org) |
| 58 points by shahocean on June 7, 2014 | 41 comments |
|
| 30. | | How the NSA can 'turn on' your phone remotely (cnn.com) |
| 57 points by sunilkumarc on June 7, 2014 | 28 comments |
|
|
| More |
HURD uses Mach, which is a mid-90s academic microkernel that's not so good in practice. Particularly, it's so slow at IPC (which is critical to performance in a pure microkernel system) that those using it (Darwin/OSX/IOS, HURD) had to compromise and use a hybrid architecture: Running drivers and some other components of the system with kernel privileges; A popular design choice in the 90s (also BeOS, Windows NT) due to the immaturity of microkernels.
In late 90s/early 2000s, L4 happened. It went to great lengths to actually make achieving performance with a pure microkernel architecture possible. Afterwards, there were a lot of followup microkernels implementing the L4 interface, so these days when we say L4 we generally mean the interface, or any microkernel that implements it.
The HURD was watching, and sometime early 2000s they realized that the hybrid architecture was dead and they needed to move on if they wanted to stay relevant. There was a serious attempt at porting HURD to L4. It was already working, but the people behind it became disillusioned with the HURD, after realizing flaws on the architecture. I recommend reading the papers the L4 port people wrote on this. Back then, there were some ten to twenty HURD developers active.
After that, the HURD should have rethought its architecture and moved on with L4. Instead, they didn't continue the L4 effort nor fix the architecture. What they did was abandon it and start an entirely new port to a different microkernel, Coyotos, which didn't bear fruit, either. Throughout all this, the HURD was losing developers as they became disinterested.
Fast forward to 2005, Andrew Tanenbaum and his students released the first version (a mere skeleton, without even virtual memory support) of Minix3, and continued working from there http://wiki.minix3.org/MinixReleases , going a long way and bringing us to its current state. Right now, Minix3 has 20-30 active developers any given day, a few of which are working on it full-time, supported by funds coming from European Union research programs, as the reliability aspect http://www.minix3.org/other/reliability.html to Minix3 has been deemed important.
Meanwhile, the HURD has 0-3 active developers depending on the day, none of which working full time, and with no roadmap or organization whatsoever. Last I've heard, they introduced userspace driver support, which is a step in the right direction, but a bit silly as the real problem (they're still using Mach) is yet to be solved.
Minix3 next version, 3.3.0, is weeks away. Here's some insider info: It breaks ABI to adopt NetBSD types, skyrocketing compatibility with pkgsrc software. The system will for the first time be built dynamic, as mmap() is finally working and the dynamic library support has been adapted to actually do shared libraries using it.
As lack of proper dynamic library support was holding back X (which already ran, but with barely any software for it), I expect we'll have a lot of WMs, DEs and GUI programs from here on, and interest will pick up.
If you ask me about the HURD, I'd say it's not worth continuing. Just take along whatever salvageable ideas and concepts and move on. Working on a system that isn't at a dead end is one suggestion. Escape https://github.com/Nils-TUD/Escape , HelenOS and Minix3 are three such systems. Genode is not exactly a system but it is interesting in its own way, and Plan9Front http://ninetimes.cat-v.org/ is very interesting even though it is not currently a pure microkernel system (it can be made so without breaking anything thanks to the awesome design). All these systems I suggested are Free Software, interesting, promising and actually active.