Live data from Hacker News

Urbit

urbit.org

51–60 of 309 posts

Re: Urbit

#51

So if I buy my "last computer" from Urbit a "senate" made up of people who paid them money early on can do whatever they want to my data --- ahem "upgrade the logic" --- without my having any say? I'm not sure if I want some ChromeOS-analogue with automatic updates from the Reddit/4Chan --- ahem early cryptocurrency adopter --- hive mind. > We want everyone to own their own identity and wallet. One way to do this wou…

I think this is by design.

Prior to the current stellar analogy the founder described this using terms from feudalism.

> In one design sketch for Urbit, Yarvin made the link between monarchies and the platform more explicit, classifying users as “Lords,” “Dukes,” and “Earls.” The design behind the titles, he writes, “is standard Lockean libertarian homesteading theory.” At the end of the sketch, Yarvin indicates that he’s reserved a special title for himself: “The prince (because he spent 8 years working on this project, without being paid), has reserved 32 duchies for his exclusive personal benefit."The founder is an alt-right philosopher that believes we should replace democracy with a corporate structure in which some residents in a country are shareholders and have voting rights.

https://www.theverge.com/2017/2/21/14671978/alt-right-menciu...

Re: Urbit

#52
Urbit's design directly comes from the founder's neo-monarchical political theories. Therefore, I think his political theories, which include sympathies for neo-nazism ('Yarvin wrote that, although he was not himself a white nationalist, he felt “the urge to defend” the ideology'), a hatred of democracy, and the desire to replace it with a model that grants more rights to wealthier individuals are relevant to this discussion.

So I submitted an article on those beliefs to HN. I'd like to see what other readers think of their relevancy to the product.

https://news.ycombinator.com/item?id=21673760

> In one design sketch for Urbit, Yarvin made the link between monarchies and the platform more explicit, classifying users as “Lords,” “Dukes,” and “Earls.” The design behind the titles, he writes, “is standard Lockean libertarian homesteading theory.” At the end of the sketch, Yarvin indicates that he’s reserved a special title for himself: “The prince (because he spent 8 years working on this project, without being paid), has reserved 32 duchies for his exclusive personal benefit."

Note: Curtis Yarvin resigned from his startup. I still find his ideas relevant, because he designed and started the startup in question.

Re: Urbit

#53
post #44

Earlier quoted context omitted.

The project is exclusionary by design--instead of using an existing programming language or even keywords/terminology from an existing human language, the creator decided to make everything up, right down to new names for existing symbols. F'r example: gar > hax # hep - kel { sel [ ser ] sig ~ soq ' Have to agree about the screenshots--if there's something useful here, why not show it off?

It may be marketing genius if the goal is to appeal to the type of nerd who loves obscure systems and occult jargon... the kind that geeks out on the complexities of D&D while chatting you up about the rococo details of Eastern Orthodox dietary restrictions and how they may have impacted renaissance fashion. Everything about Urbit seems designed to be candy to these types.

Sign me up!

Re: Urbit

#54
I've never come across this project before, but I've been playing around with a similar idea...

Essentially I want to scrape data from my own accounts and anything I'm interested in following, on a home server and push that data to a sort of "dashboard" interface. To watch either on my phone or laptop or, in theory, anywhere.

I've always hated current phone interface paradigm. I see a grid of app icons like having a wall full of TV's, one for each channel. I don't care about apps, I care about intent. If I'm hungry I want my server to tell me what places I already like are nearby, whats in my budget by pulling data from bank account, and whats within my daily macros by hooking into MyFitnessPal. Or if I want to catch up on news, have my server scrape full articles from RSS feed links... Default to an auto summary view, and highlight terms using named entity recognition to make things even more quickly skimmable. If I want to catch up on sports, pull in football scores, my fantasy points, top sports news, and my sports groupchat in a single view. If the stock market drops over 1% in an hour, take over my homescreen with data on how my current positions are doing, a muted Livestream of Bloomberg, and top financial headlines that are currently trending. Not the most flushed out examples but one gets the idea. Server side processing of all the data I generate or consume, and present it in custom views based on intent. I feel like a lot of the smartphone anxiety ppl have comes down to fear of missing out. You look at your grid off apps, each one a portal into its own separate world and you don't know what's going on in each one. What you're missing out in each world, so you go into each one trying to stay up to date with each. Vs having a system that pulls all that data in and you can trust will catch you up on anything important that happened on your own time.

Breaking the current app paradigm would also make foldable devices a much more practical class of device. Instead of Samsungs sad multitasking demo of trying to stuff 3 app ui's on a galaxy fold, one could have a much more dynamic single view if the data from the apps if the data from them could cross talk.

Right now I'm playing on an old desktop computer (hard drive died so this whole thing is on pause rn), but it would be cool to get something like this running on raspberry pis using elixir (just started learning, my current scraping experience is with Python and zmq but elixir seems like a much cleaner and resilient base to manage scraping and organizing data from various sources in a more hands off way). Power users could easily scale by adding more pis or even a specialized processor if you're doing something more unique like parsing video.

If every user could have their own cluster that pulls in their own data, it would be much easier to take control and sell that data, instead of current system where it gets gathered regardless. Or not sell it if that was their preference.

For instance, it would be cool if my "cluster" knew my route to work, and that there was a certain delay, and a more optimal route was available.... But beyond that, know what coffee places are on my way, and in an ad exchange kind of way, allow these locations to have agents that bid on my business by offering dynamic discounts. Like if my reroute traffic path brings me closer to their location, and I'm running late, maybe they offer less of a discount because they provide value thru more convenience. Maybe another location sees they're now more out of the way and decides to bid lower, or maybe they see that they're located next to my favorite donut place, and the automated agents of those two business negotiate something between each other in order to provide me with some sort of combo deal. >> All this happening behind the scenes and I see a unified view of my new map route and a pop-up pins on the map of the offers if I want to accept them.

Lots of other interesting scenarios could be thought up, especially with smart homes. But in order to make that leap, I feel like the first step is to aggregate all your data into one place in order to take back some control of it and open up new possibilities of it's use by combining it together. Maybe I'm misunderstanding what Urbit is, but it sounds like a cloud hosted version of this core first step.

Re: Urbit

#55
post #33

Earlier quoted context omitted.

(Obvious disclosure that I work on the project.) Slow, like, literally the VM is slow? There's infrastructure work being done to rewrite the VM at the moment, though there's been some major work in the last six months on this front as well that personally have felt like night and day. Slow, like, the network is slow? There's an update going out shortly with a rewrite for Ames that makes it a bit easier to work on. Th…

I'm curious: why reinvent the VM "wheel"? Why is LLVM inadequate? Or any other VM? More specifically, what functionality does Urbit require that makes a bespoke VM necessary?

Many reasons. The VM is minimal, has a precise mathematical spec and is tailored to be a base for a purely-functional OS. The details of the VM are usable in the higher layer. It's more like a Lisp-machine, than LLVM.

Re: Urbit

#56

This post is still the best thing I read about Urbit: https://www.popehat.com/2013/12/06/nock-hoon-etc-for-non-vul... (note: I haven't actually that much on Urbit)

I don’t know whether this matters, and I guess it probably doesn’t, but he was kicked off the Popehat blog not long after writing this, for virulent (and, since then, increasingly theatrical) racism.

Re: Urbit

#57
Got an invite recently, got it setup, but have had endless networking issues. Can't join any of the chat groups they advertise in the documentation.

The sheer amount of jargon you have to learn to do literally anything is insane. Nothing is intuitive, especially for someone used to a unix command line. I get upset every time I try and learn about it. All the videos about in on YouTube are 3+ years old.

Re: Urbit

#58
post #29
post #22

Many previous threads—good luck: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...

Thanks Dang! I've become interested in alternative forms of Internet due to the recent .Org/ICANN news. Is it okay that I post these (also posted gnunet)? I'm learning a lot from people's comments.

I don't see a problem. If things get repetitive people will start complaining, but in the meantime these posts have been upvoted out of interest.

Re: Urbit

#59
post #43

Didn’t the founder of Urbit (Curtis Yarvin) leave the project last year? My impression of Urbit has always been that Curtis was fundamental to the vision of the project. Does anyone know how the project has changed since then?

That was discussed here: https://news.ycombinator.com/item?id=18908051

Re: Urbit

#60
post #43

Didn’t the founder of Urbit (Curtis Yarvin) leave the project last year? My impression of Urbit has always been that Curtis was fundamental to the vision of the project. Does anyone know how the project has changed since then?

yes, wikipedia says he left. https://en.wikipedia.org/wiki/Urbit seems like the whole project has been mired in controversy because of the alt-right / anti-egalitarian political views of the founder https://en.wikipedia.org/wiki/Curtis_Yarvin if urbit got $1.2m seed from thiel in 2013 (listed on wikipedia), they should be out of that money by now even if they had stretched it.

Yarvin sounds like a loon.
Post reply on HN