|
|
|
|
|
by azeirah
3196 days ago
|
|
I'm still very confused about urbit, but think it's quite interesting to follow. I found that this video explains it reasonably well. Watch it from 6:00 https://www.youtube.com/watch?v=Md4boH1eZvc This snippet also helps: > Making the web programmable > The first thing your Urbit can do is act as a transparent layer to your existing services. We’d like urbit to be usable as a self-hosted IFTTT for geeks. Your urbit can hold your keys, store data, run programs and seamlessly connect to your existing services. Plus, with a global revision controlled filesystem it’s easy to share API connectors and keep them up to date. > With an Urbit running on your machine you can ls your Gmail from Unix. Write a short script to poll Twitter on a keyword and deliver the results to your email or into a Slack channel. Send an SMS when an HTTP request doesn’t resolve. These are just a few examples. Your Urbit is designed to make data trapped in your existing services feel like an extension of your local programming environment. https://urbit.org/posts/vision/ |
|