HN user

rmkrmk

82 karma
Posts0
Comments29
View on HN
No posts found.

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.

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.

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.

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).

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.

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.

I think I post this every time I read something about Dropbox Paper but I think it's important: Every note is shared by default when you know the URL, nothing is private by default. You explicitly need to make every single note private so no one can access it. I really want to use paper but I think this really sucks IMHO.

I do the same. I have a gitea instance and all my text saved in markdown in there. I also enabled full-text search so I can find it again. On mobile (iOS) I use working copy as a git client, which handles all files just fine (and also supports git-lfs).

Most of the time I want to attach binary files to notes, so I thought about using a sync solution like NextCloud or FileRun (with syncthing) and just link to my files.

Bye, Bye, Google 7 years ago

I'm running mailcow for about a year now. So far so good, very little to no maintenance and the update process through the dockerized version is very easy. Using it with a few friends and 10 custom domains with wildcard addresses, no issues with the spam-filter either.

I'm only slightly worried if they ever abandon the project I'm out of luck maintaining it by myself. But since it's all based on standard software it's rather easy so switch to another solution I guess.

Paper is a security nightmare. Every document is automatically accessible publicly if you know the url. You need to set each document individually to private. At least for the Personal/Pro plans.

Dropbox Paper 9 years ago

AFAIK it's all markdown and you can export your files as markdown. There's also an API available to export your paper docs as markdown.