Live data from Hacker News

Viewing profile — algolicious

algolicious

HN member
Joined
Fri, Feb 12, 2010, 8:18 AM UTC
HN karma
140
Public activity
41 items

About algolicious

No profile information was provided.

Recent public activity

  1. comment
    Comment #5268966

    Wrap your head around this one: http://math.andrej.com/2007/09/28/seemingly-impossible-funct... Also, I'd recommend taking a look at Magma: http://en.wikipedia.org/wiki/Magma_compu…

  2. comment
    Comment #4733167

    Has anyone tried Gimp for OS X? http://www.gimp.org/downloads/

  3. comment
    Comment #4731169

    But you can't actually simulate a TM on any machine with a fixed amount of memory. And any "special purpose" computing hardware would have at least a little memory. So I don't thin…

  4. comment
    Comment #4681585

    The best mirror I could find (nyud.net and Google let me down): http://substancedigital.com/2012/10/21/nokias-price-for-excl...

  5. comment
    Comment #4650191

    Could you explain what you mean by "to a lesser extent Android"? Android lets apps add widgets to the home screen, replace the home screen, replace the browser, run arbitrary backg…

  6. comment
    Comment #4629364

    I'm a little disappointed that Wirth doesn't mention one of the key reasons that financial institutions use decimal floating point: that binary floating point can't produce exact r…

  7. comment
    Comment #4486617

    You can turn the pages using the volume buttons (enabled from Settings on the home screen). I reallly love that feature.

  8. comment
    Comment #4432893

    This is one of the best critiques so far of the decision. There are two sides to this trial. On the one side is the emotional appeal: Samsung copied Apple, and documents detail the…

  9. comment
    Comment #4187433

    Click on the "More" link at the bottom.

  10. comment
    Comment #4167468

    Here's the ruling: http://www.scribd.com/doc/98367038/Galaxy-Tab-Injunction-Rul... The injunction is being granted based on this patent: http://www.google.com/patents/USD504889 It'…

  11. comment
    Comment #3971324

    This article is missing a couple of facts: First, Apple has been designing its own "Ax" series of ARM chips with its purchase of PA Semi, currently with the A5/A5X. If Apple switch…

  12. comment
    Comment #3964211

    I looked twice to verify that she needed the wheelchair. I'm not quite sure why Pike wrote this. Was he afraid that the wheelchair concealed a weapon of some sort? But how can you …

  13. comment
    Comment #3944255

    I'm not quite sure what the issue is here. It turns out that the author modeled the domain incorrectly. At least that incorrect model is completely explicit in the code. If it were…

  14. comment
    Comment #3856839

    This was fun! (I only did the first two paragraphs.)

  15. comment
  16. comment
    Comment #3824546

    You are thinking of "homophone" rather than "homonym." Baseball bat and vampire bat are homonyms.

  17. comment
    Comment #3814136

    At runtime init, Go programs attempt to reserve 512mb of RAM. If they can’t do this, they crash. Go needs the space because it is garbage collected - presumably, all GC languages, …

  18. comment
    Comment #3803229

    Facebook's testing practices and culture of developer accountability help to prevent serious bugs from being rolled out in production code. When a developer's code disrupts the web…

  19. comment
    Comment #3791456

    I was interested in his response to the question, "What you dislike the most about Lisp?" I must say that the lack of static typing really gets in the way on larger projects. Being…

  20. comment
    Comment #3780991

    Here's the most interesting link I found after a few minutes of clicking (obligatory: I am not a doctor): http://saveourbones.com/calcium-heart-attack/

  21. comment
    Comment #3755154

    Google for the following phrase to find the site: "Run unmodified Access applications, right inside a web browser." (Edited to remove link to not affect Google juice)

  22. comment
    Comment #3621523

    Scott Aaronson recently wrote an informative article about his trip to D-Wave: http://www.scottaaronson.com/blog/?p=954 Most interesting to me: "Geordie presented graphs that showe…

  23. comment
    Comment #3546311

    Reference counting does have runtime overhead, though. Incrementing and decrementing references as a reference gets passed around isn't free. If you have many small objects, the re…

  24. comment
    Comment #3233349

    Andy Hertzfeld used this same trick on the original Macintosh, in a move he called his "worst blunder": http://folklore.org/StoryView.py?project=Macintosh&story...

  25. comment