back
user profile

apitman

13,487karma·3,567submissions·December 11, 2014
about
Software architect on the iobio team at the University of Utah Eccles Institute of Human Genetics. I'm passionate about the application of computer science to solving health problems. Hans Rosling is my hero.

Personal site:

apitman.com

Projects:

IndieBits.io - A community for data ownership, self-hosting, and decentralization.

LastLogin.net - A free, privacy-focused login provider

TakingNames.io - Domain names for self-hosters

boringproxy.io - Simple, e2ee tunneling proxy

droplock.apitman.com - Simple secure secret sharing

recent activity (3,567 total)
comment
I agree with a lot of what you're saying, but I think with the self driving car example having diverse competing approaches helps avoid stagnating on a local optimum.
7y ago·view thread
comment
I agree that there's lots of value in the simplicity of a tree hierarchy as a default, but sometimes the extra power of a tagging/labeling system would be valuable. Essentially it gives you …
7y ago·view thread
comment
In a typical house there's likely also at least one alternative route to get to the office. How do you represent that path with tree hierarchy? Tags (at least nested tags, as shown in OP) allow y…
7y ago·view thread
comment
I suppose it depends on the circumstances. If the conditions under which steam no longer becomes viable are extreme enough, making a ruckus on Twitter would probably drive considerable traffic to your…
7y ago·view thread
comment
I think the spirit of the post is going ahead and host your PC game on steam or whatever platform you want, but also host it on your own site so you're not completely beholden to a third party.…
7y ago·view thread
comment
I took a similar path with my personal site. I did get to the point though where I didn't want to duplicate things like my site banner across all my pages, so I ended up writing a very barebones …
7y ago·view thread
comment
> UX, discoverability and 'it just works' None of those are inherent to preventing users from controlling their data. A company can create (and make money off of) a product that provides …
7y ago·view thread
comment
TLDR for comments: use rclone and/or restic
7y ago·view thread
comment
+1 for rclone here. It can indeed copy between remote backends. Just keep in mind that that data all has to flow through the rclone process. You could probably get much better performance by running r…
7y ago·view thread
comment
To be fair there are a dizzying array[0] of OSS backup solutions, and it's very much not apparently what features are most important. A simple post like this that outlines a single good enough …
7y ago·view thread
comment
Yeah for me the hardest part about installing restic was remembering how to unzip a bz2 file. I don't know what more you can ask for than a statically linked binary...
7y ago·view thread
comment
I use restic (for dumping an encrypted deduped backup to a usb drive) and rclone (for pushing to backblaze B2). Both fantastic tools.
7y ago·view thread
comment
FWIW if your DB supports dumping to stdout restic can import that: https://restic.readthedocs.io/en/latest/040_backup.html#read... …
7y ago·view thread
comment
Stephen Covey used[0] the term "interdependent", which I rather like. [0] 7 Habits of Highly Effective People
7y ago·view thread
comment
I recommend looking into restic and/or rclone
7y ago·view thread
comment
It helps to be working on something you want to exist and use every day. You've already validated your product/market fit at that point, even if your market only consists of 1 person.
7y ago·view thread
comment
I think Rust has a very bright future in web servers. I have one small service (using warp[0]) in production. The level of confidence I have once the dang thing compiles is quite comforting. [0] http…
7y ago·view thread
comment
I'm curious about this as well.
7y ago·view thread
comment
I wonder how this would compare to what IFTTT or Zapier does.
7y ago·view thread
comment
But you're essentially saying if you want to compete with AWS, you have to offer every feature and integration they offer. Good luck to any startup attempting that.
7y ago·view thread
comment
The article specifically mentioned that the integrations AWS can offer between services simply cannot be competed with by any single company, no matter how good that company makes their own hosted pro…
7y ago·view thread
comment
Wouldn't Tor hide your ip from the VPS provider even if they're subpoena'd? EDIT: I realized this question might be confusing in this context. I'm not talking about torrenting larg…
7y ago·view thread
comment
Oh I'm not suggesting they never hear anything. I'm just wondering how many actually care or look into it at all. The world is full of sensational stories. Sometimes it's easier to just…
7y ago·view thread
comment
Are there any high quality VPS providers that have a way to sign up and pay anonymously with Monero (or similar), manage via tor browser, etc?
7y ago·view thread
comment
I wonder what % of Facebook employees actually keep up with this stuff, ie how many of them are regularly on HN, etc? Might be a lot lower than we assume. EDIT: or even how many pay attention to tech …
7y ago·view thread
comment
The eternal struggle to find balance between spending all your time type checking, compiling, linting, Rusting, testing, unit testing, CIing, etc and actually making working code.
7y ago·view thread
comment
Actually the more I think about it I don't think it would work, since request(n) assumes the producer can send multiple messages for each request.
7y ago·view thread
comment
Interesting. I do tend to favor protocols that are a bit lower level and more flexible for composing higher-level functionality. Though this does sound pretty complicated to implement using only what …
7y ago·view thread
comment
Do companies use school pedigree for filtering? Yes. Are there other ways to stand out from the crowd? Yes.
7y ago·view thread
comment
These types of "blanket captchas" basically destroy browsing via something like Tor, right? I feel like I've seen people complain about Cloudflare's captchas when browsing ananymou…
7y ago·view thread