Email obfuscation playground
Compare email obfuscation methods for websites, generate copyable HTML or JavaScript snippets, and weigh human usability against basic scraper resistance.
Specific calculators, planners, and explainers for jobs that usually get buried in forums.
Topic hub
Interactive tools for Linux operations, sysadmin debugging, SSH, rsync, Nginx, systemd scheduling, and adjacent hardware-fit questions.
This cluster is for practical infrastructure work: SSH jumps, rsync rules, Nginx matching, systemd timers, and hardware planning that usually sends people into man pages.
Compare email obfuscation methods for websites, generate copyable HTML or JavaScript snippets, and weigh human usability against basic scraper resistance.
Estimate LLM VRAM needs from parameter count, quantization, KV-cache precision, context length, concurrency, GPU count, and partial offload, with architecture-aware fit checks.
Debug Nginx location precedence with an interactive explorer that shows exact matches, longest-prefix memory, regex order, and ^~ short-circuiting.
Debug rsync include and exclude filters with an interactive explorer that shows first-match order, wildcard matching, and parent-directory traversal blockers.
Build SSH commands and reusable ~/.ssh/config blocks for jump hosts, local forwards, remote forwards, and dynamic SOCKS tunnels.
Size a solar charge controller using panel Voc, Vmp, Isc, temperature coefficient, stringing, battery voltage, and controller limits, with cold-weather voltage checks and MPPT-versus-PWM guidance.
Build matching systemd service and timer units for recurring Linux jobs, with calendar or monotonic schedules, install commands, and directive explanations.
Check whether a USB-C cable is suitable for charging, data, video, or dock use based on wattage, data rate, and display requirements.
Added a solar sizing tool that checks controller voltage and current limits against panel specs, cold weather, battery voltage, and series-parallel stringing, then suggests a safer controller class.
Added an architecture-aware LLM VRAM and context calculator that breaks memory into weights, KV cache, GPU offload share, runtime overhead, and context or concurrency limits.
Added an interactive rsync include/exclude rule explorer that evaluates filter order, shows which rule matched each sample path, and explains when a parent directory rule stops rsync reaching a file at all.