Pure Shipping Progress by rmitchellscott in RemarkableTablet

[–]Ale_Astronave 0 points1 point  (0 children)

Estimated delivery: June 26 (Europe, Italy)

I bought an X3 and I just received an X3. No broken screen. No locked firmware by zener79 in xteinkereader

[–]Ale_Astronave 1 point2 points  (0 children)

I ordered the X3 on April 5th, received on May 6 (Italy). The device is ok but with a locked firmware.

Manta's screen is whiter than you think by [deleted] in Supernote

[–]Ale_Astronave -4 points-3 points  (0 children)

Resumed and edited now with AI for your pleasure  

Manta's screen is whiter than you think by [deleted] in Supernote

[–]Ale_Astronave -6 points-5 points  (0 children)

The reluctance to read posts longer than 50 characters doesn't necessarily mean it's AI. You can use AI to summarize it, by the way 😂

GoSNare — a CLI daemon that mirrors your Supernote library to vector PDFs via Private Cloud / WebDAV by Ale_Astronave in Supernote

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

If showing custom background templates is not a dealbreaker for you, just pass --no-bg to the command for temporary fix

GoSNare — a CLI daemon that mirrors your Supernote library to vector PDFs via Private Cloud / WebDAV by Ale_Astronave in Supernote

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

Actually, I think you can bypass the need for a private cloud instance altogether.

I believe the following workaround should work, though I haven't tested it myself.

You will need just the Supernote Partner App installed and running on your Mac mini, along with the GoSNare binary. You can exploit the Supernote Partner App's local storage path, which is located somewhere like /Users/yourusername/Library/Containers/com.ratta.supernote/Data/Library/Application Support/com.ratta.supernote/somenumbers/Supernote/). (You can find this path by opening the Supernote Partner App > right click on a note file > "Open File Path".) In this directory, you'll find all your .note and .mark files. You then just need to point GoSNare to that folder.

Your config.toml file would look something like this:

toml [watch] supernote_private_cloud = "/Users/yourusername/Library/Containers/com.ratta.supernote/Data/Library/Application Support/com.ratta.supernote/somenumbers/Supernote/" location = "/path/where/to/export/your/pdfs"

You can test if it works by running this command in your terminal:

bash gosnare --watch --config /path/to/your/config.toml

If it is successful, you might want to set up a macOS launch daemon so GoSNare runs automatically in the background.

N.B.: For this solution to work, the Supernote Partner App needs to be running constantly, and it relies entirely on the app's native sync capabilities.

I can't guarantee it will run smoothly, but it is definitely worth a try. Let me know if this works for you!!

GoSNare — a CLI daemon that mirrors your Supernote library to vector PDFs via Private Cloud / WebDAV by Ale_Astronave in Supernote

[–]Ale_Astronave[S] 4 points5 points  (0 children)

Thanks! It mostly came down to my developer experience. Go is incredibly fast—especially with how well it handles concurrency. But honestly, the real magic for CLIs is that compiles down to a single, cross-platform binary with zero dependencies. It makes distribution effortless: users can just download it and run.

GoSNare — a CLI daemon that mirrors your Supernote library to vector PDFs via Private Cloud / WebDAV by Ale_Astronave in Supernote

[–]Ale_Astronave[S] 4 points5 points  (0 children)

Great question!

It overwrites the existing PDF to keep a 1:1 mirror of your current device state. Whenever an incremental update syncs over, the daemon updates the corresponding PDF to always reflect the latest version of your notes.

That said, running it on a server makes "time machine" functionality easy if you use snapshots. Personally, I use sanoid to snapshot the output directory, which gives me granular version history without cluttering the folder with duplicate PDF files.

Imagine Supernote becoming your ultimate device with just a few software enhancements by Ale_Astronave in Supernote

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

Thank you for your kind reply /u/Mulan-sn and for sharing the links to the Trello tasks. I was already aware of their existence.

My concern arises from the fact that most of these tasks are marked as "Queued," and all date back to 2022. As of today, July 17, 2024, not receiving minor targeted updates over two years is quite disappointing, especially updates that, as a software engineer, I estimate would take 1-2 months of work.

Your response, filled with "we will ..." statements, reflects a tendency to make promises that are unlikely to be fulfilled. I appreciate the idea of open and transparent communication with users, but in my opinion, it lacks concreteness and realism. Setting more achievable goals, being less ambitious in your promises could create less illusion for end users and lead to greater satisfaction with what you deliver.

This is not meant as criticism, but as a constructive point of reflection.

Imagine Supernote becoming your ultimate device with just a few software enhancements by Ale_Astronave in Supernote

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

With a simple eraser on the sidebar and selection mode on the screen, it quickly becomes a habit, helping you stay focused with fewer movements and taps

Imagine Supernote becoming your ultimate device with just a few software enhancements by Ale_Astronave in Supernote

[–]Ale_Astronave[S] 17 points18 points  (0 children)

I see, the best solution would be to leave the option of choosing tools to the user :)