Live data from Hacker News

Viewing profile — jj2

jj2

HN member
Joined
Mon, May 14, 2012, 5:51 PM UTC
HN karma
3
Public activity
10 items

About jj2

No profile information was provided.

Recent public activity

  1. comment
    Comment #41705800

    But Pandoc is GPL

  2. comment
    Comment #41523485

    Thanks. We get that question a lot. I think currently it distinguishes; - Shuttle allows you to make well designed sharing pages in your branding (wallpaper, logo). Looking to exte…

  3. comment
    Comment #41521593

    Thanks! Will consider that.

  4. comment
    Comment #41521408

    Yes it is. In that case the storage is free and unlimited, as long as you pay your amazon bills of course. There are a few limitations however such as a max link expiration time (c…

  5. comment
    Comment #41521129

    I'd also love to share some technical details: The data transfer core is written in Go and compiled as wasm to run the browser. It communicates directly with the S3-compatible obje…

  6. comment
  7. comment
    Comment #41521119

    Hi everyone, I've been developing Shuttle over the last months. Even though it's a totally crowded space, I think we could use some improvement in file sharing. Shuttle has beautif…

  8. story
  9. comment
    Comment #17297164

    Go type assertions are quite safe on the other hand, unlike C type casts. The only thing generics will do is to avoid that extra assertion step and the bit of overhead that's invol…

  10. comment
    Comment #5313548

    If you have to deal with lots of nested callbacks, it's probably worth to use a CPS transformation like Streamline.js. It makes your code a lot cleaner. As if it was written synchr…