Max Muth

Results 49 comments of Max Muth

Note that things like date are localized and seem to use different formats (maybe depending on the Kindle device?). Examples - Paperwhite in German: `Hinzugefügt am Samstag, 13. April 2019...

> Why there is author_name as a separate field in the Clipping model, when there is the same field inside the Book model, and the Book model is used as...

> Do you know if the part which differentiate between a highligh, a bookmark, and a note is also localized? No, I think I noticed the above localization difference in...

Would there be a reason to prefer something else like the filesystem over the DB? 🤔 One reason would be DB size. I'm not sure whether there are any limits...

I just implemented the possibility to import text files where highlights are separated by blank lines (I used such a format in my pre-kindle times).

Thanks for the report, sounds like we have to tweak some server settings here. I'll need to check the documentation of the hoster (Divio). Edit: on the load balancer it...

Another occurrence of this error ```python ValueError: A string literal cannot contain NUL (0x00) characters. (7 additional frame(s) were not displayed) ... File "django/db/models/base.py", line 963, in _do_insert using=using, raw=raw)...

Ah, I actually also start hitting a rate limit at my email server. So now we have the problem that not all configured mails go out. Maybe we should also...

Looks like we hit another rate limit on my current SMTP server provider (and not all emails are sent every day, as a result). So chances are that I have...

Random assumption: You have a device that doesn't track elevation/floors (eg. Charge 5). You could try removing these two from the script: https://github.com/c99koder/personal-influxdb/blob/master/fitbit.py#L302-L303 (I didn't test whether such a device...