1
djsumdog
177d

I finally finished up my post on Bibilobunny, my book note extraction tool for Kindle and Play Books:

https://battlepenguin.com/tech/...

I hope to add support for getting notes off Nook and Kobo next. You can follow the instructions to create your own book quote bot, and you can follow mine here: https://tweeflood.com/@bookquotebot

Comments
  • 0
    @retoor Thanks for the code review.

    I use Pathlib some places in some code, but not as a full on replacement for os stuff. Might look into that more.

    Yea, async is confusing as fuck. It doesn't work the way Futures/Promises work in most other sane languages.

    Although this tool is simple, other tools I make need migrations to the database for newer releases. Plus, both Gentoo and Void Linux package yoyo-migrations, but they don't seem to package dataset. Although I won't package bibilobunny, I have two other projects I'm planning on packaging for other distros.

    No thanks on the AI. I've found most coding LLMs are good for wrong answers only or spewing out unreadable buggy bullshit. Next token prediction models aren't the best thing for novel, complex problems.
Add Comment