I was using a website this morning that pointed to fonts.googleapis.com. I know this because the url was displayed at the bottom of the browser, as my machine freezed into an unusable state, which required a reboot to return it to functioning again. It seems strange to me that a website should be able freeze … Continue reading Using /etc/hosts to Cut Internet Crap
Category: software
Build Your Own Text Editor
"This is an instruction booklet that shows you how to build a text editor in C.The text editor is antirez’s kilo, with some changes. It’s about 1000 lines of C in a single file with no dependencies, and it implements all the basic features you expect in a minimal editor, as well as syntax highlighting … Continue reading Build Your Own Text Editor
