worldofgeese@lemmy.world
on 10 Nov 2023 06:48
nextcollapse
I’m devastated they didn’t choose to pick up webOS for this.
squaresinger@feddit.de
on 10 Nov 2023 08:09
collapse
Well, they don’t want a mobile Linux. This is going to be a minimalist, locked-down distro that does nothing more than start a webrenderer.
Nobody’s gonna see the underlying Linux system.
It’s kinda like how my car entertainment system is running Linux. You wouldn’t know it if you don’t read the license file that comes with it.
worldofgeese@lemmy.world
on 10 Nov 2023 13:42
collapse
WebOS powers TVs now and, from the article, Amazon intends this replacement to cover their Fire tablet line. WebOS ticks all their boxes, especially since apps in Amazon’s new flavor are intended to be delivered as React Native web apps.
OsrsNeedsF2P@lemmy.ml
on 10 Nov 2023 06:54
nextcollapse
Apps are going to be written in React Native
So despite the desire for one, Vega won’t be an Android-killer, won’t bring an influx of big name apps to benefit regular Linux distros, nor see Amazon do something crazy cool like create its own Linux tablet UI.
Potatos_are_not_friends@lemmy.world
on 10 Nov 2023 07:26
nextcollapse
You know how much overhead Electron apps are? Well, here’s React Native! Enjoy all the annoyances of mobile development with the ugliest that is React!
(I kid. Or am I?)
theneverfox@pawb.social
on 10 Nov 2023 16:56
collapse
It actually works pretty great, it genuinely does compile to native code pretty well. The js code just drives - everything visual or I/O is native, so it’s faster than you’d think
Idk if I’m the only person who thinks this, but I feel like React has gotten worse over the last couple of major versions. Not only does the code look a lot messier when you use their new syntax, but the end result seems unreliable. Facebook is barely even usable now. Their history management is laughable, and it’ll drop you out of the site randomly when using the back buttons. I used to think React was really neat, but I’m not a big fan anymore. There’s too much re-engineering for problems that were solved decades ago.
CosmicTurtle@lemmy.world
on 10 Nov 2023 11:06
nextcollapse
Damn…I’m trying to modernize my personal app’s UI and I thought react was the shit. What is the recommended framework now?
Anticorp@lemmy.ml
on 10 Nov 2023 15:44
nextcollapse
If you like it, then use it. There’s no point in jumping every time some new framework comes out. Most of them don’t last. I have used React off and on since it came out, and I personally don’t like how the syntax has changed. My personal website is React and doesn’t have any browser history issues. Idk what’s up with Facebook history management. I guess they just don’t care very much because they’re too busy trying to gobble up data.
Potatos_are_not_friends@lemmy.world
on 11 Nov 2023 05:38
collapse
Honestly this. You’ll rebuild it in a few years anyways.
If you absolutely want your project to survive after 15 years…
Either web components using vanilla, or hell, just go jquery. Jquery is impossible to kill.
Potatos_are_not_friends@lemmy.world
on 10 Nov 2023 15:02
collapse
React is having the same problems Angular had, and jQuery had. New ECMAscript features make formerly complex things easier, and JS frameworks adapt.
Lots of solutions. But as more edge cases start to show up, they continue to add more and more little things that shape the language into more different variants.
Many of the changes are pretty good. But New devs will go, “Why are there 7 ways to do this React thing?” And that adds to the noise.
Again, that’s not a React problem. It’s just coding in general. PHP also had a “damn you ugly” phase. But unlike PHP, I don’t think React (and most JS frameworks of today) will continue to be as popular as some hot new JS framework in 2027-2030 sweeps the landscape.
And PHP will still be chugging along. lol. It’s weird that React syntax went from being fairly pretty, and structured, to looking like a plate of spaghetti. Usually languages and frameworks go the other direction.
Potatos_are_not_friends@lemmy.world
on 11 Nov 2023 05:37
collapse
Not at all knocking PHP.
I love how PHP 7 looks, and PHP 8 only continues to improve.
Totally agree. React is going backwards. Vue is so attractive. Heck, I’m even starting to rebuild react apps in Web components because react is getting weird.
CriticalMiss@lemmy.world
on 10 Nov 2023 06:56
nextcollapse
Windows Phone: Electric Boogaloo
Dettweiler42@lemmyonline.com
on 10 Nov 2023 07:03
nextcollapse
I wonder if it’s going to be as terrible as their Fire OS.
makingStuffForFun@lemmy.ml
on 10 Nov 2023 07:32
nextcollapse
They want to harvest the data, without Google’s control, and give none to Google.
That can be easily done with AOSP, to my knowledge there’s no Google stuff in there. Which is exactly what they’re using right now
mathemachristian@lemm.ee
on 10 Nov 2023 08:32
collapse
There still is some google stuff in there, like for example phoning google servers to check internet connectivity among other stuff.
rentar42@kbin.social
on 10 Nov 2023 09:18
collapse
Yes, but those minor traces are easy enough to remove, especially if you don't care about being "ceritified" by Google (i.e. are not planning to run the Google services).
icedterminal@lemmy.world
on 10 Nov 2023 09:34
nextcollapse
Exactly.
If my device is compatible, does it automatically have access to Google Play and branding?
No. Access isn’t automatic. Google Play is a service operated by Google. Achieving compatibility is a prerequisite for obtaining access to the Google Play software and branding. After a device is qualified as an Android-compatible device, the device manufacturer should complete the contact form included in licensing Google Mobile Services to seek access to Google Play. We’ll be in contact if we can help you.
Google services are entirely missing from Android open source. The Google Play package is what contains the entirety of Google’s services.
Not sure if anyone remembers but back when cyanogenMod was the go-to, early versions had Google services included. Google sent a cease and desist notice and said it was a license violation. You cannot distribute it as part of the OS by default. The next release of cyanogenMod had it removed. Users had to flash the package if they wanted it.
mathemachristian@lemm.ee
on 10 Nov 2023 10:23
nextcollapse
Right but the topic was about google’s data harvesting and what I meant was that you can’t just grab any AOSP distribution if you want to minimize that, you need to pick one that replaces the parts that send data to google. LineageOS for example still phones google for quite a number of services.
As far as “easy to remove” goes, I think that’s kind of debatable if you want to do it in a way that’s sustainable long term considering the effort that goes into e.g. GrapheneOS or DivestOS.
Edit: here is a list of the kind of stuff you need to watch out for if you want to minimize the data sent to google
rentar42@kbin.social
on 10 Nov 2023 10:59
collapse
I was answering under the assumption/the context of of "Amazon wants to release an Android-based OS that doesn't contact any of Googles services".
So, when I said "easy enough to remove" that was relative to releasing any commercial OS based on AOSP, as in: this will be one of the smallest tasks involved in this whole venture.
They will need an (at least semi-automated) way to keep up with changes from upstream and still apply their own code-changes on top of that anyway and once that is set up, a small set of 10-ish 3-line patches is not a lot of effort. For an individual getting started and trying to keep that all up to do date individually it's a bit more of an effort, granted.
The list you linked is very interesting, but I suspect that much of that isn't in AOSP, my suspicion is that at most the things up to and excluding the Updater even exist in AOSP.
Yes but people are just sideloading GAPPS and escaping their ecosystem. Might even run custom launchers so you can’t experience their ads.
pimeys@lemmy.nauk.io
on 10 Nov 2023 07:50
nextcollapse
Nice! And they will probably differentiate from the competition by allowing GPL applications and sideloading, and having a total control for your privacy and no tracking, right?
Right?
Jagermo@feddit.de
on 10 Nov 2023 08:08
nextcollapse
In the beginning? Sure. Later? Well, you know, security and all, think of the kids!
pastermil@sh.itjust.works
on 10 Nov 2023 08:59
collapse
And the grannies!
KISSmyOS@lemmy.world
on 10 Nov 2023 09:04
nextcollapse
Best we can do is exclusive Amazon deals related to what you just talked about with your spouse.
Diplomjodler@feddit.de
on 10 Nov 2023 09:13
nextcollapse
Check out these great special offers in GPL applications and sideloading!
kittenzrulz123@lemmy.world
on 10 Nov 2023 10:51
nextcollapse
Yeah and maybe Bezos will finally allow his workers to have bathroom breaks
KISSmyOS@lemmy.world
on 10 Nov 2023 11:43
collapse
Delivery drivers are free to sideload a fully open bucket and take bathroom breaks in the privacy of their vans.
Juvyn00b@lemmy.world
on 10 Nov 2023 11:44
nextcollapse
I know there’s sarcasm here, but the article did state an sdk will be available so apps need ported.
helenslunch@feddit.nl
on 10 Nov 2023 20:40
collapse
Probably will just be more like their own flavor of Android where they lock down the OS and insert all kinds of malware.
pan_troglodytes@programming.dev
on 10 Nov 2023 07:52
nextcollapse
hopefully they’ll design some package manager incompatible with android at the most basic level - and then double down when it’s proven to be a huge mistake. a good tick upwards for dev jobs, but the time for actual competition was over 10 years ago. this will fail miserably.
beta_tester@lemmy.ml
on 10 Nov 2023 11:20
collapse
Why? Chromeos is linux and can play android apps. Can’t linux run android apps as well? Waydroid, etc.?
Genuine question
sirico@feddit.uk
on 10 Nov 2023 08:09
nextcollapse
For some reason I thought they had already made a nix OS
KISSmyOS@lemmy.world
on 10 Nov 2023 09:05
nextcollapse
Fire OS
FangedWyvern42@lemmy.world
on 10 Nov 2023 09:53
nextcollapse
Fire OS, but it was just a fork of Android. There are mobile Linux distributions (like postmarketOS), but Fire wasn’t one of them.
miracleorange@beehaw.org
on 10 Nov 2023 10:40
collapse
They have, but it’s more of a container development kind of thing.
hperrin@lemmy.world
on 10 Nov 2023 09:48
nextcollapse
Cool. Another OS to avoid.
Cyberbatman@lemmings.world
on 10 Nov 2023 10:17
nextcollapse
This is the best description for everyone
franklin@lemmy.world
on 10 Nov 2023 12:12
collapse
Agreed. If it was any company at all except Amazon there would be hope but come on. We’ve all seen what they did to the fire sticks
AbidanYre@lemmy.world
on 10 Nov 2023 15:35
collapse
If it was any company at all except Amazon there would be hope
You won’t be saying that in a couple months when Facebook makes their own announcement.
franklin@lemmy.world
on 10 Nov 2023 16:16
collapse
Yeah fair, not ANY company
ElBarto@sh.itjust.works
on 10 Nov 2023 10:07
nextcollapse
Hahahaha cool, Linux with ads and tracking and all the spyware you could ever want.
thanksforallthefish@literature.cafe
on 10 Nov 2023 11:33
nextcollapse
TL;DR Amazon is building a Linux distro that starts a chromium to run react native apps. Apparently, you need hundreds of people for that.
muelltonne@feddit.de
on 10 Nov 2023 12:54
collapse
TBH Amazon has a whole zoo of devices. Even if they are putting a small team of 2 or 3 people in charge for porting this to each device, they might end up with a few hundred people
TheGrandNagus@lemmy.world
on 10 Nov 2023 11:57
nextcollapse
I’m confused, why not just continue with AOSP?
It already has most of the Google stuff stripped out and any remaining parts will be easy to replace in comparison to rebuilding and maintaining a much larger software stack while also simultaneously retaining compatibility with all the android apps already on their app store.
guitarsarereal@sh.itjust.works
on 10 Nov 2023 12:22
collapse
They want to throw this OS on smart home/automative/IoT type things. Android works in these situations, but it’s not necessarily ideal. Thing was designed for phones. It’s likely the only phone firmware in history that’s also been put in cars, espresso makers, washer/dryers, microwaves, and TV’s.
I completely get why the first waves of smart devices tended to just use Android – it’s easy to develop on and “lightweight enough” that the tradeoffs involved were generally acceptable. But those qualities only take you so far. Companies moving on to develop their own in-house OS’s for all these devices was the obvious next step.
I literally said this to a friend just two days ago… And yes… Also not what I meant.
Drito@sh.itjust.works
on 10 Nov 2023 13:00
nextcollapse
These tentacular megacorporations are a problem. Amazon is OK as a merchant, MS as an OS developer, Google as a search engine… If they do vertical integration the market is corrupted.
UnknownHandsome@lemmy.world
on 10 Nov 2023 13:06
nextcollapse
I’m really dumb. Can you expand on vertical integration and how it corrupts? I’m not sure what it is or why it’s bad.
jayrhacker@kbin.social
on 10 Nov 2023 13:13
collapse
Vertical integration is when you control the entire product, in consumer electronics Apple is the gold standard; they make the software, hardware, and processors then integrate them into iPhones and macBooks. Tesla is a good example in the automotive space, their goal with the mega-factories is "raw materials in, cars out" and they work to build as many of the parts themselves as possible.
Alternately Microsoft just makes a good enough OS that runs on good enough hardware from commodity vendors, so you get good enough computers. Most auto makers buy good enough components from 2nd and 3rd tier suppliers and integrate them into good enough cars.
LeFantome@programming.dev
on 10 Nov 2023 16:40
nextcollapse
That is a great explanation of what vertical integration is. I am not sure I see why it is inherently bad.
I guess a large vertically integrated option could make it hard for alternatives to compete. That is more of a monopoly problem than a vertical integration issue though.
I do agree with interoperability requirements though. I see nothing wrong with Apple offering a fully vertically integrated product. The issue is when I cannot run my own OS on the hardware, my own apps on their OS, or interact with hardware from other vendors.
But that’s exactly the problem. If the company is kind about it, or forced to play nice by effective regulation, there’s no issue. But if there’s no regulation and the company wants to, it tends towards monopolistic tendencies. And there’s nothing that incentivizes a company to play nice forever, in fact they’re incentivized to maximize profit. So Vertical Integration is bad without being checked.
turbowafflz@lemmy.world
on 11 Nov 2023 14:09
collapse
Honestly I feel like you have microsoft backwards, in my experience their hardware is so so much better than their software
lemillionsocks@beehaw.org
on 10 Nov 2023 13:28
nextcollapse
All I have to ask is why though? They already have access to skinned aosp and from there can(and do)quite a bit of tweaking on their own. Fireos has been a worse version of android for some time now and Im unsure what the benefit of making their own in house OS would be.
If it’s a true GNU/Linux OS with compatibility with linux programs, then that would be kind of neat, and if it’s open enough to let advanced users install flatpaks(I suspect it’s going to be immutable so at least flatpaks would be nice) then that could be neat. Currently it’s very easy to sideload on fireos devices and even install the play store in full so it’s possible the end product could be more like the steamdeckOS which is very much a user friendly store front end with a power user true linux experience underneath.
That said, for some reason I suspect that they will be locking things down even more and its going to be one of those many user facing linux devices that’s technically linux but very limited. Like a smart fridge interface or something. If this is the case then dropping android support would be a bad move. You lose easy/lazy portability to your store from developers who already have a product to sell and you lose many apps that already exist, and for power users you lose access to the many apps that can easily be side loaded like tachiyomi(though I imagine amazon would rather you buy from them than buy their subsidized $80 tablets to read pirated manga/comics and library books on libby)
But who knows if they actually do an OK job this could lead to a new wave of GNU compatible touch forward apps for the rest of us. Linux has gotten a lot better at touch forward design over the last 4 or 5 years on its own, but its still fairly rough.
uzay@infosec.pub
on 10 Nov 2023 13:31
nextcollapse
So they want more control over what people are able to install
aquasteel@lemmygrad.ml
on 10 Nov 2023 14:40
nextcollapse
The more you control something, the easier it is to take your 10%15% 20%
I think it’s even simpler than that: they want a share of Google’s data, and more control about what ads they can show to their customers constantly. Their hardware platforms are okayish and sold for a quite low price, but they monetize it on ads.
Amazon’s Fire devices already have this, they don’t use Android with Google, they use the fully open source version. They can collect any data they want already
Exactly this. There’s no nefarious motive to doing this, because Amazon can already do everything nefarious that they want to do with their current Android-based Fire OS.
I’m actually willing to take Amazon’s reasoning at face value for this. They say that Android is too heavyweight and inflexible for embedded IoT devices, and that they want to build something lighter. This makes plenty of sense, and is indeed something that Google themselves have also said as justification for their move to Fuschia for their own embedded devices.
For Linux fans, it’s probably a good thing that Amazon has chosen another Linux-based architecture rather than doing as Google are doing and moving off Linux to a different kernel.
hellojack@lemmy.ml
on 10 Nov 2023 13:38
nextcollapse
Well i think it will help us to access more apps
smileyhead@discuss.tchncs.de
on 10 Nov 2023 13:59
nextcollapse
Another not-Linux Linux based operating system.
Can’t wait to argue same as with Android and ChromeOS that this is not like “real” desktop Linux looks.
We really should stick to calling it GNU or something.
Definitely not GNU, that’s even worse than calling it Linux. We should simply call it by it’s own name, Vega or whatever it ends up being. Android is Android. ChromeOS is ChromeOS. We can acknowledge they utilize the Linux kernel and some other open source code, and as such give some back. But they are not what we refer to as Linux, as that is a spirit as much as if not more than it is a collection of software.
LeFantome@programming.dev
on 10 Nov 2023 16:25
collapse
I completely agree.
An OS is defined by its ecosystem ( applications, users, and philosophy ). Everybody knows what an actual Linux distribution is and the kinds of desktop environments ( eg. GNOME, KDE, XFCE ) and applications that Linux implies ( eg. Docker, Podman, Emacs, GIMP, OBS, LibreOffice ). It does not matter if the C library is Glibc or MUSL. It does not matter if things were compiled with GCC or Clang. It does not matter who wrote the version of ‘ls’ installed. It is not confusing when somebody tells you they are using “Linux” on the desktop, the server, or the cloud. You know what they mean.
Saying GNU / Linux does not add any clarity in my view and could be confusing or wrong. If you use Alpine in the cloud, you are using Linux ( very clear ) but not GNU / Linux. If you are using Void on your desktop, you are using Linux ( but maybe not Glibc ). Is one version of Void Linux called GNU / Linux and the other one isn’t? It is not a useful label other than politically.
Android and ChromeOS use the Linux kernel but are not Linux distributions by any useful use of that term. If I switch you from Void to Arch, you could use it for hours without noticing the change. You might not notice until you went to update software. If I moved you to Android or ChromeOS, you would certainly notice right away. In some ways, Windows is a more similar environment than Android is.
If I say, “I use Linux”, you do not have to ask me if I mean Android or if I have a Chromebook. People that don’t “know” that these other systems use the Linux kernel would never make that mistake. The “confusion” is artificial.
As a non-Linux example, is there anybody that is confused that the XBox uses the Windows kernel? Even if I say “I game on Windows”, would you honestly wonder if I meant XBox? Or would it be super obvious that I meant on a PC?
If I say, “I game on Linux”, you again know that I do not mean Android or ChromeOS ( unless I am purposely trying to be arrogant or funny about it ). You might ask if I am using a Stream Deck but, guess what, the Deck also boots into KDE. It really is Linux.
My Nest thermometer and my IP camera both run the Linux kernel as well. Do we need a special name for them? No. Nobody is truthfully confused by that either. Would we call them GNU / Linux even if they use Glibc? I hope not. So what does GNU / Linux even refer to outside of the political meaning?
DeathWearsANecktie@lemm.ee
on 10 Nov 2023 15:09
nextcollapse
A third competitor for Android and iOS would be amazing. But not if it’s Amazon…
chemicalwonka@discuss.tchncs.de
on 15 Nov 2023 03:16
collapse
Apple would sell for 10 but would deny until death that it sold, and still convince you to believe that it didn’t sell.In addition to giving it a “cool” name like DNA Titanium Protection XDR or something like that,
chemicalwonka@discuss.tchncs.de
on 10 Nov 2023 15:54
nextcollapse
OOnly if it is Libre Software. We are tired of proprietary rubbish
Android is already free software, and see how far that gets you. The kicker is that you’re tied into their services (with all the data harvesting, targeted advertising and monetisation that that involves).
SatyrSack@lemmy.one
on 10 Nov 2023 20:03
nextcollapse
If you’re tied to their non-free services, then its not free software.
chemicalwonka@discuss.tchncs.de
on 10 Nov 2023 22:11
collapse
I use GrapheneOS. Not all android is born equal
baconicsynergy@beehaw.org
on 11 Nov 2023 05:15
collapse
Yes, because it is permissively open source, not only are these companies free to build what they want - we are entitled to that same right. We therefore created LineageOS and GrapheneOS, and its really great.
There’s also a lot of motivated people getting regular Linux distributions running on mobile devices too, so we have that as well
semperverus@lemmy.world
on 10 Nov 2023 15:59
collapse
There is already something in the works (that you can technically buy right now if you wanted), and it actively respects your freedom. Granted, as with everything in this ecosystem, its a very slow burn, so it’ll be a while before the software is actually good, but it’s already made massive strides from where it started.
I would say wait a bit and take a look at this later, but i do have one friend daily driving one now to some success (this wasn’t possible a year ago).
That would be great, but you can buy a $20 burner from a gas station that’s more powerful than those phones.
The regular version uses the Allwinner A64 chip which retailed for $5 when it was released… Back in 2015.
The Pro version uses the RK3399S, which is a custom lower binned version of the RK3399. Neither chip was made available retail, but the SK3399 was released in 2016 and only otherwise used in low-end Chromebooks and SBCs.
semperverus@lemmy.world
on 14 Nov 2023 16:56
collapse
Sure, but calling them out for not being a $20 burner phone doesnt make sense when you’re comparing that to a developer/development device. This phone specifically isnt meant for everyday consumers. What it is, however, is a signal that there is now a third competitor in the works, and it’s real and tangible.
guywithoutaname@lemm.ee
on 10 Nov 2023 15:47
nextcollapse
Probably because it is stupid simple to escape their ecosystem just by sideloading apps. They want to lock you down with their own OS.
DoucheBagMcSwag@lemmy.dbzer0.com
on 10 Nov 2023 16:06
nextcollapse
Oh so I won’t be able to sideload streaming APKs onto any new Amazon devices? Guess you can fucking keep your shit hardware then
radioactiveradio@lemm.ee
on 10 Nov 2023 17:08
nextcollapse
But that would also mean you can sideload a whole another OS, maybe?
DoucheBagMcSwag@lemmy.dbzer0.com
on 10 Nov 2023 17:22
collapse
Locked boot loader says otherwise
csolisr@communities.azkware.net
on 10 Nov 2023 17:33
collapse
There are two options here, given that the OS seems to rely heavily on React Native to work: having the streaming APKs converted to React Native apps, or simply use the web browser and PWAs.
GustavoM@lemmy.world
on 10 Nov 2023 17:48
nextcollapse
So basically
“Windows for freeloaders: “You are the product™” edition.”
spyjoshx@discuss.tchncs.de
on 10 Nov 2023 23:43
collapse
So… Windows?
fury@lemmy.world
on 10 Nov 2023 18:49
nextcollapse
Good luck getting all the developers to rewrite their apps. The only reason you had any apps was because it was based on Android so it was little to no effort to port. Going plain ol’ embedded Linux is basically the death knell of your developer story. Source: been there, had no third party apps, switched to Android
warmaster@lemmy.world
on 10 Nov 2023 21:51
nextcollapse
I’m sure they have thought of this, I wonder if they plan to use web apps, or Waydroid, or something else.
Also, there’s a chance mobile Linux could benefit from sponsorships, contributions, etc
GhostMatter@lemmy.ca
on 10 Nov 2023 23:20
nextcollapse
It’s in the article. Web based stuff with REACT.
Edit: It’s REACT Native. Just read the fucking article, people.
Oh man PWA as a replace to traditional apps have been promised for a while.
On one hand the promise of write once run anywhere on the other less ability to lock down your app from your users (good for us, but not popular in the mobile space at the moment)
PWAs are great if they’re written well, especially if they allow offline access.
There’s platforms like React Native where the apps are native on each platform (they use native UI widgets). You can’t just run the same code, but you can reuse probably 90-95% of code across platforms.
You’re likely thinking KaiOS. They are still contributing what is required under MPL-2.0 but the rest is proprietary. KaiOS 3.x finally got off of a browser from 2016 as the base, but very few have upgraded their apps to be compatible (the tweaks were minor) & others have used it as a reminder that they were still ‘supporting’ a platform like whoever is maintaining or using that WhatsApp thing for chat.
There’s also Capyloon built from B2G, but it’s still early on & is targeting touch phones, instead of feature phones.
It would be nice to see it around IMO since it’d just be another enhancement to progressive web applications & JavaScript is a better target than Java or Swift.
You seem confused. Amazon is in the business of stealing open source project in order to sell them as AWS services, not making them.
onlinepersona@programming.dev
on 11 Nov 2023 10:05
collapse
Then complaining that the license changes and gaslighting the group they steal from.
You’re right.
Smokeydope@lemmy.world
on 11 Nov 2023 01:08
nextcollapse
Amazon can’t make TVs or ereades without filling them to the brim with ads and spyware like the greedy shits they are, I dont want to think about how screwed up their OS would be. As much as I sneer at Microsoft and windows BS as a snobby Linux user I get the impression amazon would be way worse and make Ol Gatey boy say ‘have a little class, would you?’
If it runs Amazon-Linux it won’t take long for someone to build a Wamazon Linux distro with all the features and none of the crap.
AceFuzzLord@lemm.ee
on 11 Nov 2023 05:28
nextcollapse
If anything, it’ll be a thing where amazon ends up close sourcing the code/parts that they create after forking whatever OS they decide. That, or they’ll just close source the entire codebase 100% before release without any regard or repercussions.
FutileRecipe@lemmy.world
on 11 Nov 2023 07:24
collapse
it won’t take long for someone to build a Wamazon Linux distro with all the features and none of the crap.
I don’t know what “features” Amazon would include that aren’t somehow directly tied into their store and ease of shopping…aka “crap.” It’s not like they would build a better video/audio driver or something. It would all just be more…advertising and analytics, probably on a cheap platform as hardware has never been their largest source of income, to include Kindles (AWS is, last I checked). Strip those two out of their build and we have essentially an untouched kernel lol, at least that’s how I see it happening.
cupcakezealot@lemmy.blahaj.zone
on 11 Nov 2023 02:24
nextcollapse
if it’s anything like amazon linux on ec2 i’ll pass
spark947@lemm.ee
on 11 Nov 2023 09:04
nextcollapse
What are your issues with it? Just curious - I’ve always found it to be an agreeable RHEL variant.
Did it post twice? I think there is a bug somewhere between lemmy clients. I see it happen from time to time.
piracy_is_good_xdd@lemmy.dbzer0.com
on 13 Nov 2023 00:32
collapse
probably, just wanted to inform you :)
TrivialBetaState@sopuli.xyz
on 11 Nov 2023 04:28
nextcollapse
The author is exited but I’m not.
I am not a big fan of corporations taking the free work of FOSS developers and turning it into a proprietary dystopia.
SmoothLiquidation@lemmy.world
on 11 Nov 2023 05:58
nextcollapse
I think that having a strong public domain is good for everyone. For instance properties like Sherlock Holmes really took off once it was in the public domain and people could write spin-offs and whatnot without worry that a copyright lawyer would come along and sue them.
Linux is the same thing, Amazon using the kernel and stuff to build an OS on doesn’t take anything away from anyone else who uses Linux as a desktop or server environment, and in fact can lead to some good pass back, even if it is just that the devices are easier to root. Take a look at the Open-wrt project, where Linksys built their router on top of a Linux kernel and it led to a whole ecosystem of open routers. People went out of their way to buy a WRT-42G just with the intent of rooting it, and Linksys got their money either way.
Serinus@lemmy.world
on 11 Nov 2023 08:52
nextcollapse
If it were anyone other than Amazon or Apple.
Speaking of which, isn’t MacOS Linux based these days? How much have they contributed back? (Genuine question)
n0m4n@lemmy.world
on 11 Nov 2023 12:45
nextcollapse
A quick search confirms that MacOS is based from proprietary BSD UNIX code. It is not compatible with Linux
It’s pretty annoying you replied to someone’s nice, well thought out comment with your own bullshit. Then speculated about something you could have googled in 7 seconds max.
Amazon using Linux isn’t the concern. What OP was referring to are things like their use of Elasticsearch. It’s basically Amazon’s version of embrace, extend, extinguish. It got so bad, that the devs of Elasticsearch changed their licensing as a way to fight against Amazon’s tactics.
Open source is great. But when other companies take the open source code as their own to the detriment to the original open source devs, that’s not sustainable. That behaviour will kill open source.
sevenapples@lemmygrad.ml
on 11 Nov 2023 07:16
nextcollapse
GPLv3 fixes that
crazy4ski@lemmy.world
on 11 Nov 2023 19:57
collapse
This is the correct response.
mateomaui@reddthat.com
on 11 Nov 2023 05:01
nextcollapse
Absolutely hell no.
JokeDeity@lemm.ee
on 11 Nov 2023 05:37
nextcollapse
LMFAO, can’t wait to see Adbuntu.
DarkDarkHouse@lemmy.sdf.org
on 11 Nov 2023 05:46
collapse
hesusingthespiritbomb@lemmy.world
on 11 Nov 2023 12:44
nextcollapse
If all the apps are in React Native I feel like they are gonna have a bad time. If you’re not careful React Native apps have bad performance, and Fire TVs don’t have a lot of performance to spare.
NutWrench@lemmy.ml
on 11 Nov 2023 12:49
nextcollapse
I already tried an Amazon Fire tablet, Amazon. No thanks. I returned it. I don’t need a locked-down console that spies on me. Windows is well on its way to becoming that already.
I tried to get one since it was 30 bucks, so I’m not too surprised this is how they operated. They are locking down jindles real hard too. Probably going to make a lot of ewaste.
cypherpunks@lemmy.ml
on 11 Nov 2023 12:50
nextcollapse
oh great, yet another platform that will use free software to restrict what people can do with their computing devices 🤮
how is this supposed to be a good thing? 🙄
wavebeam@lemmy.world
on 11 Nov 2023 17:49
nextcollapse
I’m not sure how this is in any way different from android? Android is free software they use to restrict the computing they devices they sell to push more ads and junkware. This is just a different one. Amazon sucks, so I don’t see what move they could make that could be seen as positive. Just don’t buy their garbage devices.
BeardedGingerWonder@feddit.uk
on 11 Nov 2023 18:02
nextcollapse
With any luck they’ll probably introduce some new exploits to free up the device.
Holzkohlen@feddit.de
on 12 Nov 2023 06:25
collapse
I am in dire need of decent linux smartphones that aren’t android. Can Valve just get to it please?
interceder270@lemmy.world
on 12 Nov 2023 14:00
collapse
how is this supposed to be a good thing?
Well you see, it makes rich people more money.
localhost443@discuss.tchncs.de
on 11 Nov 2023 16:18
nextcollapse
Most TV operating systems are already non-android linux based. They mostly just run webapps.
thezeesystem@lemmy.world
on 11 Nov 2023 21:03
nextcollapse
As. Someone who is incredibly poor and use my current fire stick as a way to help me because of accessibility for my disabilities. Does anybody know if there’s a alternative to Chromecast, fire stick or Roku that doesn’t involve another computer (which I could get a raspberry pi or another computer dedicated to media, but government doesn’t believe in giving disabled people enough for those things)
cupcakezealot@lemmy.blahaj.zone
on 11 Nov 2023 21:58
nextcollapse
Miracast is a wireless transmission technology, where the wireless signal is transmitted in a way that does not require any cables.
Thanks, captain Obvious. :-D
interceder270@lemmy.world
on 12 Nov 2023 14:01
collapse
but government doesn’t believe in giving disabled people enough for those things
Instead of subscribing to whatever streaming services you’re using roku for, you could be streaming everything for free here: fmoviesz.to
Use the money you save to buy a raspberry pi and wireless keyboard+mouse combo then you’re off to the races.
thezeesystem@lemmy.world
on 13 Nov 2023 10:59
collapse
I don’t pay for my streaming services. My mom who is barley surviving too and others pay for it. Had no choice really. Sense I have zero income it’s hard to save up. (been battling the government for nearly 6 year’s to get SSI or anything to help )
interceder270@lemmy.world
on 13 Nov 2023 11:07
collapse
You always have a choice when it comes to entertainment, especially digital.
Tell your mom who is barely surviving that she can stream more things for free than what she’s getting with her subscriptions.
Spread the love.
BitSound@lemmy.world
on 11 Nov 2023 22:52
nextcollapse
I know it won’t happen, but it’d be nice if Linux switched to GPLv3. That would at least help somewhat here
Pantherina@feddit.de
on 12 Nov 2023 02:19
nextcollapse
Why?
Audacity9961@feddit.ch
on 12 Nov 2023 03:16
collapse
It is because of the tivo workaround to GPLv2. This was fixed in GPL v3.
Pantherina@feddit.de
on 12 Nov 2023 15:24
collapse
Damn that sucks. I think Linux is too “free as in free beer” but hey there is BSD
Audacity9961@feddit.ch
on 12 Nov 2023 23:42
collapse
How would BSD help in this situation? I’m not sure I follow.
Pantherina@feddit.de
on 12 Nov 2023 23:49
collapse
Bsd is even less copyleft. Was meant as an even more “liberal” option
Audacity9961@feddit.ch
on 12 Nov 2023 23:51
collapse
While I don’t mind BSDs, that would lead to even worse outcomes though in my view. Companies wouldn’t even have to release the source code, and they routinely don’t.
What we need is more copyleft to ensure companies contribute back to the communities they leach from, not less.
Pantherina@feddit.de
on 13 Nov 2023 00:35
collapse
All I’m hearing is a subscription to remove the adverts on the command line.
Valon_Blue@sh.itjust.works
on 13 Nov 2023 19:04
collapse
See, that’s the situation where we just don’t use them. I’m talking about wiping the original OS and putting something that’s really FOSS in its place.
AndyLikesCandy@reddthat.com
on 12 Nov 2023 07:03
collapse
Ugh I don’t know which is worse. Next timeline, portal gun.
threaded - newest
I’m devastated they didn’t choose to pick up webOS for this.
Well, they don’t want a mobile Linux. This is going to be a minimalist, locked-down distro that does nothing more than start a webrenderer.
Nobody’s gonna see the underlying Linux system.
It’s kinda like how my car entertainment system is running Linux. You wouldn’t know it if you don’t read the license file that comes with it.
WebOS powers TVs now and, from the article, Amazon intends this replacement to cover their Fire tablet line. WebOS ticks all their boxes, especially since apps in Amazon’s new flavor are intended to be delivered as React Native web apps.
Apps are going to be written in React Native
You know how much overhead Electron apps are? Well, here’s React Native! Enjoy all the annoyances of mobile development with the ugliest that is React!
(I kid. Or am I?)
It actually works pretty great, it genuinely does compile to native code pretty well. The js code just drives - everything visual or I/O is native, so it’s faster than you’d think
Idk if I’m the only person who thinks this, but I feel like React has gotten worse over the last couple of major versions. Not only does the code look a lot messier when you use their new syntax, but the end result seems unreliable. Facebook is barely even usable now. Their history management is laughable, and it’ll drop you out of the site randomly when using the back buttons. I used to think React was really neat, but I’m not a big fan anymore. There’s too much re-engineering for problems that were solved decades ago.
Damn…I’m trying to modernize my personal app’s UI and I thought react was the shit. What is the recommended framework now?
If you like it, then use it. There’s no point in jumping every time some new framework comes out. Most of them don’t last. I have used React off and on since it came out, and I personally don’t like how the syntax has changed. My personal website is React and doesn’t have any browser history issues. Idk what’s up with Facebook history management. I guess they just don’t care very much because they’re too busy trying to gobble up data.
Honestly this. You’ll rebuild it in a few years anyways.
If you absolutely want your project to survive after 15 years…
Either web components using vanilla, or hell, just go jquery. Jquery is impossible to kill.
MorbiusJS
React is having the same problems Angular had, and jQuery had. New ECMAscript features make formerly complex things easier, and JS frameworks adapt.
Lots of solutions. But as more edge cases start to show up, they continue to add more and more little things that shape the language into more different variants.
Many of the changes are pretty good. But New devs will go, “Why are there 7 ways to do this React thing?” And that adds to the noise.
Again, that’s not a React problem. It’s just coding in general. PHP also had a “damn you ugly” phase. But unlike PHP, I don’t think React (and most JS frameworks of today) will continue to be as popular as some hot new JS framework in 2027-2030 sweeps the landscape.
And PHP will still be chugging along. lol. It’s weird that React syntax went from being fairly pretty, and structured, to looking like a plate of spaghetti. Usually languages and frameworks go the other direction.
Not at all knocking PHP.
I love how PHP 7 looks, and PHP 8 only continues to improve.
Totally agree. React is going backwards. Vue is so attractive. Heck, I’m even starting to rebuild react apps in Web components because react is getting weird.
Windows Phone: Electric Boogaloo
I wonder if it’s going to be as terrible as their Fire OS.
They want to harvest the data, without Google’s control, and give none to Google.
That can be easily done with AOSP, to my knowledge there’s no Google stuff in there. Which is exactly what they’re using right now
There still is some google stuff in there, like for example phoning google servers to check internet connectivity among other stuff.
Yes, but those minor traces are easy enough to remove, especially if you don't care about being "ceritified" by Google (i.e. are not planning to run the Google services).
Exactly.
source.android.com/docs/setup/about/faqs
Google services are entirely missing from Android open source. The Google Play package is what contains the entirety of Google’s services.
Not sure if anyone remembers but back when cyanogenMod was the go-to, early versions had Google services included. Google sent a cease and desist notice and said it was a license violation. You cannot distribute it as part of the OS by default. The next release of cyanogenMod had it removed. Users had to flash the package if they wanted it.
Right but the topic was about google’s data harvesting and what I meant was that you can’t just grab any AOSP distribution if you want to minimize that, you need to pick one that replaces the parts that send data to google. LineageOS for example still phones google for quite a number of services.
As far as “easy to remove” goes, I think that’s kind of debatable if you want to do it in a way that’s sustainable long term considering the effort that goes into e.g. GrapheneOS or DivestOS.
Edit: here is a list of the kind of stuff you need to watch out for if you want to minimize the data sent to google
divestos.org/pages/network_connections
I was answering under the assumption/the context of of "Amazon wants to release an Android-based OS that doesn't contact any of Googles services".
So, when I said "easy enough to remove" that was relative to releasing any commercial OS based on AOSP, as in: this will be one of the smallest tasks involved in this whole venture.
They will need an (at least semi-automated) way to keep up with changes from upstream and still apply their own code-changes on top of that anyway and once that is set up, a small set of 10-ish 3-line patches is not a lot of effort. For an individual getting started and trying to keep that all up to do date individually it's a bit more of an effort, granted.
The list you linked is very interesting, but I suspect that much of that isn't in AOSP, my suspicion is that at most the things up to and excluding the Updater even exist in AOSP.
Yes but people are just sideloading GAPPS and escaping their ecosystem. Might even run custom launchers so you can’t experience their ads.
Nice! And they will probably differentiate from the competition by allowing GPL applications and sideloading, and having a total control for your privacy and no tracking, right?
Right?
In the beginning? Sure. Later? Well, you know, security and all, think of the kids!
And the grannies!
Best we can do is exclusive Amazon deals related to what you just talked about with your spouse.
Check out these great special offers in GPL applications and sideloading!
Lol
Yeah and maybe Bezos will finally allow his workers to have bathroom breaks
Delivery drivers are free to sideload a fully open bucket and take bathroom breaks in the privacy of their vans.
I know there’s sarcasm here, but the article did state an sdk will be available so apps need ported.
Probably will just be more like their own flavor of Android where they lock down the OS and insert all kinds of malware.
hopefully they’ll design some package manager incompatible with android at the most basic level - and then double down when it’s proven to be a huge mistake. a good tick upwards for dev jobs, but the time for actual competition was over 10 years ago. this will fail miserably.
Why? Chromeos is linux and can play android apps. Can’t linux run android apps as well? Waydroid, etc.?
Genuine question
For some reason I thought they had already made a nix OS
Fire OS
Fire OS, but it was just a fork of Android. There are mobile Linux distributions (like postmarketOS), but Fire wasn’t one of them.
They have, but it’s more of a container development kind of thing.
Cool. Another OS to avoid.
This is the best description for everyone
Agreed. If it was any company at all except Amazon there would be hope but come on. We’ve all seen what they did to the fire sticks
You won’t be saying that in a couple months when Facebook makes their own announcement.
Yeah fair, not ANY company
Hahahaha cool, Linux with ads and tracking and all the spyware you could ever want.
So just like android ?
Minus the sandboxing and security improvements, apparently
And no sideloading
Surely this other monopoly will save us
It’s a new management objective.
lets hope the devices can be rooted and we can have phosh or ubuntumobile or sth. like that flashed
Nice try Amazon. I’m not falling for it.
TL;DR Amazon is building a Linux distro that starts a chromium to run react native apps. Apparently, you need hundreds of people for that.
TBH Amazon has a whole zoo of devices. Even if they are putting a small team of 2 or 3 people in charge for porting this to each device, they might end up with a few hundred people
I’m confused, why not just continue with AOSP?
It already has most of the Google stuff stripped out and any remaining parts will be easy to replace in comparison to rebuilding and maintaining a much larger software stack while also simultaneously retaining compatibility with all the android apps already on their app store.
They want to throw this OS on smart home/automative/IoT type things. Android works in these situations, but it’s not necessarily ideal. Thing was designed for phones. It’s likely the only phone firmware in history that’s also been put in cars, espresso makers, washer/dryers, microwaves, and TV’s.
I completely get why the first waves of smart devices tended to just use Android – it’s easy to develop on and “lightweight enough” that the tradeoffs involved were generally acceptable. But those qualities only take you so far. Companies moving on to develop their own in-house OS’s for all these devices was the obvious next step.
.
I literally said this to a friend just two days ago… And yes… Also not what I meant.
These tentacular megacorporations are a problem. Amazon is OK as a merchant, MS as an OS developer, Google as a search engine… If they do vertical integration the market is corrupted.
I’m really dumb. Can you expand on vertical integration and how it corrupts? I’m not sure what it is or why it’s bad.
Vertical integration is when you control the entire product, in consumer electronics Apple is the gold standard; they make the software, hardware, and processors then integrate them into iPhones and macBooks. Tesla is a good example in the automotive space, their goal with the mega-factories is "raw materials in, cars out" and they work to build as many of the parts themselves as possible.
Alternately Microsoft just makes a good enough OS that runs on good enough hardware from commodity vendors, so you get good enough computers. Most auto makers buy good enough components from 2nd and 3rd tier suppliers and integrate them into good enough cars.
That is a great explanation of what vertical integration is. I am not sure I see why it is inherently bad.
I guess a large vertically integrated option could make it hard for alternatives to compete. That is more of a monopoly problem than a vertical integration issue though.
I do agree with interoperability requirements though. I see nothing wrong with Apple offering a fully vertically integrated product. The issue is when I cannot run my own OS on the hardware, my own apps on their OS, or interact with hardware from other vendors.
But that’s exactly the problem. If the company is kind about it, or forced to play nice by effective regulation, there’s no issue. But if there’s no regulation and the company wants to, it tends towards monopolistic tendencies. And there’s nothing that incentivizes a company to play nice forever, in fact they’re incentivized to maximize profit. So Vertical Integration is bad without being checked.
Thanks for providing such a great answer!
Honestly I feel like you have microsoft backwards, in my experience their hardware is so so much better than their software
All I have to ask is why though? They already have access to skinned aosp and from there can(and do)quite a bit of tweaking on their own. Fireos has been a worse version of android for some time now and Im unsure what the benefit of making their own in house OS would be.
If it’s a true GNU/Linux OS with compatibility with linux programs, then that would be kind of neat, and if it’s open enough to let advanced users install flatpaks(I suspect it’s going to be immutable so at least flatpaks would be nice) then that could be neat. Currently it’s very easy to sideload on fireos devices and even install the play store in full so it’s possible the end product could be more like the steamdeckOS which is very much a user friendly store front end with a power user true linux experience underneath.
That said, for some reason I suspect that they will be locking things down even more and its going to be one of those many user facing linux devices that’s technically linux but very limited. Like a smart fridge interface or something. If this is the case then dropping android support would be a bad move. You lose easy/lazy portability to your store from developers who already have a product to sell and you lose many apps that already exist, and for power users you lose access to the many apps that can easily be side loaded like tachiyomi(though I imagine amazon would rather you buy from them than buy their subsidized $80 tablets to read pirated manga/comics and library books on libby)
But who knows if they actually do an OK job this could lead to a new wave of GNU compatible touch forward apps for the rest of us. Linux has gotten a lot better at touch forward design over the last 4 or 5 years on its own, but its still fairly rough.
So they want more control over what people are able to install
The more you control something, the easier it is to take your
10%15%20%I think it’s even simpler than that: they want a share of Google’s data, and more control about what ads they can show to their customers constantly. Their hardware platforms are okayish and sold for a quite low price, but they monetize it on ads.
Amazon’s Fire devices already have this, they don’t use Android with Google, they use the fully open source version. They can collect any data they want already
Exactly this. There’s no nefarious motive to doing this, because Amazon can already do everything nefarious that they want to do with their current Android-based Fire OS.
I’m actually willing to take Amazon’s reasoning at face value for this. They say that Android is too heavyweight and inflexible for embedded IoT devices, and that they want to build something lighter. This makes plenty of sense, and is indeed something that Google themselves have also said as justification for their move to Fuschia for their own embedded devices.
For Linux fans, it’s probably a good thing that Amazon has chosen another Linux-based architecture rather than doing as Google are doing and moving off Linux to a different kernel.
Well i think it will help us to access more apps
Another not-Linux Linux based operating system. Can’t wait to argue same as with Android and ChromeOS that this is not like “real” desktop Linux looks.
We really should stick to calling it GNU or something.
Definitely not GNU, that’s even worse than calling it Linux. We should simply call it by it’s own name, Vega or whatever it ends up being. Android is Android. ChromeOS is ChromeOS. We can acknowledge they utilize the Linux kernel and some other open source code, and as such give some back. But they are not what we refer to as Linux, as that is a spirit as much as if not more than it is a collection of software.
I completely agree.
An OS is defined by its ecosystem ( applications, users, and philosophy ). Everybody knows what an actual Linux distribution is and the kinds of desktop environments ( eg. GNOME, KDE, XFCE ) and applications that Linux implies ( eg. Docker, Podman, Emacs, GIMP, OBS, LibreOffice ). It does not matter if the C library is Glibc or MUSL. It does not matter if things were compiled with GCC or Clang. It does not matter who wrote the version of ‘ls’ installed. It is not confusing when somebody tells you they are using “Linux” on the desktop, the server, or the cloud. You know what they mean.
Saying GNU / Linux does not add any clarity in my view and could be confusing or wrong. If you use Alpine in the cloud, you are using Linux ( very clear ) but not GNU / Linux. If you are using Void on your desktop, you are using Linux ( but maybe not Glibc ). Is one version of Void Linux called GNU / Linux and the other one isn’t? It is not a useful label other than politically.
Android and ChromeOS use the Linux kernel but are not Linux distributions by any useful use of that term. If I switch you from Void to Arch, you could use it for hours without noticing the change. You might not notice until you went to update software. If I moved you to Android or ChromeOS, you would certainly notice right away. In some ways, Windows is a more similar environment than Android is.
If I say, “I use Linux”, you do not have to ask me if I mean Android or if I have a Chromebook. People that don’t “know” that these other systems use the Linux kernel would never make that mistake. The “confusion” is artificial.
As a non-Linux example, is there anybody that is confused that the XBox uses the Windows kernel? Even if I say “I game on Windows”, would you honestly wonder if I meant XBox? Or would it be super obvious that I meant on a PC?
If I say, “I game on Linux”, you again know that I do not mean Android or ChromeOS ( unless I am purposely trying to be arrogant or funny about it ). You might ask if I am using a Stream Deck but, guess what, the Deck also boots into KDE. It really is Linux.
My Nest thermometer and my IP camera both run the Linux kernel as well. Do we need a special name for them? No. Nobody is truthfully confused by that either. Would we call them GNU / Linux even if they use Glibc? I hope not. So what does GNU / Linux even refer to outside of the political meaning?
A third competitor for Android and iOS would be amazing. But not if it’s Amazon…
I just read an article about how they’re increasing advertising on their Fire TVs. Rest assured, an Amazon OS is an Advertising OS.
Although, from what I’ve gathered of public opinion online, there’s LOTS of people willing to forgo their privacy in exchange for free shit.
Edit: Oh…
And that article arstechnica.com/…/after-luring-customers-with-low…
Amazon would sell your DNA for 25 cents if they could.
No difference to Google then
Google would sell it for 20 cents
Apple would sell for 10 but would deny until death that it sold, and still convince you to believe that it didn’t sell.In addition to giving it a “cool” name like DNA Titanium Protection XDR or something like that,
OOnly if it is Libre Software. We are tired of proprietary rubbish
Android is already free software, and see how far that gets you. The kicker is that you’re tied into their services (with all the data harvesting, targeted advertising and monetisation that that involves).
If you’re tied to their non-free services, then its not free software.
I use GrapheneOS. Not all android is born equal
Yes, because it is permissively open source, not only are these companies free to build what they want - we are entitled to that same right. We therefore created LineageOS and GrapheneOS, and its really great.
There’s also a lot of motivated people getting regular Linux distributions running on mobile devices too, so we have that as well
pine64.com/product-category/pinephone/
pine64.com/product-category/…/pinephone-pro/
There is already something in the works (that you can technically buy right now if you wanted), and it actively respects your freedom. Granted, as with everything in this ecosystem, its a very slow burn, so it’ll be a while before the software is actually good, but it’s already made massive strides from where it started.
I would say wait a bit and take a look at this later, but i do have one friend daily driving one now to some success (this wasn’t possible a year ago).
That would be great, but you can buy a $20 burner from a gas station that’s more powerful than those phones.
The regular version uses the Allwinner A64 chip which retailed for $5 when it was released… Back in 2015.
The Pro version uses the RK3399S, which is a custom lower binned version of the RK3399. Neither chip was made available retail, but the SK3399 was released in 2016 and only otherwise used in low-end Chromebooks and SBCs.
Sure, but calling them out for not being a $20 burner phone doesnt make sense when you’re comparing that to a developer/development device. This phone specifically isnt meant for everyday consumers. What it is, however, is a signal that there is now a third competitor in the works, and it’s real and tangible.
Probably because it is stupid simple to escape their ecosystem just by sideloading apps. They want to lock you down with their own OS.
Oh so I won’t be able to sideload streaming APKs onto any new Amazon devices? Guess you can fucking keep your shit hardware then
But that would also mean you can sideload a whole another OS, maybe?
Locked boot loader says otherwise
There are two options here, given that the OS seems to rely heavily on React Native to work: having the streaming APKs converted to React Native apps, or simply use the web browser and PWAs.
So basically
“Windows for freeloaders: “You are the product™” edition.”
So… Windows?
Good luck getting all the developers to rewrite their apps. The only reason you had any apps was because it was based on Android so it was little to no effort to port. Going plain ol’ embedded Linux is basically the death knell of your developer story. Source: been there, had no third party apps, switched to Android
I’m sure they have thought of this, I wonder if they plan to use web apps, or Waydroid, or something else.
Also, there’s a chance mobile Linux could benefit from sponsorships, contributions, etc
It’s in the article. Web based stuff with REACT.
Edit: It’s REACT Native. Just read the fucking article, people.
Oh man PWA as a replace to traditional apps have been promised for a while. On one hand the promise of write once run anywhere on the other less ability to lock down your app from your users (good for us, but not popular in the mobile space at the moment)
PWAs are great if they’re written well, especially if they allow offline access.
There’s platforms like React Native where the apps are native on each platform (they use native UI widgets). You can’t just run the same code, but you can reuse probably 90-95% of code across platforms.
I will have to check that out!
Firefox did it like 10 years ago. I think it’s still going around under a different name in very low tier smart phones.
You’re likely thinking KaiOS. They are still contributing what is required under MPL-2.0 but the rest is proprietary. KaiOS 3.x finally got off of a browser from 2016 as the base, but very few have upgraded their apps to be compatible (the tweaks were minor) & others have used it as a reminder that they were still ‘supporting’ a platform like whoever is maintaining or using that WhatsApp thing for chat.
There’s also Capyloon built from B2G, but it’s still early on & is targeting touch phones, instead of feature phones.
It would be nice to see it around IMO since it’d just be another enhancement to progressive web applications & JavaScript is a better target than Java or Swift.
Waydroid makes no sense since they are complaining people just sideload gapps.
You sure about that?
.
The mixed blessing of GPLv2
blursing.
Amazon out here thinking “could you imagine how much cheap garbage we could try to sell people if we can harvest literally all of the data directly?”
Lmao, they can have fun with that. I can’t imagine it being anything decent. A mobile phone equivalent of a DVD Player OS lol
“Equivalent of a DVD player OS” is now my go-to insult for a bad OS.
I’m honoured lol
Curious if it’ll be opensource and mobile linux distro. If Amazon gets into the mobile linux game, the mobile phone market might change radically.
You seem confused. Amazon is in the business of stealing open source project in order to sell them as AWS services, not making them.
Then complaining that the license changes and gaslighting the group they steal from.
You’re right.
Amazon can’t make TVs or ereades without filling them to the brim with ads and spyware like the greedy shits they are, I dont want to think about how screwed up their OS would be. As much as I sneer at Microsoft and windows BS as a snobby Linux user I get the impression amazon would be way worse and make Ol Gatey boy say ‘have a little class, would you?’
If it runs Amazon-Linux it won’t take long for someone to build a Wamazon Linux distro with all the features and none of the crap.
If anything, it’ll be a thing where amazon ends up close sourcing the code/parts that they create after forking whatever OS they decide. That, or they’ll just close source the entire codebase 100% before release without any regard or repercussions.
I don’t know what “features” Amazon would include that aren’t somehow directly tied into their store and ease of shopping…aka “crap.” It’s not like they would build a better video/audio driver or something. It would all just be more…advertising and analytics, probably on a cheap platform as hardware has never been their largest source of income, to include Kindles (AWS is, last I checked). Strip those two out of their build and we have essentially an untouched kernel lol, at least that’s how I see it happening.
if it’s anything like amazon linux on ec2 i’ll pass
What are your issues with it? Just curious - I’ve always found it to be an agreeable RHEL variant.
What are your issues with it? Just curious - I’ve always found it to be an agreeable RHEL variant.
note: you accidentally said the same thing twice
Did it post twice? I think there is a bug somewhere between lemmy clients. I see it happen from time to time.
probably, just wanted to inform you :)
The author is exited but I’m not. I am not a big fan of corporations taking the free work of FOSS developers and turning it into a proprietary dystopia.
I think that having a strong public domain is good for everyone. For instance properties like Sherlock Holmes really took off once it was in the public domain and people could write spin-offs and whatnot without worry that a copyright lawyer would come along and sue them.
Linux is the same thing, Amazon using the kernel and stuff to build an OS on doesn’t take anything away from anyone else who uses Linux as a desktop or server environment, and in fact can lead to some good pass back, even if it is just that the devices are easier to root. Take a look at the Open-wrt project, where Linksys built their router on top of a Linux kernel and it led to a whole ecosystem of open routers. People went out of their way to buy a WRT-42G just with the intent of rooting it, and Linksys got their money either way.
If it were anyone other than Amazon or Apple.
Speaking of which, isn’t MacOS Linux based these days? How much have they contributed back? (Genuine question)
A quick search confirms that MacOS is based from proprietary BSD UNIX code. It is not compatible with Linux
It’s pretty annoying you replied to someone’s nice, well thought out comment with your own bullshit. Then speculated about something you could have googled in 7 seconds max.
Amazon using Linux isn’t the concern. What OP was referring to are things like their use of Elasticsearch. It’s basically Amazon’s version of embrace, extend, extinguish. It got so bad, that the devs of Elasticsearch changed their licensing as a way to fight against Amazon’s tactics.
www.elastic.co/blog/why-license-change-aws
Open source is great. But when other companies take the open source code as their own to the detriment to the original open source devs, that’s not sustainable. That behaviour will kill open source.
GPLv3 fixes that
This is the correct response.
Absolutely hell no.
LMFAO, can’t wait to see Adbuntu.
But thats just a derivative of Debiad.
The only thing I care about in this is if they will contribute anything back to the open source ecosystem, be it code or anything else.
No chance. Amazon has a long history of using a ton of FOSS code on AWS and contributing fuck-all.
What are the chances this will not produce wrong doing?
This is the question. Nevertheless, can it be worst than Google?
Has the potential to be as bad as…
If all the apps are in React Native I feel like they are gonna have a bad time. If you’re not careful React Native apps have bad performance, and Fire TVs don’t have a lot of performance to spare.
I already tried an Amazon Fire tablet, Amazon. No thanks. I returned it. I don’t need a locked-down console that spies on me. Windows is well on its way to becoming that already.
I tried to get one since it was 30 bucks, so I’m not too surprised this is how they operated. They are locking down jindles real hard too. Probably going to make a lot of ewaste.
oh great, yet another platform that will use free software to restrict what people can do with their computing devices 🤮
how is this supposed to be a good thing? 🙄
I’m not sure how this is in any way different from android? Android is free software they use to restrict the computing they devices they sell to push more ads and junkware. This is just a different one. Amazon sucks, so I don’t see what move they could make that could be seen as positive. Just don’t buy their garbage devices.
With any luck they’ll probably introduce some new exploits to free up the device.
I am in dire need of decent linux smartphones that aren’t android. Can Valve just get to it please?
Well you see, it makes rich people more money.
Save us phosh, or something similar…
Most TV operating systems are already non-android linux based. They mostly just run webapps.
As. Someone who is incredibly poor and use my current fire stick as a way to help me because of accessibility for my disabilities. Does anybody know if there’s a alternative to Chromecast, fire stick or Roku that doesn’t involve another computer (which I could get a raspberry pi or another computer dedicated to media, but government doesn’t believe in giving disabled people enough for those things)
technically miracast: tcl.com/…/miracast-android-phone-to-the-living-ro….
Thanks, captain Obvious. :-D
Instead of subscribing to whatever streaming services you’re using roku for, you could be streaming everything for free here: fmoviesz.to
Use the money you save to buy a raspberry pi and wireless keyboard+mouse combo then you’re off to the races.
I don’t pay for my streaming services. My mom who is barley surviving too and others pay for it. Had no choice really. Sense I have zero income it’s hard to save up. (been battling the government for nearly 6 year’s to get SSI or anything to help )
You always have a choice when it comes to entertainment, especially digital.
Tell your mom who is barely surviving that she can stream more things for free than what she’s getting with her subscriptions.
Spread the love.
I know it won’t happen, but it’d be nice if Linux switched to GPLv3. That would at least help somewhat here
Why?
It is because of the tivo workaround to GPLv2. This was fixed in GPL v3.
en.m.wikipedia.org/wiki/Tivoization
Damn that sucks. I think Linux is too “free as in free beer” but hey there is BSD
How would BSD help in this situation? I’m not sure I follow.
Bsd is even less copyleft. Was meant as an even more “liberal” option
While I don’t mind BSDs, that would lead to even worse outcomes though in my view. Companies wouldn’t even have to release the source code, and they routinely don’t.
What we need is more copyleft to ensure companies contribute back to the communities they leach from, not less.
Agree totally.
Won’t ever happen, Linus is very much in favor of companies being able to use drm, when needed.
I kinda sorta agree because without it Linux wouldn’t be able to do anything requiring dr.m
This is misleading, since regular desktop DRM would still obviously work, which is what the end user really cares about
I haven’t looked into it for a while but iirc, certain DRM would require DRM kernel modules which is something that Linus explicitly wants to allow
The anti-tivoization clause in GPLv3 is what Linus is against specifically.
All I’m hearing is that we might be able to hack these devices and put full Linux on them.
All I’m hearing is a subscription to remove the adverts on the command line.
See, that’s the situation where we just don’t use them. I’m talking about wiping the original OS and putting something that’s really FOSS in its place.
Ugh I don’t know which is worse. Next timeline, portal gun.