| 1. | | Try Python, Ruby, Lua, Scheme, QBasic, Forth ... (repl.it) |
| 390 points by amasad on Sept 30, 2011 | 78 comments |
|
| 2. | | Write your app in HTML5, upload it and get back app-store ready apps (phonegap.com) |
| 330 points by geoffroy on Sept 30, 2011 | 93 comments |
|
| 3. | | Single psilocybin dose may make lasting personality change (medicalxpress.com) |
| 190 points by MaysonL on Sept 30, 2011 | 158 comments |
|
| 4. | | Sharding and IDs at Instagram (instagram-engineering.tumblr.com) |
| 183 points by singhshashi on Sept 30, 2011 | 50 comments |
|
| 5. | | Amazon in talks with HP to buy Palm (venturebeat.com) |
| 175 points by mjfern on Sept 30, 2011 | 98 comments |
|
| |
| 172 points | parent |
|
| 7. | | MIT’s ‘Artificial leaf’ makes fuel from sunlight (web.mit.edu) |
| 166 points by audionerd on Sept 30, 2011 | 28 comments |
|
| 8. | | Client asks for 100% uptime (serverfault.com) |
| 164 points by splattne on Sept 30, 2011 | 96 comments |
|
| 9. | | The Slashdot Effect from the Other Side (cmdrtaco.net) |
| 163 points by CmdrTacoMalda on Sept 30, 2011 | 41 comments |
|
| 10. | | How to Give Your Product Personality (jasonshen.com) |
| 131 points by jasonshen on Sept 30, 2011 | 30 comments |
|
| |
|
|
| 12. | | Microsoft security tools nuking Chrome browser (zdnet.com) |
| 125 points by FrancescoRizzi on Sept 30, 2011 | 38 comments |
|
| 13. | | Basho Releases Riak v1.0.0 (basho.com) |
| 122 points by roder on Sept 30, 2011 | 20 comments |
|
| 14. | | The Stack Exchange Architecture (serverfault.com) |
| 110 points by javery on Sept 30, 2011 | 29 comments |
|
| 15. | | The world economy is heading towards a black hole unless bold action taken (economist.com) |
| 109 points by colinprince on Sept 30, 2011 | 135 comments |
|
| 16. | | What’s contained in a boarding pass barcode? (shaun.net) |
| 98 points by bootload on Sept 30, 2011 | 18 comments |
|
| |
|
|
| 18. | | Ask HN: European startup looking for a service for recurring billing |
| 95 points by davidvanleeuwen on Sept 30, 2011 | 67 comments |
|
| 19. | | Bored? Try Doodling To Keep The Brain On Task (npr.org) |
| 94 points by tjr on Sept 30, 2011 | 22 comments |
|
| 20. | | Berlios closing down (berlios.de) |
| 93 points by ethereal on Sept 30, 2011 | 24 comments |
|
| 21. | | How Much Money Do The Top Grossing YouTube Partners Make? (socialtimes.com) |
| 92 points by fezzl on Sept 30, 2011 | 28 comments |
|
| 22. | | The Geoffrey Moore talk that Joel Spolsky said changed his business. (thebln.com) |
| 91 points by marklittlewood on Sept 30, 2011 | 7 comments |
|
| 23. | | Tips for applying to YC (entreposeur.com) |
| 89 points by smilliken on Sept 30, 2011 | 24 comments |
|
| 24. | | Try the Flask web framework in your Browser (ep.io) |
| 91 points by DasIch on Sept 30, 2011 | 31 comments |
|
| 25. | | Parse adds easy caching support for iOS and Android (parse.com) |
| 81 points by csmajorfive on Sept 30, 2011 | 11 comments |
|
| 26. | | Ludumdare October challenge: Finish a game — Take it to market — Earn $1 (ludumdare.com) |
| 81 points by Impossible on Sept 30, 2011 | 16 comments |
|
| |
|
|
| |
|
|
| 29. | | Googler Builds Site That Shows You What Top Tech Companies Pay (techcrunch.com) |
| 75 points by Bartlet on Sept 30, 2011 | 21 comments |
|
| 30. | | Join EFF in Demanding a Digital Upgrade to 25-Year-Old Electronic Privacy Law (eff.org) |
| 74 points by zoowar on Sept 30, 2011 | 5 comments |
|
|
| More |
All of it. Down the fucking toilet, and for stuff I don't give a shit about. Every single goddamn thing I try to accomplish while setting up a server involves a minimum of 1 hour of googling and tinkering. Installing PHP? Did you install it the right way? Did you install the special packages that make it secure and not mastadon slow? You want to create a daemon process? Hope you found the right guide! Setting up a mail sever? Kill yourself.
For some people, this is not the case. They have spent multiple decades breathing in the Unix environment, and are quite good at guessing how the other guy probably designed his system. And they don't mind spending the majority of their productive hours tinkering with this stuff. But I don't have time. I don't care. I don't have time to read your 20-page manual/treatise on a utility that doesn't explain how to actually use the thing until page 17. I don't want to figure out why your project doesn't build on my machine because I'm missing some library that you need even though I have it installed but some bash variable isn't set and blah blah blah blah.
The problem with Unix is that it doesn't have a concept of a user. It was not designed that way. It was designed for the people who programmed it. Other pieces were designed for the people who programmed them. If you are using a piece that you built, then you are a user. Otherwise you are a troublesome interloper, and the system is simply waiting in a corner, wishing you would go away.
And yet...we put up with it. Because there isn't a better option. Because it's our job. Because we'd rather just bull through and get things done than spend an infinite amount of time fixing something that isn't fixable. Life sucks, but NodeJS is pretty cool.