You need to make custom servers. In fact, make a server that patched official clients can connect to. That's the correct order of operations.
You need to make custom servers. In fact, make a server that patched official clients can connect to. That's the correct order of operations.
And this is still how people get desktop software.
Game developers like Epic would certainly like to pay less money to Apple and Google than they pay to Nintendo and Sony (and Microsoft for the Xbox game store), but what's the legal argument for terminating Apple and Google's walled-garden game store businesses? And doesn't Android already allow sideloading?
> Smartphones are the internet for most people, and two companies have installed comprehensive paywalls and distribution gateways.
The web is the internet for most people, and neither Apple nor Google have installed paywalls and distribution gateways for third-party web pages. (Apple does restrict browser engines, but ironically that might be the only thing preventing a chromium monoculture.)
Phones are used for everything in life. Finding jobs, finding romance, ordering food, paying for things, navigating. You can't even pull up a menu at a modern restaurant without a phone.
Phones are the entirety of computing for over 50% of Americans. Are we going to let two companies own the entirety of that and tax it?
Imagine if our cars were like phones. When you take your Honda out for a spin, if it couldn't visit certain destinations. Or if your car taxed McDonalds (which passes the cost onto you) every time you stop by. Imagine if it shoved its view of what it wants you to see in front of you, forcing you to take detours or miss your objective entirely. That's what our lax regulatory environment has allowed to happen to computing.
Consumers largely don't care and are not interested in esoteric concepts like free software. I would be careful about dictating how things should work.
Do you know how difficult it is to exercise your freedom to install software on an Android?
Both of these companies know what they're doing. They've co-opted computing and have locked it down and owned it.
Technically alternative stores exist on Android.
On IOS you can argue customers are paying for security.
Stopping Billy from downloading a key logger is a corporate choice Apple makes.
If you need to install random binaries from the internet your free to buy android device or a cheap computer.
iOS reduces the attack surface.
You have to navigate five settings menus deep to enable the ability to even install them, and after that the OS scares you into thinking it'll turn your phone into a grenade.
Unless you're 0.0000001% of users, you will never do this.
Google knows what they're doing. It's the tyranny of defaults.
Two companies can't own all of computing.
Smartphones are the internet for most people, and two companies have installed comprehensive paywalls and distribution gateways.
It's unnatural how large and complete their monopolies are.
Call your legislator and demand web installs without scare walls and hidden developer flags. With no phony restrictions on app type, technology choice, JIT/runtimes, or UI adherence.
We need complete freedom on mobile.
Most people consume Reddit through, specifically, the iOS version of the app. The same is true of TikTok and Instagram. This is how most people get their news.
Google destroyed web discoverability and search. Platforms sucked up all of the value and monopolized distribution.
The indie web is pretty much dead for normal people. It's only us developer / hacker / enthusiasts that have websites and play around with CSS.
The news and content gets consumed by most people through apps and the walled-gardens.
This is a little overblown.. speaking VERY HAND-WAVILY, sea_orm < active record by a factor of about 10x more mental overhead but is at least that much more performant...
but yea, vibe-coding rust micro services is pretty amazing lately, almost no interactions with borrow checker, and I'm even using cucumber specs...
I currently wouldn't recommend any Rust ORM, Diesel included. They're just not quite ready for prime time.
If you're not one to shy away from raw SQL, then SQLx is rock-solid. I actually prefer it over ORMs in general. It's type-checked at runtime or compile time against your schema, no matter how complex the query gets. It manages to do this with an incredibly simple design.
It's like an even nicer version of Java's popular jOOQ framework, which I always felt was incredibly ugly.
SQLx might be my very favorite SQL library of any language.
What does this sentence even mean?