📘 Co-author of https://wasmfromthegroundup.com/
📰 Future of Coding Weekly: https://newsletter.futureofcoding.org/join/
Con muchísima alegría @manux.bsky.social y yo les contamos que ya liberamos el libro "Python para Ciencia y Tecnología", completo, en castellano… ¡y totalmente gratis! 😍📘
💾 Pueden descargar el PDF desde 👉 libropython.science
Con muchísima alegría @manux.bsky.social y yo les contamos que ya liberamos el libro "Python para Ciencia y Tecnología", completo, en castellano… ¡y totalmente gratis! 😍📘
💾 Pueden descargar el PDF desde 👉 libropython.science
🧠 micrograd
🎥 I am not dead yet
📝 The Hidden Gem in S/SL: Why Dataless Languages Matter
🔗 newsletter.futureofcoding.org/posts/future...
🧠 micrograd
🎥 I am not dead yet
📝 The Hidden Gem in S/SL: Why Dataless Languages Matter
🔗 newsletter.futureofcoding.org/posts/future...
find . -name '*_res.json' -exec jq '.parsing_res_list[].block_label' {} \; | awk '{count[$0]++} END {for (i in count) print count[i], i}' | sort -nr
find . -name '*_res.json' -exec jq '.parsing_res_list[].block_label' {} \; | awk '{count[$0]++} END {for (i in count) print count[i], i}' | sort -nr
Authors Patrick @dubroy.com and @marianoguerra.org think it's crucial for learning. They join #WasmAssembly host Thomas Steiner to discuss their ebook, "WebAssembly from the Ground Up" → goo.gle/3Ln67Pp
Authors Patrick @dubroy.com and @marianoguerra.org think it's crucial for learning. They join #WasmAssembly host Thomas Steiner to discuss their ebook, "WebAssembly from the Ground Up" → goo.gle/3Ln67Pp
On the fact that the Atlantic Ocean has two sides 2.0
On the fact that the Atlantic Ocean has two sides 2.0
github.com/WebAssembly/...
Also immortalized in song: suno.com/song/19e0679...
github.com/WebAssembly/...
Also immortalized in song: suno.com/song/19e0679...
If you are interested in a hands-on way to learn #wasm, check out the book that @marianoguerra.org and I wrote together!
It's the book we wish we'd had 3 years ago.
No messing with tools and frameworks. It's a hands-on guide to the core of Wasm: the instruction set and module format.
Link below. 👇
If you are interested in a hands-on way to learn #wasm, check out the book that @marianoguerra.org and I wrote together!
Dodrio (by Nick Fitzgerald) is an experimental virtual DOM library for Rust and Wasm. It uses bump allocation for the VDOM nodes and uses a stack machine language to represent change lists: github.com/fitzgen/dodrio
Dodrio (by Nick Fitzgerald) is an experimental virtual DOM library for Rust and Wasm. It uses bump allocation for the VDOM nodes and uses a stack machine language to represent change lists: github.com/fitzgen/dodrio
we're a small team on a mission to spread the joy of programming
we're looking for someone self-directed, loves talking to users, write english & typescript, and own projects end-to-end
if this is you, reach out!!
we're a small team on a mission to spread the joy of programming
we're looking for someone self-directed, loves talking to users, write english & typescript, and own projects end-to-end
if this is you, reach out!!
We (@dubroy.com and @marianoguerra.org) are planning to be there. Patrick tomorrow, and both of us on Thursday for the Research Day.
If you see us, come say hi!
We (@dubroy.com and @marianoguerra.org) are planning to be there. Patrick tomorrow, and both of us on Thursday for the Research Day.
If you see us, come say hi!
-- Churchill
Anything that can be done, will be done in js
-- Murphy's Law
PS: with better branding, DX, learning curve and documentation than the "right way"
-- Churchill
Anything that can be done, will be done in js
-- Murphy's Law
PS: with better branding, DX, learning curve and documentation than the "right way"
🌳 Cope and Drag: DSL for gradually improving diagrams
📝 Simple Assembler and Simple CPUs First
🎥 ROONS! A new marble computer
🔗 newsletter.futureofcoding.org/posts/future...
🌳 Cope and Drag: DSL for gradually improving diagrams
📝 Simple Assembler and Simple CPUs First
🎥 ROONS! A new marble computer
🔗 newsletter.futureofcoding.org/posts/future...
You can watch it here, or find it wherever fine podcasts are sold.
#WebAssembly from the Ground Up with @dubroy.com and @marianoguerra.org. Learn how they're teaching #Wasm by building a compiler in JavaScript and why writing Wasm by hand is crucial!
🍿 www.youtube.com/watch?v=dRdD...
🎧 wasmassembly.libsyn.com/webassembly-...
You can watch it here, or find it wherever fine podcasts are sold.
#WebAssembly from the Ground Up with @dubroy.com and @marianoguerra.org. Learn how they're teaching #Wasm by building a compiler in JavaScript and why writing Wasm by hand is crucial!
🍿 www.youtube.com/watch?v=dRdD...
🎧 wasmassembly.libsyn.com/webassembly-...
#WebAssembly from the Ground Up with @dubroy.com and @marianoguerra.org. Learn how they're teaching #Wasm by building a compiler in JavaScript and why writing Wasm by hand is crucial!
🍿 www.youtube.com/watch?v=dRdD...
🎧 wasmassembly.libsyn.com/webassembly-...
🧬 Literate tracing
🧵 Undetermined Weaving with Machines
📑 Early Interpreters
🔗 newsletter.futureofcoding.org/posts/future...
🧬 Literate tracing
🧵 Undetermined Weaving with Machines
📑 Early Interpreters
🔗 newsletter.futureofcoding.org/posts/future...
gleam.run/news/formali...
gleam.run/news/formali...
live coding a todo app faster than the previous one with the help of a new vibecard feature: macros
www.youtube.com/watch?v=D149...
live coding a todo app faster than the previous one with the help of a new vibecard feature: macros
www.youtube.com/watch?v=D149...
npm i -g ai-grep
github.com/szymonkalisk...
npm i -g ai-grep
github.com/szymonkalisk...
```
INPUT_PATH=$(find $TARGET_DIR -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -d' ' -f2-)
OUTPUT_PATH="${INPUT_PATH%.*}-edit.${INPUT_PATH##*.}"
```
but sad that this is still the simplest way to automate something & that I need an AI to help me write it
```
INPUT_PATH=$(find $TARGET_DIR -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -d' ' -f2-)
OUTPUT_PATH="${INPUT_PATH%.*}-edit.${INPUT_PATH##*.}"
```
but sad that this is still the simplest way to automate something & that I need an AI to help me write it