HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fbodz

no profile record

投稿

WasiPy – Python Interpreter in Wasi

github.com
2 ポイント·投稿者 fbodz·10 か月前·1 コメント

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

1 ポイント·投稿者 fbodz·12 か月前·1 コメント

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

newscientist.com
1 ポイント·投稿者 fbodz·2 年前·0 コメント

Normalised Compression Distance

en.wikipedia.org
2 ポイント·投稿者 fbodz·2 年前·0 コメント

Large Text Compression Benchmark

mattmahoney.net
4 ポイント·投稿者 fbodz·2 年前·1 コメント

Sequitur – inferring compositional hierarchies from strings

sequitur.info
2 ポイント·投稿者 fbodz·2 年前·0 コメント

LoLRa Transmit 900MHz LoRa frames surprisingly far without a radio

github.com
2 ポイント·投稿者 fbodz·2 年前·1 コメント

Twitter Image Encoding Challenge

stackoverflow.com
2 ポイント·投稿者 fbodz·2 年前·0 コメント

DreamCoder: Growing Generalizable, Interpretable Knowledge

arxiv.org
83 ポイント·投稿者 fbodz·3 年前·7 コメント

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

codegolf.stackexchange.com
4 ポイント·投稿者 fbodz·3 年前·2 コメント

Oja's Rule

en.wikipedia.org
3 ポイント·投稿者 fbodz·3 年前·0 コメント

Renaissance Technologies

en.wikipedia.org
2 ポイント·投稿者 fbodz·3 年前·0 コメント

Reward Is Enough (2021)

deepmind.com
1 ポイント·投稿者 fbodz·3 年前·0 コメント

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

talktotables.com
3 ポイント·投稿者 fbodz·3 年前·1 コメント

コメント

fbodz
·10 か月前·議論
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 年前·議論
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 年前·議論
Yeah I am using the default training script with int8 quantisation. It uses peft with lora but this still requires 26gb
fbodz
·3 年前·議論
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.