- Montréal, Canada
- https://nicksweeting.com
- @theSquashSH
Highlights
- Developer Program Member
- Pro
- 9 discussions answered
Block or Report
Block or report pirate
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ArchiveBox/ArchiveBox Public
🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... -
ArchiveBox/good-karma-kit Public
😇 A Docker Compose bundle to run on servers with spare CPU, RAM, disk, and bandwidth to help the world. Includes Tor, ArchiveWarrior, BOINC, and more... -
wireguard-docs Public
📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients. -
internet-archiving-talk Public
🎭 An introduction to the Internet Archiving ecosystem, tooling, and some of the ethical dilemmas that the community faces. -
django-http2-middleware Public
⚡️ Django middleware to automatically send preload headers before views runs, enabling faster HTTP2 server-push (with CSP support). -
quebec-power-grid-talk Public
🎭 Quebec's 735kv power lines can survive the apocalypse, but can they run TCP?!
1,410 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 3 repositories
- pirate/django-huey-monitor Python
- pirate/archivebox-codespace EJS
- pirate/docker-samba-timemachine Dockerfile
Opened 1 pull request in 1 repository
willtho89/docker-samba-timemachine
1
open
Reviewed 1 pull request in 1 repository
ArchiveBox/ArchiveBox
1 pull request
Created an issue in ArchiveBox/ArchiveBox that received 3 comments
Refactor ArchiveResult filesystem calls to go through Django file storage backend
Instead of this: class ArchiveResult: path = field.CharField(...) ArchiveResult(path='./archive/warc/somefile.warc.gz') We should be doing this: class
