Viewing profile — agrafix
agrafix
HN member- Joined
- Sun, May 11, 2014, 10:42 PM UTC
- HN karma
- 536
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About agrafix
Recent public activity
- story
- story
-
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
-
comment
Comment #30423879
This is really cool, the missing functionality that I haven't added to https://supportpage.io/ yet :p
- story
-
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
-
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 …
-
comment
Comment #26634928
Hmm did they release their April 1 joke too early by mistake?
- story
- story
-
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…
-
comment
Comment #24995615
That’s cool — I’ve built something similar in the past: https://github.com/typed-wire/typed-wire
-
comment
Comment #24679945
Shameless plug: we built https://board.new with “hold shift to draw” which makes drawing with a mouse much easier.
-
comment
Comment #24539875
It's certainly related -- not sure what kinds if specialisation the new ruby JIT does.
-
comment
Comment #24539867
I think it's possible, mostly didn't go down that route to keep things as simple as possible at first.
- story
-
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:…
- story
-
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…
-
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
-
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…
-
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…
- story
- story
- story