9to5linux.com

schema, to linux in Inkscape 1.3.1 Released with More Than 70 Bug Fixes and Two New Features

I remember fondly using I some years ago. Glad to hear it’s still going strong.

maxprime, to linux 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.

Semi-Hemi-Demigod, to linux 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.

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?

aperson,

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

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.

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,
@Pantherina@feddit.de avatar

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.

theshatterstone54, to linux in It's Official: Linux Kernel 6.6 Will Be LTS, Supported Until December 2026

Why couldn’t it be 6.7, which has bcachefs?

Chewy7324,

It’s initial bcachefs anyway, which doesn’t support all features yet and still needs a lot of work. I wouldn’t run bcachefs yet on any system where an LTS kernel is necessary.

GreenMario,

Cuz 6.6.6 is coming 😈

ryannathans,

So is christmas

k_rol,

Same

ryannathans,

What is the use case for bcachefs? ZFS exists and btrfs if you need to froth over licencing

aBundleOfFerrets,

Faster or something. I am personally peeved they took the tiered storage thing out of it because in my eyes that was it’s claim to fame

EddyBot,

typically it’s based on the last kernel release of the year which gets promoted to LTS, not because of certain features

lud, to linux in Blender 4.0 Released with Support for AMD RDNA2 and RDNA3 APUs, Node Tools

Official featured changes with fancy graphics: www.blender.org/download/releases/4-0/

joel1974, to linux in Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate

Do average users really notice a difference?

PropaGandalf,
@PropaGandalf@lemmy.world avatar

Yes! I’m eagarly waiting for bcachefs to land.

Namstel,

As a Linux noob I first thought you were just facerolling on your keyboard. But then I read it as b-cache-fs. It’s a new file system, I take it?

PropaGandalf,
@PropaGandalf@lemmy.world avatar

Exactly! It is a new Btrfs competitor and OpenZFS alternative that is built upon the bcache codebase.

Valmond,

Any more info for a geek without too much time?

petsoi,
@petsoi@discuss.tchncs.de avatar
Valmond,

Nice, thank you!

tetris11,
@tetris11@lemmy.ml avatar

Features include caching,[4] full file-system encryption using the ChaCha20 and Poly1305 algorithms,[5] native compression[4] via LZ4, gzip[6] and Zstandard,[7] snapshots,[4] CRC-32C and 64-bit checksumming.[3] It can span block devices, including in RAID configurations.

The main takeaway from the article is that the developer’s name is Kent Overstreet, who beat his bitter rival Surrey Underpath, who are both canonically related to famed developer Cornwall Midroad.

tetris11,
@tetris11@lemmy.ml avatar

Any word on RAM requirements?

sxan,
@sxan@midwest.social avatar

As someone else said, it’s similar to btrfs. bcachefs has a lot of functional overlap with btrfs, which is great. There have also been a few benchmarks showing that bcachesfs is faster for some situations (cold-cache warming, IIRC). One of the big advantages over btrfs is that bcachefs’s RAID is more robust - several of btrfs’s RAID levels have been marked as experimental and prone to data loss, for years. There’s been improvement in btrfs RAID lately; the skeptic in me believes this is directly a result of pressure from bcachefs, which is in a position to become a favored fs in Linux.

Treczoks,

And I'm waiting until bcachefs has sufficiently spread so I can see whether it really works or not.

IAm_A_Complete_Idiot,

Second person excited for bcachefs, I’m planning on swapping over as soon as it supports scrubbing.

XTL,

I really hope it would be a working one, not like xfs where your files may just disappear with no trace (never on Irix, never on any other fs) or like btrfs which may just suddenly go read only and be dead on reboot with no fsck and all data unreachable.

How hard is it to get the basics right? Doesn’t matter how much rice there is if it keeps blowing up.

KISSmyOS,

This is why I still use EXT4 and a daily full disk image backup.

XTL,

Me too. I’ve run 30 years with ext and bsd filesystems with no failure. Many years with various UNIX native fs as well. But Linux xfs, reiserfs, btrfs all have resulted in catastrophic failure within a year on several machines. They’re permanently off my list, but I have some hope that someone will get a new fs right.

taladar,

A lot of the time it obviously takes a little while for userland tools to catch up and for distros to include both the new kernel and userland tools for it into their latest versions but once that is done average users certainly do notice differences. Literally all the features that are talked about a lot like BPF or io_uring or all the features that make containers possible were introduced in a kernel release at some point.

warmaster,

Example:

Nvidia GSP in Nouveau:

Any video related improvement is a must-have for gamers. This release will improve Nvidia support in the open source driver.

cybersandwich, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux

Can you use the AMF encoder on Radeon cards with this?

Kata1yst,
@Kata1yst@kbin.social avatar
cybersandwich,

I should have said with the mesa drivers. :(

Sentau, (edited )

While I don’t know how, I do know that there is a way to have mesa for most things while having AMF encoder for encoding. Nobara has this set up out of the box so there is some way. Maybe you could search for it using a search engine

cybersandwich,

Does it really? I know when I looked into it a bit ago the main dev for nobara had a video about how to install it and use it but it didn’t let you split that out. You could quickly change back and forth between mesa and amdgpu but if you tried to run amf with mesa it would hard lock and crash

Sentau,

It has been some time since I tried out Nobara so I might be wrong. I just remember that Nobara page lists having amf encoder support out of the box as a feature

Kata1yst,
@Kata1yst@kbin.social avatar

Ah! Then like me you can use VKCapture. https://github.com/nowrep/obs-vkcapture.

It's not quite as fast as hardware accelerated, but it's as good as you can otherwise get.

tyftler, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux

Didn’t HEVC work by default for Years now?

kugmo,
@kugmo@sh.itjust.works avatar

Last time I tried it, HEVC was not on the mainline Linux builds, you had to build it from source with it enabled or use a plugin for it.

dopeshark, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux
@dopeshark@lemmy.world avatar

OBS rocks!

yukijoou, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux

huh… couldn’t you already get those through gstreamer or vaapi?

zurohki,

Those can do the heavy lifting, but OBS still has to ask them to do it.

yukijoou,

yeah, but i mean, i already had the option to use those in OBS!

interceder270,

Are you saying something else users will have to learn and configure themselves to get working?

yukijoou,

no, it was available as an option in OBS already…

flx,

on intel cards?

makeasnek, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux
@makeasnek@lemmy.ml avatar

OBS is an absolute powerhouse, an amazing example of what OSS can do

interceder270,

And so user friendly, too!

Nice to have a good UI that doesn’t encourage me to type in a bunch of bullshit.

Lamb, to linux in OBS Studio 30 Released with Support for Intel QSV H264, HEVC, and AV1 on Linux

Thank you for the news. 🥰

beejjorgensen, to linux in LibreOffice 7.5.8 Is Here as the Last Update in the Series, Upgrade to LibreOffice 7.6 Now
@beejjorgensen@lemmy.sdf.org avatar

Some comedian, I don’t recall who, talking about his “job interview”:

“Are you good with the Microsoft Office suite?”

“I excel at it.”

“…Did you just make an Office pun?”

“Word.”

I’ve been using LibreOffice for ages. It’s been excellent–a most impressive project.

Open_Mike, to linux in Audacity 3.4 Released with Music Workflows, New Exporter, and More

I'm still using 2.3.3 as 3.3.3 won't save project files on Google Drive. As a radio station, that's kinda important for creating sponsor messages etc.

Will check out Tenacity.

phx,

Couldn’t you just setup a local folder with syncing to drive enabled, and then save to that folder?

Damage, to linux in LibreOffice 7.5.8 Is Here as the Last Update in the Series, Upgrade to LibreOffice 7.6 Now

Of course, if you’re distro is already shipping the LibreOffice 7.6 office suite[…]

I’m not distro

bingbong,

Hey distro, I’m dad

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • Ask_kbincafe
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines