Skip to main content
Bing Images

Bing Images

via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 32/50 words 11s read

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

    Aerial view of colorful boats in the Mediterranean Sea in Ölüdeniz, Turkey (©
    Aerial view of colorful boats in the Mediterranean Sea in Ölüdeniz, Turkey (©
    Index: Cache · Source
    #feeds
    tdro

    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.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 49/50 words 16s read

    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.

    #metas
    Grumpy Website

    Grumpy Website

    via @tdro Grumpy Website grumpy.website view
  • Markdown Plaintext Embed Permalink
  • 10/50 words 3s read

    nikitonsky: What’s more important? Device name or “Not Connected” phrase?

    #feeds
    Bing Images

    Bing Images

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 29/50 words 10s read

    Dolomite Mountains at night with the Milky Way, Italy (© Carlos Fernandez/Getty Images)

    Dolomite Mountains at night with the Milky Way, Italy (© Carlos Fernandez/Getty
    Dolomite Mountains at night with the Milky Way, Italy (© Carlos Fernandez/Getty
    Index: Cache · Source
    #feeds
    Bing Images

    Bing Images

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 29/50 words 10s read

    Preveli Gorge with river and palm tree forest, Crete, Greece (© borchee/Getty Images)

    Preveli Gorge with river and palm tree forest, Crete, Greece (© borchee/Getty
    Preveli Gorge with river and palm tree forest, Crete, Greece (© borchee/Getty
    Index: Cache · Source
    #feeds
    tdro

    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.

    tdro micro.thedroneely.com (edited) view
  • Markdown Plaintext Embed Permalink
  • 42/50 words 14s read

    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.

    #linux
    Bing Images

    Bing Images

    via @default Bing Images bing.com view
  • Markdown Plaintext Embed Permalink
  • 26/50 words 9s read

    Heceta Head Light, Florence, Oregon (© Tom Schwabel/Tandem Stills + Motion)

    Heceta Head Light, Florence, Oregon (© Tom Schwabel/Tandem Stills + Motion)
    Heceta Head Light, Florence, Oregon (© Tom Schwabel/Tandem Stills + Motion)
    Index: Cache · Source
    #feeds
    tdro

    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.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 50/50 words 17s read

    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.

    #webdev
    tdro

    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.

    tdro micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 80/50 words 27s read
    Web servers can be spun up quickly on the command line but with gotchas.

    Take the innocent web server .

    shell
    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.

    shell
    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
    #gists #webdev
    Grumpy Website

    Grumpy Website

    via @tdro Grumpy Website grumpy.website view
  • Markdown Plaintext Embed Permalink
  • 5/50 words 2s read

    nikitonsky: Don’t hide what’s useful

    #feeds

    Authors