List of bookmarks that were helpful or might be helpful. Needs revising.
iOS
- https://developer.apple.com/documentation/networkextension
- https://developer.apple.com/documentation/network
- https://forums.developer.apple.com/forums/thread/119843
LXC
- https://pve.proxmox.com/wiki/Debian_Appliance_Builder
- https://github.com/vazhnov/proxmox-devuan-containers
- https://github.com/gregoryolsen/lxc-devuan/blob/master/templates/lxc-devuan
- https://github.com/amateur80lvl/lxcex
Devuan on ARM
- https://www.devuan.org/os/distro-kit
- https://git.devuan.org/devuan-sdk/arm-sdk.git
- [ ARM64 ] build, for Orange PI One Plus
- Installer images for armel, armhf and ppc64 need testing
- https://github.com/amateur80lvl/armvuan
Plausible Deniability
If I were implementing a kernel module:
- https://stackoverflow.com/questions/69247630/how-to-create-a-mapped-device-with-a-specific-sector-size: io_hints + iterate_devices for sector size
- https://github.com/torvalds/linux/blob/master/drivers/md/dm-crypt.c
- https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support
- https://wiki.debian.org/KernelDKMS
IPv6
- https://datatracker.ietf.org/doc/html/rfc4193: Unique Local IPv6 Unicast Addresses
- https://datatracker.ietf.org/doc/html/rfc6296: IPv6-to-IPv6 Network Prefix Translation
- https://datatracker.ietf.org/doc/html/rfc4291: IP Version 6 Addressing Architecture
IR
- https://forum.armbian.com/topic/1953-configuring-orange-pi-pc-to-receive-irinfrared/<>
- http://wiki.friendlyelec.com/wiki/index.php/Matrix_-_IR_Receiver
- http://www.fullcustom.es/guias/control-remoto-infrarrojo-software-usb-serie
LZ4
- https://lz4.github.io/lz4/
- https://github.com/lz4/lz4
- LZ4 Block Format Description
- LZ4 Frame Format Description
BPF
- Linux Extended BPF (eBPF) Tracing Tools
- https://github.com/iovisor/bcc
- bcc Python Developer Tutorial
- bcc Reference Guide
- bcc Tutorial
Fediverse
- https://activitypub.rocks/
- https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers
- https://www.w3.org/TR/activitypub/
- https://pypi.org/project/activitypub/
- https://github.com/dsblank/activitypub/blob/master/activitypub/manager/ap_routes.py
- https://docs.joinmastodon.org/methods/streaming/#websocket
- https://docs-develop.pleroma.social/backend/development/API/differences_in_
Tor
- https://community.torproject.org/onion-services/advanced/
- Try porting? https://github.com/mikeperry-tor/vanguards
- https://github.com/mikeperry-tor/vanguards/blob/master/README_SECURITY.md
- https://onionbalance.readthedocs.io/en/latest/v3/tutorial-v3.html
LiberaChat
in particular and IRC as a whole
- https://irssi.org/documentation/qna/tor/
- https://libera.chat/guides/connect#accessing-liberachat-via-tor/
- https://libera.chat/guides/certfp.html
- https://github.com/shabble/irssi-docs/wiki/liberachat_certfp
- https://libera.chat/guides/registration
Blogging
I probably don't need this
Miscellaneous
- https://munin-monitoring.org/
- USDT probes https://github.com/nshalman/python-usdt
- https://www.daemonology.net/blog/
- wireguard.js
- https://github.com/kholia/OSX-KVM/
- https://docs.overturemaps.org/getting-data/
- https://hotlinewebring.club/
- https://indieseek.xyz/links/arts/
- https://docs.openvino.ai/2024/index.html
- https://frigate.video/
- https://blog.foxio.io/ja4%2B-network-fingerprinting
- https://github.com/FoxIO-LLC/ja4
- https://github.com/BishopFox/sliver
- https://lobste.rs/s/6ghrsb/bbs_over_dns
- https://commonvoice.mozilla.org/
- https://github.com/browsermt/bergamot-translator
- https://github.com/LinuxBeaver
- https://theanarchistlibrary.org
- https://theanarchistlibrary.org/library/james-c-scott-seeing-like-a-state
- https://github.com/ashvardanian/StringZilla
- https://github.com/unum-cloud/usearch
- https://soatok.blog/2020/04/26/a-furrys-guide-to-digital-signature-algorithms/
- https://www.antlr.org/
- https://criu.org
- https://rhvoice.org/
- https://mesonbuild.com/Quick-guide.html
- https://kycnot.me/
https://www.netlib.org/fp/dtoa.c This code deserves a novel. That's beyond my capabilities. In short, BCD is known almost for centuries, x86 has AAA instruction since the beginning, but we still have to convert between base 2 and 10 and I haven't seen any programmer who did not step into rounding shit.