Tag Archives: Web

JavaScript’s “history” methods are cool

Recently, I was writing a paper which required me to do a little historical background research. Through this I ended up on the website for Encyclopedia Britannica. As I was scrolling the page, I saw something that I hadn’t seen … Continue reading

Posted in Programming | Tagged , , | Leave a comment

The strange case of the Gopher “i” type

I finally feel like making another blog post! This marks the first for 2024! Crazy! If you haven’t heard of Gopher before, you aren’t alone. Gopher competed against FTP and HTTP during the race for the web, and as you … Continue reading

Posted in Misc, Server | Tagged , | Leave a comment

Making a parser generator doesn’t have to be hard.

I’m inspired to write this because of Russ Cox’ regular expression blogpost, which follows a similar format, although I’m not about to compare my implementation to others. Recently, I decided to create a project called CCC, or Collin’s Compiler Creator, … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

Micro: Brave or Ungoogled Chromium

Recently I was thinking to myself, should I be recommending people Brave browser or Ungoogled Chromium. Myself, I use Firefox, however I acknowledge that most people probably want to stick with Chromium based browsers just because they are familiar, and … Continue reading

Posted in Micro Posts | Tagged | 1 Comment

Micro: web design is getting out of hand…

I have to use a website called “Cognella” for a textbook at my university. It gives you one of those standard cookie prompts. Which allows you to enable or disable cookies, pretty standard right..? Well when you click “disable”, it … Continue reading

Posted in Micro Posts | Tagged | 3 Comments