Closed marianoguerra closed 1 month ago
π€ Bret Victor on AI π Functional reactive programming π’ Unconference by Ink & Switch
π₯ codeflowcanvas swagger endpoint generation via Maikel van de Lisdonk
In this video I show a new feature that I am working on in my codeflowcanvas project (which is a visual programming system and language): exporting a flow to typescript so that it can be used in other code-bases. In this example it's a nodejs-hono project for creating an api with a swagger/openapi documentation page
π₯ Visualizing Vector Embeddings in 3D with transformers.js and t-SNE/UMAP via Mariano Guerra
I made a small tool: Visualizing Vector Embeddings in 3D with transformers.js, t-SNE/UMAP and echarts-gl
Get it here: github.com/marianoguerra/webvectors
π» Motif Designer via Natalie Freed
Hello! I just listened to the AgentSheets episode and wanted to share that Iβm working on a PBE + block programming educational tool. Itβs a work in progress but the vision is of something like βa macro recorder for Kid Pixβ that lets you switch between drawing and code editing. motifdesigner.netlify.app Target audience is elementary school age kids, though itβs also meant to be fun for adults to tinker with.
Iβm excited that there seems to be a bit more traction (or at least interest?) around PBE again. I thought it was an interesting point in the paper/episode that it hasnβt necessarily gone out of fashion because it wasnβt a good idea, but because other solutions emerged to some of the problems it was trying to solve.
π Experiments With Text to Text Transpilation via Paul Tarvydas
... Chipping away at articles regarding a bunch of experiments towards creating higher level syntax for programming languages. Thus far, I've managed to consolidate t2t (text-to-text transpilation) into a single .mjs file and to redocument it. Wrote an adjunct article about experimenting with "t2t" using a toy meta-programming language to generate code in existing languages. "T2T creates DSLs. T2T reduces the amount of work required to build a DSL. You should be able to create a new DSL in an afternoon. ..."
π¬ Kartik Agaram
Very initial draft of a notebook UI.
There are 2 kinds of lines here:
[value|name]
, which renders vertically across 2 lines. You can't nest blanks within blanks. These lines can wrap, but a single blank can't wrap across multiple lines on screen.(a/b)
as I showed before. (Not sure I'll keep this in the long term.) You can nest fractions within fractions. These lines don't support wrapping.Planned:
Inspirations:
π¬ Kartik Agaram
Today I've added some rudimentary styling syntax to my notebook.
It looks like I care about always making the styling very transparent, so it's possible in principle to guess what characters one needs to type to copy the look of something one sees on screen. So the style directives will never be hidden.
π₯ Style
π¬ Cross-link to a different thread. via Kartik Agaram
There's a bug in my parser. Here's a debug UI showing it at a glance. The parse tree in the background is for the line the mouse pointer is hovering on.
One fun thing is the couple of lines in the middle there. I reached for a notebook to scribble some equations for myself, but then realized all I wanted was to be able to draw the fraction line horizontally -- and I'm sitting in a tool that can do that. Using the tool to debug the tool π₯ (At least until I have no tools because I broke my tools using my tools. π¬ #of-ai@2024-09-22)
π The Myopia of Professionalism via Jasmine Otto
I am now blogging about design engineering in organizations that deal with lots of domain knowledge(s). This post covers metrics that don't do what your manager thinks they do, and why interdisciplinary work has trouble finding a good home.
π¦ leslie (@lesliexin) on X via Christopher Shank
I like this metaphor of translucent software both as a callback to the translucent hardware aesthetic of the 2000s, but also to progressively display the underlying mechanisms of software ~if~ you want to see it.
π¦ leslie (@lesliexin) on X: Finally got around to building this :)
Try it at https://translucentweb.site/
π’ Unconference hosted by Ink & Switch via Ivan Reese
Tight zoom-in β mid-September 2024 β virtual roomful of online humanoid computer brains who maintain material co-presence in LA, or are translocating to SPLASH in October
There's going to be an unconference hosted by Ink & Switch on the 26th of October.
This has not been broadly announced yet. We're in the "invite the people who you really want to be there" phase. That means all of you!
Take a look at the list of attendees. Brilliant weirdos, the lot. You should come, you should come, you should come.
π Functional reactive programming via Jasmine Otto
A full-blown tutorial on DIY functional reactive programming, from one of the Spritely folks. Also collects relevant PL dissertations on dataflow, e.g. FrTime and propagators, as well as explorables like Holograph.
πΈοΈ 1992 mailing list post from Tim Berners-Lee via Ivan Reese
A fascinating 1992 mailing list post from Tim Berners-Lee where he briefly outlines his desires for a programming language for the web β basically, what JavaScript could have been.
The principles of hypertext are on full display:
You need something really powerful, but at the same time ubiquitous. Remember a facet of the web is universal readership.
Then there's the PL nerdery:
Ideally, the language should include object-oriented inheritance, a basically functional nature, and a clean syntax. It should be interpretable and compilable. At least one public domain. A pre-compiled standard binary form would be cool too.
My favourite bit, though, is the desire for the client/server to negotiate over the language of the executable document, just like they negotiate other details. There are some wild isomorphism implications here.
In reality, what we would be able to offer you real soon now with document format negotiation is the ability to return a document in some language for execution, with the option of being able to provide it in several languages, the language being a "data format" which can be negotiated between client and server at run-time. For, for example, one could provide it in viola script and/or in /bin/sh which would cover most ofthe unix world.
π Stephen Fry on technology and AI via Nilesh Trivedi
Stephen Fry on technology and AI:
Machines are capable of bias, hallucination, drift and overfitting on their own, but a greater and more urgent problem in my view is their use, abuse and misuse by the three Cs . They are Countries with their specific ambitions, paranoias, enmities and pride; Corporations with their unaccountable rapacity and of course Criminals . All of them united by one deadly sin: greed. Greed for power, for status, for money, for control.
π» Test Driven Development with AI: Writing a Decompiler via Tom Larkworthy
I got test-driven-development working with AI ( o1-preview
) and it is totally nuts. It can do complex stuff, I am making serious progress with a decompiler with it
Test Driven Development with AI: Writing a Decompiler. The key was feeding the test suite results back into context (plus o1-preview's ability to improve code without forgetting half the stuff in the middle)
π Very AI-skeptical article via Konrad Hinsen
I just read this very AI-skeptical article, that basically says that today's generative AI has no credible business model and is unlikely to improve significantly enough to get one. While I am aware of counter-arguments to the technical aspects, I wonder if there are more positive takes on the financial/business aspects, coming from anyone else than AI vendors.
ποΈ A new bonus episode of the FoC podcast via Ivan Reese
For our Patreon supporters, there's a new bonus episode of the FoC podcast where we try⦠really, we do try⦠to talk about the new Dynamicland archive website, and the cool stuff on it. But, it's just damned hard to take all of this new material without considering a bunch of bigger picture questions about society, and visions of the future, and what it means to be "open" about your work. So hard.
[ ] Change Month and Week Number
[ ] focWeekExport "2023-01-19" "2023-01-26"
[ ] Update Search Index
[ ] Download New Attachments
[ ] Update links
[ ] Check that comment links work (push weekly dump with channel summaries)
[ ] Check to mention right person for moved messages
[ ] Summary
[ ] Hashtags
[ ] Set title in newsletter
https://tinyletter.com/
https://tinyletter.com/marianoguerra/letters/
http://localhost:8000/history/
https://marianoguerra.github.io/future-of-coding-weekly/
https://stackedit.io/app#