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
  • 25/50 words 8s read

    Can’t beat the hunch that once web components get widespread application there’ll be something like “micro apps”. Interoperable components between all frameworks or something.

    #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
  • 74/50 words 25s read

    There’s this crow outside that insists on plucking coconuts. A while back I was in a coconut tree (don’t ask), and there it was — a crow setting up its nest. I assisted by creating more space and since then it’s been obsessed with plucking coconuts. It’s dropping young and old ones faster than I’m willing to deal with them. 4 in the last two hours..

    Dehusked coconuts
    Some dehusked dry coconuts
    Index: Cache · Source
    #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
  • 49/50 words 16s 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
  • 74/50 words 25s read

    I know of four PHP static site generators.

    1. Jigsaw: Laravel Blade templates. Source Code
    2. Couscous: Twig templates. Source Code
    3. Sculpin: Twig templates. Source Code
    4. Spress: Twig templates. Source Code

    The key advantage is obvious: dynamicity “technically” comes for free. Feedback/debugging loops “can” be made instantaneous, and scaling to a large output is probably not too difficult.

    One downside is that corporate minded developers and consumers online will think you’re a noob for choosing PHP.

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

    Random neo is a nice way to randomly browse Neocities. I’m always on the lookout for sites to add to my feed collection. It might be fun to upload a small meme micro blog on there once I get around to adding color/background image customization, if ever.

    #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
  • 63/50 words 21s read

    I might not remember correctly but lxc came out around 2008. Docker in 2013. The lxc commands had the trend of dashes in their name — lxc-attach, lxc-snapshot, lxc-copy and so forth. It had lots of boilerplate and a steep learning curve.

    Then lxd arrived (in 2015?) to make everything user friendly. lxd is preferred. I still mostly use lxc out of habit.

    #linux
    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
  • 75/50 words 25s read

    After daily driving NixOS and the Nix for almost three years, it feels like it’ll be simplified by entities external to the project. It’s still in that academic phase (don’t do this/that) and needs software engineering .

    That usually involves reducing boilerplate ruthlessly while generalizing/capturing fundamental uses cases (setting implicit best current practices). It’s reminiscent of lxc just before docker arrived for the masses.

    this blog is served to you by NixOS :-)

    #linux
    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
  • 58/50 words 19s read

    My favorite way to know if a product/service works as advertised is to… use it. The devil is (usually) in the details, and the proof is in the eating. People naturally identify with the software/services they use, so getting an accurate picture (as an outsider) is tricky nowadays. A TOS can also give insight into a company’s product/service.

    #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 (edited) view
  • Markdown Plaintext Embed Permalink
  • 50/50 words 17s read

    Watching the web tech mainstream/influencers transition back to a first approach is fascinating. Frameworks are returning to single file approaches that bundle and progressively enhance scoped and components automatically.

    See syntax for webc/11ty, svelte, enhance, lit/google, vuejs marko, astro, and more in a rare history lesson.

    #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
  • 72/50 words 24s read

    Chrome --headless can dump the to the command line. Set a virtual time budget in [?] for the to settle down and then do stuff.

    shell
    Html() {
      chromium \
        --headless \
        --incognito \
        --dump-dom \
        --virtual-time-budget=999999 \
        "$1"
    }
    
    HtmlToText() {
      lynx -stdin -dump -nolist
    }

    This has “peculiar” uses. Fun fact: invoking the name of chromium around normal people confers alien–like status.

    shell
    Html 'https://www.youtube.com/' | HtmlToText
    #gists

    Authors

    Gallery

    Web Feeds (6)

    Web Links