linux

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

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.

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.

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.

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.

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

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)

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.

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.

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

Semi-Hemi-Demigod, in Calibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs
@Semi-Hemi-Demigod@kbin.social avatar

I would really love a version of Calibre that ran in a web browser instead of a desktop app

auskast,

docs.linuxserver.io/images/docker-calibre

Run this in a docker container which exposes a vnc-style web interface.

Semi-Hemi-Demigod,
@Semi-Hemi-Demigod@kbin.social avatar

vnc-style web interface

That's still not what I'm looking for. What's wrong with good old HTML?

jodanlime,
@jodanlime@midwest.social avatar

There was somebody on the Linux reddit with a self hostable ebook app just a week or so. It looked slick but wasn’t really that useful for me. Might be worth a look.

knfrmity,

That docker image does have a basic web interface as well, but it’s limited to adding, downloading, and editing the metadata of single files.

COPS is cool too but it’s only a download interface.

VelociCatTurd,

Another user posted a link to Calibre-Web in this thread and I would def use that instead of this.

k_rol,

They are just trying to help, nothing wrong with html.

donio,

I would like the ability to do a CLI-only build since I only really use the ebook-convert command. Never felt the need to “manage” my ebooks.

KickMeElmo,

While it isn’t a perfect solution, you can run calibre-server and only close it to open the GUI when you need to convert.

donio,

Yeah, I ended up doing something similar but using my own Dockerfile where I specified ebook-convert as the entry point.

aperson,

So you want an entirely different app then. The desktop app would have to be completely rewritten.

netwren,

Can you give a specific reason?

I feel that I’m usually more upset that apps choose electron and I have performance issue because they didn’t spend time writing a proper lightweight desktop application. I feel like Calibre is actually one of those apps.

I could see portability across devices being useful but is the Calibre interface really going to be conducive for that?

Semi-Hemi-Demigod,
@Semi-Hemi-Demigod@kbin.social avatar

All the other services I have running are on a server in my closet, which I access with a web browser from other devices. Calibre needing to run on my workstation is a big shift in that workflow. Especially because all the rest of my media is sitting on that server.

Also, UX of open source desktop apps is… lacking. They don’t look good, and they don’t feel good to use. But that might be because I’m picky and spoiled by decades of using a Mac.

I definitely don’t want more Electron apps. About the only things I want to run locally is a browser, a text editor, and a terminal.

netwren,

That’s fair but I think one of the most critical features of Calibre for me is interfacing with my e-reader over USB to download/upload my epubs. I don’t know how that would work from a Browser app.

warmaster,

I’m running Calibre on the web using hub.docker.com/r/linuxserver/calibre

Pantherina,

Solved?

You can use Podman too, if that would be a problem.

Look at StirlingPDF if you want an example how to run OR are interested in a great web-UI PDF editor based off various open sourc tools, in a single interface

warmaster,

StirlingPDF is freaking awesome, although I don’t know how it relates to the post.

dr_robot,
@dr_robot@kbin.social avatar
Semi-Hemi-Demigod,
@Semi-Hemi-Demigod@kbin.social avatar

I tried that but you need a Calibre library first, and that requires using Calibre AFAIK

Dhs92,

You can just create an empty calibre library using the desktop app and then import everything from the web UI.

Celediel,

Calibre-web even links an empty database in their readme so you can do exactly that without the desktop app.

psivchaz,

It’s unnecessarily annoying to set up, as the other user pointed out. But it can be set up by itself using hub.docker.com/r/linuxserver/calibre-web docker, and used standalone. The only trick is needing an empty database.

rambos,

Can you explain bit more please. I have calibre-web running, downloaded empty database, added some books in the same folder as database, but nothing is showing up in calibre-web gui. Did I miss something?

JackGreenEarth, in Metal music with Linux?

I use the web based DAW Bandlab

GustavoM, in Applications to reduce mouse usage
@GustavoM@lemmy.world avatar
paradox2011, in do the Linux/other distros developers play videogames??

There’s probably a mixture of those that do and those that don’t, but I’d imagine statistically speaking there is a majority who play videogames, especially given the generation that is coding now has grown up with video games as a big part of their childhood.

01adrianrdgz,
@01adrianrdgz@lemmy.world avatar

but older videogames were extremely proprietary… like NES or Sega… So it would be something different.

cerement,
@cerement@slrpnk.net avatar

video games started LONG before NES or Sega …

  • today’s MMORPGs would’ve developed far later if it wasn’t for all the MUDs developed on *nices
  • roguelikes
  • text adventures and interactive fiction
  • a lot of the classic RPGs got their starts through shareware
SatanicNotMessianic,

The oldest crpg I ever played was called advent, because the Vax computers could only use 6 characters for file names and so the people who ported it couldn’t use the actual name “adventure.” It was basically the same as the game infocom shipped as Zork.

Apparently the original implementation was on the PDP-10 in 1976. There might have been a couple other games that predated it by a year or two, but adventure was the big one in my opinion because it led (eventually) to the creation of the infocom text based game engine and a whole line of games ranging from hitchhiker’s guide to the galaxy to leather goddesses of Phobos.

cerement,
@cerement@slrpnk.net avatar
ProdigalFrog, (edited )

I don’t think stallman would say videogames being proprietary is evil, I believe he made an exception for art.

And bear in mind, every vintage console emulator to play those games are open source.

duncesplayed,
ProdigalFrog,

Oh, damn. Thanks for finding that man. Now I’m not sure where I read his stance on closed-source art. I might be mixing that up with Torvalds stance in tivoization, but I’m not sure. It might’ve been the Lunduke interview Wzstolzing mentioned.

duncesplayed, (edited )

No he does actually mention in the middle of that that while code must be free, art is different because art is not software. I guess he’s imagining a situation where a game would have multiple licences (one licence for the code, a different one for the art assets).

ProdigalFrog,

Very few games would qualify for that, unfortunately. One of the few that comes to mind would be when iD released the source code to Doom 1, 2, and 3 under GPL, but with the assets still under copyright.

walthervonstolzing,
@walthervonstolzing@lemmy.ml avatar

Somewhere im the bowels of youtube, there’s the footage of Stallman quarreling with B. Lunduke on this very question. It was a micro-scandal some 15 yrs. ago, I think.

ProdigalFrog,

Now that you mention it I faintly remember that. Been a long time since I watched Lunduke.

walthervonstolzing,
@walthervonstolzing@lemmy.ml avatar

This was on the ‘Linux Action Show’ on Jupiter Broadcasting; Lunduke used to be a very annoying co-host before getting replaced by Matt Hartley.

ProdigalFrog,

I was afraid to say it in case you liked him but YES. When I first got into Linux I subscribed to his standalone show on youtube, but he was so god damned long winded, I can’t tolerate any of his content now, especially since he got ‘weird’

andruid,

Noticable shift in his content for me to me too.

RagingToad, (edited )

I have never owned a console, but have been playing games since I was 4 (that would be 1981). Also I can’t remember paying for anything in those days :-) Everything came on cassettes and floppies.

I made some very basic text based games back then. Nothing that anyone else would ever play :-)

(Also I am a developer, but not in the FOSS sphere)

paradox2011,

I would be surprised if someone who games stuck entirely to open source options. Even so there are some pretty good entries out there like Shattered Pixel Dungeon. It’s pretty amazing and better than any top down SNES game I’ve ever seen.

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

That is like asking, “Do you think Linux devs make big phat poos every once in a while?”.

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

I’m sure they also poop if you’re not sure about that one either.

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