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 2021/06 Week 2 #81

Closed marianoguerra closed 3 years ago

marianoguerra commented 3 years ago
marianoguerra commented 3 years ago

πŸ’‘ Accessible Computing πŸ•Ή Playdate's Pulpscript πŸ›Έ Unison Milestone 2 πŸ”Œ DataBlocks

Thanks J. Ryan Stinnett for the Pull Request to improve search results style!

jryans commented 3 years ago

Thanks J. Ryan Stinnet for the Pull Request to improve search results style!

A tiny typo above: "Stinnet" should be "Stinnett". (It's a common typo, my name has too many repeated letters... πŸ˜…)

marianoguerra commented 3 years ago

Our Work

πŸŽ₯ New Features: List Collection, Table Style Config, Form Grid Layout via Mariano Guerra

🧡 conversation

Thumbnail

πŸŽ₯ New Features:

πŸ“‘ List Collection 🎚 Table Style Settings ↔ Form Grid Layout

marianoguerra commented 3 years ago

πŸŽ₯ A productive editor for any typed property graphs via molikto

🧡 conversation

a small (silent) demo of my project. it aims to be a productive editor for any typed property graphs, it do this by expanding the graph as a spanning tree, so it appears like an outliner. I am currently using it to keep my notes and references, but the idea is it should be extended to cover other needs. The key is it aims to be an editor of the ultimate data structure: property graph.

marianoguerra commented 3 years ago

πŸŽ₯ Live-coding Fizz Buzz via Kartik Agaram

🧡 conversation

I recently added the ability to edit functions in my prototyping environment. It's inspired by Tiddlywiki, with the screen at any moment containing the most recently edited functions. Here's a short live-coding session of everyone's favorite programming problem -- with a small twist.

Main project page: https://github.com/akkartik/mu

mu-fizzbuzz.png

marianoguerra commented 3 years ago

Thinking Together

🐦 Tweet from @spiralganglion via Nils Berg

🧡 conversation

More thoughts on Hest, carrying on from Ivan Reese's Tweet

I had some thoughts on synchronization of data, which I realize is an aspect of Hest's design space that's not fully explored, so grain of salt and all that πŸ™‚

Mostly I want to draw a parallel to chip design (VHDL/Verilog), which if you squint a bit is a lot like Hest but with much, much worse UX. You run into the same synchronization problems there, and the solution is actually really close to both the "sync" primitive and the "Fibers" you describe in your podcast – you put latches/registers between components of your design.

[...]

marianoguerra commented 3 years ago

πŸ’¬ Maxime Beauchemin: Interesting question that's top of mind right now, curious what people via Srini Kadamati

🧡 conversation

β€œSo. Business intelligence tools are arguably the β€œoriginal” and most advanced form of no-code / low-code application. Clearly an interactive dashboard built in your favorite BI tool is a fairly complex no-code, specialized data app. Now here’s the question: why has low-code been so prevalent in data visualization historically while being not popular in other areas of software development? What is it that makes low-code more suited to dataviz?”

marianoguerra commented 3 years ago

🐦 Tweet from @evincarofautumn via Andreas S

🧡 conversation

I found this interesting πŸ€” bit today

🐦 Jon Purdy: Been thinking about what this might look like.

I think my basic tenet is that an application not be a singular thing, but an emergent entity made of interacting components, and that the system prioritise replaceability, both of components, and of the HW/SW/network substrate.

🐦 Jon Purdy: @mycoliza I’d like to see a world with a more meaningful form of user freedom than mere access to source code. If you can’t actually do anything with code, what good is it to you as a user? I don’t want β€œfree software” or β€œopen source”, I want accessible computing.

marianoguerra commented 3 years ago

πŸ’‘ Clever vs Insightful Code β€’ Hillel Wayne via Kartik Agaram

🧡 conversation

marianoguerra commented 3 years ago

πŸ’» Fizzygum: The power of an entire Operating System at your fingertips via Chris Knott

🧡 conversation

marianoguerra commented 3 years ago

πŸ“ HN: Web Applications from the Future: A Database in the Browser via Yousef El-Dardiry

🧡 conversation

Web Applications from the Future: A Database in the Browser

I’m working on several local-first concepts and figured it would be of interest here!

marianoguerra commented 3 years ago

🐦 Tweet from @shauninman via Florian Schulz

🧡 conversation

Love the design of this game editor for Playdate. It features distinct views for different aspects of game design / development.

🐦 Shaun Inman: In addition to the games I worked on I’m also looking forward to seeing what everyone creates with Pulp. Draw sprites, layout rooms, pixel fonts, chip tunes, and script...well, PulpScript. All in the browser. Then play on your @playdate. πŸŒŸπŸ“™

https://pbs.twimg.com/media/E3YBCSOXIAsPjEz.png

https://pbs.twimg.com/media/E3YBCSPWYAUNTnl.png

https://pbs.twimg.com/media/E3YBCSRXwAApVu2.png

marianoguerra commented 3 years ago

🎨 TartanLlama/vizh via Srini Kadamati

🧡 conversation

An esoteric visual language that takes image files as input based on a multi-tape turing machine, designed for compatibility with C.

marianoguerra commented 3 years ago

πŸ›Έ New milestone release of Unison via Christopher Galtenberg

🧡 conversation

Unison: "The v2 codebase format is a sqlite3 database"

🧡 conversation

Unison has added some interesting things in their latest release. They're storing the codebase in sqlite, with some objects stored relationally and they have overlaid a neat web based code browser.

marianoguerra commented 3 years ago

πŸ“ The memory models that underlie programming languages via Shubhadeep Roychowdhury

🧡 conversation

marianoguerra commented 3 years ago

πŸ”Œ Datablocks: a node-based editor for exploring, analyzing and transforming data without code via Srini Kadamati

🧡 conversation

my god what an amazing time to be working on data tooling. Seeing interesting prototypes every day

marianoguerra commented 3 years ago

🐦 Tweet from @brantlymillegan via Andreas S

🧡 conversation

Also a funny thing to ponder:

🐦 brantly.eth: I say:

Down with a mess of accounts with weak user-generated passwords and sandboxed usernames owned by big corps (web2)

Up with secure private keys and portable usernames owned by users (web3)

It's the Internet as it always should have been

marianoguerra commented 3 years ago

πŸ“ Understanding the meaning we make of the code we write can help create more nuanced and ethical software via Shubhadeep Roychowdhury

🧡 conversation

Code 'meaning-making' helps creating more nuanced software

marianoguerra commented 3 years ago

https://tinyletter.com/marianoguerra/letters/future-of-coding-weekly-2021-06-week-2