VirtualTam's bookmarks
52 bookmarks found
-
Test feed:
- feed reader score project
- A sysadmin's rant about feed readers and crawlers
- Feeds, updates, 200s, 304s, and now 429s
- So many feed readers, so many bizarre behaviors
- The feed reader score service is now online
RFCs:
- RFC 1945 - Hypertext Transfer Protocol - HTTP/1.0 - If-Modified-Since
- RFC 7232 - Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests - Entity Tag (ETag)
- RFC 9110 - HTTP Semantics
Related:
- Bret Simmons - NetNewsWire and Conditional GET Issues
- John Brayton - Feed Polling for Unread Cloud
- Jeff Kaufman - Looking at RSS User-Agents
- Chris Siebenmann - The case of the very old If-Modified-Since HTTP header
- ETag and HTTP caching
- HTTP Conditional Requests Explained
- Caching - What takes precedence: the ETag or Last-Modified HTTP header?
-
Home Assistant Config - War Safety
2024-05-29 This is what war in the 21st century looks like: you can practically monitor a missile or a drone that is trying to kill you right from your phone. This is like a Black Mirror episode in real life.
-
Practical Electronics began publication in the UK in December,1964 and was aimed at the experimenter and construction enthusiast.
In November, 1992 Practical Electronics merged with Everyday Electronics to become Everyday Practical Electronics.
-
A practical guide to WebAssembly memory
2022-12-27 -
- HyperLogLog: the analysis of a near-optimal cardinality estimation algorithm (PDF)
- HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm
- https://agkn.wordpress.com/2012/10/25/sketch-of-the-day-hyperloglog-cornerstone-of-a-big-data-infrastructure/
- Redis new data structure: the HyperLogLog
- https://www.reddit.com/r/programming/comments/21wshj/redis_new_data_structure_the_hyperloglog/
- https://redis.uptrace.dev/guide/go-redis-hll.html
- https://towardsdatascience.com/hyperloglog-a-simple-but-powerful-algorithm-for-data-scientists-aed50fe47869
- https://odino.org/my-favorite-data-structure-hyperloglog/
- http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-Estimation
- https://supabase.com/blog/seen-by-in-postgresql
- https://www.citusdata.com/blog/2017/12/22/distributed-count-vs-hyperloglog/
-
Docker & UFW
2019-10-24 - https://github.com/moby/moby#4737
- https://github.com/docker/for-linux/issues/690
- https://stackoverflow.com/questions/30383845/what-is-the-best-practice-of-docker-ufw-under-ubuntu
- https://www.mkubaczyk.com/2017/09/05/force-docker-not-bypass-ufw-rules-ubuntu-16-04/
- https://www.techrepublic.com/article/how-to-fix-the-docker-and-ufw-security-flaw/
- https://www.linux.com/news/how-fix-docker-and-ufw-security-flaw/
- https://svenv.nl/unixandlinux/dockerufw/
- https://blog.viktorpetersson.com/2014/11/03/the-dangers-of-ufw-docker.html
- https://news.ycombinator.com/item?id=27613217
-
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/
-
Kubernetes Best Practices - GCP Blog
2018-09-28 - https://cloudplatform.googleblog.com/2018/04/Kubernetes-best-practices-how-and-why-to-build-small-container-images.html
- https://cloudplatform.googleblog.com/2018/04/Kubernetes-best-practices-Organizing-with-Namespaces.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Setting-up-health-checks-with-readiness-and-liveness-probes.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Resource-requests-and-limits.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-terminating-with-grace.html
- https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-mapping-external-services.html
- https://cloudplatform.googleblog.com/2018/06/Kubernetes-best-practices-upgrading-your-clusters-with-zero-downtime.html
-
Writing exporters | Prometheus
2018-09-24 -
- 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
-
Pair programming
2018-02-23 Guides:
- https://tuple.app/pair-programming-guide/
- https://www.codefellows.org/blog/peer-programming-5-reasons-learning-in-a-group-beats-studying-on-your-own/
- https://dzone.com/articles/what-is-pair-programming-advantages-challenges-tut
- https://blog.jayway.com/2017/02/10/efficiency-of-pair-programming/
- https://www.cs.utexas.edu/users/mckinley/305j/pair-hcs-2006.pdf
- http://www.jucs.org/jucs_15_16/understanding_tools_and_practices/jucs_15_16_3101_3125_schuemmer.pdf
- https://www.slideshare.net/uhpnou/pair-programming-a-pratical-guide
- https://www.slideshare.net/istepaniuk/effective-pair-programming/9-Strengthening_the_case_forPair_ProgrammingL
- http://kata-log.rocks/pair-programming
Approaches:
- http://blog.xebia.com/practical-styles-of-pair-programming/
- https://www.quora.com/What-is-your-review-of-Pair-Programming
- https://www.quora.com/Is-there-a-good-development-environment-for-remote-pair-programming
- https://www.quora.com/Why-do-programmers-use-paired-programming-What-do-remote-teams-use-for-paired-programming
- https://www.quora.com/What-are-some-techniques-for-effective-pair-programming
- https://www.quora.com/When-pair-programming-what-makes-it-a-bad-experience-and-what-makes-it-a-good-experience
Tools: