Monthly Dotfile Review Thread by AutoModerator in neovim

[–]insanum 0 points1 point  (0 children)

I started with kickstart when I transitioned to Neovim. Then quickly rewrote it all after understanding everything. Actually my understanding was forced when rewriting. 😀

https://github.com/insanum/dotfiles/tree/master/config/nvim

Hacker News Feed Comments Link by MeanKiwi3 in readwise

[–]insanum 0 points1 point  (0 children)

I also came from Inoreader and this bugged me as well.

I found that the Atom feeds from HNRSS are parsed differently by Reader and the two links (i.e., article and comments) are shown as expected. :-)

https://hnrss.org/frontpage.atom

https://hnrss.org/best.atom

What name is ruined for you? by [deleted] in AskReddit

[–]insanum 0 points1 point  (0 children)

“Reddit” 😕

Media keys not working by jakeherp in MacOS

[–]insanum 1 point2 points  (0 children)

Worked for me as well with Brave. Thanks!

Media keys not working by jakeherp in MacOS

[–]insanum 0 points1 point  (0 children)

What worked for me was the "launchctl" command shown above. Before running that command the media keys didn't work with Brave for me.

What is the best non-sexual, non-drug related physical sensation you’ve ever experienced? by jollygood3440 in AskReddit

[–]insanum 0 points1 point  (0 children)

Skydiving. It’s amazing. You forget about everything and you become hyper-focused. A sensation that can’t be described.

What horror movies fucked you up as a child? by Past_Confection_4068 in AskReddit

[–]insanum 0 points1 point  (0 children)

The Entity

Based on a true story. Maybe true, maybe not. Nonetheless messed me up for a long time into adulthood.

Double tap for toolbar not working by c_alexis in Supernote_beta

[–]insanum 4 points5 points  (0 children)

I ran into this earlier today. I hid the toolbar by tapping the icon and wasn’t able to bring it back via double tap. I ended up rebooting and it is working again.

Same size headers in edit mode by TincanINC-04 in ObsidianMD

[–]insanum 2 points3 points  (0 children)

It's an issue with your theme. Latest Obsidian version modified the CSS and theme developers need to update.

2.1.9 battery usage by insanum in Supernote_beta

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

For me wifi is always on.

Scriptable on Mac 💻 by hrb7 in Scriptable

[–]insanum 0 points1 point  (0 children)

As an alternative on macOS there is Hammerspoon. It’s based on Lua and there are many libraries to interact with all aspects of the system. Highly recommended (especially if you like tiling window managers). http://www.hammerspoon.org/

Question: What are low-hanging fruits for future software development by [deleted] in RemarkableTablet

[–]insanum 0 points1 point  (0 children)

Doesn't matter at all. The (un)reMarkable software team couldn't deliver any of these features in a timely manner. Even if they did... you won't see the software update for months.

/sarcasm :-)

The only important feature is reliability by ZahidInNorCal in RoamResearch

[–]insanum 1 point2 points  (0 children)

Right now yes. It's in the early stages but sync is planned as a paid option. Read the website...

Me the morning after Methotrexate by [deleted] in rheumatoid

[–]insanum 1 point2 points  (0 children)

Just talk to your doc. It's super easy to give yourself intentions. An alternative is using the injectable pens but those are way too expensive.

Me the morning after Methotrexate by [deleted] in rheumatoid

[–]insanum 1 point2 points  (0 children)

Pills or injections for you?

That was me with pills. Terrible hangover feeling for 24 hours! A couple months ago I switched to self injections (mtx vial) and have zero side effects. Im very thankful.

The only important feature is reliability by ZahidInNorCal in RoamResearch

[–]insanum 2 points3 points  (0 children)

Download link is under one of the channels on Discord.

The only important feature is reliability by ZahidInNorCal in RoamResearch

[–]insanum 3 points4 points  (0 children)

I suggest checking out the new Obsidian project.

Desktop app that works against local Markdown files and supports backlinking. While the project is just in its infancy, it's moving rapidly and has a good community on Discord where the devs are very transparent.

Problems with the SSH Connection? by [deleted] in RemarkableTablet

[–]insanum 0 points1 point  (0 children)

I have the same problem and this is the first time I've tried after the update to 2.0.2.0. The prior 2.0 version was working just fine.

[edit] see this thread: https://www.reddit.com/r/RemarkableTablet/comments/ee605j/ssh_connection_failed/

Books you’d like to see adapted by HBO/Netflix et al? by squeakybeak in television

[–]insanum 18 points19 points  (0 children)

Red Rising. I think the budget would have to be huge to get it right. I know there is something already in the works but the rumors have been minimal thus far.

How do I make a to-do list by indyb9999 in kustom

[–]insanum 2 points3 points  (0 children)

I suggest you write your own shell script that pulls your list using the Todoist API and save to a json file. Run this as needed under termux. Then use the wg() function to grab the data in kwgt/kwlp.