Skip to main content tdro 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.

The Bahamas

thedroneely.com

Appeared sometime around early May, 2022

6 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
    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
  • 17/50 words 6s read
    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
  • 68/50 words 23s read
    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
  • 70/50 words 23s read

    Hugo has template performance metrics with the --templateMetrics flag. Here’s a snippet of the metrics for this site.

    shell
    $ hugo --templateMetrics
    
    Start building sites … 
    hugo v0.101.0+extended linux/amd64 BuildDate=unknown
    
    Template Metrics:
    
     cumulative       average       maximum         
       duration      duration      duration  count  template
     ----------      --------      --------  -----  --------
    7.278303484s   49.177726ms  237.175705ms    148  partials/generate-feeds.html
    7.22797312s   112.93708ms  246.988674ms     64  _default/single.html
    6.982028147s   83.119382ms  245.262274ms     84  partials/navigator-right.html
    6.683942678s   47.070018ms  237.223569ms    142  partials/web-ring.html
    1.685089741s    5.561352ms   28.254398ms    303  _default/summary.html
    #gists #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 (edited) view
  • Markdown Plaintext Embed Permalink
  • 41/50 words 14s read

    A nice thing about following lots of diverse technical feeds is that you’ll always kinda know what’s next. The “next” darling in the realm of front end web development seems to be Next.js? Meanwhile, I’m still messing around with WordPress installs.

    #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
  • 16/50 words 5s read

    Parsing feeds is always a pain. Don’t parse feeds inside the template engine kids :-)

    #web
    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
  • 45/50 words 15s read

    The dictionary and thesaurus are among my most used tools. Easy to install and use offline on any device — no search engine required. I just also realized that my most used offline tools are not in my blog post about programming without the Internet..

    #metas
    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
  • 42/50 words 14s read

    Why blog? One key reason is for framing offline and organic discussions — they’re the best. Online discussions tend to devolve into “peanut gallery” takes for any range of topics. You can’t know it all, but being in the gallery is fun?

    #musings
    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
  • 61/50 words 20s read

    It’s painful to realize that a program’s state is name spaced wrongly/scattered. You’ve then got to either accept the complexity or rewrite select portions + migrate to a more correct data hierarchy. Databases exist to make that easier.

    Though, the simplest form of system administration is when you only have to backup/copy state directories from one computer to the next.

    #musings

    Authors

    Gallery

    Web Feeds (6)

    Web Ring