Daniel Aleksandersen
Daniel Aleksandersen
Configuring a proxy isn’t enough to make Beaker and Dat protect your IP address or really do anything to protect your device’s identity. If you live in a country where...
@pfrazee the AppImage doesn’t include `node`. The Hyperspace daemon assumed it could find it from `/usr/bin/env node`. If it’s installed on the host runtime then the AppImage may work. All...
Isn’t this a privacy issue? Nobody wants to repeat the mistake made by the web notification API that just ended up inventing a new type of pop-up spam in the...
This is the model most software use for auto-update: Code-sign the installer package with a known code signing certificate. Download the update and verify the signature before executing. Open an...
For what it’s worth, Tribler is compatible with the v1 portion of BitTorrent v2+v1 compatible torrent files.
Gravatar has privacy implications … .
``Use regex to see if conf.py contains OPTION and trigger a warning once nth. are found missing.`` No, but seriously: having an upstream reference file (like conf.py.dist) and letting users...
Interesting.
Need to output a warning when using copied resource robots.txt and 1) it doesn’t contain "Sitemap: /sitemapindex.xml" or 2) doesn’t contain every entry in ROBOTS_EXCLUSIONS.
The Nikola project went through a [Python version re-prioritization](https://getnikola.com/blog/env-survey-results-and-the-future-of-python-27.html) recently. Long story short, the project will drop Python 2.7 because it’s a hassle to maintain and most users run Python...