Skip to main content
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
  • 92/50 words 31s read

    When making hugo themes, it’s probably better defaulting to absURL and relURL over baseURL for links. It avoids most breakage on links that depend on a base and more easily allows multilingual support with absLangURL.

    However realistically (for anything), interpretations of file, directory/, absoluteness, and relativity are varied. Testing artifacts for ≈ 100% internal/self linking consistency, under different conditions, and after every code change is better time spent debugging. Sub directories are exceptional cases… even now some of my links are broken except that my web server automatically fixes common mistakes (:

    #webdev
    Bing Images

    Bing's Homepage Images Archive

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

    Poenari Castle on Mount Cetatea, Făgăraș Mountains, Romania (© porojnicu/Getty Images)

    Poenari Castle on Mount Cetatea, Făgăraș Mountains, Romania (© porojnicu/Getty
    Poenari Castle on Mount Cetatea, Făgăraș Mountains, Romania (© porojnicu/Getty
    Index: Cache · Source
    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Delicate Arch, Arches National Park, Utah (© Mark Brodkin Photography/Getty Images)

    Delicate Arch, Arches National Park, Utah (© Mark Brodkin Photography/Getty
    Delicate Arch, Arches National Park, Utah (© Mark Brodkin Photography/Getty
    Index: Cache · Source
    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Gray seal pup, Lundy Island, England (© Henley Spiers/Minden Pictures)

    Gray seal pup, Lundy Island, England (© Henley Spiers/Minden Pictures)
    Gray seal pup, Lundy Island, England (© Henley Spiers/Minden Pictures)
    Index: Cache · Source
    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Royal azaleas in bloom on Hwangmaesan Mountain, South Korea (© Stock for you/Shutterstock)

    Royal azaleas in bloom on Hwangmaesan Mountain, South Korea (© Stock for
    Royal azaleas in bloom on Hwangmaesan Mountain, South Korea (© Stock for
    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
  • 69/50 words 23s read

    Different words similar meaning? --references is NixOS speak for direct package dependencies. --requisites list all. These work with the nix-store command.

    shell
    $ readlink --canonicalize "$(type -P which)"
    /nix/store/r78jv9xgxnvsm5vpasf5ldkc28pkri6r-which-2.21/bin/which
    
    $ nix-store --query --references /nix/store/r78jv9xgxnvsm5vpasf5ldkc28pkri6r-which-2.21
    /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163

    which directly depends on glibc. Swap --references to --referrers for paths pointing to which.

    On Guix, list/draw dependencies with guix graph.

    shell
    guix graph --type=references which
    nix-store --query --tree "$(readlink --canonicalize "$(type -P which)")"
    #gists #linux
    Webkit Blog

    Open Source Web Browser Engine

    via @tdro Webkit Blog webkit.org view
  • Markdown Plaintext Embed Permalink
  • 16/50 words 5s read

    Today, we are excited to announce docs.webkit.org, a new documentation home for the WebKit developer community.

    #feeds
    Recent RFCs

    Recently published RFCs

    via @canory Recent RFCs www.rfc-editor.org view
  • Markdown Plaintext Embed Permalink
  • 18/50 words 6s read

    The IETF Nominating Committee (NomCom) appoints candidates to several IETF leadership committees. RFC 8713 provides criteria for NomCom

    #feeds
    Bing Images

    Bing's Homepage Images Archive

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

    Church of Nuestra Señora de los Remedios and Popocatépetl, Puebla, Mexico (© Radius Images/Shutterstock)

    Church of Nuestra Señora de los Remedios and Popocatépetl, Puebla, Mexico (©
    Church of Nuestra Señora de los Remedios and Popocatépetl, Puebla, Mexico (©
    Index: Cache · Source
    #feeds
    Deno

    The latest news from Deno Land Inc.

    via @tdro Deno deno.com view
  • Markdown Plaintext Embed Permalink
  • 15/50 words 5s read

    We’ll create and load a snapshot of our custom JavaScript runtime to optimize startup time.

    #feeds

    Authors