Inane Observations $ sudo fix_it
  • Australian Road Rules: Indicating left when exiting a roundabout

    16 June 2019 (updated 16 June 2019) | road rules | Comment

    Consider the situation in the following diagram:

    Diagram

    Car A is approaching a roundabout and wishes to exit the roundabout at the third exit.

    Question. What indicators should the driver use in this situation?

    Answer. Indicate right when entering the intersection, continue indicating right until approaching… »

  • Snippet: Converting SVG with embedded CSS fonts to PDF

    13 June 2019 (updated 29 March 2025) | guide | Comment

    This is a snippet of Python code that can be used as a framework for converting SVG files with embedded CSS fonts (@font-face) to PDF, maintaining the font embedding.

    import base64
    import os
    import re
    import subprocess
    import uuid
    
    #from fontTools.ttLib import TTFont
    … »
  • Just Talley & O'Connor things: Part 2

    09 June 2019 | medicine | Comment

    « Part 1

    Choice quotes from Talley and O'Connor's Clinical Examination, 8th edition.

    Chapter 6

    Leo Buerger (1879–1943), New York physician, born in Vienna, who described thromboangiitis obliterans. He was obsessed with expensive cars. (p. 113)

    John Homans (1877–1954), a professor of surgery at

    … »
  • Guide: cURL in an initramfs environment (with HTTPS and DNS)

    05 June 2019 (updated 05 June 2019) | guide linux | Comment

    I recently found myself wishing to be able to remotely unlock my LUKS partitions on (re)boot. The Arch Linux wiki has some information on this, but this was not sufficient for my case, as my network assigns dynamic IP addresses, which I normally push to… »

« First ‹ Previous Page 20 21 22 23 24 25 26 Next › Last »
  • Home
  • Git (Archives: GitLab, GitHub)
  • Research
  • Music
  • Posts
    • May 2025 (3)
    • December 2024 (2)
    • November 2024 (2)
    • September 2024 (2)
    • August 2024 (1)
    • More…
  • Tags
    • medicine (25)
    • copyright (20)
    • opentally (20)
    • drm (19)
    • encryption (12)
    • monash (12)
    • mathematics (11)
    • statistics (10)
    • proportional representation (8)
    • python (8)
    • victoria (8)
    • law (7)
    • meeting procedure (7)
    • ptv (7)
    • public transport (7)
    • rust (7)
    • defective by design (6)
    • digital rights management (6)
    • creative commons (4)
    • webassembly (4)
    • metro trains (3)
    • paediatrics (3)
    • politics (3)
    • 2fa (2)
    • c (2)
    • graphics (2)
    • mfa (2)
    • pdf (2)
    • victorian electoral commission (2)
    • android (5)
    • security (18)
    • cryptography (12)
    • programming (12)
    • voting systems (8)
    • med in review (11)
    • music (10)
    • parliamentary procedure (7)
    • totp (2)
    • reverse engineering (20)
    • obfuscation (12)
    • single transferable vote (19)
    • ebook (16)
    • elections (12)
    • java (6)
    • linux (33)
  • Lee Yingtong Li
  • blog@yingtongli.me
  • My CV · CV of Failures
@RunasSudo

Most material on this website is available under an open licence. See https://yingtongli.me/blog/copyright.html for details.