HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fbodz

no profile record

Submissions

WasiPy – Python Interpreter in Wasi

github.com
2 points·by fbodz·10 months ago·1 comments

Ask HN: How do we get an optimal neural network architecture?

1 points·by fbodz·12 months ago·1 comments

How to build wonder stuff from the atom up (2017)

newscientist.com
1 points·by fbodz·2 years ago·0 comments

Normalised Compression Distance

en.wikipedia.org
2 points·by fbodz·2 years ago·0 comments

Large Text Compression Benchmark

mattmahoney.net
4 points·by fbodz·2 years ago·1 comments

Sequitur – inferring compositional hierarchies from strings

sequitur.info
2 points·by fbodz·2 years ago·0 comments

LoLRa Transmit 900MHz LoRa frames surprisingly far without a radio

github.com
2 points·by fbodz·2 years ago·1 comments

Twitter Image Encoding Challenge

stackoverflow.com
2 points·by fbodz·2 years ago·0 comments

DreamCoder: Growing Generalizable, Interpretable Knowledge

arxiv.org
83 points·by fbodz·3 years ago·7 comments

Build a Working Game of Tetris in Conway's Game of Life

codegolf.stackexchange.com
4 points·by fbodz·3 years ago·2 comments

Oja's Rule

en.wikipedia.org
3 points·by fbodz·3 years ago·0 comments

Renaissance Technologies

en.wikipedia.org
2 points·by fbodz·3 years ago·0 comments

Reward Is Enough (2021)

deepmind.com
1 points·by fbodz·3 years ago·0 comments

Show HN: Talk to tables, query your SQLite databases using natural language

talktotables.com
3 points·by fbodz·3 years ago·1 comments

comments

fbodz
·10 months ago·discuss
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
·3 years ago·discuss
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
·3 years ago·discuss
Yeah I am using the default training script with int8 quantisation. It uses peft with lora but this still requires 26gb
fbodz
·3 years ago·discuss
Has anyone figured out a way to fine tune this with 24gb of vram? I have tried with deepspeed etc but no luck. Seems to be just out of reach for fine tuning requiring 26gb.