Here is a list of some links that I've found interesting enough to share over the years
- https://americanvision.net/
- This is a website for my parent's eye wear stores in Lynbrook and Bayside. Stop by sometime and buy some glasses or contacts ;)
- https://thedailywtf.com/
- This is a pretty funny site which shows bad coding practices by example.
- https://graphics.stanford.edu/~seander/bithacks.html
- This is a great site which contains many very clever tricks in c/c++ to accomplish routine tasks in a very efficient way, many using bitwise operations
- https://forum.osdev.org/
- Anyone interested in developing an Operating System should definitely take a look at this BB and related Wiki. It has a lot of helpful information and is a good place to get started.