HackerTrans
TopNewTrendsCommentsPastAskShowJobs

helix278

no profile record

Submissions

First-Order Laziness [pdf]

microsoft.com
1 points·by helix278·10 miesięcy temu·0 comments

comments

helix278
·3 miesiące temu·discuss
> That is not a benchmark result. That is a different way of thinking about how AI models get built.

tiresome
helix278
·3 miesiące temu·discuss
I'm always surprised at the high frequency of major typos in titles from HN posts
helix278
·8 miesięcy temu·discuss
Letting the bytes go by
helix278
·8 miesięcy temu·discuss
Ligatures exist
helix278
·9 miesięcy temu·discuss
You make it sound like reducing the big O complexity is a dumb thing to do in research, but this is really the only way to make lasting progress in computer science. Computer architectures become obsolete as hardware changes, but any theoretical advances in the problem space will remain true forever.
helix278
·9 miesięcy temu·discuss
I have had treesitter crashes in the past editing markdown, causing helix to segfault, but the particular bug that caused my crashes has been fixed since years.
helix278
·w zeszłym roku·discuss
I'm not a compiler dev, but I know that many functional programming languages struggle with this in the same manner if the target platform does not support TCE itself, and therefore require trampolining.
helix278
·w zeszłym roku·discuss
But entirely definable in user code, so an effect is essentially a set of possibly impure operations you can perform (like I/O or exception throwing), and a function that exhibits that effect has access to those operations. Of course the call sites then also exhibit that effect, unless they provide implementations of the effect operations.
helix278
·w zeszłym roku·discuss
TCO (tail call optimization) is often confused with TCE (tail call elimination), the latter is a runtime guarantee whereas the former is a compiler's best effort attempt to statically optimize tail calls.
helix278
·3 lata temu·discuss
What is hypertapping and tapping?