Skip to main content

Back to Blogger

I've changed my mind. OK, OK, I guess I'm going back on my word. After six months or so of staring at my html revisions and discarded drafts, I haven't done much with Gid.space. Really, no lie, I had true ambitions of making a grandiose portfolio page.. but I suppose there was always a voice in the back of my head, pointing at the evidence: everybody uses site-building templates anyway! Also, I noticed that Blogger lets one edit the HTML rendered in ones blog page.. sooo why not use their awesome framework, and spend my time on less mundane problems as building a profile page? I think I'll use gid.space as a way to possibly host fun web-things where I need absolute control, like a game or app. For now, I'll go back to using this for writing posts.

What's new? Welp, Jessica and I are moving to Arkansas. She will be teaching art foundations at ATU, and I'll be attending as a student of Computer Science. I am so excited to go back to school, I really can't begin to express the joy with words alone. I feel that Comp Sci will allow me to combine all of my distant interests, and produce complete works from the ground up. I'd like to pursue a day-job as a programmer, and flirt with the prospects of getting into the video-game industry. More on this later.

I have some work to do to catch up with my lack of mathematical rigor, so I'll be starting off with Trig, until I'm ready to jump into pre-calc and Calc itself! As a musician who's studied basic signal processing, it will be a relief to finally be able to read equations and proofs. I look forward to the journey.

Comments

Popular posts from this blog

Tech Archaeology: Unearthing the Artifacts of a False Prediction

Greetings. This is going to be a shorter rant. New year, new me! Anyway, I was inspired to write this after I caught myself falling into a usual habit: investigating the validity of a prediction which claims that a technology (it could be anything) will take over in the future. I'll start from the beginning. It all started when I was dutifully studying for my Databases class. While reading the textbook, Database Processing  (13th edition) by Kroenke and Auer, I came across a passage that was summarizing the history of database processing. Being that this book first came out around 1977, it has probably witnessed very few shifts  in the popularity of database technology over its existence; namely, the rise of Relational Model and its subsequent dominance. Never-the-less, in a table that describes the emergence of database technology, there is a row for the "XML and Web Services" era (after "Open-Source DBMS" and right before the "Big Data and NoSQL"...

Parallelism and Task-Decomposition: An Introduciton

Introduction Since I’m on holiday break from University, I’ve had time to begin investigating parallel processing. I’m going to try and share a little of what I’ve learned about the technology and how programming languages can leverage multi-core CPUs and GPUs. I’ll finish up and explain a bit about task-decomposition , which is an important aspect of writing algorithms intended for parallel processing. My investigation began one night as I was cooking dinner and watching a talk by Rich Hickey, the inventor of Clojure, titled “Are we there yet?” . At one point, while Mr Hickey was discussing parallel processes, the question of “how does a GPU process pixels?”popped into my head. Surely that must be parallel, right? Since my “Intro t...

One AI to Rule Them All

In my last post, I mentioned that I was interested in looking across the field of Computer Science to see if there my be other areas worth working in in the future, besides web-development. Primarily, I'm interested in a more powerful run-time environment. So Python or Clojure seem very enticing. A safe first step would be to learn about the architecture of server-side code, to deepen my understanding of Web-stacks, and also to satisfy my curiosity of what else is out there in terms of languages, VM's, and code paradigms. Another motivation to look outside of web-dev has come more recently, in the form of some sage advice from an interview with Elon Musk . In it he states that there is too much talent working in the internet space [  55:00 ]. So if web-dev is overcrowded, what would be a worthy Comp-Sci field to pursue? In the same interview, Musk also alludes to the seriousness of the approaching revolution taking place in the field of Artificial Intelligence. He desc...