Hacker News new | ask | show | jobs
by 7723 1690 days ago
Working on a couple of side projects/ideas in my spare time. One of them is a compute workload orchestrator from scratch. I'm taking a very "naive" approach here which means I'm not trying to mimic/rehash best parts/known practices of existing system. This gives me total freedom of implementation and removes the need of constantly benchmarking myself against existing solutions. What matters the most is the learning experience. I'm looking towards server-side WASM as target rather than containers.