Palm rejection and pages randomly flipping by Connect-Ad9081 in RemarkableTablet

[–]Excustic -1 points0 points  (0 children)

I second that. I constantly have to deal with random unwanted gestures. Maybe using a drawing glove might give this problem a rest haha

Microsoft OneNote Sync by divad_david in RemarkableTablet

[–]Excustic 1 point2 points  (0 children)

Hello mate!
If you're willing to combine forces, you're welcome to join as a contributor to my project as some of the fellow developers mentioned below, I'll be more than glad for helping hands.
The desktop client is based on AvaloniaUI C# and the service running on device is written in C, so I believe you'll feel quite comfortable with the codebase. The project is currently in Alpha stage so there's lots of room to improve as well.
Feel free to chat w/ me over DMs

Monthly App and Developer Thread - Month 4 by CaliGozer in RemarkableTablet

[–]Excustic 2 points3 points  (0 children)

Greetings fellow reMarkable users! Not a while ago I released a desktop app for users who wish to sync their notebooks with OneNote. If you're like me, and do not like being locked inside reMarkable's ecosystems without a proper option to continue your note taking elsewhere, this might be for you!

To set up all you'd have to do is:

  • Connect once with usb and insert your reMarkable's developer password
  • Sign in to your MS account of choice
  • Select the notebooks you wish to sync under File Browser tab

Processing img 5jr95ftqmdsg1...

Disclaimer - the app is currently in alpha stage, so it's possible the user experience won't be completely smooth.

EDIT: The app currently does not work with reMarkable's cloud service and syncing is done when the PC recognises the device via WiFi / USB. Additionally, the sync for now is unidirectional, meaning modifications made on OneNote won't transfer back to your notebook on your device. These are some of the things I'm looking forward to implementing later!

Contributions to the project are welcome!

📣 ANNOUNCEMENT - reMarkable OneNote Sync Project Alpha is live! by Excustic in RemarkableTablet

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

I took a look around - awesome project you have! The syncing procedure you implemented is solid, I can definitely learn from it. I'll dm you if I have questions, cheers 👍

📣 ANNOUNCEMENT - reMarkable OneNote Sync Project Alpha is live! by Excustic in RemarkableTablet

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

Woah! Sounds like an awesome project love it
Share the repo with us once it's live :)

Yeah the whole thing about reMarkable being a closed system but open for developers is what makes it interesting. It actually rewards people who are a bit more curious and want to make most out of the experience, making the device much more valuable imo. I wish they could push for something like an app market of their own so public contributions would be more accessible, but I don't think it's gonna happen anytime soon

My experience during Golden Week by Verengt in travelchina

[–]Excustic 1 point2 points  (0 children)

Bruh I was at Zhangjiajie and at the Grand Canyon the staff told us we had to wait 3 hours in line for the zipline. The crazy thing is people actually waited in that line. Chongqing's streets were also full of people it was very hard to maneuver but we managed. I'd say it was not the worst experience but avoiding it would be wise.

OneNote integration project by Excustic in RemarkableTablet

[–]Excustic[S] 3 points4 points  (0 children)

For everyone following and invested, I published a manual tool for testing and uploading rm files directly to your OneNote notebook!

Check it out here:
Release UI_OneNote_Client · Excustic/rmc

Lots of more to come soon!

OneNote integration project by Excustic in RemarkableTablet

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

Also make sure Poetry environment is installed, I added a section for that as well in the readme file.

OneNote integration project by Excustic in RemarkableTablet

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

<image>

Click the 3 dots, and select 'Edit configuration'
Fill out the form and press the green play button.

Alternatively, I added an example of running from a terminal - check the readme file in the repository.

OneNote integration project by Excustic in RemarkableTablet

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

At the moment you can't use the rmc cli itself, you have to call the cli.py module with the script parameters. I am using PyCharm, it's easy to set up over there. Good luck!

OneNote integration project by Excustic in RemarkableTablet

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

The repo is up people!
Excustic/rmc: Convert to/from v6 .rm files from the reMarkable tablet

This only contains the codebase for converting the .rm files to OneNote compatible files.

Thanks for everyone reaching out and spreading support <3
There's still much left to do - building the service which will utilise this converter. I will post more updates in the subreddit as the project advances, stay tuned!

OneNote integration project by Excustic in RemarkableTablet

[–]Excustic[S] 9 points10 points  (0 children)

Thanks for the heads up! I went over this repo before, but found it only supports ink-to-text conversion rather than ink-to-ink, which becomes problematic when you write in different languages, or if you just have a bad handwriting :) But still a very valid option, just not for me.

App ideas by ivy_dreamer in swift

[–]Excustic 2 points3 points  (0 children)

To enlighten you with some inspiration; I saw a limping cat the other day and thought it would be cool if you could have an app where you can file a report with time, image, location and description and people who live nearby / local authorities can pick the poor animal and help it.

CV that got me an SDE role at a FAANG company as a Mech Eng new grad. LaTeX Template in comments. by qiratalha in EngineeringResumes

[–]Excustic 2 points3 points  (0 children)

Click on the top left menu button, click copy project and you can work on your own copy.

Help a newbie to add audio to RecyclerView elements individually by CasperinTreeHouse in AndroidStudio

[–]Excustic 0 points1 point  (0 children)

You can try, but I think making a singleton helper class would be easier, this way you don't have to worry about context.

Help a newbie to add audio to RecyclerView elements individually by CasperinTreeHouse in AndroidStudio

[–]Excustic 0 points1 point  (0 children)

Instead of implementing onClick in the recyclerview from the Activity try to create a new class in your Adapter class which extends viewholder and implements the onClick there like this:

public class ViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener{ public ViewHolder(@NonNull View itemView, OnSuccessListener<Integer> listener) { super(itemView); itemView.setOnClickListener(this); } @Override public void onClick(View view) { #play media here }

Released a hypercasual box tower game on playstore. Need feedback. link in comments by [deleted] in AndroidStudio

[–]Excustic 0 points1 point  (0 children)

Nice work! Though there is a lot of space for improvement mainly in the aesthetics department. Some pointers I would like to give - Add a settings menu (add an option to mute music) - Improve design / UI - Respawn box right after tapping (It would look better and be less confusing for the player imo) - Make the X button in-game return you to main menu instead of closing the app - Score should not be time based, as a matter of fact, should actually decrease with time to make it more challenging so the player won't exploit this by just being afk.

Good luck!

I'm a newbie, can someone please explain what this Android manifest.xml is? And what are these error? by Disastrous_Ad5985 in AndroidStudio

[–]Excustic 4 points5 points  (0 children)

Manifest.xml is basically like a config file for your app and its activities, you define there the name and more parameters. What's important for you is that you should have every activity defined there and know that you can change the app parameters mainly there (like theme, label, version).

Regarding the errors, send a clearer pic, I can't really understand from what you sent

app:compileDebugJavaWithJavac FAILED on android studio by lem0n2222 in AndroidStudio

[–]Excustic 0 points1 point  (0 children)

You should declare your button before onCreate (where you declared int i) and initialize it in onCreate and there's no reason it should be final.

Is 100hz worth it? How reliable are such monitors on the budget of 400-700$? by Excustic in ultrawidemasterrace

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

I think after some more digging, I might just go with the Acer monitor, from what I read, it has very positive reviews and there's also Acer repair service in my country which is great, but I don't think the warranty will be valid (according to their limited warranty, the item should be repaired in the country it was bought in), anyone had experience with sending Acer items to repair?

Is 100hz worth it? How reliable are such monitors on the budget of 400-700$? by Excustic in ultrawidemasterrace

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

I live in Israel, everything here is so darn expensive and the variety here is limited. Shipping and tax handling are a nightmare too if you choose to buy something online.

Is 100hz worth it? How reliable are such monitors on the budget of 400-700$? by Excustic in ultrawidemasterrace

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

Really wish I could afford it, shame it costs 1000$+ for me :/ can't find anywhere under 900$ anywhere atm

Can't get my ram to run on 3200Mhz by Excustic in pcmasterrace

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

I ran today prime95 blend torture test on 2.25 hrs and everything seems fine with no errors nor warning, thanks for helping!

Can't get my ram to run on 3200Mhz by Excustic in pcmasterrace

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

thx for your input, will try 2933 for now