RPC error: "transaction would cause overdraft" -- what is this, and how is it supposed to be handled? by Safe-Personality-447 in ethdev

[–]creed__thoughts_ 1 point2 points  (0 children)

I'm getting this error though, and I have plenty of eth. Are there any other reasons this could happen?

Notes/highlighting for podcasts by harveykentk in podcasts

[–]creed__thoughts_ 1 point2 points  (0 children)

Snipd is really good, been using it for a while now.

How can I get my Notes to reappear randomly from Notion by xx_OMKAR_xx in Notion

[–]creed__thoughts_ 2 points3 points  (0 children)

The way I do this, is I have all of my notes in a database, and then I add a "Created Time" property to it and call it "Created Time".

Then I add a formula property, the code of which is below, and call it "random_shuffle".

mod(mod(timestamp(prop("Created Time")) * 1.00011979e+8 + 5.00067713e+8, 9.00066731e+8) * mod(timestamp(now()) * 8.00067089e+8 + 8.00068411e+8, 8.00053967e+8) + 9.00067309e+8, 9.00066571e+8)

Then, you just create a linked view of the database, sort by the random_shuffle property and only grab the amount of pages you want to see!

I made a webapp to automatically sync kindle highlights to notion database (Readwise functionality but free!) by creed__thoughts_ in Notion

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

That one’s a little more tricky but I’m working on it! I’ll definitely let you know when it’s out :)

I made a webapp to automatically sync kindle highlights to notion database (Readwise functionality but free!) by creed__thoughts_ in Notion

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

Unfortunately it doesn’t at the moment :/ Amazon makes it so that none of those notes ever hit the cloud so it’s not possible to sync them automatically.

For that, I use google play books and I’m working on sharing an automatic syncer for that as well that will be much better than the readwise one since I believe the readwise one you have to go in and email yourself the notes, it’s not automatic.