• 0 Posts
  • 21 Comments
Joined 7 months ago
cake
Cake day: June 25th, 2024

help-circle










    1. Was 19 still living at home when my Dad switched us to something called “@home” broadband, which became Comcast a couple years later. I do remember being blown away by seeing images load almost instantly on a web page.

    That was also the last year I remember using Netscape Navigator as a daily driver. It was IE for the next four years until I switched to Firefox, and have been using that ever since. Yes, IE blows, but Navigator was starting to become a bloated mess as it started to suffer from feature creep trying to win people back.









  • I discovered this when I started doing embedded baremetal programming with no OS and using SD cards. It hit me like an anvil from the sky when I realized dirs are just files pointing to other files. With no OS services you have to open the dir file directly in the program and scan it for file entries to get a list of them and pointers to their actual locations in the media. Navigating down and back up a subdirectory tree has to be done entirely in programming by keeping track of where you’ve been. There’s nothing in the filesystem itself that will do that for you. It just tells you where you can physically locate data.