linux

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

darcy, in Richard Stallman has cancer
@darcy@sh.itjust.works avatar

cancer is bloat

mexicancartel,

Unknown proprietary blobs intervening his free-functioning body

EponymousBosh, in Preparing to move from Ubuntu to Fedora
@EponymousBosh@beehaw.org avatar

Honestly, if you like Ubuntu but dislike Snaps, Linux Mint might be a better choice than Fedora if you’re not as comfortable with Linux. Mint is basically “Ubuntu without all Canonical’s garbage.”

Interstellar_1,
@Interstellar_1@pawb.social avatar

I used fedora before I was comfortable with Linux and I didn’t have any problems with it.

jcarax,

I agree with this, Fedora is pretty boring. It’s polished and well thought out. Just wait a few weeks before upgrading to new versions, but that goes for pretty much everyone besides Debian stable.

Pantherina,

Do not use Mint. Ubuntu uses GNOME which is modern and secure. Mint will need a year or so to get Wayland support, and it will always be behind on security updates. Just run unsnap, install the apps and Gnome tweaks you want I would say.

jcarax,

Why is using Ubuntu against it’s nature, by removing snaps, preferable to moving to a distro that aligns more with OP’s preferences?

Pantherina,

You remove snaps thats it. No custom repos or old X11 desktop

jcarax,

I guess, but Canonical keeps trying to stand out against the crowd with one thing or another. Mir, Snap, etc. Unless you buy into their supposed vision, why bother?

pound_heap,

I really like GNOME. I know not enough about security of it compared to Cinnamon

mmstick, (edited ) in Why are there so many (rust) GTK apps and so little Qt ones?
@mmstick@lemmy.world avatar

GNOME was focusing on building Rust bindings for GTK for many years before Qt development picked up. The GTK bindings were usable within a year or two after Rust’s 1.0 release. Yet even today, those looking to build applications in Rust will find that GTK is the only mature toolkit right now. And if you’re doing that today, I’d recommend starting with Relm4 for the best GTK Rust experience.

Rust does not support the C++ ABI, and Qt does not provide a C interface, so much work has to be done on building the tooling for binding C++ libraries to Rust. That work is still ongoing, so some have opted to use QML instead of interfacing with Qt C++ libraries. Yet if you’re looking to use Qt or QML, you may as well use Slint instead. It’s developed by former Qt/Trolltech developers and has a similar approach as QML.

tfw_no_toiletpaper, in what caused you to get into Linux?

Ey @linuxguys I might install a desktop distro on a notebook with Nvidia card I no longer really use to get used to it. I sometimes have to work with Debian servers but I have no more than basic knowledge about Linux. Any distro recommendations, regarding desktop use and gaming (if the notebook is supported at all…)?

endhits,

If it has those hybrid graphics setups, pop os is made to support those by default. And their flavor of gnome is pretty good, they even have a fully custom DE coming eventually.

teolan, in Why are there so many (rust) GTK apps and so little Qt ones?
@teolan@lemmy.world avatar

GTK is in bare C, which is rather easy to interop with Rust. Even if using GLib from Rust is a pain, GTK can and does have decent Rust bindings.

QT on the other hand is C++ with object oriented stuff, and therefore cannot have easy bindings to Rust.

Pantherina,

Could you explain C bindings in Rust to a nonprogrammer? Does this mean GTK can’t use Rust natively, at least for the interface?

zygo_histo_morpheus,

Rust can use all basic C data types, but it can’t use C++ classes, in any straightforward way at least.

ani,

Bindings are like translations of the relevant C code to Rust so they can use Rust to talk (interop) with the C library instead of having to use C.

Does this mean GTK can’t use Rust natively, at least for the interface?

I never used GTK, but I suppose from this conversation that yes.

AlmightySnoo, (edited ) in what caused you to get into Linux?
@AlmightySnoo@lemmy.world avatar

I was learning C/C++ back then and although the nostalgia is strong with this one, Turbo C++ was obviously shit (and Borland quickly killed it later anyway), and while looking around for alternatives I found DJGPP which introduced me to the GNU toolchain and so the jump to Linux to have all of that natively instead of running on DOS was very natural. My very first distro was Redhat Linux 6.2 that I got as a free CD along with a magazine (also got a Corel Linux CD the same way that I was excited about given how their WordPerfect was all the rage back then but I was never able to install it, I don’t remember what the issue was) and it looked like this (screenshot from everythinglinux.org/redhat62/index.html ):

https://lemmy.world/pictrs/image/86bb0713-0178-4445-9b68-99dd9370115f.png

FirstWizardZorander,

6.2 was my first also. Your screenshot brought back so much nostalgia ❤️

humancrayon,
@humancrayon@sh.itjust.works avatar

I miss those buttons in Netscape.

OsrsNeedsF2P, in I Made Screen Brightness Control on Gnome Much Better

The MR is about 4 weeks old now and the maintainers haven’t looked at it yet

Looks like someone gave a review about 15hrs before this post

abuttandahalf,

Yep, I’m working through the review. He’s a contributor though not a maintainer.

zolax, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh

oh wow another colemak-dh user

but I’d avoid converting until you’re able to touch-type. then you can show off to everyone w/ your weird-looking keyboard layout lol

Hairyblue, in Winewayland.drv: part 11: Mouselook support · Merge requests
@Hairyblue@kbin.social avatar

More Wayland suppose, yes!

furycd001, in Arch or NixOS?
@furycd001@lemmy.ml avatar

All Linux distros can be unstable & really it all comes down to how you use your system…

Chobbes, (edited ) in Wanting to improve my Linux skills after 17 months of daily driving Linux

I really do recommend doing a Gentoo install at some point, because I think you would learn a lot from it. It’s a really nice experience and a well put together distro. The compiling is potentially not as bad as you think, but there are a couple of packages that are notoriously painful to compile (there are prebuilt binaries available for some of the painful ones if desired too). You’d probably get a decent amount out of an Arch install too. Arch isn’t my cup of tea, but lots of people like it and it’d be quicker to get started than Gentoo. I’m not sure I’d recommend it for you at this stage but eventually you should check out NixOS too! You can even try the package manager out on any distro you want. NixOS is really interesting, but it does things a bit different from other distros, and if you’ve done an Arch / Gentoo install it’ll be interesting to see what NixOS does in contrast.

Other things to mess with… You mention partitioning, so make sure to check out LVM, and also consider reading a bit about filesystems. Maybe give btrfs a go :).

I wouldn’t worry about daily driving either Gentoo or Arch. Once you have them set up you’ll probably be fine.

Pantherina,

Ironically the huge packages will have best security and speed benefits when compiled yourself

Chobbes,

I don’t think it’s that clear cut to be honest. More code doesn’t mean the package benefits more from optimizations at all, and even if that were true you might care more about the performance of the kernel or various small libraries that are used by a lot of programs as opposed to how fast some random application that depends on qt-WebKit is:

Auli,

Never noticed the speed difference besides the insanely long install times. But it was a long time ago I used it, but I did learn a lot.

Teon, in what caused you to get into Linux?
@Teon@kbin.social avatar

McAfee Antivirus.
Got so tired of the software slowing down the computer and freaking out over non-virus programs. Also the price to renew was stupid.
No need for AV running 24/7 on Linux.
After using a few different distros over a couple of years I decided to never go back to Windows (and I detest Apple so that will never be an option), and I settled on Kubuntu.
So. Damn. Happy.

Cwilliams,

Malwarebytes for me, but same thing

thelastknowngod, in what caused you to get into Linux?

Hated Windows. TechTV had a download of day that “works on both Windows and Linux!”

“I don’t know what Linux is but it can’t be worse that Windows.”

I’ve been on it ever since. That was 20+ years ago.

I honestly don’t know how windows works… I only ever used it for about a year and some change when I was a teenager in the 90s.

Cwilliams,

I don’t know what linux is but it can’t be worse than Windows.

Lmao

Strit, in Switching GPU
@Strit@lemmy.linuxuserspace.show avatar

I know of PRIME, which can be used to offload work to dedicated GPU’s.

wiki.archlinux.org/title/PRIME#For_open_source_dr…

INeedMana,
@INeedMana@lemmy.world avatar

I’ve also found this article that doesn’t add nvidia to the mix. But in general it seems to work the same for both as long as you have the drivers proper for your hardware installed

AlijahTheMediocre, in Zorin OS 17 Beta Released with Quick Settings, Spatial Desktop, and More

Opensource has a forking problem. So much time spent maintaing projects with only a few tweaks differentiating them.

Mint at least improves upon Ubuntu significantly and undoes a lot of their unpopular corporatey decisions. Zorin is literally just Ubuntu with a different face.

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