this post was submitted on 04 Sep 2023
34 points (100.0% liked)

Chat

7483 readers
9 users here now

Relaxed section for discussion and debate that doesn't fit anywhere else. Whether it's advice, how your week is going, a link that's at the back of your mind, or something like that, it can likely go here.


Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

At some point I was searching for an open source car pooling service. I realized there weren't any so I started developing one on my free weekends.

While I haven't made much progress so far, I have been observing how much as a society we have been relying on route planning software. Also, I cannot overlook the effect of such services on the planet (see Amazon, Uber, and many more).

With all this as a context, I have been asking myself the following questions:

  1. What would be the impact on society (especially inequality) if there were open source alternatives to such services?
  2. What would a common core look like? (i.e. what is the WordPress equivalent for transportation/route planning, is OpenStreetMaps enough?)
  3. What domain specific knowledge would it require to build such a software? (while in university I researched about the travelling salesman problem, anything else?)
  4. What safety protocols would we need to develop when there is no corporation insuring users? (i.e. if I order something from Amazon and it's dead on arrival, I get either a refund or a replacement shipped to me for free)
  5. What's the proper terminology to describe what I am describing?

Feel free to add any questions of your own. I created this post because I am free this afternoon and I wondered what it would like to discuss this with strangers instead of pondering on my own.

Edit: My free afternoon was taken away by an incident I had to respond to, it's now late o'clock here, but I will do my best to reply to all you magnificent people.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 1 year ago (4 children)

I can't speak on any of the others, but a open-source decentralized Uber alternative could actually be extremely competitive. You could basically give drivers 100% of the profits minus hosting costs/development costs (dev might fall away depending on the model). So in effect you either get cheaper prices for consumers or more wages for drives. No middlemen jacking up prices for no reason.

But I don't think federation works for that. Rather you'd want to build it on top of some open-source decentralized blockchain platform that handles transactions, escrow, ratings, reputation, identity/profile management (you wouldn't want anonymoud drivers) etc..

Money, ratings, reputation, identity stuff are all better solved with blockchain than with federation in my opinion. You don't want to have to check the repuation of each instance, every instance might handle ratings differently etc.. It would be a mess. Rather you'd want to only be worried about driver reputation.

How you would handle new drivers is an important question, but that's implementation details.

[โ€“] [email protected] 1 points 1 year ago

I personally like the way Indrive operates in relation to setting up prices and fees. You can agree on a price with the drivers, like you offer 5$ and they give you they're offers in return 6 or 7$ and you agree with the price, what i dont like in fact is the usage of google location services (google services) and that it is propietary

load more comments (3 replies)