Live data from Hacker News

Show HN: Flowcode – Turing-complete visual programming platform

app.getflowcode.io

81–82 of 82 posts

Re: Show HN: Flowcode – Turing-complete visual programming platform

#81

If you can't write the software that runs the flowcode with flowcode it kind of makes it simply a different notation and not a revolutionary paradigm shift?

You theoretically could. Not sure it's the right tool for the right job.

We believe that many programming tasks are better done with textual coding.

Interpreting Flyde (the visual programming language behind Flowcode) flows and running them (see https://github.com/flydelabs/flyde/blob/main/core/src/execut...) ) will not benefit from being visual. It's mostly synchronous, borderline fractal logic.

A great use case for visual programming would be a task that involves several LLM calls, third-party vendors, and some transformation logic on top.

Re: Show HN: Flowcode – Turing-complete visual programming platform

#82

Earlier quoted context omitted.

I tried creating a workflow: >Given a folder of scanned files, create a .bat file with move commands which renames each file using the information from the scan of the form and superimposed check using the naming convention: $ _ _ _ _ .pdf https://app.getflowcode.io/api/run/7344545b-116c-44f1-83e0-2... and when I run it, I get: >{"message":"No matching HTTP trigger found"} but I was expecting to be prompted for a fol…

Thanks for trying Flowcode! sorry it didn't work for you. The AI should have explained that local scripting isn't supported by Flowcode. Our copilot is under active development and has a lot of room for improvement. Flowcode is built for cloud-based use cases - you can think of it as a "visual serverless" platform Perhaps working directly with Flyde https://github.com/flydelabs/flyde + some AI assistant to build the…

My pleasure!

My problem has been to find a front-end which will actually work with local files....

Post reply on HN