Evolution of traditional forums

If you limit the list to open-source forum software that is still actively maintained, a relatively small set dominates today. Many classic packages still exist, but only some have active development and modern stacks. Below are the most widely used and actively maintained open-source forum platforms as of ~2025–2026. Major actively maintained open-source forum software … Read more

Upscaling images

Upscaling images means increasing the resolution or size of an image while trying to maintain as much visual quality as possible. In practical terms, it involves enlarging an image’s dimensions (width × height in pixels) so it can be displayed on larger screens or printed at bigger sizes without appearing pixelated or blurry. There are … Read more

Real traffic & ad estimator

1. Definitions Let’s define the numbers you already have: Variable Meaning CF_uv Cloudflare unique visitors (all IPs, bots + humans) CF_req Cloudflare total requests Mat_uv Matomo unique visitors (JS-enabled humans) Mat_pv Matomo pageviews bot_factor Estimated % of Cloudflare traffic that is bots (0–1) JS_factor Fraction of real humans that trigger Matomo/JS (0–1) 2. Step 1: … Read more

How the WoodCentral Archive section works

Overview The system is a static inverted-index search engine for your legacy PHP articles. It reads .php files from the articles directory, extracts content, builds three JSON caches, and enables fast keyword or search-term lookups without querying a database. The three JSON outputs are: Workflow 1. File Discovery 2. Metadata Extraction 3. Content Extraction for … Read more

How CDNs lower the cost of being online

A Content Delivery Network (CDN) is a globally distributed network of servers that sits between a website and its visitors, caching content and filtering malicious traffic so the site loads faster and stays online under heavy or hostile traffic. 1. The internet’s asymmetry problem The web is fundamentally asymmetric: Without an intermediary layer, every HTTP … Read more

Why modern email works better in the browser

Using a webmail-based interface like SmarterMail instead of allowing everyone to choose their own mail client isn’t about taking options away — it’s about putting everyone on the same page, literally and operationally. When email is used by more than one person — a business, a volunteer group, a forum team, or even a family … Read more

Deterministic per-site passwords

Deterministic per-site passwords solve reuse without requiring memorization of dozens of random strings. The trick is to make the algorithm: Below are workable mental algorithms, followed by important caveats. Core design principles Any mental password algorithm should include all three: If you skip #1 or #3, it becomes guessable once one password is known. Algorithm … Read more

ForkBB vs. WebBBS

ForkBB is effectively a modern successor to old Perl scripts like WebBBS, combining simplicity, speed, scalability, and standards compliance, while maintaining predictable resource usage. Even on modest hosting, it can handle more users than WebBBS ever could, and likely outperforms vBulletin on the same hardware.

Licensed under CC BY-NC 4.0

Site Index

👍 This page answered my questions

Your vote helps other woodworkers quickly find the answers and techniques that actually work in the shop.