Aerial view of colorful boats in the Mediterranean Sea in Ölüdeniz, Turkey (© den-belitsky/Getty Images)

Index: Cache · Source
Bing Images
Aerial view of colorful boats in the Mediterranean Sea in Ölüdeniz, Turkey (© den-belitsky/Getty Images)
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Looks like it’s time to rewrite the of
my main website for fast iteration and decoupling Hugo
from . I’ll still allow the generated
files to move passively through the
OPcache in case there’s a
need for dynamicity. Hugo has pretty much deprecated all of my PHP
hacks.
Grumpy Website
nikitonsky: What’s more important? Device name or “Not Connected” phrase?
Bing Images
Dolomite Mountains at night with the Milky Way, Italy (© Carlos Fernandez/Getty Images)
Bing Images
Preveli Gorge with river and palm tree forest, Crete, Greece (© borchee/Getty Images)
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
What’s funny about the
NixOS/GNU Guix
design is that it tricks developers into writing their own system packages. That
would never happen on other Linux distributions. I’m slowly favoring Guix
though, since the new nix
flake interface
couples too tightly with git
.
Bing Images
Heceta Head Light, Florence, Oregon (© Tom Schwabel/Tandem Stills + Motion)
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
WordPress rants are a joy to read, but where’s the simpler, safer replacement? Never forget that software is highly corporatized and mostly crafted for corporations, not humans. WordPress sits among the few that mere mortals can work with and understand. The complete revival of static sites might save us, maybe.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Take the innocent web server .
php -S 127.0.0.1:8080
Best not to use PHP
’s web server cli
(even for PHP) because routes with a
dot (.) are assumed to be
static files. Use a real web server
or superior cli
web servers with minor gotchas.
python -m http.server --bind 127.0.0.1 8080
busybox httpd -f -p 127.0.0.1:8080
ruby -run -e httpd . -p 8080
Grumpy Website
nikitonsky: Don’t hide what’s useful