Kinode OS pfp

Kinode OS

@kinode

16 Following
37 Followers


Kinode OS pfp
Kinode OS
@kinode
Check out the latest on what's been happening in the Kinode universe: from our meetup in Bangkok last month to our Grants Program, new website unveil, and upcoming mainnet launch. https://www.kinode.org/blog/a-very-kino-update
0 reply
1 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
Check out our brand new look: https://www.kinode.org/
0 reply
1 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
Hello! Struggling to connect Twitter on Warpcast, perhaps because it's a delegate Twitter account? Does anyone know a workaround?
0 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
It turns out there's a lot that you can't (or shouldn't) do with a blockchain, and some processes are better left to an offchain computing environment. Our approach offers dApp developers a streamlined path to harness blockchain's strengths while overcoming its constraints. Onchain when you need it to be, offchain when you don’t — that's Kinode. Read our docs: https://book.kinode.org Join our Discord: https://discord.gg/WcSzHmdE
0 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
We know you've all been dying to get your hands on some Kinode merch, so take a break from hacking at @ETHGlobal Bangkok to have a coffee with us and grab some swag. First come, first served! https://lu.ma/6ho99es6
0 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
We’re excited to announce that we’re partnering with @ethglobal Bangkok this November 15-17. The three-day hackathon is the perfect opportunity for devs to explore building with Kinode and get hands-on, IRL support. We’ll be handing out swag, and a cash prize is available for the winning Kinode project. We bring the building blocks, you bring the ideas. Learn more about the event and apply here: https://ethglobal.com/events/bangkok The deadline to register is Friday, November 1st.
1 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
Kinode helps devs build composable, decentralized applications, blending the worlds of OS design, networking, and crypto to create the complete offchain computational environment for Web3. Read more: https://kinode.org/blog/were-so-back
0 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
are you looking for a new developer experience, anon?
0 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
Kinode makes it easy to get your dApp up and running -- it's like playing with legos. “It is so much easier to build decentralized applications with Kinode. 80% of the boilerplate you would normally deal with, such as identity, interacting with global state, persistence, and general extensibility is taken care of. LLMs have changed the way apps are developed, but still have serious limitations. Using Wasm+WASI with Kinode’s permissioning system provides a great scaffolding to define the problem in a way that LLMs strengths’ come through, and their weaknesses are mitigated. The extensibility part becomes very apparent as the amount of apps we're working with increases. With Kinode, the amount of glue code we have to write is minimal and easy: development feels less like performing an organ transplant, and more like playing with legos.” — Zena, Uncentered Systems
0 reply
0 recast
2 reactions

Kinode OS pfp
Kinode OS
@kinode
We believe that much of Web3’s potential has been throttled by forcing protocols into operating within a purely-onchain paradigm. Our solution is to provide a permissionless computing substrate that enables developers to build applications with rich user interfaces -- that also integrate onchain assets. If you have some time to explore Kinode, we'd love to hear your thoughts.
0 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
Kinode presents a new paradigm, blending blockchain's biggest benefit (global consensus) with the speed and efficiency of offchain tooling. Kinode's peer-to-peer structure enables developers to seamlessly build applications that are privacy-focused by default. Read more: https://kinode.org/blog/kinode-the-missing-piece-in-web3-development
0 reply
0 recast
3 reactions

Kinode OS pfp
Kinode OS
@kinode
Kinode's permissionless computing infrastructure redefines decentralized application development by integrating a composable, efficient offchain toolkit powered by peer-to-peer communication.
0 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
Today we want to spotlight Dartfrog, which began as a simple peer-to-peer messaging app built on Kinode, but is evolving into so much more. We want to discuss 1) how Dartfrog addresses challenges that are common to peer-to-peer app development – especially in regards to network efficiency and session management – and 2) what's in store for the app. Many p2p apps “take the easy way out” and use gossip protocols, everyone-to-everyone connections, or persistent client-server subscriptions, which can lead to network congestion and excessive resource consumption. Dartfrog, on the other hand, implements high-level, activity oriented, explicit point-to-point sessions that automatically manage connections.  Here’s how the Dartfrog implementation improves “network hygiene”:
1 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
Kinode V0.9.2 has been deployed. App Store bug fixes now result in a smoother experience and improved flow, from installing an app to launching it. This patch release also contains: * Bug fixes to fake-nodes (used for app development) * Bug fixes to node registration / Kimap indexing within node * Performance fix for Kernel * Community member Lyn added support for ARM/Raspberry Pi builds to Docker Full release notes: https://github.com/kinode-dao/kinode/releases/tag/v0.9.2
0 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
(1/2) Kinode's composability is tightly linked with its permissions system. Each component of Kinode can be configured with specific permissions, ensuring they can only access the resources they need — a big deal in decentralized computing where security and trust are paramount. In fact, we're very proud of Kinode's capabilities-based security model. In Kinode, each process is isolated and only given the capabilities it requires to function, minimizing security risks. Permissions are defined by the developer and enforced by the kernel, ensuring that even if one component is compromised, the impact on the system is minimal. Despite our strict security, the permissions model is designed for smooth integration between components. The balance of security and flexibility is what makes Kinode's composability so powerful. So that's composability & our permissions system.
1 reply
0 recast
2 reactions

Kinode OS pfp
Kinode OS
@kinode
(1/2) In light of renewed interest in the peer-to-peer network space, we thought we'd tell you more about what we are building at Kinode. One of our big goals at Kinode is to help Web3 dApps live up to their promise of being permissionless and truly decentralized. It turns out there's a lot that you can't (or shouldn't) do with a blockchain—some processes are better left to an offchain computing environment. Kinode *is* that off-chain computing environment. Kinode is permissionless, composable, and—because each version is backwards compatible—built to last. We've built with the developer experience front of mind. Our stack is very legible. Kinode is written in Rust and executed in Wasm. Elsewhere we incorporate other standard and widely used languages and technology. We write contracts in Solidity, we incorporate zero-knowledge with Succinct Labs, we've built a sandbox for running Python for AI, etc.
1 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
Kinode Version 0.9 is here: Our new beta contract includes the deployment of Kimap, adding smart account functionality and allowing developers to design and deploy protocols with ease. We also updated our look, adding customization options. Kimap aims to solve the historical issues for peer-to-peer developers surrounding the discoverability of peers and content by providing a single, shared, onchain namespace that can resolve to arbitrary elements of the Kinode network. Developers don’t need to write a smart contract for every protocol, but can rather put data into and read data out of Kimap. Interacting with onchain data that lives in Kimap is easy. Our aim is to build a stable network that empowers developers to build powerful peer-to-peer applications and boasts unparalleled scalability. We’d love to be home to your next project. Full announcement: https://kinode.org/blog/kinode-version-09 We’ll also be hosting a Space to discuss the launch. Set a reminder: https://x.com/i/spaces/1LyxBgmqDPbKN
0 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
New Blog Post: Introducing Barter, an LLM that negotiates NFT sales for you automatically. https://kinode.org/blog/post/hello-barter
0 reply
0 recast
2 reactions

Kinode OS pfp
Kinode OS
@kinode
You will see some of this theory in action tomorrow when we release our LLM NFT negotiator in the App Store; two devs working together in a very short time frame to release a ‘toy’ app that nevertheless demonstrates powerful primitives and big leverage.
0 reply
1 recast
3 reactions

Kinode OS pfp
Kinode OS
@kinode
Hello, world!
1 reply
1 recast
5 reactions