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.