RSSAmplifier

Blog

eric-pierce.com

Data Science, Projects, Travel and More

eric-pierce.comRSS feed ↗5 posts

Latest posts

Moving to Mastodon

March 2024 Note: BirdsiteLive no longer functions, but a fork called bird.makeup does (for now). The official bird.makeup repo at sr.ht doesn’t appear to work on instances not hosted by the developer, but a fork on github does. Check out my relevant docker-compose file to see the latest updates I’ve made Why Mastodon As part of my self-hosting journey, I shut down essentially all my…

Placing Select Docker Containers Behind a VPN

Who Needs A VPN? Docker enables containers to quickly be spun up and used anywhere, but one of the risks many self-hosters take is exposing sensitive services to the open web. There is a balance between safety and convenience with each application exposed, but there are some applications which have no need to be publicly accessible. These typically include administrative applications such as:…

Compiling Nextcloud for Apple Silicon

My 2016 MacBook Pro has really been showing its age, and the butterfly keyboard has been increasingly tough to type on, so I’ve been in the market for a replacement. While I don’t love the closed source approach Apple is taking with their Apple Silicon ARM64 Chips, their recent MacBook Pro lineup sets a totally new standard for power in a notebook. I got my order in for the M1 Max,…

Mask Detection With Computer Vision

Overview Mask wearing is a simple and powerful way to combat COVID, but it is most effective when practiced at scale within populations. Unfortunately mask wearing has become politicized in the United States, and businesses are often in the position of policing and enforcing mask wearing themselves. Enter the COVID Bouncer - an application which can be used to detect mask wearing without needing…

Building a Personal Cloud

Like many others, I have numerous services which I use frequently for work, fun, productivity, and more. While using third party services is the easiest and fastest way to fulfill a need, it is far from the most privacy friendly, or depending on your view the most secure. I decided that I wanted to change that, and in 2019 I began to replace third party hosted services with services I can host on…