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…)

Posted in Misc | Tagged | Leave a comment

Achieving enlightenment

sudo apt install enlightenment 🙂

Posted in Linux | Tagged , | Leave a comment

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

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

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 , , | 1 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 , | 1 Comment

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

Posted in Micro Posts | Tagged , | 1 Comment

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

Posted in Misc | Tagged | Leave a comment

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

Posted in Micro Posts | Tagged , , | Leave a comment

Micro: First!

So uh… This is the first post of the year I guess. I’m making it my goal to write a lot more this year, and probably add more interesting stuff to my website. Already I got my website working with … Continue reading

Posted in Meta Posts, Micro Posts | 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