Live data from Hacker News

Ask HN: What projects are trying to reinvent core software infrastructure?

news.ycombinator.com

1–5 of 5 posts

Ask HN: What projects are trying to reinvent core software infrastructure?

#1
In Lazygit Turns Five[0], the author mentions Jujutsu[1], which seems to be an effort to create a Git v2 that addresses some of the awkward edges of the initial implementation. I'm really interested in learning about similar efforts in other domains (i.e. video/audio transcoding, operating systems, programming languages, etc). Specifically, I'm curious about efforts that are roughly [0] https://jesseduffield.com/Lazygit-5-Years-On/ [1] https://www.youtube.com/watch?v=bx_LGilOuE4 [2] https://en.wikipedia.org/wiki/Zig_(programming_language)

Re: Ask HN: What projects are trying to reinvent core software infrastructure?

#5
One of my bucket list items is to bring about a new model of computation, the BitGrid[1]. It's a cross between a systolic array and FPGAs... but it would definitely NOT work as a practical FPGA.

On the other hand, maybe it could bring Exaflop computing to the masses? A million LUTs all working in parallel is a ton of horsepower. And it should only be a bit bigger than a 2 megabyte Static RAM

[1] https://github.com/mikewarot/Bitgrid/blob/master/WhyBitGrid....