fbodz's comments

fbodz | 6 months ago | on: WasiPy – Python Interpreter in Wasi

I have been experimenting with WebAssembly/Wasi over the last couple of years and decided it would be time to have another look and see what the state of things is. I it would be interesting to try and embed python in a wasm component for its nice sandbox properties.

There's a super cool project https://github.com/RustPython/RustPython which is a python interpreter in rust which can compile to wasip2 so I hooked that up and it seems to work well.

Its easy to build wasi components in rust now with the wasip2 target, excited to see where things head over the next few years.

fbodz | 2 years ago | on: Xmas.c (1988)

This makes me think about kolmogorov complexity. The program here looks like gibberish but produces the desired output, would there be even shorter programs that don't look like they make sense but produce the same output? How would you search for these programs?

fbodz | 5 years ago | on: Show HN: Ballreport – Key basketball data in one place

I was annoyed at how all the key data about games was spread out over multiple sites and not easy to see quickly. Ballreport shows the days upcoming nba games and the key data about the teams, odds and players. Its very basic at the moment but updates daily and i will be adding more functionality soon.
page 1