linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

worldofgeese, in Amazon Building its Own Linux-Based OS to Replace Android
@worldofgeese@lemmy.world avatar

I’m devastated they didn’t choose to pick up webOS for this.

squaresinger,

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,
@worldofgeese@lemmy.world avatar

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, in Amazon Building its Own Linux-Based OS to Replace Android

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,

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,
@theneverfox@pawb.social avatar

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

Anticorp,

Apps are going to be written in React Native

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,

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,

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,

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.

SatyrSack,

MorbiusJS

Potatos_are_not_friends,

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.

Anticorp,

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,

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, in Amazon Building its Own Linux-Based OS to Replace Android

Windows Phone: Electric Boogaloo

Dettweiler42, in Amazon Building its Own Linux-Based OS to Replace Android

I wonder if it’s going to be as terrible as their Fire OS.

Strit, in Fonts
@Strit@lemmy.linuxuserspace.show avatar

I’m a KDE Plasma user and it’s using Noto Fonts by default IIRC. So that’s what I use.

anbuchelva,

Same, but for terminal I use JetBrains mono

paradox2011, (edited ) in Fonts

Installing Microsoft TTF packages on my distro used to be one of the first things I did. Sometime back I ended up finding suitable replacements that are stock (less packages, less installation steps, less proprietary software.)

I’ve recently found the Inter-font package (mentioned in one of Infinitely Galactic’s YouTube videos. It’s excellent, clean like Noto Sans, but slightly more readable. I’ll swap in the Ubuntu font every now and then for fun though, I really like that one too.

heygooberman, in Fonts
@heygooberman@lemmy.today avatar

I’m on Linux Mint, and I installed the default fonts used on Pop OS, which are Fira and Roboto Slab

JackGreenEarth, in Fonts

I never changed the default font on GNOME. But for the website I’m building I use DINRoundPro

PlexSheep, in Fonts

Default plasma stuff and fora code NF for terminals and code editors (I use neovim mostly, so that’s the same in many cases)

makingStuffForFun, (edited ) in Amazon Building its Own Linux-Based OS to Replace Android
@makingStuffForFun@lemmy.ml avatar

They want to harvest the data, without Google’s control, and give none to Google.

Laser,

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,

There still is some google stuff in there, like for example phoning google servers to check internet connectivity among other stuff.

rentar42,

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,

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.

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.

mathemachristian, (edited )

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

rentar42,

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.

Auli,

Yes but people are just sideloading GAPPS and escaping their ecosystem. Might even run custom launchers so you can’t experience their ads.

cmnybo, in Fonts

I normally use the Deja Vu fonts. I do have the windows fonts installed, but that’s only for some wine programs that need them.

bdonvr, in Fonts

Ubuntu font. Ubuntu font best font.

pimeys, in Amazon Building its Own Linux-Based OS to Replace Android

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,

In the beginning? Sure. Later? Well, you know, security and all, think of the kids!

pastermil,

And the grannies!

KISSmyOS,

Best we can do is exclusive Amazon deals related to what you just talked about with your spouse.

Diplomjodler,

Check out these great special offers in GPL applications and sideloading!

yoz,

Lol

helenslunch,
@helenslunch@feddit.nl avatar

Probably will just be more like their own flavor of Android where they lock down the OS and insert all kinds of malware.

kittenzrulz123,

Yeah and maybe Bezos will finally allow his workers to have bathroom breaks

KISSmyOS,

Delivery drivers are free to sideload a fully open bucket and take bathroom breaks in the privacy of their vans.

Juvyn00b,

I know there’s sarcasm here, but the article did state an sdk will be available so apps need ported.

pan_troglodytes, (edited ) in Amazon Building its Own Linux-Based OS to Replace Android

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, (edited )

Why? Chromeos is linux and can play android apps. Can’t linux run android apps as well? Waydroid, etc.?

Genuine question

brunofin, in Fonts

I like the Ubuntu font for the system, but in the terminal and my IDE I use JetBrains Mono.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #