Sway (and most other tiling) WMs have the same behaviour; i.e., each monitor has its own unique set of workspaces instead of one workspace being shared across monitors. Workspaces not being persistent also messed with me, I have eight workspaces all divvied up for exact purposes and sometimes the ones inbetween are empty.
I use labwc currently which has the ideal workspace behaviour (one workspace shared).
I had a short moment where i felt "omg i can fit a framework board in there", but alas the 1300 is only 9" wide. Still, I really like this idea, and I wonder if i might not just make exactly such a thing but with a larger pelican case. Then you can cram a lot of data in there with a bunch of modern 3.5" spinning disks (which, hopefully, the pelican will keep from rusting too much).
Beautiful idea, would love to see open specs, but really nice to be sharing!
(Update: the framework board is so close. The first daughtboard in the schematics <https://github.com/FrameworkComputer/Framework-Laptop-13/blo...> is actually 9.071 inches (115 + 115.4mm, so 230.4mm if i read it right) wide! But alas the mainboard is 274mm (10.8 inches), and that is without the expansion cards added. With the cards, we're talking about 11.7 inches (297mm) and then you still need to plug in things in there! Still there's something there, i think.)
The framework just about fits well with a 13" display in the Pelican iM2200. The challenge with the framework is the USB display, and the all-USBC nature of their board- all solvable problems though. I almost made one and may yet, but these builds take months!
I just tried the free trial (1GB, 1 year, nice and thanks!) and this is pretty impressive software. I like the mobile app: it's snappy, and Just Works. Obviously, I couldn't fully test it because I have many gigabytes of photos on my phone (which is a problem I'm trying to fix!), at least not without going out of the free trial range. Also, uploading all that stuff takes time, and I'm not sure I want to share all that personal stuff with you fine folks, even though you seem to have your house in order.
Which brings us to self-hosting, of course: really nice that the server is open source! I found ente first through f-droid when the app landed there but put it aside because the server was closed-source then. But wow, really nice design! I like the docker-compose just shoves a minio in there, really neat and probably how I would build something like that myself if i would start from scratch.
Compared to photoprism and immich, for sure server-side machine-learning is missing, but then that's obviously a tradeoff you must live with if you want E2EE.
As I mentioned in the goodbye note, I won't be using this short term because I do need to have something on my desktop I sync photos with that's not a bulging pile of Chrome (AKA "electron"). I really appreciate you spent all that energy writing those apps, but I really need something more lightweight on the desktop.
Right now I'm syncing photos with git-annex, and I wonder if ente could be a "special remote" there, even, but for now this is not really compatible with my workflow.
But congrats on this tool, it looks really nice and I'm likely going to recommend this to friends and family as a hosted solution.
Which is not surprising. Even the article posits that this is not an issue with any one person, but with the hacker community and culture as a whole. Shrugging your shoulders and saying "Well, users flagged it" is very much in line with the kind of behavior he's criticizing.
This is actually what I want Calibre the most for. It sorts things in folders quite nicely.
I am one of those weirdos that really appreciated iTunes setting up my music by Artist/Album/Track.mp3 format back in the days... until I realized how much badly-tagged garbage I had in there at which point, yeah, I was upset. :p
But nowadays I just have books setup by Author/Book/book.epub and that ... works okay. I mean it's one way to sort things around. I am actually considering a fully flat structure now so that koreader can show me previews, and I think Calibre could allow that, as I can customize its naming patterns...
But yeah, it can be kind of annoying for software to rename files for you especially if you're not starting from scratch. But Calibre is the first thing I used to sync books on my ebook reader (a sony PRS-T2 i think!) so i did start from scratch and just kept going, so i didn't get many bad surprises, and it in fact forced me to keep my metadata clean to a certain extent (otherwise books end up in the wrong folder).
Author here, fancy seeing this here (again: https://news.ycombinator.com/item?id=21190657)! I keep updating that article as I find things, the most progress there is is in ebook readers. I mostly use Koreader on a Kobo now, but they also have an Android app which I used when I had a tablet (which has been unfortunately bricked recently). This meshes well with Syncthing as I have read progress propagate everywhere, and I use git-annex for archival / backup / redundancy.
I still use Calibre for importing books. I think I could get rid of it if I had Something that would:
1. take a book and search for missing metadata (e.g. publication date, author, title, series, publisher, cover)
2. record addition date (git-annex or filesystem m/ctime could be used for that)
3. ... well, that really is it
Really, I don't use Calibre for anything else anymore. In the article I talk about the book browser, but I don't really use that anyway. I'm actually considering "flattening" my archive so that all books are in the same directory. That would make Koreader possibly more usable as it would directly show book covers while browsing around. It might also make navigating through a file manager better for exactly the same reason.
More broadly, I wish we had better file managers on the Linux desktop. What I'm looking for, repeatedly, is something that would show me a preview of what's inside a folder, kind of a photo gallery / music browser / ebook browser all rolled into one. The generic idea is that if there's a `cover.jpg` or whatever it's named inside a folder, use that as a icon or at least some sort of overlay when displaying the folder. I'm not sure how that would work, I'm not a designer, but I can't help but think there Must Be A Better Way here.
Hey, Kavita creator here and noticed you don't have any mentions of Kavita for epub readers. Kavita is not a Calibre replacement, but has a built-in epub/pdf reader along with some series-based organization.
There was a time, when I was so fed up of the Calibre being so bloated, while all I needed was just a convert capabilities, that I started to rip off parts of the Calibre, clean it up, make things simpler, removing unnecessary things and trying to understand what is happening behind the conversion, resulting with ebook-converter[1], which simply do the conversion, without all the management/downloading rss/editing/what have you. It is usable right now, but I'd say it's still somewhere in between alpha and beta stage. You could give it a shot.
looks like an interesting project... but I must admit it's not really something I use or need anymore. I used to do some book conversions when I would only find (say) a `azw` or a `mobi` file and would need to convert to `epub` but these days (a) I just find a `epub` but even if not (b) koreader can read `mobi` files and a lot more i can throw at it and (c) `azw` files are basically unconvertible, if I followed that correctly.
I own really old ebook reader, but it still works (Sony PRS-505), so mine intention was to be able to easily convert to BBeB/lrf format, which is fastest on this reader. And no, I didn't bother to find out if drm can be removed from the ebooks - perhaps the reason is, that I'm always looking for drm-free ebooks. Although, I don't mind if anyone want to implement that and contribute.
I use syncthing to sync my library around now, as mentioned in the article (I believe). This works great for Koreader, which stores read stats in a plain text file next to the ebook file. That can lead to syncthing conflicts sometimes, unfortunately but I suspect that might be more because of my combined use of git-annex and syncthing to archive my collection than anything specific to syncthing.
It does mean I need to use koreader everywhere though, I don't have a way to sync read progress back into Calibre, but then I don't really have read progress there anyways. I have a "read/not read" flag there, but it's some custom thing I added somehow, Calibre doesn't support that out of the box anyway.
I installed Koreader but I think I'll stay with CoolReader and do without progress sync.
The two deal breakers are
- I can change the brightness of the screen in CoolReader by sliding a finger on the left of the screen. I must use a menu in Koreader and that makes brightness control almost useless.
- There is no way to change the color of the text. I like red on black in night mode. White text is too bright in a dark room. Reading thought the issues on GitHub it seems that maybe a custom CSS can do the trick but I don't feel like investing time in that. Progress syncing is not so important to me.
> - I can change the brightness of the screen in CoolReader by sliding a finger on the left of the screen. I must use a menu in Koreader and that makes brightness control almost useless.
Strange, because Koreader has this functionality. On my kindle paperwhite I can slide up and down on the left side of screen to change intensity, on my oasis I can additionally slide up and down on the right side to change color temperature.
Android. However I found Expert Mode and activated it. Then Taps and gestures, Gesture Manager, One-Finger Swype and there are the two swyping gestures to set brightness.
One is done. Text color next, maybe.
As a side note: I always thought that CoolReader settings UI was a mess but Koreader's one is much worse: less funky but even less efficient.
but see that's the thing, i don't even need that silly thing. i just run syncthing everywhere I need to (and it pretty much runs everywhere, including the kobo), and that's it. no middleman required (other than the syncthing meet-me infra of course, which is not as much as i expected: https://relays.syncthing.net/).
The site should be back up and running (though slightly slowly) now. We had substantially higher load than we've seen even during previous pre-order launches.