Live data from Hacker News

Viewing profile — etrepum

etrepum

HN member
Joined
Tue, Apr 24, 2012, 11:46 PM UTC
HN karma
34
Public activity
11 items

About etrepum

No profile information was provided.

Recent public activity

  1. comment
    Comment #33838719

    Just a small note on the shot-scraper post (very cool stuff!): You can use Array.from(xs, fn) instead of Array.from(xs).map(fn). Same semantics but it happens in one pass with less…

  2. comment
    Comment #8297510

    Mission Bit doesn't have permanent classrooms. All of the equipment needs to be portable and standalone, so laptops are a requirement. Small HDMI computers such as Raspberry Pi are…

  3. comment
    Comment #7277992

    I found Erlang a lot easier to learn than Haskell. I don't really find them to be very similar, especially because they have a completely different evaluation strategy. The syntax …

  4. comment
    Comment #7277958

    Erlang requires a fair amount of boilerplate for a small project (rebar, app file, application behaviour, gen_server behaviour, etc.) and escript doesn't work very well. It lacks a…

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #6055482

    Sadly it's not possible to have CouchDB make that happen for you! You can very easily allow unauthenticated requests to create users, but there's no way to create those per-user da…

  10. story
  11. comment
    Comment #3956319

    Jameson and I spent Mochi's first summer (2005) on Maui, where we built the majority of MochiBot and MochiKit. Worked great for us, although we didn't keep California time or do an…