Posts
All the articles I've posted.
Neat Trick to Download Live Stream
Updated: at 02:32 PMLearn how to easily download live streams as movie files by swapping file extensions from master.json to master.mpd and using yt-dlp - it's surprisingly effective!
Avoid "binary file matches" on Log Files
Updated: at 05:32 AMLearn how to make `grep` show you the text in supposed binary files, ensuring you don't miss critical information hidden in your log files due to emojis or special characters.
Understanding Cumulative Layout Shift and CSS Grid Ordering on Mobile
Updated: at 04:58 AMTo ensure a seamless web experience, avoid using negative values for CSS grid item ordering, as it can cause content shifting during loading, impacting user interaction on mobile devices.