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

nick.kino pfp
nick.kino
@nick1udwig
A paradigm shift is when an entirely new way of doing things emerges. That’s what we’ve brought into being over the last year and a half with Kinode: a platform that can deliver on the promise of cryptocurrency Build something that would make the cypherpunks proud on Kinode
0 reply
1 recast
1 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
What can we expect from Dartfrog going forward? While still in active development, there are plans to roll out Dartfrog's own framework and tooling for devs to easily create multiplayer games and social apps. This toolkit will solve issues relating to presence detection, connections, app data persistence and instancing. Exciting! Interested in trying out Dartfrog?  Check out our developer docs at https://t.co/noa4ZhEkNl And join us on our Discord: https://discord.gg/guqKRnPup7 Or Telegram: https://t.me/KinodeOS
0 reply
0 recast
0 reaction

Kinode OS pfp
Kinode OS
@kinode
Activity based connections: - Dartfrog only maintains active connections for users currently interacting with the system. It closes inactive sessions. Explicit point-to-point: - Dartfrog does not broadcast to all nodes, instead creating connections between relevant parties. Automatic session management: - The system handles the connection lifecycle, including timeouts and heartbeats, to ensure resources are used efficiently. This design supports high-bandwidth apps, like those that offer real-time collaboration, while keeping the network running smoothly. It’s particularly beneficial in environments with many users who have varying levels of activity, since it prevents inactive users from consuming network resources unnecessarily. ⬇️
1 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
that's very public of you
1 reply
0 recast
1 reaction

Kinode OS pfp
Kinode OS
@kinode
(2/2) Kinode is built to be around forever. Like a blockchain, you can expect Kinode to be up and running for years and years on end with relatively low engineering input. From a developer's perspective, there's peace of mind in knowing that an app built today could still work on Kinode in five or ten years. And that's just what we've delivered: blockchain-like uptime on a protocol that is guaranteed backwards compatible forever. If a Kinode 1.x comes with a protocol upgrade, you needn't worry: the app built when it was 1.w will run just fine without any change. In a nutshell, we've created a permissionless, composable, super-secure, always-on forever computer—a hyperstructure ( https://jacob.energy/hyperstructures.html ) — of offchain computation for making decentralized applications and crypto work. If this vision intrigues you, check out our developer docs at https://book.kinode.org And join us on our Discord: https://discord.gg/guqKRnPup7
0 reply
0 recast
0 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