Live data from Hacker News

Show HN: Lurnby, a tool for better learning, is now open source

github.com

61–70 of 70 posts

Re: Show HN: Lurnby, a tool for better learning, is now open source

#61
The idea looks amazing. I'm still looking for something that allows me to highlight stuff on web pages, preferably on my e-reader. My current way of accomplishing this is by running a page through Mercury Parser, turning it into an epub, syncing it to my reader and reading it with KOReader.

It would be nice if the whole process was easier, especially getting the highlights back.

Re: Show HN: Lurnby, a tool for better learning, is now open source

#63

The idea looks amazing. I'm still looking for something that allows me to highlight stuff on web pages, preferably on my e-reader. My current way of accomplishing this is by running a page through Mercury Parser, turning it into an epub, syncing it to my reader and reading it with KOReader. It would be nice if the whole process was easier, especially getting the highlights back.

This was roughly what I wanted as well. I had a Onyx Boox e ink tablet. I was adding sites to lurnby and then reading them on the Boox to use the Lurnby features. But the Boox was just too slow and unresponsive for this type of thing, I was really unsatisfied at some point.

How do you get the highlights back currently?

Re: Show HN: Lurnby, a tool for better learning, is now open source

#65
post #55

You know, the original Readability was in Python. You could eliminate your Node dependency by moving to it, I'd think.

I didn't know. I thought it was based on Arc90's original code from 2010, but I imagined that was js. I initially was using the python port by ReadabiliPy, but it wasn't working as well as the js code in most of my tests, so I just switched. But yeah, open to exploring different options to make it less complex.

Huh, you are correct. I guess a better way to put this is "the original Readability I encountered was in Python"! The first version I saw was in Aaron Swartz's 2012 read2text tool, but a check of the URL I found that through says, yup, it's a Python port of Arc90's original code, which was a browser extension.

And you're right. It was in JavaScript. I finally tracked a copy down (the original is long evaporated): https://github.com/masukomi/arc90-readability/blob/master/js...

Re: Show HN: Lurnby, a tool for better learning, is now open source

#67

The idea looks amazing. I'm still looking for something that allows me to highlight stuff on web pages, preferably on my e-reader. My current way of accomplishing this is by running a page through Mercury Parser, turning it into an epub, syncing it to my reader and reading it with KOReader. It would be nice if the whole process was easier, especially getting the highlights back.

This was roughly what I wanted as well. I had a Onyx Boox e ink tablet. I was adding sites to lurnby and then reading them on the Boox to use the Lurnby features. But the Boox was just too slow and unresponsive for this type of thing, I was really unsatisfied at some point. How do you get the highlights back currently?

> But the Boox was just too slow and unresponsive

Consider me surprised! I find mine (Nova 2) very fast. The e-ink page turns are kind of uncomfortably fast, even (recently realized I prefer my old Kindle's slower blending). Admittedly the UI can be a little quirky sometimes, which I suppose is what bothers you.

> How do you get the highlights back currently?

I use Syncthing for two-way sync, so that's how the highlights land back on my computer. Buuuuut ... I don't do anything with them. I recently discovered that the KOReader highlight data format isn't that great anyway, so I still wonder if there's some kind of standard format for processing them further.

Re: Show HN: Lurnby, a tool for better learning, is now open source

#68

Earlier quoted context omitted.

This was roughly what I wanted as well. I had a Onyx Boox e ink tablet. I was adding sites to lurnby and then reading them on the Boox to use the Lurnby features. But the Boox was just too slow and unresponsive for this type of thing, I was really unsatisfied at some point. How do you get the highlights back currently?

> But the Boox was just too slow and unresponsive Consider me surprised! I find mine (Nova 2) very fast. The e-ink page turns are kind of uncomfortably fast, even (recently realized I prefer my old Kindle's slower blending). Admittedly the UI can be a little quirky sometimes, which I suppose is what bothers you. > How do you get the highlights back currently? I use Syncthing for two-way sync, so that's how the highli…

Yeah, I think it's just about starting the thing up. It takes like 30 seconds to wake up and become responsive, and then indeed the UI was a bit unintuitive sometimes, so overall it leaves a lot to be desired. I think it's decent as a digital paper, and was decent to read in through the native pdf viewer and stuff, but using the android functions just weren't great.

Re the highlights

How would you want to process them? Are you turning them into flashcards or just adding to a doc somewhere?

Re: Show HN: Lurnby, a tool for better learning, is now open source

#69

Earlier quoted context omitted.

> But the Boox was just too slow and unresponsive Consider me surprised! I find mine (Nova 2) very fast. The e-ink page turns are kind of uncomfortably fast, even (recently realized I prefer my old Kindle's slower blending). Admittedly the UI can be a little quirky sometimes, which I suppose is what bothers you. > How do you get the highlights back currently? I use Syncthing for two-way sync, so that's how the highli…

Yeah, I think it's just about starting the thing up. It takes like 30 seconds to wake up and become responsive, and then indeed the UI was a bit unintuitive sometimes, so overall it leaves a lot to be desired. I think it's decent as a digital paper, and was decent to read in through the native pdf viewer and stuff, but using the android functions just weren't great. Re the highlights How would you want to process the…

Not the person you were replying to, but I've been after something like this for quite awhile too.

I use Logseq as my external brain for everything else, but am having a lot of trouble finding a good way to get my highlights and annotations from epubs into it. It has a great cloze feature with flashcards for reviewing things. It can also do highlights and notes from PDFs natively, which is awesome, but I'm a voracious epub reader on my Onyx Boox Poke 2 Color.

KOReader works great on it, but I really need something that would export my notes in md. I don't need it to do so on a daily basis. It'd be fine for it to be at the end of reading the book. But if it COULD export the notes on a daily basis with a block reference to the book title, that'd be even better.

Re: Show HN: Lurnby, a tool for better learning, is now open source

#70
post #69

Earlier quoted context omitted.

Yeah, I think it's just about starting the thing up. It takes like 30 seconds to wake up and become responsive, and then indeed the UI was a bit unintuitive sometimes, so overall it leaves a lot to be desired. I think it's decent as a digital paper, and was decent to read in through the native pdf viewer and stuff, but using the android functions just weren't great. Re the highlights How would you want to process the…

Not the person you were replying to, but I've been after something like this for quite awhile too. I use Logseq as my external brain for everything else, but am having a lot of trouble finding a good way to get my highlights and annotations from epubs into it. It has a great cloze feature with flashcards for reviewing things. It can also do highlights and notes from PDFs natively, which is awesome, but I'm a voraciou…

Hey, Logseq looks really cool. I really love that there are so many options nowadays for knowledge management.

It's interesting to hear from more people that their onyx device works great, I've really struggled with making mine a part of my workflow. Also, I had no idea they now had color options. That's kinda cool!

Re the export to MD. I don't see that as a problem, the question really is about file formatting.

1. Do you have an example md file that's formatted in a way that would work for importing to logseq?

2. Export on a daily basis - would this go via api to somewhere? Or manually send you a download file on a daily basis? What's the idea here?

Post reply on HN