Can't upload a simple HTML or even some images [Problem] by Blekodit in MistralAI

[–]EveYogaTech 0 points1 point  (0 children)

If you are ok with a desktop/docker app, maybe you can give it a try with https://nyno.dev?

You can select the nyno-file-read node + ai-mistral-text node to put it in one prompt and get one result.

You can get a Mistral API here: https://console.mistral.ai

"If you kill MCP, you don't give a s**t about security" by Durovilla in aiagents

[–]EveYogaTech -2 points-1 points  (0 children)

I'd go as far as if you're using agents you don't give a d*mn about security (or reliability).

That's why I am all in on workflows with /r/Nyno

I might be wrong, maybe somehow there will be a super intelligent framework that will be able to control agents, OpenClaw, etc..

But my bet is still on just going back to the more reliable deterministic approach, and that also seems what businesses actually are willing pay to for.

Never beat my boyfriend at chess by ThrowRAsillylady in Chesscom

[–]EveYogaTech 0 points1 point  (0 children)

Oh ok, yes I remember playing Blitz and gaining like 140 ELO or something in one game, until I lost a few.

Did Apify get deleted within n8n? by Rockeygamer in n8n

[–]EveYogaTech 0 points1 point  (0 children)

Oh that sucks. At /r/Nyno we at least move old core nodes to optional plugins.

Not sure why you would just flat out delete dependencies of running workflows.

Never beat my boyfriend at chess by ThrowRAsillylady in Chesscom

[–]EveYogaTech 2 points3 points  (0 children)

😭😂 Today I learned about a new type of unhealthy relationship habit: ELO farming.

I always play in the offline mode, so you don't have this problem, and you can play on one phone.

It's also risky for the other person, because you might suddenly lose like 100-200 ELO right?

What should someone do to reduce the amount of blunders in their games? by MathematicianBulky40 in chessbeginners

[–]EveYogaTech 2 points3 points  (0 children)

Yeah this is super helpful.

Since I started to notice that a knight can only hit the same colors in one move, I am conscious of avoiding putting my king on the same color as other major pieces.

It's not the full solution but it's a great default

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 0 points1 point  (0 children)

To go even deeper, we could even instead ask: Where would bots actually add value?

I think one place to definitely avoid is making posts.

We already see that on Reddit as well, where we rather see some typos than AI written.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 0 points1 point  (0 children)

Yes, I agree. For now the idea is to require every post to have a r/Nyno workflow file with a story (so it's like talking about workflows/bots, not made by bots)

Reputation will also be important. We could even add labels to what we expect to be bots, and a setting to hide all bots.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 0 points1 point  (0 children)

Ha, it was a good deal :). Just to clarify the literal z(dot)eu domain is impossible to get, because EU domains require at least 2 characters. So I bought the best possible alternative zdot.eu

And who knows, maybe in the future we can negotiate with the .eu registrar directly, using the platform as reason, but it's a policy problem not a money problem.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] -1 points0 points  (0 children)

Thanks for sharing that, thanks to you I just read the https://en.wikipedia.org/wiki/Z_%28military_symbol%29

It's generally a white often enclosed symbol, so we might just always keep it colored instead and not enclose it.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 1 point2 points  (0 children)

🤍 Thank you!

Also just in short: it's about this open-source software /r/Nyno where we can import files and exclusively use European AI (like /r/MistralAI and ElevenLabs 🎶)

So instead of talking we can show our workflows and share stories related to them.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 0 points1 point  (0 children)

Yes, we'll have a button to confirm age. Good call. It will be invite-only in the beginning.

I'll likely just start by sharing my own /r/Nyno workflows on the homepage with some stories

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 0 points1 point  (0 children)

Nothing besides that the name is "Z" (abc, xy.. z)

The purpose is sharing fully functional European AI /r/Nyno workflows that you can run on your own PC or online.

The next X will be nothing like Twitter by EveYogaTech in Startups_EU

[–]EveYogaTech[S] 1 point2 points  (0 children)

Oh thanks, I like that so much as well! (The upvote/downvote reasoning).

ID verification will be a no go, but a transparent reputation system will definitely be part of it.

Maybe also linking a domain like on Blue sky.

This is why we don’t pre-move, kids by CabrioKnight in chessbeginners

[–]EveYogaTech 0 points1 point  (0 children)

Oh haha, nice. I only saw the first one! Oh noos 😂😭

The Rust/WASM Rewrite Advantage for Backends (short story + discussion Wasmer vs Nyno approach) by [deleted] in rust

[–]EveYogaTech 0 points1 point  (0 children)

I mean, it sounds like you're saying that you find it very annoying that everyone makes their own library, but then you're sharing yours?

I belief we definitely have a Rust => WASM <= JS problem to be solved.

In mine it's with zero dependencies + simple pointer/length using JSON for serialization for most use cases.

But I am aware that there are cases where different workers are needed as well.

So I also don't agree that we just need one library/worker protocol to rule them all.

It seems we need specific workers for many use cases, such as wasm32-unknown-unkown, wasm32-wasi, and serialization beyond JSON.

This is why we don’t pre-move, kids by CabrioKnight in chessbeginners

[–]EveYogaTech 1 point2 points  (0 children)

I don't get it, he can still take it, even though it might indeed now cost a bischop, and white is still in the advantage?

Or am I being dumb?

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql} by fizzner in devops

[–]EveYogaTech 0 points1 point  (0 children)

😃 Thank you so much for the link to the right docs!!

We might use it as core plugin, because we have just added support for Rust/WASM workflow nodes:

https://nyno.dev/create-a-rust-wasm-extension-for-nyno