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 2023/11 Week 1 #216

Closed marianoguerra closed 10 months ago

marianoguerra commented 10 months ago
marianoguerra commented 10 months ago

🎧 Future of Scrappy Music ⌨️ Wordplay Beta πŸŽ₯ Demos with Squares, Disks & Loops

Two Minute Week

πŸŽ₯ Debug Coroutine Demo via Kartik Agaram

🧡 conversation

I've been experimenting with ways to debug my live programs.

(Kind of a follow-up to archive.org/details/akkartik-mu-2021-05-17, if you squint.)

πŸŽ₯ Debug Coroutine Demo

marianoguerra commented 10 months ago

πŸŽ₯ Projected AR by Arcade Wise

🧡 conversation

Not quite 2 minutes, but a fun little set-up for messing around with projected AR concepts!

πŸŽ₯ Projected AR

marianoguerra commented 10 months ago

πŸŽ₯ Rectangle World by Kartik Agaram

🧡 conversation

Rectangle World, a little test bed for exploring easy versions of some problems, along with techniques for writing easy-to-debug programs.

πŸŽ₯ Rectangle World

marianoguerra commented 10 months ago

Our Work

⌨️ Wordplay beta via Amy Ko

🧡 conversation

Wordplay beta is live! We’d love your feedback on everything (language design, APIs, tools, editors), and your contributions, if you’re so inclined.

marianoguerra commented 10 months ago

🎨 MightyMeld: a future kind of dev tool via Steven Schkolne

🧡 conversation

Hey everyone -- long-time lurker, first time poster. Thrilled to share the open beta launch of MightyMeld, a visual dev tool for React I've been building with some friends of mine. mightymeld.com

Just posted this blog post telling the story and why I'm excited -- mightymeld.com/blog/open-beta

Would love to hear your thoughts! I'm a former academic who's been driven into industry out of a desire to make the theoretical practical. MightyMeld is a "visual coding" that is not like any kind of "visual coding" i would've imagined if we hadn't've built this thing starting from real production code and saying "how can we make this more visual".

marianoguerra commented 10 months ago

πŸ“ From app trap to freedom space via Duncan Cragg

🧡 conversation

Hiya, if you're interested in:

Then you clearly need to read my latest fine work: From app trap to freedom space

TL;DR: we can break free of the "app trap" by simply building an OS without apps !

(Don't forget to subscribe so you won't miss future updates, right into your mailbox...)

marianoguerra commented 10 months ago

🎧 arroost.com via Lu Wilson

🧡 conversation

Hello everyone I've been making a new tool called arroost. It's for making scrappy music. Please do make something in it and send it to me.

I will post some examples of its use in the replies

marianoguerra commented 10 months ago

Devlog Together

πŸ“ Experimenting with chatgpt as my ghost writer via Paul Tarvydas

🧡 conversation

I’m developing a cutting-edge tool that leverages ChatGPT to ghost-write prose based on my point-form outlines, particularly focusing on β€˜new ideas’ that the AI wasn’t trained on. The challenge lies in preventing hallucinations and incorrect extrapolations from the outline. Early experimental results have been promising prompting me to create a dedicated workflow tool. This tool enables me to swiftly input point-form outlines, using the user-friendly Kinopio platform for brainstorming. I then paste the outline to ChatGPT, transforming it into coherent and readable prose. Join me in revolutionizing idea development and content creation with this innovative solution! [ChatGPT]

marianoguerra commented 10 months ago

πŸŽ₯ Rectangle World II via Kartik Agaram

🧡 conversation

Today's follow-up to πŸ’¬ #two-minute-week@2023-11-03 as I try to come up with more pleasing random arrangements in Rectangle World.

marianoguerra commented 10 months ago

πŸŽ₯ Poisson Disk Sampling Debug UI via Kartik Agaram

🧡 conversation

Some satisfying debug UI for Poisson Disk Sampling (sighack.com/post/poisson-disk-sampling-bridsons-algorithm; thanks Jack Rusher for pointing me at it)

Couple more videos in 🧡

πŸŽ₯ Poisson Disk Sampling Debug UI

marianoguerra commented 10 months ago

πŸŽ₯ Creating new flow using a "back-loop" and placing the "back-loop" connection on a separate layer via Maikel van de Lisdonk

🧡 conversation

Youtube Thumbnail

Hi, the last month I've been focussing a lot on fixing some bugs in the way nodes are connected and improving the different path types that are used.

This small demo video (Creating new flow using a "back-loop" and placing the "back-loop" connection on a separate layer) shows creating a very small flow from scratch, the functionality of the flow is not important here.. but the thing I wanted to show is the way a "backloop" is created. The system uses a different svg path for backloops: normal nodes are connected using a bezier curve but when the output node is placed before the start node, the path changes to a "back-loop".

Another thing to notice is the layering.. the back-loop is placed on its own layer, hopefully keeping bigger flows more clear. You can toggle which layer is in front.

marianoguerra commented 10 months ago

Thinking Together

πŸ§‘β€πŸŽ¨ music thing via Arcade Wise

🧡 conversation

I've been working on learning UI design, what do y'all think of this? music thing

marianoguerra commented 10 months ago

πŸ’¬ John Flockton

🧡 conversation

Hey folks! I'm doing some research into code formatters/pretty printers, with a view to potentially building my own. Does any one have any examples of code formatters that they've found especially fast, or that they know of which have a special focus on performance?

I'm interested in learning about some of the potential techniques at play - what sort of caching and parallelization is being done, are they doing incremental parsing like tree-sitter etc..

marianoguerra commented 10 months ago

πŸ’¬ Mike Austin

🧡 conversation

Over the years, I've thought about different ways of creating an interactive tutorial about writing a simple programming language. For example, you can create a "wizard" style with next and back buttons, or you can create one single page with the code floating on the right side of the content (possibly sticky). One detail is that each example would grow in size (for the complete code), but would only focus on one sub-section. I thought about collapsing sections already covered, but being able to expand them, or just have a single button to expand all the hidden code. Has anyone had experience or have seen articles that use a "build from small to large", showing code along the way?

marianoguerra commented 10 months ago

πŸ’¬ Arcade Wise

🧡 conversation

This is a cute little section from the wordmaster manual :>

image.png

I did in fact get the 12 lines

image.png

considered harmful?

image.png

marianoguerra commented 10 months ago

πŸ€–

πŸ’¬ Nicolay Gerold

🧡 conversation

Hey πŸ™‚

I am looking for inspiration in building frontends with LLMs. I am looking for companies, which have LLMs (their own or wrappers around GPT) deployed in customer-facing applications (B2B and B2C) at some level of scale.

Something like Sudowrite and Jasper.

Also if you know some impressive solobuilders, feel free to name drop them πŸ™‚

I would appreciate any link or name dropped in the thread πŸ˜‰