HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theyogadev

no profile record

Submissions

[untitled]

1 points·by theyogadev·tháng trước·0 comments

[untitled]

1 points·by theyogadev·2 tháng trước·0 comments

[untitled]

1 points·by theyogadev·2 tháng trước·0 comments

[untitled]

1 points·by theyogadev·3 tháng trước·0 comments

[untitled]

1 points·by theyogadev·3 tháng trước·0 comments

[untitled]

1 points·by theyogadev·4 tháng trước·0 comments

[untitled]

1 points·by theyogadev·4 tháng trước·0 comments

[untitled]

1 points·by theyogadev·4 tháng trước·0 comments

[untitled]

1 points·by theyogadev·5 tháng trước·0 comments

I got tired of Moltbook, so I launched flowbook

flowbook.dev
1 points·by theyogadev·5 tháng trước·1 comments

New milestones for Nyno (open-source n8n alternative for AI Workflows, Jan. 26)

nyno.dev
3 points·by theyogadev·6 tháng trước·2 comments

N8n vs. Nyno for Python Automation:The Benchmarks and Why Nyno Is Much Faster

nyno.dev
6 points·by theyogadev·7 tháng trước·1 comments

Open-Source n8n Alternative for Workflow Building (GUI and Docker Included)

github.com
41 points·by theyogadev·8 tháng trước·11 comments

Nyno: N8N alternative using YAML+TCP is now open-source

github.com
2 points·by theyogadev·9 tháng trước·0 comments

comments

theyogadev
·2 tháng trước·discuss
Nyno Platform v2 is here: Markdown, Mistral AI and Deep-Read in action.

Full video (YouTube): https://www.youtube.com/watch?v=vf2aINafqz0

Sign up to join us next week: https://nyno.dev (it's the first form)
theyogadev
·3 tháng trước·discuss
Are you already on the list for the online platform to make using European-AI easier?

The form is still online at https://nyno.dev (It's the First Form)
theyogadev
·3 tháng trước·discuss
We're Launching Nyno Platform to Unlock all EU-AI features (ex. Mistral AI, ElevenLabs) in one simple EU-AI exclusive online platform.

Early adopters get 20% discount if you're on the email list: https://nyno.dev (just to notify you when we go public, no spam)
theyogadev
·4 tháng trước·discuss
Full End-to-End Mistral/EU AI Workflow Builder! (works on Windows too via Docker Desktop, open-source, exclusively uses Mistral AI)

https://nyno.dev/nyno-6-2-release-gui-nodes-mistral-capabili...

GitHub Link: https://github.com/flowagi-eu/nyno
theyogadev
·4 tháng trước·discuss
Nyno (open-source AI workflow builder, GUI and engine): https://nyno.dev/nyno-6-2-release-gui-nodes-mistral-capabili...
theyogadev
·5 tháng trước·discuss
Nyno version 6 release (Apache2 open-source Workflow Builder & Engine. Observe Results with Searchable JSON. AI, Signing, pki-encryption and more): https://nyno.dev/nyno-version-6-release-searchable-json-sign...
theyogadev
·5 tháng trước·discuss
I belief in workflows over LLMs.

So flowbook.dev exists for generating and sharing more deterministic Workflow Steps for more intelligent workflows.

You can also suggest new subseas.

Currently manually moderated to keep the quality high, not like Moltbook.
theyogadev
·6 tháng trước·discuss
Business user with a requests for the next commit? Send your story via DM on Reddit: https://reddit.com/r/Nyno or ask me for my e-mail there!
theyogadev
·6 tháng trước·discuss
New milestones for Nyno (open-source n8n alternative for AI Workflows):

    Adoption: We hit 300 stars on GitHub, just within a few months!
    Product Owner Role: Cooperating with the first business user, adding new features/documentation directly based on demand to the backlog through DMs.
    Secure by Design: Cybersecurity is now a key part of the backlog, first security vulnerability fixed in 5.2.2 update.
theyogadev
·7 tháng trước·discuss
Hi, happy Sunday Hackernews, Python & Automation community.

Have you also been charmed by the ease of n8n for automation while simultaneously being not very happy about it's overall execution speed, especially at scale?

Do you think we can do better?

Comparison : n8n for automatons (16ms per node) - Nyno for automations (0.004s, faster than n-time complexity)

What My Project Does :

For Python coders, If you're curious, I've just finished a small benchmark test that also explains the foundations for gaining much higher requests per second: https://nyno.dev/n8n-vs-nyno-for-python-code-execution-the-b...

Target Audience: experimental, early adopters

GitHub & Community: Nyno (the open-source workflow tool) is also on GitHub: https://github.com/empowerd-cms/nyno as well as on Reddit at r/Nyno
theyogadev
·7 tháng trước·discuss
Because it's incompatible with version 2.

In version 2 we used JSON + YAML, now we use just YAML everywhere.
theyogadev
·8 tháng trước·discuss
Agreed! We are at https://nyno.dev
theyogadev
·8 tháng trước·discuss
Thanks so much!

1) Yes, I will add an examples folder.

2) 100% TCP, yes. You can also send YAML directly to it, using it like a command, ex. https://github.com/empowerd-cms/nyno-lang

3) Workflows in the workflow-enabled folder are automatically loaded and available, so you can execute those workflows via the drivers (ex. for Python, JavaScript, PHP projects).

You can both execute dynamic workflows (like executing a scripting language) or put .nyno files (YAML) in the workflow-enabled folder, so you can run the workflow using the runWorkflow() functions specified in the drivers.

Easiest way to quickly test is to execute .nyno files directly via https://github.com/empowerd-cms/nyno-lang

(PS. the bestjsserver is what powers the GUI + TCP setup, but the steps of each workflows are run in seperate workers engines for each language)
theyogadev
·8 tháng trước·discuss
* or pay for a custom license (for enterprises)
theyogadev
·8 tháng trước·discuss
It's source is available, but n8n is not open-source. They have restrictions if you don't use their cloud service for non-internal tools (ex. commercial public API's): https://docs.n8n.io/sustainable-use-license/
theyogadev
·8 tháng trước·discuss
Nyno is an open-source multi-language workflow engine and language that lets you build, extend, and connect automation in the languages you already know — Python, PHP, JavaScript, and Ruby.

Each programming language runs in its own high-performance worker engine. Command-steps can be called in human-readable YAML Workflows (.nyno files).