this post was submitted on 17 Nov 2023
3 points (100.0% liked)

Linux

48323 readers
638 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] Semi-Hemi-Demigod@kbin.social 0 points 1 year ago (1 children)

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

[–] dr_robot@kbin.social 1 points 1 year ago (1 children)
[–] Semi-Hemi-Demigod@kbin.social 1 points 1 year ago

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

[–] maxprime@lemmy.ml 0 points 1 year ago (1 children)

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

[–] LaggyKar@programming.dev 1 points 1 year ago* (last edited 1 year ago)

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.