Live data from Hacker News

Nodes.io – A new way to create with code

nodes.io

51–60 of 100 posts

Re: Nodes.io – A new way to create with code

#51

looks cool guys! I'm working on something similar (won't be so vulgar as to self-promote on your post though) - it's exciting to see more people exploring this space. I think there's a lot of potential in visual programming going forwards; I know it's been explored before but it feels like smart phones pre-iPhone: lots of entries but no-one has captured the essence of it into a compelling product yet (outside of spec…

A few of the Nodes devs are in the FoC community, yep!

Re: Nodes.io – A new way to create with code

#53
Looks quite interesting, I always had a found spot for visual languages.

The problem with visual spaghetti is the same as with monoliths, lack of understanding how to modularize the code.

I think applying digital circuit design best practices to such tools would help more people to properly modularize their boxes.

Re: Nodes.io – A new way to create with code

#54

I'm so confused. "Build interactive web apps" "Create bespoke tools" Any examples besides weird shapes?

Maybe weird shapes is the future of web? Forget about JS and React. This is future old man.

That is already here, since 2003, provided there is enough budget,

https://www.outsystems.com/

Re: Nodes.io – A new way to create with code

#55

I'm so confused. "Build interactive web apps" "Create bespoke tools" Any examples besides weird shapes?

Maybe weird shapes is the future of web? Forget about JS and React. This is future old man.

Maybe it's for creating NFTs? Every one I've seen so far is hideous yet "priceless".

Like the old saying: During a gold rush, sell shovels.

Re: Nodes.io – A new way to create with code

#57
Unpopular idea here (from a hobbyist programmer).

I would "kill" for a text editor/IDE/REPL shaped as a spreadsheet where each cell is a block of code with 2 possible views (text or result) linkable to other cells. This "spreadsheet" would be programming language agnostic (each cell could use a different language) and I could organize/format my cells (location, colors, size, etc) as I wish.

Re: Nodes.io – A new way to create with code

#58

Tangentially related, I've been thinking about how it is somewhat difficult to describe state machines in regular textual code, and it would be nice to have a drag-and-drop visual interface for mapping out the states and transitions, then tie regular code to the transition events. Is there anything like that out there? Or a good open source diagramming library that might lend itself to prototyping this?

QtCreator has a SCXML based visual editor for state charts https://doc.qt.io/qtcreator/creator-scxml.html

Re: Nodes.io – A new way to create with code

#59

Unpopular idea here (from a hobbyist programmer). I would "kill" for a text editor/IDE/REPL shaped as a spreadsheet where each cell is a block of code with 2 possible views (text or result) linkable to other cells. This "spreadsheet" would be programming language agnostic (each cell could use a different language) and I could organize/format my cells (location, colors, size, etc) as I wish.

I am very curious about this idea of yours.

Do you have a draft drawing of the concept or could you otherwise elaborate a bit more?

Re: Nodes.io – A new way to create with code

#60
Looks like a web based TouchDesigner :) (all originating from https://en.wikipedia.org/wiki/Quartz_Composer )

How does it compare? What's new?

Certainly could say somewhere that it's one of these node-based visual programming languages made for artists. Well the node part is in the name at least :).

Post reply on HN