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/05 Week 4 #77

Closed marianoguerra closed 3 years ago

marianoguerra commented 3 years ago
marianoguerra commented 3 years ago

๐Ÿ’ก Dimensions of Speed ๐Ÿ—๏ธ Computing with Lego ๐Ÿ›ธ Esoteric Languages ๐Ÿข Past and Future Turtles

Our Work

๐Ÿ’ป WASM Transpiler Example via Paul Tarvydas

๐Ÿงต conversation

Arithmetic Example for WASM Using Ohm-JS and Glue

marianoguerra commented 3 years ago

๐Ÿข Riffing on Ivan Reese's Hest via Kartik Agaram

๐Ÿงต conversation

I spent some time recently riffing on (what I understand of) Ivan Reese's Hest.

To try it out after watching the video:

git clone [https://github.com/akkartik/mu](https://github.com/akkartik/mu)

cd mu

./translate hest-life.mu

qemu-system-i386 -enable-kvm code.img

Works best in Linux, though other Unix platforms will also work at a pinch. You'll need to translate_emulated rather than just translate, which is much slower. You'll also need to remove -enable-kvm and potentially replace it with some other type of Qemu acceleration.

marianoguerra commented 3 years ago

๐ŸŽฅ New Feature: Card Filter and Focus Mode via Mariano Guerra

๐Ÿงต conversation

Thumbnail

๐Ÿท Show only cards by type

๐Ÿ” Focus on a card and its dependencies

marianoguerra commented 3 years ago

๐Ÿ“ Making live repls behave via Jamie Brandon

๐Ÿงต conversation

Thumbnail

The Light Table Clojure Instarepl tended to get stuck in infinite loops, or use all your memory and crash everything. I've been playing around with solutions for better behaved live repls.

marianoguerra commented 3 years ago

Two new advanced features via Mariano Guerra

๐Ÿงต conversation

Thumbnail ๐ŸŽฅ๐Ÿข Reference Nested Data in Table Cells

๐ŸŽฅ๐ŸŒฒ Filter Card and Show Transitive Dependencies

marianoguerra commented 3 years ago

Thinking Together

๐Ÿ’ฌ Breck Yunits

๐Ÿงต conversation

An interesting quote from an HN thread about Xanadu "The brilliance of TBL is the W3 is half assed in just the right ways to make it not yet another unused visual language or mind map format." What's a term for "half assed in just the right ways"? Is there really such a thing?

marianoguerra commented 3 years ago

๐Ÿ“ Dimensions of Speed via Breck Yunits

๐Ÿงต conversation

Another good quote from a few months ago on HN:

Speed has a moral dimension: to be fast is to be in tune with the facts of the world as it truly is, as the Atman has provided, without illusion.

Speed has a social dimension: to make the user wait unnecessarily is to express disrespect, even contempt.

Speed has an architectural dimension: to be fast, the operations have to match the parts of the system and their relationships.

Speed has a spiritual dimension: to achieve speed demands that you humble yourself before the structures of the machine as it truly is, not some comfortable abstraction.

marianoguerra commented 3 years ago

๐Ÿ’ฌ Daniel Garcia

๐Ÿงต conversation

Lately, I have been thinking about how to do some programming without screens.

I came up with a representation of Nodes & wires with Lego's.

If each function and constant has it's own color, I can represent the average function like this.

IMG_0702.jpg

avg.jpg

marianoguerra commented 3 years ago

๐Ÿ“ globs.design via Florian Schulz

๐Ÿงต conversation

Steve Ruiz (@steveruizok) is sharing interesting work around his drawing tool http://globs.design

marianoguerra commented 3 years ago

๐Ÿ“ HotOS: Workshop on Hot Topics in Operating Systems via Jack Rusher

๐Ÿงต conversation

The 2021 edition of HotOS (hot topics in operating systems) program was just wrapped up (conference is in a week or so). This paper on Aurora, an experimental single level store, seemed like it would be interesting for this audience:

We present the Aurora single level store (SLS), an OS that simplifies persistence by automatically persisting all traditionally ephemeral application state. With recent storage hardware like NVMe SSDs and NVDIMMs, Aurora is able to continuously checkpoint entire applications with millisecond granularity. The Aurora Operating System

marianoguerra commented 3 years ago

๐Ÿค“ Learn Datalog Today via Shubhadeep Roychowdhury

๐Ÿงต conversation

marianoguerra commented 3 years ago

๐Ÿ›ธ A Brief Introduction to Esoteric Languages via Ivan Reese

๐Ÿงต conversation

A 20 minute video lecture, and 4000 word companion piece by hillelogram, covering a handful of popular esolangs โ€” INTERCAL, FALSE, Brainfuck, Befunge, Shakespeare, Piet (โค), BodyFuck, Chef, Orca (๐Ÿ–ค), GolfScript, Hexagony (๐Ÿ‘€), and more!

marianoguerra commented 3 years ago

๐ŸŽผ Moving past Airflow: Why Dagster is the next-generation data orchestrator via Srini Kadamati

๐Ÿงต conversation

Dagster and Apache Airflow are 2 popular data pipeline / orchestration tools in the data space (which I live / breathe in!). It was interesting to see Scratch-like blocks in the UI (although its not Scratch like interaction)

1496x870px image

marianoguerra commented 3 years ago

๐Ÿ’ป GitHub OCTO | Flat Data via Shubhadeep Roychowdhury

๐Ÿงต conversation

marianoguerra commented 3 years ago

๐Ÿข Past and Future Turtles: The Evolution of the Logo Programming Language (Part 1) - turtleSpaces via Srini Kadamati

๐Ÿงต conversation

marianoguerra commented 3 years ago

๐Ÿ’ป FlutterFlow 1.0 Launch via Srini Kadamati

๐Ÿงต conversation

marianoguerra commented 3 years ago

https://tinyletter.com/marianoguerra/letters/future-of-coding-weekly-2021-05-week-4