HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fbodz

no profile record

Submissions

WasiPy – Python Interpreter in Wasi

github.com
2 points·by fbodz·قبل 10 أشهر·1 comments

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

1 points·by fbodz·قبل 12 شهرًا·1 comments

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

newscientist.com
1 points·by fbodz·قبل سنتين·0 comments

Normalised Compression Distance

en.wikipedia.org
2 points·by fbodz·قبل سنتين·0 comments

Large Text Compression Benchmark

mattmahoney.net
4 points·by fbodz·قبل سنتين·1 comments

Sequitur – inferring compositional hierarchies from strings

sequitur.info
2 points·by fbodz·قبل سنتين·0 comments

LoLRa Transmit 900MHz LoRa frames surprisingly far without a radio

github.com
2 points·by fbodz·قبل سنتين·1 comments

Twitter Image Encoding Challenge

stackoverflow.com
2 points·by fbodz·قبل سنتين·0 comments

DreamCoder: Growing Generalizable, Interpretable Knowledge

arxiv.org
83 points·by fbodz·قبل 3 سنوات·7 comments

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

codegolf.stackexchange.com
4 points·by fbodz·قبل 3 سنوات·2 comments

Oja's Rule

en.wikipedia.org
3 points·by fbodz·قبل 3 سنوات·0 comments

Renaissance Technologies

en.wikipedia.org
2 points·by fbodz·قبل 3 سنوات·0 comments

Reward Is Enough (2021)

deepmind.com
1 points·by fbodz·قبل 3 سنوات·0 comments

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

talktotables.com
3 points·by fbodz·قبل 3 سنوات·1 comments

comments

fbodz
·قبل 10 أشهر·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 سنوات·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 سنوات·discuss
Yeah I am using the default training script with int8 quantisation. It uses peft with lora but this still requires 26gb
fbodz
·قبل 3 سنوات·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.