Monday, 25 September 2023
Interesting Snippets from 2023-09-25
-
GitHub - bderenzo/tinystatus: Static status page generator
tinystatus generate an html status page via shell script.
-
> htmx ~ Documentation
htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript.
Interesting Snippets from 2023-09-17
-
Certstream
CertStream is an intelligence feed that gives you real-time updates from the Certificate Transparency Log network, allowing you to use it as a building block to make tools that react to new certificates being issued in real time. We do all the hard work of watching, aggregating, and parsing the transparency logs, and give you super simple libraries that enable you to do awesome things with minimal effort.
Interesting Snippets from 2023-09-06
-
GitHub - ddosify/alaz: Effortless, Low-Overhead, eBPF-based Kubernetes Monitoring
Alaz is an open-source Ddosify eBPF agent that can inspect and collect Kubernetes (K8s) service traffic without the need for code instrumentation, sidecars, or service restarts. This is possible due to its use of eBPF technology. Alaz can create a Service Map that helps identify golden signals and problems like high latencies, 5xx errors, zombie services, SQL queries. Additionally, it can gather system information and resources via the Prometheus Node Exporter, which is readily available on the agent. Alaz Docker image is available on Docker Hub.
Interesting Snippets from 2023-09-01
-
GitHub - librespeed/speedtest
LibreSpeed No Flash, No Java, No Websocket, No Bullshit. This is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers. Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
-
GitHub - librespeed/speedtest-cli
LibreSpeed command line tool - Don't have a GUI but want to use LibreSpeed servers to test your Internet speed? 🚀 librespeed-cli comes to rescue! This is a command line interface for LibreSpeed speed test backends, written in Go.