| 31. | | Apple rocks with iTunes 9, iTunes Store improvements (arstechnica.com) |
| 34 points by profquail on Sept 9, 2009 | 39 comments |
|
| 32. | | DC App Store (dc.gov) |
| 33 points by mshafrir on Sept 9, 2009 | 13 comments |
|
| |
|
|
| |
|
|
| 35. | | Machine Learning in R, in a nutshell (revolution-computing.com) |
| 32 points by Anon84 on Sept 9, 2009 | 7 comments |
|
| |
|
|
| |
|
|
| 38. | | It's Time For Google To Take A Stand On Paid Links (businessinsider.com) |
| 31 points by fallentimes on Sept 9, 2009 | 42 comments |
|
| 39. | | There's a Reason RSSCloud Failed to Catch On (cadenhead.org) |
| 31 points by TomOfTTB on Sept 9, 2009 | 19 comments |
|
| 40. |  | Cloudkick (YC W09) Seeks Frontend Web Developer |
| on Sept 9, 2009 |
|
| |
|
|
| 42. | | Ars Technica Announces A Subscription Based Service (arstechnica.com) |
| 30 points by Brentley_11 on Sept 9, 2009 | 24 comments |
|
| 43. | | Coding Emacs's M-x in Lisp (aaronhawley.livejournal.com) |
| 29 points by keyist on Sept 9, 2009 | 6 comments |
|
| 44. | | How Wired's Evan Ratliff (the Vanish contest) Was Caught (wired.com) |
| 29 points by jknupp on Sept 9, 2009 | 9 comments |
|
| 45. | | Fire the "web designer" (briancray.com) |
| 29 points by briancray on Sept 9, 2009 | 23 comments |
|
| 46. | | Twitter revenue dilemma (techcrunch.com) |
| 28 points by kasunh on Sept 9, 2009 | 12 comments |
|
| |
|
|
| 48. | | Think Drupal was FLOSS and non-profit? Think again. (seclists.org) |
| 26 points by jacquesm on Sept 9, 2009 | 50 comments |
|
| |
|
|
| |
|
|
| 51. | | Freerisk.org - Freeing financial data and modeling (freerisk.org) |
| 25 points by cosmohh on Sept 9, 2009 | 10 comments |
|
| 52. | | Hubble returns. Nasa: 8 new images since servicing mission in May 2009 (wired.com) |
| 25 points by yu on Sept 9, 2009 | 10 comments |
|
| |
|
|
| 54. | | AM Analytics, an incubated startup, seeks a lead developer / co-founder |
| 24 points by alexjmann on Sept 9, 2009 | 1 comment |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 60. | | PubSubHubbub vs. rssCloud (grack.com) |
| 23 points by prakash on Sept 9, 2009 |
|
|
| More |
http://www.openbsd.org/cgi-bin/man.cgi?query=strncpy
http://www.openbsd.org/cgi-bin/man.cgi?query=malloc
They don't just explain what strncpy & malloc do. They also explain how to use these functions correctly and securely. With examples.
Compare that to glibc's manuals (pretty typical of what you can find under Linux):
http://linux.die.net/man/3/malloc
http://linux.die.net/man/3/strncpy
Clearly OpenBSD folks care.