260 posts

TIL: SolarWinds Solorigate Analysis and DoIt Automation Tool

TIL 2020-12-22 Microsoft Security Analysis of Solorigate - Microsoft’s technical analysis of the SolarWinds supply chain attack and defense strategies. doit - Automation tool - Python-based task automation framework for build processes and workflow management.

December 22, 2020 Â· 1 min

TIL: YouTube Uses FFmpeg and Instagram Python GC Optimization

TIL 2020-12-21 Google’s YouTube Uses FFmpeg - Blog post revealing YouTube’s use of the open-source FFmpeg library for video processing. Copy-on-write friendly Python garbage collection - Instagram Engineering’s approach to optimizing Python garbage collection for better memory efficiency in multi-process environments.

December 21, 2020 Â· 1 min

TIL: Distributed Consensus Academic Reading List

TIL 2020-12-19 Distributed Consensus Reading List - Comprehensive collection of academic papers on distributed consensus algorithms including Raft, Paxos, and Byzantine fault tolerance.

December 19, 2020 Â· 1 min

TIL: Background Removal Tool and Free Software Philosophy

TIL 2020-12-18 Remove Background from Image – remove.bg - AI-powered service for automatically removing backgrounds from images. When Free Software Isn’t (Practically) Superior - GNU Project discussion on the philosophy of free software beyond practical considerations.

December 18, 2020 Â· 1 min

TIL: Zettelkasten Knowledge Management, Tmuxinator Templates, and Engineering Napkin Math

Today I learned about the Zettelkasten method for building interconnected knowledge systems, using Tmuxinator for tmux session templating, and advanced napkin math techniques for system estimation.

December 17, 2020 Â· 10 min

TIL: Writing Man Pages, Haskell Open Source Lessons, Orger Tool, and IoT Development Platforms

Today I learned about writing proper man pages, lessons from 14 years of Haskell open source development, the Orger tool for converting data to org-mode, and modern IoT development platforms.

December 16, 2020 Â· 2 min

TIL: Display Switch KVM, USB Hub Control, Windows Service Wrapper, and Hiring Strategies

Today I learned about converting USB switches into KVM switches, controlling USB hub power, creating Windows services from executables, and smart hiring strategies.

December 15, 2020 Â· 2 min

TIL: Debugging CSS Techniques, LLVM Architecture, Python Language Reference, and Shell Sourcing

Today I learned about systematic CSS debugging approaches, LLVM compiler architecture from AOSA, the comprehensive Python language reference, and the difference between sourcing and executing shell scripts.

December 14, 2020 Â· 2 min

TIL: Job Platforms, Compiler Design Resources, Datasette, and Developer Productivity Measurement

Today I learned about startup job platforms, comprehensive compiler construction resources, Datasette for data exploration, and approaches to measuring developer productivity.

December 13, 2020 Â· 2 min

TIL: Python Behind the Scenes - CPython VM, Compiler, and Object System Deep Dive

Today I learned about the comprehensive 'Python Behind the Scenes' series covering CPython's virtual machine, compiler architecture, bytecode execution, variable implementation, and object system internals.

December 12, 2020 Â· 8 min