TIL: Internet Protocol RFC 760, MIT Algorithms Course, and Mathematics for Computer Science

Today I learned about the foundational Internet Protocol specification from 1980, MIT's comprehensive algorithms course, and their mathematics for computer science curriculum.

November 9, 2020 · 7 min

TIL: PostgreSQL Customization and Advanced Database Management

Today I learned about customizing PostgreSQL shell environments, advanced psql configurations, and database administration best practices for enhanced productivity.

November 8, 2020 · 13 min

TIL: Customizing PostgreSQL Shell with psqlrc Configuration

Today I learned how to customize the PostgreSQL command-line interface using psqlrc configuration files to improve productivity and user experience.

November 8, 2020 · 4 min

TIL: HTTP Status Code Reference, Security Headers, and Python Security Tools

Today I learned about comprehensive HTTP status code references, OWASP secure headers project, security design principles, and Python tools for header security analysis.

November 6, 2020 · 5 min

TIL: lsof for Process Scanning and Advanced kill Command Usage

Today I learned how to use lsof to scan processes running in specific paths and discovered that the kill command accepts verbose, readable signal names for safer process management.

November 3, 2020 · 5 min

TIL: Linux Internals, Docker Networking, and Selenium Configuration

TIL 2020-11-02 How Linux Works by No Starch Press - Comprehensive book on Linux internals and system administration fundamentals. Docker Networking - Docker images can by default reach any server that the host can access, important for security considerations. Selenium Chrome Configuration - When running selenium/standalone-chrome, ensure Docker proxy configuration allows access to required pages. Docker Proxy Setup - Proxy configuration is crucial for containerized applications to reach external resources correctly. ...

November 2, 2020 · 1 min

TIL: tr Command for Stream Translation and Character Manipulation

Today I learned how the tr command can translate stdin from one format to another, providing powerful text transformation capabilities in Unix pipelines.

November 1, 2020 · 4 min

TIL: /dev/urandom and /dev/random for Cryptographically Secure Random Generation

Today I learned about the differences between /dev/urandom and /dev/random, and how to use these devices for generating cryptographically secure random data in Unix systems.

October 31, 2020 · 4 min

TIL: Ox Text Editor in Rust

TIL 2020-10-10 ox - Text editor written in Rust - Modern terminal-based text editor built with Rust, featuring syntax highlighting and plugin support.

October 10, 2020 · 1 min

TIL: Rust Terminal Libraries, Text Editor Development, Tau vs Pi, and TypeLit Typing Practice

Today I learned about Rust libraries for terminal applications, building text editors from scratch, the mathematical argument for Tau over Pi, and improving typing skills with classic literature.

October 9, 2020 · 6 min