Author Archives: bravotic
Never forget who you are…
λx.x (Side note: I’m really debating whether or not to get this tattooed on my forehead when I inevitably start my lambda cult…)
Achieving enlightenment
sudo apt install enlightenment 🙂
On credit, attribution, and ownership
Over the past few months, I’ve found myself questioning more and more of my previous beliefs I’ve held for so long. This is due in part to taking Software Development with Matthias Felleisen, but also partly just because I’ve hit … Continue reading
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
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
Micro: The Crow rewrite
I am currently rewriting the core of the Crow lisp language I made. I wrote the language originally over a year ago, I tried to create a hybrid between Lisp and JavaScript, however as time went on, I slowly realized … Continue reading
Software I Use (And Recommend)
This started as a page for my website, but gradually grew in scope to the point where I think this deserves a blog post dedicated to it. I may also make a page for it on my site, but much … Continue reading
Micro: Just an update
Holy crap, this has been a busy year, and we aren’t even half way through it. I have been here even though I haven’t made a single post since new years (sorry). So where has the time gone? Let’s talk … Continue reading
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