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/03 Week 4 #68

Closed marianoguerra closed 3 years ago

marianoguerra commented 3 years ago

πŸƒ Web Hypercard πŸ’‘ ARPA.uk πŸ¦€ Computing with Crabs πŸ”€ Turing Complete Fonts πŸ§‘β€πŸ”¬ Uncanny Valley in PL Design

Two Minute Week

🐝 Wasp: A simple language for developing full-stack web apps with less code via Martin Sosic

🧡 conversation

Last week at wasp-lang.dev:

marianoguerra commented 3 years ago

Thinking Together

πŸ’­ by Tyler Adams

🧡 conversation

I had a shower thought about pushing to prod, wanted to share it with FoC.

Pushes to prod make no sense except for front end. A push to prod is basically FORCING EVERYBODY ONTO IT NOW. You used an old version? Too bad it's gone.

For front end, I get it, no human is going to visit http://v1337.facebook.com. But backend, where clients are programs? Makes no sense.

Why don't we use proper dependency management? Push a new version to prod. Let clients migrate manually to that new version.

Want to break backwards compatibility, go for it. Push first (and use semver), fix clients later.

If clients want the latest and not have to upgrade manually, let them use a symbolic version "latest." Just like the current system, only opt-in.

Why can't we have this world?

marianoguerra commented 3 years ago

πŸ’¬ by elvis chidera

🧡 conversation

Are there good open-source projects for building the UI editor interfaces found on most no-code tools (like retool.com, glideapps.com, etc)?

Components on one side, properties on the other and content in the middle. Drag-n-drop components, etc. Like the attached image.

marianoguerra commented 3 years ago

Content

πŸ’» Hyperscript: an experimental scripting language designed for the web, inspired by HyperTalk via Christopher Galtenberg

🧡 conversation

hyperscript has been a fun early project to watch

Essentially trying to replace javascript with a variant of hypertalk

Docs

marianoguerra commented 3 years ago

πŸ“ Software Visualization in Prolog via bmitc

🧡 conversation

I found this interesting dissertation by Calum Grant today entitled Software Visualization in Prolog.

marianoguerra commented 3 years ago

πŸ”— ARPA: what is it and why does Dominic Cummings want one in the UK? via Chris Knott

🧡 conversation

British users might be interested that Dominic Cummings' ARPA idea seems to be moving forward - Advanced Research and Invention Agency Bill - ARIA (Advanced Research and Invention Agency). Cummings has blogged before about Bret Victor's work and visited Dynamicland.

Putting aside DC's politics and personality, it is good to see high risk, long term research being taken seriously by central government, and also that this is not tied to the military.

marianoguerra commented 3 years ago

πŸ“ Robust Soldier Crab Ball Gate via Kartik Agaram

🧡 conversation

Robust ballistic computation by tropical soldier crabs:

marianoguerra commented 3 years ago

πŸŽ₯ Uncanny Valleys in Declarative Language Design via Mariano Guerra

🧡 conversation

Thumbnail

marianoguerra commented 3 years ago

πŸ”— Overv/outrun via Srini Kadamati

🧡 conversation

One of the coolest projects I’ve stumbled into this month. Such a poetic idea!

Is your β€˜localhost’ being slow? Screw it, offload to some other beefy server to do heavy lifting and send you back the results. Love how its integrated at cli + filesystem level. Obviously some serious limitations to it, but its a nice personal computing / homebrew approach 🍺

Also makes cloud computing..more true to the name?

marianoguerra commented 3 years ago

πŸ”€ Fontemon: World's first video game in a font! via Mariano Guerra

🧡 conversation

The future of coding is Turing Complete Times New Roman:

It's a video game in a font! A font as in "Time New Roman". The entire game is enclosed in fontemon.otf, no javascript, no html, all font.

marianoguerra commented 3 years ago

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