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
  • 46/50 words 15s 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
  • 12/50 words 4s 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
  • 118/50 words 39s read

    The best CSS Framework? I don’t know. Complexity moves in mysterious ways. The many interpretations model must be satisfied.

    1. in CSS (canonical)
    2. CSS in (write once and time driven)
    3. CSS in JavaScript (framework driven)
    4. CSS in Shadow (company/department driven)
    5. CSS in Scoped Formats ( driven)
    6. CSS in Preprocessors (design system driven)

    I’d say, choices reflect environmental factors (social or otherwise) at play. If you’re lucky enough to choose, then suitability favors what draws the finish line closer? I’ve no advice since I’d rarely have the time/luxury to choose anyway. I’m usually thinking about the possibility of more types, sub–types ( in #1: , classless, etc), and the transposition strategy and speed between each class/type.

    #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 view
  • Markdown Plaintext Embed Permalink
  • 123/50 words 41s read

    Mathematical Markup Language (MathML)? I’ve thought about LaTeX/TeX strategies on the web for a bit ever since someone asked years ago about different approaches. I never got to poking around on my blog, but since then the masters have delivered unto us;

    1. MathML ( based web specification)
    2. KaTeX
    3. MathJax

    In format conversion land we’ve been given; LaTeXML, make4ht, texmath, temml, and Pandoc.

    MathML looks rather safe. After that, I’d imagine it’s mostly incompatability struggles, XML spooks, and making math “write easy”.
    l = 10 0.00 + 0.05 m m
    (1) A unilateral tolerance allowed in one (uni) direction (plus)
    l = 100 ± 0.05 m m
    (2) A bilateral tolerance allowed in two (bi) directions (plus and minus)
    #lists #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
  • 86/50 words 29s read

    Some nix language gotchas I’ve experienced while using NixOS personally:

    1. Avoid with expressions unless with the inherit keyword for identifying hidden attributes in scope.
    2. Avoid the rec keyword unless there’s tracking/control of infinite set recursion (self naming/references).
    3. Avoid importing more than 1 instance of <nixpkgs> for any evaluation chain unless there’s magic compute and “infinite” memory.

    Tricky is numero three, but crucial for fast feedback regardless of the current thing? I don’t poke around as much to know anymore but; legacy, flakes, community, and possibly others.

    #linux #lists
    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
  • 44/50 words 15s 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 (edited) view
  • Markdown Plaintext Embed Permalink
  • 133/50 words 44s read
    I’d have never peeked so deeply into cryptocurrency lore..

    ..if it wasn’t for this guy visiting my country. I am now “enlightened”. Spoiler: Blockchain protocols computationally formalize/describe a government’s high power restraints within democracy. In civics (social studies), democracy is decentralized power (no/many kings) and therefore implicitly inefficient.

    Democratic governments (in perfect world) communicate/act/bank;

    1. In public (freedom of information)
    2. With immutability (no deleting things)
    3. With consensus (majority vote)
    4. With inefficiency (to weaken bad actors)

    Citizens and other low power (centralized) entities can do some of the above (federation), but mostly (wisely) communicate/act/bank;

    1. In private (freedom of association)
    2. With mutability (to protect privacy)
    3. Without consensus (freedom of expression)
    4. With efficiency (to build–up fast actors)

    Individually, (5-8 > 1-4) no? But (1-4 > 5-8) in dictatorships (5-8)? Blockchain governments for maximal oversight? Not happening :)

    #coins #lists
    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 view
  • Markdown Plaintext Embed Permalink
  • 76/50 words 25s read

    The space of software hosting forges is sizeable. Most techy people know about GitHub and GitLab but many software forges exist (if considering the entire world). Here’s a few of note.

    1. NotABug: Based on Gogs.
    2. SourceHut: Suite of free software development tools built from the ground up.
    3. Codeberg: Based on Gitea.
    4. SourceForge: Mainstream software hosting.
    5. Radicle: Decentralized on the service layer (discussions/issues). Git itself is distributed and decentralized.
    6. Savannah: Suite of software development tools from GNU.
    #lists

    Authors