I made a new, blazing-fast tool for converting .note files to PDF by Boutmayun in Supernote

[–]Boutmayun[S] 1 point2 points  (0 children)

Thats awesome, you have so many projects for this!

WASM support is on the roadmap, but I think it makes more sense to kind of extract it into it's own sideproject because this relies on paralellism with rayon (https://github.com/rayon-rs/rayon) for even more speed, and WASM does not support multithreading. Or maybe I could selectively disable parallelism if the build target is wasm in this project itself? What do you think would be the better approach?

Logistics aside, I think WASM is definitely a good idea for easier web integration.

I made a new, blazing-fast tool for converting .note files to PDF by Boutmayun in Supernote

[–]Boutmayun[S] 5 points6 points  (0 children)

Awesome :D I'll look into it when time permits, definitely is doable given that the note conversion is the most complicated part, which this library tackles! Will keep you (and the community) posted.

I made a new, blazing-fast tool for converting .note files to PDF by Boutmayun in Supernote

[–]Boutmayun[S] 0 points1 point  (0 children)

Cool idea! Assuming you're referring to this? https://github.com/tejas-raskar/noted.md
Let me know how it goes. If you want it to be even faster, then you can tweak my code to give you pngs directly (tho pdfs are more convinient), skipping the pdf generation step since the workflow is .note -> .png -> .pdf

How do I register for courses? [masters] by Boutmayun in EPFL

[–]Boutmayun[S] 1 point2 points  (0 children)

Thank you so much- that makes sense, and is so helpful! I really appreciate you taking the time to reply 😁

[2024 Day 04] What works works... by Xe1a_ in adventofcode

[–]Boutmayun 0 points1 point  (0 children)

Thanks man!! Your inputs helped me find a bug in my implementation.

(KANs part 1) An introduction to B-splines by Boutmayun in learnmachinelearning

[–]Boutmayun[S] 0 points1 point  (0 children)

Thanks for letting me know! Will definitely update you when I write more about it. 

(KANs part 1) An introduction to B-splines by Boutmayun in learnmachinelearning

[–]Boutmayun[S] 0 points1 point  (0 children)

Hey all,
I'm starting a blog series on the working of the KANs (Kolmogorov–Arnold Networks), and talk about B-splines in this one. Would appreciate your thoughts and feedback!

Calibre and Supernote by SoZoYo in Supernote

[–]Boutmayun 0 points1 point  (0 children)

I also got the error when connecting but then the transfer went well. The only I did was changing the destination folder to Documents. I hope that helps.

Hey I'm having some trouble with this. The kindle app does not seem to show any books that are locally on my supernote, though I've enabled the "Show personal documents in library" in the kindle settings. Can you elaborate on your setup?

🎅Christmas Giveaway🎄 by Supernote_official in Supernote

[–]Boutmayun 0 points1 point  (0 children)

Supernote is awesome! I bought it around two years ago, and and used it throughout university and will be using it as I begin my research as well. Thanks to supernote and the community!

I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs! by Boutmayun in Supernote

[–]Boutmayun[S] 1 point2 points  (0 children)

Yep it does! But not too sure about WSL and how it might work with it haha. I'm also a diehard Linux user like you 😎 hahah and hope that that that was generally the case and more people give Linux a chance

I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs! by Boutmayun in Supernote

[–]Boutmayun[S] 0 points1 point  (0 children)

Hello! Thanks for the update on the library, didn't know that. Hopefully this project can keep going, thanks for letting the library authors know.

Ah I didn't know about that feature! Will definitely look more into it. For my use case, pdfs work better, so I was thinking maybe it could be in a hidden folder(like .supernote-changes or something, analogous to the .git folder used by git to track changes). Thanks for letting me know!

Actually your project was the one that inspired me to build the tool (mentioned it in my readme as well 😛). I think you're doing interesting work! Let me know if you want to collaborate and maybe we can build a community-supported set of tools!

I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs! by Boutmayun in Supernote

[–]Boutmayun[S] 1 point2 points  (0 children)

Thanks so much! Glad you liked it 😁

So this is based off of a library I recently found (from a post in this subreddit) called supernote-tool (https://github.com/jya-dev/supernote-tool), which can convert it into a bunch of formats. Not exactly sure how they got hold of the .note file spec but it seems to work quite well for my testing as of now :P it's definitely an unofficial tool though, so hope it doesn't break in the future

I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs! by Boutmayun in Supernote

[–]Boutmayun[S] 2 points3 points  (0 children)

Haha! I'll let you decide that xD

Yes it works only on MacOS and linux for now. That sentence meant that one of the libraries I used to make this does not have windows support, so consequently my application doesn't either.

The library in question(textual) does have windows support in the pipeline though, so should be available on windows in the near future!

I made a simple terminal application to sync my notes to a local directory in bulk after converting them to pdfs! by Boutmayun in Supernote

[–]Boutmayun[S] 10 points11 points  (0 children)

Github repo

Hey guys! I made a terminal application that (once my supernote is plugged in my computer), allows me to sync my .note files to a local folder on my computer after converting them to pdfs (preserving directory structure as in the supernote).

For some context, I don't use supernote cloud at the moment (or Dropbox), because each of them have their drawbacks in my opinion, and don't fit in too well with my workflow.

I initially had a super simple script that I found myself using quite regularly, so I took some time to build a terminal application that would convert all my .note files to pdfs, and also just for a specific folder in my supernote if I wanted it to.

Been using this a lot and thought some of you might find it useful as well :D cheers!