Mariano Guerra

@marianoguerra@vis.social
19 Followers
356 Following
408 Posts
Data analysis and visualization through visual programming. Currently: instadeq.com previously: event-fabric.com

Building FutureOfCodingGPT using a vector database to provide "memory" to ChatGPT using the history of the Future of Coding Slack, loaded the last 3 years into it and the answers seem to be right πŸ˜†

Loving the "from what I have heard" gossip

/cc @spiralganglion

Use #ChatGPT to provide domain specific assistants in #NoCode tools w/GlooData

- Create cron-like schedules, check upcoming times
- Generate & run a SQL query using the db schema as context
- Scaffold JSON-like data
- Build & preview rich Slack messages

https://www.youtube.com/watch?v=eqfmDztQv6I

GlooData AI & UX Demo

YouTube

Interesting β€”

"To our knowledge, WebAssembly is the first industrial-strength language or VM that has been designed with a formal semantics from the start."

(From "Bringing the Web Up to Speed with WebAssembly: https://dl.acm.org/doi/pdf/10.1145/3062341.3062363)

πŸ“° Future of Coding Weekly

πŸ—¨ Speech Act Oriented Programming

πŸ“š Journal of Unconventional Computing

🧠 LLMing Fast & Slow

🧞 JIT UIs

πŸ”— https://newsletter.futureofcoding.org/posts/future-of-coding-weekly-202304-week-3/

Future of Coding Weekly 2023/04 Week 3

πŸ—¨ Speech Act Oriented Programming πŸ“š Journal of Unconventional Computing 🧠 LLMing Fast & Slow 🧞 JIT UIs Two Minute Week πŸ’¬ Joakim Ahnfelt-RΓΈnne 🧡 conversation πŸŽ₯ Type inference on hover for Firefly πŸŽ₯ Vis

Future of Coding Weekly
nodes and wires are messy
From "Hidden Technical Debt in AI Systems"

πŸ“° Future of Coding Weekly

✍️ A Caret for Your Thoughts

πŸ›Έ Electric Clojure

πŸ‘œ Computer History by Balenciaga

πŸ€– AI of Coding

πŸ”— https://newsletter.futureofcoding.org/posts/future-of-coding-weekly-202304-week-2/

Future of Coding Weekly 2023/04 Week 2

✍️ A Caret for Your Thoughts πŸ›Έ Electric Clojure πŸ‘œ Computer History by Balenciaga πŸ€– AI of Coding Two Minute Week πŸŽ₯ Code in documentation via Peter Saxton 🧡 conversation I've started using my languge t

Future of Coding Weekly
well! a work update -- been doing a scheme-to-webassembly compiler for @spritelyinst@octodon.social. previously we had gotten to the point of designing an ABI and calling convention, then testing by manually compiling to WebAssembly(+gc+stringref+tail-calls). three new developments:
one, a wasm toolchain completely written in scheme (https://gitlab.com/spritely/guile-hoot-updates/-/tree/main/module/wasm);
two, a back-end for Guile's compiler that lowers to wasm; &
three, a JavaScript bridge to allow Scheme/JS interop for wasm in JS environments.
module/wasm Β· main Β· spritely / guile-hoot-updates Β· GitLab

GitLab.com

GitLab
Don't make me tap the sign

New @wasmgroundup interactive #WebAssembly binary inspector:

- Hex view at the top
- Byte meaning on hover
- Byte format options: hex, dec, oct, bin
- Select byte to focus "Slice" at the bottom with binary format syntax tree
- Outline tree view in second tab