marianoguerra / future-of-coding-weekly

repository to work on future of coding weekly newsletter
https://tinyletter.com/marianoguerra/
32 stars 3 forks source link

Future of Coding Weekly 2024/11 Week 4 #277

Closed marianoguerra closed 2 days ago

marianoguerra commented 2 days ago
marianoguerra commented 2 days ago

๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป Notebook Demos ๐Ÿ”Œ Node & Wires Demos ๐Ÿ“บ Democratizing Software โ˜ƒ๏ธ Dynamic Language Winter is Coming?

Two Minute Week

๐Ÿ’ฌ Taylor Troesh

๐Ÿงต conversation

working on a local-first podcast client for video podcasts and youtube rss :)

CleanShot 2024-11-20 at 08.12.59.gif

marianoguerra commented 2 days ago

๐ŸŽฅ Dragging and dropping values on edges in code flow canvas via Maikel van de Lisdonk

๐Ÿงต conversation

Youtube Thumbnail

Thanks to Ivan Reese for coming up with the idea and putting it in my head: I've added a new feature to code flow canvas.. you can now drag and drop arbitrary values which are on the canvas on edges (or use the clipboard). I've made a small video about and you can see it here . Off course you can try it yourself on demo.codeflowcanvas.io

marianoguerra commented 2 days ago

Our Work

๐Ÿ“ก public.me/anton via Anton Podviaznikov

๐Ÿงต conversation

made micro blogging tool(twitter replacements) that works using imessage.

allows publishing things through imessage without consuming tons of tweets first. the bonus is that all my data is on my devices anyway.

here is my micro blog public.me/anton

marianoguerra commented 2 days ago

๐Ÿ“ Research manifesto via Konrad Hinsen

๐Ÿงต conversation

Yesterday I revised my home page and added a section "Research manifesto". It's mostly about my ideas for FoSC (Future of Scientific Computing), so I feel it fits here.

marianoguerra commented 2 days ago

๐ŸŽฅ LLM chat assistant in code flow canvas via Maikel van de Lisdonk

๐Ÿงต conversation

Youtube Thumbnail

I've made a new small video where I've implemented a chat assistant using the OpenAI Chat Completion API in Code flow canvas (this is the visual programming system that I am building in my spare time). Goals for building this visual flow are to learn more about the OpenAI API's and LLM's in general, but also to see if something like this could be build without building in special knowledge about OpenAI in code flow canvas itself. I had to extend code flow canvas off course, but only with generic node-types which could be used in this flow. You can try it our yourself on demo.codeflowcanvas.io, but only if you have an OpenAI API key with some credits

marianoguerra commented 2 days ago

๐ŸŽฅ Reverse Engineering a 218-Byte Wasm Compiler in JavaScript via Mariano Guerra

๐Ÿงต conversation

Youtube Thumbnail

Reverse Engineering a 218-Byte Wasm Compiler in JavaScript

Starting with a 218-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JS by removing one code golf trick at a time

marianoguerra commented 2 days ago

Devlog Together

๐Ÿ“ the lab notebook entry via Tom Lieber

๐Ÿงต conversation

I finished the lab notebook entry that my earlier posts were about. ๐Ÿ™‚ I was burnt out on the ugly charts I was making before, and the outcome of this experiment with schematic tables is: I am pumped to keep going!!

exam-fairness-schematic-table.gif

marianoguerra commented 2 days ago

๐Ÿ“ Building Software Using Black Boxes via Paul Tarvydas

๐Ÿงต conversation

I've been experimenting and thinking about just how little we need to worry about "efficiency" these days, and how to expand the gamut of notations for programming. A snapshot of my thoughts... Building Software Using Black Boxes

marianoguerra commented 2 days ago

๐Ÿ“ my notebook app via Kartik Agaram

๐Ÿงต conversation

I haven't really felt like building in a while, but there's a cricket match on and today I felt moved to use my notebook app to create a little scenario calculator for the world championship.

This requires Lร–VE (basically some way to draw pixels on a canvas) and 2.8kLoC of Lua. Compare Excel, or Google sheets + a web browser, or Jupyter. Much fewer features, of course, but well-sized for things like this. Though I did find myself wishing I could sort lines, the notebook doesn't support that yet..

notebook.png

calculations.png

๐Ÿ—’๏ธ wtc

marianoguerra commented 2 days ago

๐Ÿ“Š A small update via Tom Lieber

๐Ÿงต conversation

A small update today: I draped flags onto the bar charts so that you can answer "how do the observations affect the priors?" with a glance.

final-chart-with-flags.gif

marianoguerra commented 2 days ago

๐Ÿ“ thinking ahead via Pietu

๐Ÿงต conversation

Hi again ๐Ÿ‘‹.

Continuing my journey on building an experimental markup language based on blocks.

Someone was already ๐Ÿ’ฌ #devlog-together@2024-11-16 last week and suggested that blocks should be executable.

I've got now the bare minimum demo of executing inline code embedded in markup documents.

๐ŸŽฅ Murkdown exec blocks

marianoguerra commented 2 days ago

๐Ÿ“ draw.io via Paul Tarvydas

๐Ÿงต conversation

brainstorming: In what I'm writing these days, I want to include lots of diagrams / figures. Currently, I'm using Apple Pages and just drag'n'dropping screenshots into documents then publishing them to Substack (a painful process). I happen to use draw.io and excalidraw for diagramming. For a while, I was using markdown editors, but they didn't give me a WYSIWYG editing experience. I used Obsidian for a while - it did give me WYSIWYG for excalidraw diagrams, but wanted $$$s to allow me use their publishing mechanism and made it difficult to use Github Pages for $-less publishing. I keep thinking that I should just cobble together an RTF parser and use only a markdown-ish subset of features in Apple's RTF editors, but, I don't want to get side-tracked [I would use 't2t' to parse and transmogrify RTF, I think, and, use it to transpile subsetted-RTF to markdown - what's needed is an RTF-to-markdown or RTF-to-murkdown tool, I think]

marianoguerra commented 2 days ago

Thinking Together

๐Ÿ’ฌ Mariano Guerra

๐Ÿงต conversation

What do you think of "It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures."?

If you agree, what is that data structure for you?

marianoguerra commented 2 days ago

๐Ÿ“ Bret Victor's PROCESS via Kartik Agaram

๐Ÿงต conversation

Bret Victor's PROCESS

marianoguerra commented 2 days ago

๐Ÿ’ฌ Alex McLean

๐Ÿงต conversation

Love this (partly) analogue modular live coding system for 3d printing by Maas Goudswaard

image.png

marianoguerra commented 2 days ago

Content

๐Ÿฆ• Reactive HTML notebooks via Tom Larkworthy

๐Ÿงต conversation

Content editable Observable runtime based notebooks ๐Ÿค” Pretty cool!

marianoguerra commented 2 days ago

๐ŸŽฅ MIT Theory of Computation, Fall 2020 via Mariano Guerra

๐Ÿงต conversation

MIT Theory of Computation, Fall 2020

marianoguerra commented 2 days ago

๐Ÿ”‘ Foundation DB Query Language via Taylor Troesh

๐Ÿงต conversation

My friend made a query language for KV stores! Already being used on very large production datasets. Check it out:

demo.gif

marianoguerra commented 2 days ago

๐Ÿ“บ Democratizing Software - Handmade Seattle 2024 via Konrad Hinsen

๐Ÿงต conversation

"Democratizing Software" Talk at Handmade Seattle, starting at 1:24. Starts out with a statement of goals and values, as the title suggests, and then explains why rewriting techniques are a good way to reach those goals. Ends with a presentation of Nova, a rewriting system for nearly-plain-language.

This is so incredibly similar to my own work over the last years that I am probably going to rewatch this at least once. The only difference is the target audience: Wryl (the speaker) uses everyday language as a building material, addressing games and other use cases that everyone can relate to, whereas I use mathematics as a building block, addressing scientists. I could probably set up a rewriting system for translating their talk to my own scenario.

marianoguerra commented 2 days ago

๐Ÿ’ฌ Paul Tarvydas

๐Ÿงต conversation

Konrad Hinsen I haven't watched this yet, but the words you use are tickling my neurons.

  1. "rewriting"
  1. "a rewriting system for nearly-plain-language"

(Details and repos available, if interested).

marianoguerra commented 2 days ago

โ˜ƒ๏ธ Are we Heading Towards a Dynamic Language Winter? via Mariano Guerra

๐Ÿงต conversation

Youtube Thumbnail

marianoguerra commented 2 days ago

๐Ÿง‘โ€๐Ÿ”ฌ Open positions at the College of the Atlantic via Eli Mellen

๐Ÿงต conversation

A potentially future of coding shaped CS prof. role is available at COA up on MDI in Maine

I can talk to what the school is like and make intros if anyone is interested.