linux

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

pastermil, in Enabling Bluetooth on Arch Linux

Meanwhile, Linux Mint users have it on by default.

Jumuta,

mint and arch aren’t made for the same people. Not everyone wants it on by default

lemmyvore, (edited )

Out of curiosity, what’s the point of installing Bluetooth but keeping it disabled?

I imagine the opposite would be the default most people wanted (enable it by default and let power users with a bizarre use case disable it manually).

sederx,

Because it’s a security risk but you might need it sometimes.

Jumuta,

because arch is a minimal distro and some people see the processing power used for bt to be wasted

wurzelwerk, in Metal music with Linux?
@wurzelwerk@kbin.social avatar

I personally like the fact that u-he, acmt and audio damage provide their plugins on linux. I know, not FOSS, but game changing when it comes to switching music production over to linux. Vital is also available on linux, as is bitwig as host.

Rustmilian, (edited ) in Enabling Bluetooth on Arch Linux
@Rustmilian@lemmy.world avatar

systemctl enable bluetooth.service
Next time just RTFM

jaykay, in do the Linux/other distros developers play videogames??
@jaykay@lemmy.zip avatar

I really wonder how you imagine Linux devs

PlexSheep, in A response to the "Boycott Wayland" article

Good post.

Despite all the progress in terms of Wayland, I still find my laptop to be unstable with plasma + Wayland on fedora 38. Many visual bugs, when the screensaver is entered and I move my mouse again, the screen just stays black until I close and open the lid.

Some booting and spontaneous shutdown issues too, but I assume that’s something else. (Framework 12 DIY)

ReveredOxygen,
@ReveredOxygen@sh.itjust.works avatar

Wayland limits me more than I’d like, with no global hotkeys and general low hackability. The only thing keeping me on it is the fact that I can’t figure out how to get fractional scaling on gnome xorg (also on fedora on a framework)

PlexSheep,

Scaling is one of the major things that suck. Probably on xorg too through. And especially with multiple screens in different ratios and uncommon ratios (like the frameworks 2:3 one)

loopgru,

Yeah, same experience on Wayland + GNOME for me. I want it to work, but stuff just breaks too often for me to accept at this point. How much of that is Wayland and how much of it is other things failing to work properly with it is kind of immaterial. Regardless, I’ll happily jump ship when it’s more baked, but now isn’t that time.

cybersandwich,

I would count myself among the people who dont have a huge attachment to x11 and am excited by the modern approach provided by wayland.

Ultimately, I just want my stuff to work. I am running pop and I tried booting into wayland, since they provide that as an option, but I was getting hardlocks. Something I haven’t had on a PC in over a decade. According to the log files it appeared to be related to wayland, so I switched back to x11 and haven’t had any issues since.

I am happy to switch to wayland, but I’ll be waiting on the pop devs to make it a focus–presumably after cosmic DE is out.

rufus, in do the Linux/other distros developers play videogames??

Probably a bit less than other people if you take an average between the groups of people because they spend their time tinkering with other stuff and software development takes time. If you do it as a hobby that eats into the time you could use for other hobbies. But I’m not sure if this holds true once you do that as your day job.

cows_are_underrated, in Metal music with Linux?

Djing on Linux is also not a big deal. With mixx you we have a great software for this.

You999,

Mixx is alright if you are a bedroom dj but it’s still a long way from the completion

federalreverse, (edited ) in This color picker on Flathub got rated 12+
@federalreverse@feddit.de avatar

It ships a file called https://github.com/stuartlangridge/ColourPicker/blob/app/pick/snark.py which is apparently used to name colors. Examples:

(0, 85, 85, ‘liquid Nyquil’),

(85, 170, 170, ‘smurf blood’),

(255, 170, 170, ‘“nude” tights that only match Becky's skin’),

noodlejetski,

such edge

ZeroEcks,

… Why would they include that. Fucking programmers man

driving_crooner,
@driving_crooner@lemmy.eco.br avatar

Don’t like it? Fork it.

ZeroEcks,

Yeah sure I’ll maintain a fork just over this and get it mainlined. Or they could just be normal lol

stardreamer, (edited )
@stardreamer@lemmy.blahaj.zone avatar

So let me get this straight, you want other people to work on a project that you yourself think is a hassle to maintain for free while also expecting the same level of professionalism of a 9to5 job?

myersguy,

Honestly, I enjoy the humorous colour names.

ChristianWS, (edited )

It makes translation more of a headache than it needs to be.

ReveredOxygen,
@ReveredOxygen@sh.itjust.works avatar

so don’t translate that file

veniasilente,

Not if you ascribe to Woolseyism.

duncesplayed,

Honestly, a colour picker is the last piece of software you should be translating names for. Even everyday colour names don’t have a direct translation. The line between “blue” and “green” is very slightly different than the line between “bleu” and “vert”, and the same goes for any other two languages. If you’re serious about your colour picker accuracy and you want to localize to another language, it would actually be more correct to have a completely different set of colour values, rather than trying to translate them. (Though “Liquid Nyquil” may be perceived the same across languages. I haven’t seen any studies on that one)

cerement,
@cerement@slrpnk.net avatar

The line between “blue” and “green”

grue

psudo,

I don’t know about this specific program, but pretty much every other time I’ve seen something like this it’s been treated as another language and is a way for developers to test that that feature actually works.

Flaky, (edited )
@Flaky@iusearchlinux.fyi avatar

iirc sudo has a bunch of quotes to spit out when an incorrect password is typed. Gentoo exposes that feature with the offensive USE flag.

Edit: Looks like Pick is sourcing the weirder names from this site: glitch.com/~name-that-color

Cysioland,
@Cysioland@lemmygrad.ml avatar

You can turn it on in other distros using Defaults insults option

ChristianWS, (edited )

iirc sudo has a bunch of quotes to spit out when an incorrect password is typed. Gentoo exposes that feature with the offensive USE flag.

Argh, why tho?

Like, I get that it is sometimes fun to throw some humor and things like that, but it is just too much trouble. It looks unprofessional and makes translation more of a pain than it needs to be. And that isn’t even opening the can of worms that insults actually are

Edit: alright, I got it. L for me

russjr08,
@russjr08@outpost.zeuslink.net avatar

It looks unprofessional

Often times, projects like this aren’t necessarily going for “professional” - its something the developer has made for themselves and is just being nice to share it and the source to the world.

Also, sometimes that sort of thing is directly related to making sure translations do actually work. While I doubt that was the case here, I remember seeing RedHat Linux for a while had a specific language option that changed the phrasing quite a bit (I believe it was in relation to how one of the devs on the team commonly spoke) and it was done to make sure that translations were working.

cerement,
@cerement@slrpnk.net avatar

people expecting “professional” out of one of the world’s largest hobby projects …

Kusimulkku,

why

Because fun

jivandabeast,

Then don’t use the feature lmfao

Stop complaining about developers having fun with software they’re providing you for free

omidmnz,

IIRC It was added because too many people had been hacking together such a feature in their configurations, more often than not compromising their security. They added the option to reduce the amount of damage such a stupid much-asked-for feature deals.

P.S.: Honestly, I have used the feature before. While it’s usually funny, it can be brutal from time to time.

Secret300,

Who gives a fuck about professionalism. This is software made by people for fun. Why don’t you try and have a lil fun

veniasilente,

It looks unprofessional

Are you complaining about this for free software when some software and platform thatcost around $44B (or $8/mo) are literal Nazi stinkholes?

Supermariofan67,

Because it’s funny

bizzle,
@bizzle@lemmy.world avatar

I just read all of them, there’s a bunch of names doubled up on different colors, 5/10

Revan343,

Because it’s mildly funny and hurts nobody?

GustavoM,
@GustavoM@lemmy.world avatar

It’s like we are in a big, nonstop Southpark episode.

Moobythegoldensock, (edited ) in Need some help with a Kali linux

Did you try apt update and apt search? Is it in the repositories you’re searching? Do you need to add a repository and/or build it from GitHub?

The reason Kali is a meme is because it’s intended for professionals but often used by newbies, and you’re asking a rather basic question about package management.

Bicyclejohn,

Will run apt update, just didn’t think to was needed cos it was a new iso.

I’m not very technical. Not good with terminals

Moobythegoldensock,

You’re running a live image, so the list of packages in the external repositories may be blank depending on how Kali does its defaults. Having apt fetch a package list is a very easy first troubleshooting step.

t_378, in find, grep, sed, and awk

What software did you use to put the slide deck together? It seems to work so nicely when placed on a webpage, too…

westyvw,

I don’t know what OP used, but it could be any one of the Markdown presentation tools.

I like reveal.js

Your presentation can go in git, looks good anywhere, and easily shared. It’s just html rendered.

docktordreh, in Applications to reduce mouse usage

I use tridactyl in firefox. Except for emacs and tiling wms I’m not too deep in applications for reducing mouse usage, I tend to use keyboards with ‘better mouse placement’ for example the tex shura which copies the thinkpad trackpoint, or a corne keyboard with a pimoroni trackball. Or a charybdis nano. Even using a smaller keyboard layout counts imo, my favourite non-ergo keyboard layout is 60% which reduces necessary arm-travel-distance a lot :)

the_q, in Enabling Bluetooth on Arch Linux

Arch users are so weird.

GustavoM, (edited ) in Use cases over 'distro' discussions
@GustavoM@lemmy.world avatar

Nowadays there are (less than $20) single board computers able to “run Linux” and decode 1080p videos like its nothing, so a perfect, plausible answer for your thread is simply “Why not a PC with Linux and another PC for Windows?”. Even if GNU/Linux is decent enough for gaming/working needs nowadays.

Then again, you might be arguing like distros have specific use cases – which is a straight up fallacy. Every distro is GNU/Linux at heart. Theres no such thing as “more useful” since you can simply remove packages/commands you don’t find pleasing/“useful” and add/compile another ones yourself.

radioactiveradio, (edited ) in This color picker on Flathub got rated 12+

Don’t do colours kids!

Edit: that came out kinda racist lol.

maxprime, in Calibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs

What is the difference between an audiobook and an audio epub? Does the latter contain both text and audio? Are they synced somehow?

LaggyKar, (edited )
@LaggyKar@programming.dev avatar

ePub is basically just a limited HTML page in a zip file (plus a bunch of metadata and CSS styles), and ePub 3 can contain audio and video elements embedded in the text, just like a webpage. With the most basic usage, it would just show up as an audio player in the middle of the text, no sync. But there is also a media overlay thing I haven’t looked much into that looks like it provides sync.

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