this post was submitted on 24 Jul 2024
59 points (100.0% liked)

Linux

81 readers
24 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 
top 17 comments
sorted by: hot top controversial new old
[–] Johanno@feddit.org 60 points 3 months ago (1 children)

Discord?

Eh! If this is the only community place, then thanks no.

[–] kionite231@lemmy.ca 1 points 3 months ago (1 children)

You could make discord <--> IRC bot. Problem solved :D

[–] dnzm@feddit.nl 41 points 3 months ago (1 children)

No, problem not solved, problem half-heartedly worked around. People dislike Discord for several reasons, bridging it to whatever different platform will at best be a bandaid.

[–] amanda@aggregatet.org 2 points 3 months ago (1 children)

Do they even allow that kind of interoperability? I thought Discord was 100% our terrible browser application way or the highway?

[–] dnzm@feddit.nl 2 points 3 months ago (1 children)

They don't, officially, as far as I know it's always been an "at your own risk, might get your account banned" endeavor.

[–] amanda@aggregatet.org 1 points 3 months ago

Antitrust crackdown when

[–] rah@feddit.uk 30 points 3 months ago
[–] forrgott@lemm.ee 26 points 3 months ago

Your couldn't throw us a bone by including a link? 😉

That's okay, I got you covered.

[–] thingsiplay 15 points 3 months ago* (last edited 3 months ago)

~~As always, if you upload an image as post content, then at least link to the project in the post body: https://vanillaos.org Not because its hard to type, its just good practice in my opinion. Gets more true the more complicated the links get, BTW. /rant over~~

In short, this distribution is based on Distrobox, which is a manager to install applications from various other distributions. So it comes with a package manager, that is actually managing Distrobox. The cool thing about Distrobox is, that you can install packages from Arch or Ubuntu and they are all sandboxed in their environment. But you can "export" those apps, so that it integrates into your actual host system. BTW its not emulation, its sandboxed like Flatpak is in example.

I'm curious about this OS for a very long time. But to me it complicates stuff a bit over a regular OS. I'm not ready for Distrobox, but love the concept it has. If I was on Debian, then this would be a whole lot more interesting to me. But when I think about, its probably not bad for developers too. Maybe I'll get into it someday.

[–] adespoton@lemmy.ca 6 points 3 months ago (1 children)

So… immutable fork of Ubuntu 21?

[–] Successful_Try543@feddit.org 8 points 3 months ago* (last edited 3 months ago) (1 children)
[–] cerement@slrpnk.net 11 points 3 months ago (1 children)

Vanilla OS is the Ubuntu derivative, Vanilla OS 2 Orchid will be the Debian derivative

[–] Successful_Try543@feddit.org 4 points 3 months ago* (last edited 3 months ago)

TY, when scrolling through the site, I didn't find a single time mentioning it Ubuntu, but Debian compatibility. However the beta release notification is enlightening:

The system consists of a hybrid base of Debian packages and Vib modules. The major change in Orchid is the switch from Ubuntu to Debian, providing more flexibility and control over the system and update distribution.

[–] gnuplusmatt@reddthat.com 5 points 3 months ago (1 children)

what's the immutability / atomic mechanism for this? not ostree or btrfs like fedora and opensuse's offerings? All I see is A/B partitioning listed? something more akin to android?

[–] bsergay@discuss.online 12 points 3 months ago* (last edited 3 months ago)

Read this for the most complete and comprehensive answer on the matter.

TL;DR: Like Fedora Atomic, it utilizes OCI images for its immutability. However, while Fedora Atomic combines this with libostree/OSTree for git-like management of your system, Vanilla OS (instead) keeps it relatively simple with just A/B partioning; which indeed is somewhat reminiscent to what's found on Android.

[–] henfredemars@infosec.pub 2 points 3 months ago

This looks interesting but so different from what I’m used to that I’ll stick to my BTRFS snapshot-based system until I understand it better. Perhaps I’ll try it in a VM.

[–] JustEnoughDucks@feddit.nl 1 points 3 months ago

How are they handling things that need low level access and don't work well in distrobox like pen tablet drivers, CoreCtrl/undervolting software, printer drivers, etc...?