Hacker Newsnew | past | comments | ask | show | jobs | submit | Lycanthrope's commentslogin

There is also Ubuntu Core [0] (my install uses 140MB on disk, 25MB RAM). It has no installer, so you have to do everything yourself — from partitioning to boot loader installation.

[0] https://wiki.ubuntu.com/Core


Google has been taking action against this genericization since 2003.[1] They also got the German dictionary Duden to change their "to google" Definition to refer to Google only.[2]

[1] https://en.wikipedia.org/wiki/Google_%28verb%29 [2] http://www.nzz.ch/aktuell/startseite/newzzEQXM1K6L-12-1.5328... (German language)


Trying to view the Terms of Service leads me to an error page. http://education.10gen.com/tos


I stopped registering when that link didn't work.


You can use map with several iterables:

  sum(map(operator.mul, [1,2,3], [3,2,1]))


There is functools.partial:

  from functools import partial
  def add(x,y): return x+y
  add3 = partial(add, 3)
  add3(2) # returns 5


Ah! I didn't know about that. It'd be nice to have the syntactic sugar à la Haskell, but oh well. Close enough.


Some article was temporarily the top Google hit when searching "facebook login". This caused some confusion among URL-unaware facebook users.

http://jonoscript.wordpress.com/2010/02/18/some-people-cant-...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: