Hello world!
Here are some random ideas I have:
- Find the git repo I use to auto push updates to this site
- In swaywm: rename workspaces and update keybinds (bindsym) without the use of a manually launched terminal
- Research Linux socket API's (or similar) to be able to route an IPv6 subnet to a process to get the destination address (raw sockets?)
- And on a similar note, use the routed IPv6 /56 subnet for more than just being "IPv4 but with 128-bit addresses"
- e.g. implement SSH TOTP by embedding the TOTP code within the IPv6 address of the SSH server example (and also see here for SSH TOTP by making the TCP port of the SSH server the TOTP code)
- Move this server from manual configuration files to Ansible and containers (Docker and docker-compose, or maybe LXC. If I use Docker, I'd not want to have a single point of failure (e.g. Docker Hub))
- Play around with FreeBSD and its jails
- Route all audio from an Android device to somewhere else (via IP), and route audio from an IP source to an Android device (either for speaker/media output or for use as a virtual microphone)
- Although Android has its AudioManager and AudioSystem stack, I may be able to use ALSA (or similar) directly
- Modify some Bluetooth wireless headsets (headphones with a microphone) to add an IP stack and Bluetooth tethering (DUN?) support. (Audio would go over IP, which would make two-way audio (e.g. calls) possible without quality degradation as is currently the case with HFP)
- Make silly things for fun.