HackerTrans
TopNewTrendsCommentsPastAskShowJobs

agrafix

no profile record

Submissions

Using Temporal with Python

athiemann.net
4 points·by agrafix·قبل 3 سنوات·0 comments

Show HN: Supportpage – AI Powered Support Pages and Ticketing System

supportpage.io
3 points·by agrafix·قبل 4 سنوات·0 comments

Shortwave gets $9M to bring back Google Inbox

techcrunch.com
5 points·by agrafix·قبل 4 سنوات·0 comments

Making the Most of Code Review

athiemann.net
1 points·by agrafix·قبل 5 سنوات·0 comments

Flow vs. TypeScript: A Real-World Case Study

athiemann.net
1 points·by agrafix·قبل 5 سنوات·0 comments

Show HN: Compile Ruby to C

github.com
153 points·by agrafix·قبل 6 سنوات·109 comments

comments

agrafix
·قبل 4 سنوات·discuss
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
agrafix
·قبل 4 سنوات·discuss
This is really cool, the missing functionality that I haven't added to https://supportpage.io/ yet :p
agrafix
·قبل 4 سنوات·discuss
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
agrafix
·قبل 5 سنوات·discuss
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 are also available with their LaTeX source which avoids a lot of the structure guessing from PDFs.
agrafix
·قبل 5 سنوات·discuss
Hmm did they release their April 1 joke too early by mistake?
agrafix
·قبل 6 سنوات·discuss
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 making it look nice vs discussing the content. Hence this tool that doesn’t distract with that.

That said, mermaid looks pretty nice —- going to try that out for my design documents once settled on an approach.
agrafix
·قبل 6 سنوات·discuss
That’s cool — I’ve built something similar in the past: https://github.com/typed-wire/typed-wire
agrafix
·قبل 6 سنوات·discuss
Shameless plug: we built https://board.new with “hold shift to draw” which makes drawing with a mouse much easier.
agrafix
·قبل 6 سنوات·discuss
It's certainly related -- not sure what kinds if specialisation the new ruby JIT does.
agrafix
·قبل 6 سنوات·discuss
I think it's possible, mostly didn't go down that route to keep things as simple as possible at first.