rmkrmk's comments

rmkrmk | 1 year ago | on: Claude Team plan and iOS app

Still annoying that the app is not available globally, just prevent the creation of accounts by checking the location? Moved abroad where Claude is available, but still have an EU App Store account because you can't easily switch countries with existing subscriptions, especially music.

rmkrmk | 3 years ago | on: Ask HN: How do you trust that your personal machine is not compromised?

Are there any somewhat easy-to-use solutions to isolate a development environment? Preventing or at least decreasing the damage malicious packages could do? Like deleting files or uploading a private ssh key/keychain to a 3rd party server?

I was looking into things like GitHub Codespaces, I believe they're isolated per repository and integrated into VS Code, but I'd like something I could run on my machine or a server of mine.

rmkrmk | 4 years ago | on: Why and How I Got My Own ASN

I've done this as well recently, and the list at bgp.services helped a lot. Vultr is a good example, they have locations across the globe.

rmkrmk | 4 years ago | on: Poor man's VPN (pay for only what you need)

Tailscale is just great! It's so easy to use, I have it running on all my devices and servers, so I can connect to them from wherever I want, and with the "Exit Node" feature you can also select a system to route all traffic through (and switch easily between them, at least on mobile).

rmkrmk | 4 years ago | on: Note Taking in 2021

I've been using git as my storage and sync location for a couple of years now. Use it with Obsidian on my Mac, Working Copy is pulling and pushing the repo on my iOS device. At some point I also used the Gollum Wiki to have it available on the web as well.

It's just important to have automated triggers to push and pull things to avoid conflicts. That's possible with Shortcuts on iOS and there's a git-plugin for Obsidian as well.

rmkrmk | 5 years ago | on: Tired of note-taking apps

I hope they'll release nvUltra soon: https://nvultra.com

I use this as well, have all my stuff in a git repo and sync it to my iOS device so I can edit it with apps like iA Writer or 1Writer easily.

rmkrmk | 6 years ago | on: Ask HN: Do you keep a personal knowledge repository?

A bunch of markdown/text files in a git repo, hosted on github/gitlab/gitea (github in my case).

This way I can edit the files online on github.com, on my desktop and push/pull the changes. On my iOS device I use http://workingcopyapp.com - I can edit and create files as well as push and pull changes.

On my Desktop I can use any tool I want to search and edit the files, on github I have full text search and working copy also features full text search.

Most importantly: I own my data and they don't up in some database I need to worry about.

page 1