TIL: Applied Cryptography, Algorithms, Rust Discord, and Learning Resources

Computer Science Education Applied Cryptography Course A Graduate Course in Applied Cryptography Comprehensive graduate-level cryptography textbook Covers both theoretical foundations and practical applications Free online resource for advanced cryptographic study Essential for security-focused software development Algorithms and Data Structures Algorithms by Jeff Erickson Modern algorithms textbook with clear explanations Covers fundamental algorithms and analysis techniques Practical approach with real-world applications Open Data Structures Free textbook on data structures and algorithms ...

January 3, 2021 路 2 min

TIL: Cryptography Course, Algorithm Resources, Rust Tools, Discord API, and Self-Hosting Solutions

Today I discovered comprehensive cryptography and algorithm resources, explored Rust development tools including Discord API libraries, and found valuable self-hosting and productivity solutions.

January 3, 2021 路 3 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: Documentation Systems and Educational Resources

Today I learned about effective documentation systems, comprehensive learning resources for computer science, and modern educational platforms from my archive.

July 17, 2020 路 6 min

TIL: Real World Cryptography, Programming Languages, and JPEG Decoding

Cryptography and Security Real World Cryptography Book Book on Real World Cryptography Practical approach to understanding cryptographic concepts Focuses on real-world applications rather than pure theory Manning Publications interactive book format VPN Solutions Pritunl - Simple OpenVPN Implementation pritunl is a simple home OpenVPN implementation Web-based OpenVPN server management Simplified setup and configuration for home users Alternative to complex commercial VPN solutions Computer Science Education Brown University Programming Course Brown University: Programming and Programming Languages Comprehensive course on programming language theory and implementation Covers language design, semantics, and implementation techniques Free online course materials available Technical Deep Dives JPEG Decoder Implementation Understanding and writing a JPEG decoder in Python Step-by-step guide to implementing JPEG decoding Explains the JPEG compression algorithm and file format Practical Python implementation with detailed explanations Great for understanding image compression fundamentals

July 16, 2020 路 1 min

TIL: Real World Cryptography, Rust Resources, and CS Education

TIL 2020-07-16 Book on Real World Cryptography - A practical guide to applied cryptography by David Wong. Brown University: Programming and Programming Languages - Comprehensive course materials on programming language theory and implementation. CS 61B Data Structures, Spring 2019 - Berkeley鈥檚 excellent data structures course with Java implementations. Crust of Rust on YouTube - Jon Gjengset鈥檚 series diving deep into intermediate Rust concepts. Foundations of Applied Mathematics - Lots of Python and Data Science resources from BYU. ...

July 16, 2020 路 1 min