If you see this, gubatron.com has successfully moved to Amazon Web Services.
Related Posts
How Does the Human Brain Handle Chess, Math, Coding, Music, Drawing, and Rock Climbing?
The human brain is a marvel of adaptability, capable of tackling an incredible range of activities—from playing chess to scaling a rock face. While these tasks may seem worlds apart, they share intriguing overlaps in the way our brains process them. Let’s dive into the neuroscience behind six fascinating activities: chess, math, coding, music, drawing, […]
Java: Have a JTable’s column preferred width adjusted perfectly to the size of the longest string in the model
Here’s a utility method I’ve coded for FrostWire’s partial download dialog. With it I’m able to adjust a JTable’s column by iterating over the table’s column model data and calculating the exact dimensions required to render the longest string found. You can specify a maximum width (to avoid some really long strings from screwing up […]
[SYSADMIN] Serve your WordPress cached pages directly with lighttpd and not PHP
Optimizing Your WordPress Cache Loads in Lighttpd. If you don’t configure your wordpress virtual host properly in lighttpd, your wordpress cache will still make use of PHP. Wouldn’t it be nice if all those cached requests were served directy from the webserver as the static files that they are, bypassing the CPU/memory load PHP can […]