VirtualTam's bookmarks
29 bookmarks found
-
- Electropaint History (archived 2011-07-26)
- Silicon Graphics - Irix - ElectroPaint screen saver
- iamralpht/elektropaintjs - Electropaint screensaver from IRIX in JavaScript
__ __ /..\ /| |'-. .\_O/ || | | OH WOW _ / `._ \|_|_.-' FREE SOFTWARE | / \__.`=._) (_ |/ ._/ |"""""""""| LET ME IN |'. `\ | | ON THIS ;"""/ / | | ) /_/| |.-------.| ' `-`' " "
-
- I have ported XScreenSaver to the iPhone.
- XScreenSaver 5.35
- XScreenSaver 6.09 out now
- Zygo/xscreensaver - The closest thing to a git repo of xscreensaver known to exist, because jwz Does Not Do Github
-
- Build own USB device on linux-based board!
- What Are Differential Pairs?
- How to route USB data lines on a PCB
- Can You Route USB 2.0 on a 2-Layer Board?
- KiCad STM32 Hardware Design - An Overview in 20 Minutes - Phil's Lab #15
- STM32 Programming via USB (DFU) - Phil's Lab #72
- How To: STM32F103C8T6 As An USB Device (Virtual Serial Port / CDC)
-
- Blocking TCP port 53 traffic leads to very strange failures. Don't.
- The source you're looking at is not the code running in production.
- "Prod" is just another name for "staging".
-
A Guide to Porting C/C++ to Rust
2022-12-18 -
EI2030 Working Groups aims to create a laptop using e-ink or similar non-emissive technology
2022-05-02 - https://github.com/EI2030
- https://alexsoto.dev/modos-paper-laptop.html
- https://forum.ei2030.org/t/proposal-ei-2030-the-community-built-e-ink-laptop-project/118
- https://alexsoto.dev/building-an-e-ink-laptop.html
- https://forum.ei2030.org/t/papertop-laptop/136
- https://forum.pi-top.com/t/buying-another-power-supply-for-pi-top4/481/10
- https://forum.ei2030.org/t/low-power-e-paper-os/138
- https://www.youtube.com/watch?v=AIz8JL6xc9A
- https://forum.ei2030.org/t/research-porting-linux-to-ultra-low-power-microcontroller/151/1
-
Docker:
- https://github.com/moby/moby/issues/9021
- https://github.com/moby/moby/issues/11185
- https://github.com/moby/moby/issues/11185#issuecomment-245983651
- https://github.com/moby/moby/issues/19017
- https://github.com/docker/for-mac/issues/2670#issuecomment-372365274
Kubernetes:
- https://github.com/kubernetes/kubernetes/issues/1802
- https://github.com/kubernetes/kubernetes/issues/23864
- https://github.com/kubernetes/kubernetes/issues/23864#issuecomment-387070644
Disabling userland proxy:
- https://github.com/moby/moby/issues/5618
- https://github.com/moby/moby/issues/14856
- https://github.com/moby/moby/issues/11185#issuecomment-129085898
Threads:
-
Exporters and integrations | Prometheus
2018-10-07 - https://prometheus.io/docs/instrumenting/writing_exporters/
- https://prometheus.io/docs/practices/instrumentation/
- https://prometheus.io/docs/practices/naming/
- https://godoc.org/github.com/prometheus/client_golang/prometheus
- https://github.com/prometheus/prometheus/wiki/Default-port-allocations
- https://rsmitty.github.io/Prometheus-Exporters/
- https://blog.callr.tech/kamailio-exporter-for-prometheus/
-
Træfik options:
- https://docs.traefik.io/configuration/backends/docker/
- https://docs.traefik.io/configuration/commons/
Relevant backend labels:
traefik.port
traefik.docker.network
traefik.backend.loadbalancer.method
traefik.backend.loadbalancer.stickiness
Examples:
Gateway timeout and overlay network setup:
-
- http://www.chiark.greenend.org.uk/%7Epeterb/network/drop-vs-reject
- https://security.stackexchange.com/questions/22686/is-it-good-practice-to-manually-lock-down-ports-on-each-host
- https://security.stackexchange.com/questions/22711/is-it-a-bad-idea-for-a-firewall-to-block-icmp/22713
- https://serverfault.com/questions/84963/why-not-block-icmp/84981
-
TL;DR: docker0 bridge + iptables
- https://stackoverflow.com/questions/31324981/how-to-access-host-port-from-docker-container
- https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach
- https://stackoverflow.com/questions/29598504/how-to-connect-to-service-in-the-host-machine-from-inside-a-docker-container
- http://blog.michaelhamrah.com/2014/06/accessing-the-docker-host-server-within-a-container/