this post was submitted on 15 Mar 2024
256 points (98.5% liked)

News

21721 readers
3601 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. Trolling is uncivil and is grounds for removal and/or a community ban.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious right or left wing sources will be removed at the mods discretion. We have an actively updated blocklist, which you can see here: https://lemmy.world/post/2246130 if you feel like any website is missing, contact the mods. Supporting links can be added in comments or posted seperately but not to the post body.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source.


Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.


7. No duplicate posts.


If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners.


The auto mod will contact you if a link shortener is detected, please delete your post if they are right.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 1 year ago
MODERATORS
 

The city has just 39 licensed cab drivers.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 3 months ago* (last edited 3 months ago) (1 children)

I have to wonder how hard it would be to build some kind of open source platform to compete with these companies.

I'd have to imagine that the answer to that is "really damn hard". Look at any Lemmy instance and see how hard it is just to create and maintain an open source "comment section for the internet" platform; now imagine managing thousands of financial transactions on that platform, processing background checks, establishing some sort of trust and security team, and people's livelihoods depending on that all working reliably all the time.

There's a reason why only VC-backed companies have managed to get off the ground in this space; it's hella expensive for a bunch of volunteers to manage.

[–] NotMyOldRedditName 2 points 3 months ago* (last edited 3 months ago) (1 children)

I've always thought that a smart contract system on a blockchain like Ethereum could make for a really good ride share app that's focused on the drivers running their own independent business.

It would solve the payments problem. It could also automate the requesting and accepting a ride.

The drivers could post their own rates

The contract could take a small fee out of the ride fare to help fund the devs.

And with the latest Ethereum upgrade this week, you could transact for pennies.

I'm still not sure how decentralized trust would work though, and how you'd get licensed.

Real time map updates might be a problem too, but maybe the driver app and rider app could find each other and open a websocket and stream GPS locations peer to peer instead of via any centralized server? This part might be more janky at first vs a central service.

Edit: and the service could run on a stable coin so people aren't subject to volatility

Edit: just thinking on the GPS... if the driver publicly posts a web socket/api address you can connect to peer to peer, what if it only accepts connections by the current active ride. So the riders wallet signs the app request to open the socket and then the two parties can start sharing their location? That way it only gets shared to the appropriate people. But if a driver wants to know where before accepting, the rider would need to publicly post the where, so maybe you only post to 2mile radius or something, and the actual address gets done peer to peer if accepted?

Edit: also the contracts are open source, it's the front ends that would be the developers business, and technically anyone could copy the smart contracts and write their own front end to them, and if it took off, I imagine people would eventually write an open source front end as well. It'd help keep costs down as if you were too uncompetitive someone else could enter.

Edit: and if it was just an open source front end, no city would be able to stop it. It'd be forever accessible where someone could post they are available to pick up, and anyone could post they need a ride. Trust wouldn't even need to be solved by this specifically, trust is a problem other people/business can solve and it just hooks into this.

[–] [email protected] 3 points 3 months ago (1 children)

You're identifying all the reasons why a team of volunteers haven't been able to manage such a feat yet.

[–] NotMyOldRedditName 2 points 3 months ago* (last edited 3 months ago)

Hahaha you're right, it's still not simple, it just makes the payments and connecting two people easier. The rest is still a lot of work and there are many unclear solutions to some problems.

It does remove all the need for centralized nfrastructure like AWS though which would lower costs

I think something like this though could be the solution to the gig work people getting the shaft. It'd give the power back to them.