🏷️
software-development
2 articles tagged with "software-development"
Tech Feeds
ai-assisted-coding
Writing an Optimizing Tensor Compiler from Scratch
Not everyone will write their own optimizing compiler from scratch, but those who do sometimes roll into it during the course of ever-growing project scope creep. People like [Michael Moroz], …read mo...
dev-tooling-dx
Block Devices in User Space
Your new project really could use a block device for Linux. File systems are easy to do with FUSE, but that’s sometimes too high-level. But a block driver can be …read more