thatsnail.blogspot.com
ThatSnail: Games
http://thatsnail.blogspot.com/p/games.html
Subscribe to: Posts (Atom). View my complete profile. Quantum Mechanics: Weird Light. Getting shot by a laser. Saga of the ugly 2. CACTUSQUID.com / GAME DESIGN by JONATAN SÖDERSTRÖM. This domain is no longer in use. Simple template. Powered by Blogger.
thatsnail.blogspot.com
ThatSnail: March 2013
http://thatsnail.blogspot.com/2013_03_01_archive.html
Monday, March 18, 2013. I needed to upload a bunch of old projects for some new employment things onto GitHub and they're not really complete or anything but here they are anyways. More of a personal post for my own organization, feel free to ignore. Links to this post. Pannenkoekenhuis (Windows Phone) : Published! Pannenkoekenhuis : Windows Phone Store. Free for probably indefinitely. Comment / email me with suggestions and bugs. Links to this post. Friday, March 8, 2013. Such is the life.
thatsnail.blogspot.com
ThatSnail: November 2014
http://thatsnail.blogspot.com/2014_11_01_archive.html
Thursday, November 20, 2014. Quantum Mechanics: Weird Light. Have you ever shopped for sunglasses before? They're ridiculously expensive, especially if you get the special polarized ones. Ever wonder what that means? By "propagating," I mean you can imagine it as a sine wave that's moving along some axis. So horizontally-polarized light is moving left-right-left-right-left-right really really fast. (That's not what's actually happening but go with it! It works for our analogy). Please don't sue me.).
thatsnail.blogspot.com
ThatSnail: January 2013
http://thatsnail.blogspot.com/2013_01_01_archive.html
Tuesday, January 22, 2013. C : Facial Detection - Viola-Jones. So I completely abandoned what I had earlier because it wasn't great; here's another attempt using the well-known Viola-Jones. Image by Viola-Jones, examples of Haar-like features. In order to find the weak classifiers, the algorithm uses AdaBoost. Image by Chuan-Heng Hsiao and Amy Dai. Find a bunch of rectangular features that determine face-ly-ness of an image by brute-force en masse. There's an implementation in OpenCV. And Freund, Schapir...
thatsnail.blogspot.com
ThatSnail: Been a while!
http://thatsnail.blogspot.com/2014/11/been-while.html
Thursday, November 20, 2014. Currently in my second year at University of California, Berkeley, studying electrical engineering and computer science. Excellent school, people are generally friendly and knowledgeable, and very eager to learn. About 20 students, teaching how to design a car that drives around a maze. Workload is fairly intensive which means I don't have much time for casual blogging, hence the 2-year hiatus. And I kind of miss game development. For the record, I'm really not proud of about...
thatsnail.blogspot.com
ThatSnail: Homebrew Text Adventure
http://thatsnail.blogspot.com/2013/11/homebrew-text-adventure.html
Sunday, November 3, 2013. I made a thing for 0h game jam. It took 6 hours). Subscribe to: Post Comments (Atom). View my complete profile. Getting shot by a laser. Saga of the ugly 2. CACTUSQUID.com / GAME DESIGN by JONATAN SÖDERSTRÖM. This domain is no longer in use. Simple template. Powered by Blogger.
thatsnail.blogspot.com
ThatSnail: MITRE 2013 Writeup : Binary 200 #2
http://thatsnail.blogspot.com/2013/07/mitre-2013-writeup-binary-200-2.html
Monday, July 29, 2013. MITRE 2013 Writeup : Binary 200 #2. ELF Linux executable file named Game.bin. Running it shows usage instructions that show that it takes one parameter:. Elliptic@elliptic: /solved/bin2002$ ./Game.bin. Usage: ./Game.bin. KeyFile - The file containing your CD Key. Strings table and cat were both uninteresting. Disassembling the main. Function in GDB yielded some nice things. 0x0804896c 0 : push ebp. 0x0804896d 1 : mov ebp,esp. 0x0804896f 3 : push ebx. 0x08048973 7 : sub esp,0x170.
thatsnail.blogspot.com
ThatSnail: November 2013
http://thatsnail.blogspot.com/2013_11_01_archive.html
Sunday, November 3, 2013. I made a thing for 0h game jam. It took 6 hours). Links to this post. Subscribe to: Posts (Atom). View my complete profile. Getting shot by a laser. Saga of the ugly 2. CACTUSQUID.com / GAME DESIGN by JONATAN SÖDERSTRÖM. This domain is no longer in use. Simple template. Powered by Blogger.
thatsnail.blogspot.com
ThatSnail: MITRE 2013 Writeup : Binary 200 #1
http://thatsnail.blogspot.com/2013/07/mitre-2013-writeup-binary-200-1.html
Monday, July 29, 2013. MITRE 2013 Writeup : Binary 200 #1. This one wasn't even a binary. It was a JAR file that you disassembled to yield the following:. Jad home page: http:/ www.geocities.com/kpdus/jad.html. Source File Name: Overrated.java. Import java.io.PrintStream;. Import java.security.MessageDigest;. Import java.security.NoSuchAlgorithmException;. Import java.util.Scanner;. Public static void main(String args[]). String s = new String();. String s1 = " 3d38629f056c942d561b63dbe8e94653. Added has...
thatsnail.blogspot.com
ThatSnail: Quantum Mechanics: Weird Light
http://thatsnail.blogspot.com/2014/11/quantum-mechanics-weird-light.html
Thursday, November 20, 2014. Quantum Mechanics: Weird Light. Have you ever shopped for sunglasses before? They're ridiculously expensive, especially if you get the special polarized ones. Ever wonder what that means? By "propagating," I mean you can imagine it as a sine wave that's moving along some axis. So horizontally-polarized light is moving left-right-left-right-left-right really really fast. (That's not what's actually happening but go with it! It works for our analogy). Please don't sue me.).