linux

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

Pantherina, in Linux 6.7 Features Include Bcachefs, Stable Meteor Lake Graphics, NVIDIA GSP & More Next-Gen Hardware - Phoronix

Nice! Can I format my external HDD with bcachefs and get performance increases for backups? I guess not, right?

Also its probably not supported in GUI partitionmanagers yet

baseless_discourse, (edited ) in Applications to reduce mouse usage

Cannot find a software with more appropriate name than this! Mouseless, it works flawlessly on both xorg and wayland.

Even if you dont need to replace your mouse (like me), it works great as a key mapper, much more fluid than AutoHotKey on Windows.

ScrewdriverFactoryFactoryProvider, in Metal music with Linux?
@ScrewdriverFactoryFactoryProvider@hexbear.net avatar

It’s good to know amp sims and VSTs on Linux have come far! The drums still aren’t where I’d like them to be to switch and I’ve tried several times to get Steven Slate Drums and Superior Drummer working with a VST bridge in Ubuntu Studio, with no luck. Still sticking with Apple for now, but at least I finally have Windows out of my house.

Feyter, in Metal music with Linux?

Really? last time I checked Windows was the dominant player in professional music production but I guess trends can change very quickly.

So there is no real reason preventing Linux to become the domint system at any time.

TimeSquirrel, (edited )
@TimeSquirrel@kbin.social avatar

last time I checked Windows was the dominant player

Huh? I am confused now. Has the cycle come back around again because in the late 90s/early 2000s last I checked when I was into this stuff, Apple was king with Pro Tools. It's been a while, I used to mess around with FL Studio 20 years ago.

JGrffn,

Huh, last I checked, the professional standard was Mac, at least for recording instruments. From what I vaguely recall, Windows has a latency issue due to how they handle audio stream inputs. I went through these woes myself once while using my guitar & Amp through my computer to practice with headphones on and having the music playing on top. The latency just doesn’t allow you to concentrate on what you’re playing, it completely distracts you. You can get it lower by doing something, I don’t remember what, but that solution ends up introducing random new bugs such as certain audio streams suddenly not playing at all for a while before fixing themselves, and it still doesn’t quite get latency low enough to not notice it.

Feyter,

Maybe it depends on who you ask or where you are. Maybe a US vs EU thing? I never was a professional Musician, but when I started reading about creating/composing music for Video Games I learned that many professional Studios run on Windows because of proprietary standards and software. that is not available for Apple (and Linux)

aarroyoc, in find, grep, sed, and awk
@aarroyoc@lemuria.es avatar

I always found “find” very confusing. Currently, I’m using “fd”, which I think has a more sensible UX

Nibodhika, in Need some help with a Kali linux

You need to run sudo apt update before trying to install things. Notice that you’ll need to do this every time unless you installed Kali with some permanent storage. Which is why it’s usually a better idea to just use your day-to-day Linux box for stuff, Kali is for when you want to not leave traces and not allow any backtrack to get to your actual system, for most non red team related stuff you don’t need Kali.

chunkyhairball, in State of the Nvidia open source driver in late 2023?

I REGRET buying an nvidia adapter when I had the opportunity to buy an AMD/Radeon adapter.

During the pandemic, I purchased an GeForce GTX 1650. It’s an older, Turing hardware-based card, so you’d think the driver support would be pretty mature, right? It has been NOTHING but problems.

On nouveau, it’s stable, but 3d acceleration just doesn’t work right. Under the nvidia open source driver, it corrupts the screen after boot and locks up entirely second later. Under the proprietary driver, it freezes on boot a good amount of the time.

Now, once I get it booted, it’s solid as a rock. I’ve gotta crank the engine over five or six times every time I DO boot, though. If I had it to do over again, I’d definitely have stuck with AMD.

wim,

Sounds similar to my most recent Nvidia experience.

jlow, in Mastering Joplin Notes: Tips and Tweaks

I’m using it daily but would be open to alternatives (markdown notes that can be synchronised locally between desktop and mobile) since their search (even after recently finding out that Ctrl-P is miles better) is just a desaster.

jlow,

Article links to this, which I’ll have a look at:

itsfoss.com/note-taking-apps-linux/

people,

Thanks for the tip about Ctrl-P.

As for the normal search box, I've found that adding wildcard character helps.

e.g. searching for "some" does not include notes with the word "something", but "some*" would.

rambos,

Obsidian + syncthing for all platforms. Probably also possible joplin + syncthing but didnt try that one

graphito,
@graphito@beehaw.org avatar

Would be interested in more detailed followup about the search. Anything in particular stands out?

jlow,

What I’d want is to do Ctrl-F anywhere to search everything, then get a list of results, click on an entry and get to the line in the note where the searched phrase is, having it highlighted.

Instead you have to click on “All notebooks” on the top left, search, which returns all the notes that have the phrase, click on one of them, search again and hope that it was the correct notebook or try the next one

Ctrl-P does what I want but it’s not highlighting the result which is just a minor inconvenience.

moonsnotreal,
@moonsnotreal@lemmy.blahaj.zone avatar

I use Qownnotes with syncthing syncing my notes folder to my phone. I use this notes app on mobile because it is the only one I could find that can access my sd card.

t_378,

Vimwiki + Syncthing. You can deafult your vimwiki to create markdown files… This only works if you use vim/neovim as your text editor.

Helix,

Logseq, it’s similar to Obsidian but fully FOSS.

jlow,

Yeah, tried that a few days ago and gave up on it after trying change the date format to something that wasn’t in their (horribly designed UX wise) options which basically mangled the whole thing. It sounds like a really cool system but I think I’ll wait a few years.

Potajito, in Metal music with Linux?

All my windows vst work great and with pretty much no configuration with yabridge. I think some heavy drm’ed vsts are a bit more problematic but most (all in my case) work.

SpaceNoodle, in find, grep, sed, and awk

I’ve only ever found a use for sed once two decades into my career, and that was to work around a bug due to misuse of BigInt for some hash calculations in a Java component; awk remains unused. Bash builtins cover almost everything for which I find those are typically used.

find and grep see heavy daily use.

palordrolap,

If you're using find all the time, check to see if you have or can have some variant of locate installed. It indexes everything* on the system (* this is configurable) and can be queried with partial pathnames, even with regex, and it's fast.

SpaceNoodle,

I use locate when I don’t know where the files are. Find has finer controls and can differentiate between regular files, links, directories, etc.

bizdelnick,

sed is not for daily use, it is for reusable scripts. For other purposes interactive editors are more convinient.

Secret300, in Is there an easy way to set up an email client so you get system notifications in GNOME once you receive an e-mail?

I use Geary and it works well. Just go into settings and allow it to check for notifications when app is closed. It’ll run and the background and I’ll get the notification then just open up thunderbird to actually check it

Secret300, in Should I install Linux on my smartphone?

I just bought a OnePlus 6 to test out mobile Linux and it’s not there yet. Firefox it a pain to use and it doesn’t auto rotate either. So far it’s been good to read manga on and… Ye that’s about it. Camera doesn’t work on it and the UI still isn’t the best. I haven’t used KDE’s DE for phones yet but I’ve used phosh and now I’m using gnome mobile and so far gnome mobile is a lot better but still buggy. I’m excited for the future development of it but with how locked down phones are it’s a bleak future

Secret300, in Sell Me on Linux

For me I just don’t like relying on some company. So if you don’t like getting fucking in the ass by tech giants use Linux

Secret300, in NVIDIA Linux Driver Adds Wayland Bug Fixes and Improvements

Night light will finally work! I hope fedora updates to it sooner than later

abadbronc, in find, grep, sed, and awk

I wish I could grep my car keys sometimes.

palordrolap,

Back in the 80s/90s there were keyrings that would play an alarm if they heard a whistle at a particular frequency. You're basically playing Marco Polo with your keys.

I assume they lost popularity because the batteries tended to run out at inopportune times. Batteries are better now. Maybe it's time those things made a comeback.

abadbronc,

I remember those! I think the comeback version is the Tile or AirTag but I’m too old to hear them beep.

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