

We're building a different kind of JavaScript engine, based on data-oriented design and willingness to try something quite out of left field. This is most concretely visible in our major architectural choices:
1. All data allocated on the JavaScript heap is placed into a type-specific vector. Numbers go into the numbers vector, strings into the strings vector, and so on.
2. All heap references are type-discriminated indexes: A heap number is identified by its discriminant value and the i
Article URL: https://texdraft.github.io/fortran/fortran.html
Comments URL: https://news.ycombinator.com/item?id=42170423
Points: 3
# Comments: 0
Article URL: https://www.arp242.net/best-practices.html
Comments URL: https://news.ycombinator.com/item?id=42170552
Points: 39
# Comments: 32
Article URL: https://maxbo.me/a-html-file-is-all-you-need.html
Comments URL: https://news.ycombinator.com/item?id=42170740
Points: 47
# Comments: 1
Article URL: https://nirvanalan.github.io/projects/GA/
Comments URL: https://news.ycombinator.com/item?id=42171051
Points: 9
# Comments: 1

Documind is an open-source tool that turns documents into structured data using AI.
What it does:
- Extracts specific data from PDFs based on your custom schema - Returns clean, structured JSON that's ready to use - Works with just a PDF link + your schema definition
Just run npm install documind to get started.
Comments URL: https://news.ycombinator.com/item?id=42171311
Points: 7
# Comments: 1
h
Article URL: https://nrk.neocities.org/articles/chibihash
Comments URL: https://news.ycombinator.com/item?id=42168576
Points: 20
# Comments: 3

Article URL: https://ondsel.com/blog/goodbye/
Comments URL: https://news.ycombinator.com/item?id=42169998
Points: 79
# Comments: 11