Live data from Hacker News

Viewing profile — RaecKK

RaecKK

HN member
Joined
Sat, Jun 21, 2014, 6:25 PM UTC
HN karma
5
Public activity
9 items

About RaecKK

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #9228672

    I linked you to the original photo at NASA.gov, if you want to reproduce: - Install Gimp - Download the original Nasa image linked here: http://mars.jpl.nasa.gov/msl-raw-images/mss…

  3. comment
    Comment #9228364

    this: http://postimg.org/image/n0nci70xp/

  4. comment
    Comment #9228360

    cropped with contrast added: http://postimg.org/image/n0nci70xp/

  5. comment
    Comment #9228148

    For anyone not familiar, this photo was snapped by the NASA Mars rover Curiosity: http://mars.jpl.nasa.gov/msl-raw-images/msss/00184/mcam/0184... Zoom in all the way, scroll up and…

  6. comment
    Comment #8824111

    Agreed. When the manual says you can pattern match with term rewriting macros, I think of Erlang pattern matching. Would something like this be possible? template mysum{a = @[]}(a:…

  7. comment
    Comment #8804125

    I'm convinced Nim is what Python aspires to be, but it seems like putting the cart before the horse. Does anyone know of any interesting projects using Nim?

  8. comment
    Comment #7940020

    Nimrod is _easily_ the most exciting up and coming language out there. Python syntax, compiles to pure ANSI C, or C++, or Obj-C, or JavaScript. Produces static binaries without dep…

  9. comment
    Comment #7925657

    After searching far and wide for a solution to improve Python performance, I stumbled upon the post "The sweet trap of dynamic languages and development time"ꝉ. I think the case fo…