Mental Masturbation, Musings, and Methods

The Mind of Alex Beutel

Entries Tagged as 'Programming'

Interactive Voronoi Diagrams with WebGL

August 2nd, 2010 · 3 Comments

Within computational geometry, the Voronoi diagram is a relatively simple concept with a wide-range of applications.  Everything from physics research to the “snap-to” feature in GUI-design uses Voronoi diagrams as a simple underlying data structure to decompose space. I have been working with Voronoi diagrams for the past few months, as my research has focused [...]

[Read more →]

Tags: Javascript · Mathematics · OpenGL · Programming

CMake, OpenGL, and GLX on OS X

July 28th, 2010 · No Comments

As you may know, I am staying at Duke this summer for research.  My research, which I started last semester and am going to be doing for a while, focuses on scalable algorithms.  While that is pretty broad, I am currently working on using the graphics card to speed up processing. Again, here are some [...]

[Read more →]

Tags: C++ · OpenGL · Programming

Rankophilia and Rankophiliacs

January 27th, 2010 · 1 Comment

For my CPS 182S class, we have an assignment which is a competition among groups of students (and the professor) to have the highest ranking page on Google for the terms rankophilia and rankophiliac.  As such, I have created a page at rankophilia.dorm.duke.edu to be my group’s main page on Google. For now, there is [...]

[Read more →]

Tags: Duke · Web Development

SQL Injection at Duke TechExpo 2009

October 12th, 2009 · No Comments

I gave my first public talk today at Duke’s TechExpo 2009. I along with my coworker Artem Kazantsev discussed the risks of SQL Injection. The presentation gives a good overview of the capabilities of SQL injection along with how to prevent such vulnerabilities. I also gave a demo of performing a SQL injection attack on [...]

[Read more →]

Tags: Duke · PHP · Web Development

Drag and Drop off the Desktop in Duke Webfiles

October 5th, 2009 · No Comments

While on break, I’ve been playing around with Mozilla’s File API and integrating it with Duke Webfiles, which I work on for OIT. This is only a proof of concept since the spec has not been completed and I only implemented it in the icon view of Webfiles. Regardless, I think it is pretty cool [...]

[Read more →]

Tags: Duke · Javascript · Web Development