HackerTrans
トップ新着トレンドコメント過去質問紹介求人

agrafix

no profile record

投稿

Using Temporal with Python

athiemann.net
4 ポイント·投稿者 agrafix·3 年前·0 コメント

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

supportpage.io
3 ポイント·投稿者 agrafix·4 年前·0 コメント

Shortwave gets $9M to bring back Google Inbox

techcrunch.com
5 ポイント·投稿者 agrafix·4 年前·0 コメント

Making the Most of Code Review

athiemann.net
1 ポイント·投稿者 agrafix·5 年前·0 コメント

Flow vs. TypeScript: A Real-World Case Study

athiemann.net
1 ポイント·投稿者 agrafix·5 年前·0 コメント

Show HN: Compile Ruby to C

github.com
153 ポイント·投稿者 agrafix·6 年前·109 コメント

コメント

agrafix
·4 年前·議論
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 年前·議論
This is really cool, the missing functionality that I haven't added to https://supportpage.io/ yet :p
agrafix
·4 年前·議論
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 年前·議論
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 年前·議論
Hmm did they release their April 1 joke too early by mistake?
agrafix
·6 年前·議論
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 年前·議論
That’s cool — I’ve built something similar in the past: https://github.com/typed-wire/typed-wire
agrafix
·6 年前·議論
Shameless plug: we built https://board.new with “hold shift to draw” which makes drawing with a mouse much easier.
agrafix
·6 年前·議論
It's certainly related -- not sure what kinds if specialisation the new ruby JIT does.
agrafix
·6 年前·議論
I think it's possible, mostly didn't go down that route to keep things as simple as possible at first.