Live data from Hacker News

Viewing profile — agrafix

agrafix

HN member
Joined
Sun, May 11, 2014, 10:42 PM UTC
HN karma
536
Public activity
71 items

About agrafix

Building Stripe Billing during the day, supportpage.io at night.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #31882342

    you can type check this in static languages too if the type system supports structural typing [0] [0] https://en.wikipedia.org/wiki/Structural_type_system

  4. comment
    Comment #30423879

    This is really cool, the missing functionality that I haven't added to https://supportpage.io/ yet :p

  5. story
  6. comment
    Comment #30043492

    Usually I’ve seen it defined as that the intended effect happens at most once. e.g. see https://developer.mozilla.org/en-US/docs/Glossary/Idempotent

  7. comment
    Comment #27536520

    I wrote something similar a while ago https://github.com/agrafix/grabcite — I was surprised how far you could get with just heuristics. The nice thing is that many academic papers …

  8. comment
    Comment #26634928

    Hmm did they release their April 1 joke too early by mistake?

  9. story
  10. story
  11. comment
    Comment #25507729

    Shameless plug: I’ve built https://board.new to help with ad-hoc collaborative whiteboarding. One thing I’ve found using more sophisticated tools was that folks spent too much time…

  12. comment
    Comment #24995615

    That’s cool — I’ve built something similar in the past: https://github.com/typed-wire/typed-wire

  13. comment
    Comment #24679945

    Shameless plug: we built https://board.new with “hold shift to draw” which makes drawing with a mouse much easier.

  14. comment
    Comment #24539875

    It's certainly related -- not sure what kinds if specialisation the new ruby JIT does.

  15. comment
    Comment #24539867

    I think it's possible, mostly didn't go down that route to keep things as simple as possible at first.

  16. story
  17. comment
    Comment #23278127

    We noticed that most whiteboarding apps out there over-focused on perfect diagrams, so a lot of time in meetings is lost due to rearranging boxes and arrows. Hence, we built https:…

  18. story
  19. comment
    Comment #16899673

    One of the things that has bitten me before was the maximum allowed nesting depth - this was different in two implementations, so one rejected the payload while the other one parse…

  20. comment
    Comment #15785427

    This motivated me to hack together a Haskell implementation, but with a little better error handling :) https://github.com/agrafix/micro-lisp

  21. comment
    Comment #15381486

    The + operator is not an explicit numeric conversion. What numeric type is it converting to? In Python you can also combine two lists using the + operator. Haskell for example requ…

  22. comment
    Comment #15324806

    Write a browser game, put it online and play it with friends. At least that's what I did ( https://github.com/agrafix/managerslife ), it was very fun and rewarding, and I learned a…

  23. story
  24. story
  25. story