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
Yeah unfortunately there seems to be some issues when it comes to deinitializing and reassigning GPUs without hardware reboot. It seems like the type of thing that will get better as time goes on thou…
10y ago·view thread
comment
For gaming performance on kvm most people say about 95% of native performance when passing the GPU.
10y ago·view thread
comment
For me, modern virtualization has gotten so good that it's my preferred solution. kvm, libvirt, virtio, and PCI passthrough et al have opened up a whole new world of possibilities. Currently stil…
10y ago·view thread
comment
I'm not aware of any popular scripting language that supports utilizing multiple processors without starting new processes. Is this a thing? I don't do a lot of parallel stuff with Python bu…
10y ago·view thread
comment
Being able to use inline LaTeX and Markdown is the killer feature of Gitter for me.
10y ago·view thread
comment
Awesome. I've thought it would be fun to work on a simple editor based on Rust. Something similar to Vim but without ViML. I really like the idea of using pipes rather than committing to a single…
10y ago·view thread
comment
"the updated $20 bill isn't expected to be issued until 2030 at the earliest, according to a report from CNN; citing the lengthy approval process by the Advanced Counterfeit Deterrence steer…
10y ago·view thread
comment
For folks looking for a simple Github Flavored Markdown previewer I've been very happy with grip: https://github.com/joeyespo/grip …
10y ago·view thread
comment
This. My experience was nowhere near as extreme, but I was homeschooled and started college full time at 14. It's taken me years to catch up socially, and I still struggle sometimes. Do not under…
10y ago·view thread
comment
I think there's still a market for more powerful devices that don't provide as much hand holding. I agree though the community aspect of the pi is a huge draw, especially when it comes to fi…
10y ago·view thread
comment
Awesome. Somehow I missed the C2 release. Been happy with my C1+.
10y ago·view thread
comment
64 bit A53 and built in wireless. Fantastic. Can't wait to see how these turn out and what Hardkernel's answer will be.
10y ago·view thread
comment
Payson by chance? Still blows my mind that Prescott/PV have 3 walmarts.
10y ago·view thread
comment
Love Alpine. The biggest use case I've found for small images so far is for testing a microservices system on Travis or a similar CI. You package each of your services in a container, then use do…
10y ago·view thread
comment
Yeah, I was definitely mostly surprised by the amount per individual
10y ago·view thread
comment
The author raised $12,451 USD from 13 backers for a Flask course? https://www.kickstarter.com/projects/nickjj/build-a-saas-app... Maybe I'm in the wrong line of work.…
10y ago·view thread
comment
Mediagoblin is ok for presentation but has basically no download features.
10y ago·view thread
comment
h5ai is awesome. The interface is fine. The problems I had were that the process of generating thumbnails is pretty opaque. It appears to start generating them when a directory is first visited throug…
10y ago·view thread
comment
This would be a nice feature.
10y ago·view thread
comment
Uploading through a web interface would probably be too slow unless I'm on the same LAN. I'm fine managing the filesystem manually. So web uploading would be a nice feature but not necessary…
10y ago·view thread
comment
I'm fine with handling devops on the server setup. It's also ok to do most of the moving around of files directly on the filesystem, not through the web interface. OwnCloud was just too fat …
10y ago·view thread
comment
Very cool. Somewhat off topic: I've been looking recently for a good way to host many GBs of photos and videos for my friends and family to browse and download. Basically an open source version o…
11y ago·view thread
comment
There's a lot of awesome work being done on T1 diabetes, particularly in the open source community. I highly recommend checking out the Tidepool Project ( http://tidepool.org/ ) an…
11y ago·view thread
comment
Also looks to be Linux compatible (wxWidgets backend), which is sweet.
11y ago·view thread
comment
Very cool. I don't have a Mac to test it out on, but is there an easy way (integrated pip, conda) to install additional packages? IMO a graphical interface for finding and installing packages wou…
11y ago·view thread
comment
Disable non-error debug messages ( https://github.com/alda-lang/alda#logging ): export TIMBRE_LOG_LEVEL=error alda repl…
11y ago·view thread