Live data from Hacker News

Show HN: Citadel – a Calibre-compatible eBook management app

github.com

31–40 of 163 posts

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#31

As an aside, some folks may ask "why write a new app instead of contributing to Calibre Web or a similar project?" It's a good question! Because I wanted to :) Right now, this is a hobby project — I'm more interested in having fun building (rough!!) software than worried about extending existing projects. Plus, with how Citadel is designed to be backwards compatible with Calibre, you can continue to use Calibre Web.…

> "why write a new app" I'd imagine spearheading a ground up rewrite of their UI would be a lot more work too. thanks for taking this on! calibre is a pita for me to use, and I know what I'm doing. makes it impossible to recommend to anyone, whether they're my grandparents or asavvy tech person.

Trust me, I'm tech savvy but I tried Calibre once and I couldn't figure it out, so I just gave up.

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#33
post #26

Looks great! Just last week I tried to use Calibre again and fell into the black hole that is its UI.. Thought of donating some UI/UX work but felt like that would be a multi-year project. Perhaps I could support you with UI/UX instead?

My understanding of the calibre project from watching it over the years, is that improvements are typically not welcome. Kovid Goyal already has what he wants, and if you any everyone one else want something else, you’ll need to fork (and then maintain) He’s done amazing work, but he’s one of those very opinionated people that can quickly and arbitrarily become weirdly hostile to things, even when others offer to do…

I had the same impression. Calibre is immensely powerful but highly opinionated. A bit like a chaotic work bench, where you know exactly where everything is, if you are the originator of the chaos.

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#34

Earlier quoted context omitted.

Agreed. Unfortunately rewriting the Calibre UI is probably more work than maintaining Python 2.

What does Python 2 have to do with anything? Calibre hasn't used Python 2 in years.

Calibre author initially was so against Python 3 that he offered to maintain Python 2 by hinmself

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#37
post #34

Earlier quoted context omitted.

What does Python 2 have to do with anything? Calibre hasn't used Python 2 in years.

Calibre author initially was so against Python 3 that he offered to maintain Python 2 by hinmself

This is a pretty good sign

Re: Show HN: Citadel – a Calibre-compatible eBook management app

#38
post #32

Side note : this invocation bun dev -- -- -- -- --server ... made my day :-)

Yeah. Made me wonder what's going on there.

From the README

> Yes, that is 4 pairs of --s. This is because Bun will pass the first pair to another bun run command, the second will go to tauri dev, the third will go to vite dev, and finally the last set will go to Cargo when running the backend. It's a mess!

Post reply on HN