Wednesday, June 06, 2007

The Pinball Game and Pascal's Triangle

http://commons.bcit.ca/math/entertainment/pascaltr/index.html

"Are you a vegetarian?"

Today at work, some one pop'd there head into the office for a meeting. The manager he was supposed to meet with was just about to have lunch. The lunch was all vegetables and the co-worker ready for the meeting ask the manager "Are you a vegetarian?", The manager reply's "Yes" and then continues to say "I eat vegetables 95% of the time!". I guess its something you had to hear and see at the same time.

Monday, June 04, 2007

Wednesday, May 30, 2007

How To Write a 3D Game Engine

Not that I'm looking forward to do anything like this, but it should help with understanding the concepts of 3D engines.

Concepts behind the C# 3.0 language

This article is a nice introduction to the features and concepts new to C# 3.0.

Amazing Lego Art

Amazing Lego Art

New MythDora 4.0

I have an unused TV in the house, this project is going to be perfect for what I want todo. All I really care about is the new reader in myth : )

Advance Mame Project.

Mame has come a long way!!! I'm able to relive my past again.

Tuesday, May 29, 2007

LOLCODE, I might as well give this project a link.

Crazy Crazy stuff.

Monte Carlo Simulation Using Parallel Asynchronous Web Services with .NET 2.0

Just thought it was cool!

.NET random number generators and distributions

This could make a very nice library for testing some gaming related programs I have.

Windows firewall by Yoggie Security Systems

An Israeli startup puts out a great product. This device is cheap and runs Linux. I have not played with it my self but once its on the market I have to buy one. I think usb key type devices are going to bring a whole new way we use computers. The memory is getting large, processor are getting smaller.. Public computers must just need your usb key to boot up a system that is defined by you. You could keep your desktop settings and personal programs all on one key.

Sunday, May 27, 2007

The crazy people in NJ!

I started to watch a TV series. The IT Crowd


The first time I liked comedy that came from england. Most of the time I find there comedy dry and boring. But nothing beats this show, its funny as hell.

Another post about a movie. Disaster!

This movie is better then Team America, towards the end it gets a little old, the same thing happen with Team America. Disaster! did not make it to the US movie theaters, but it should of. Funny puns on every walk of life happens in this movie! If you look at the director list, its a bunch of Jews who have done it again! The production of a great movie.

Running Scared (2006)

The most amazing movie I have seen by far. This movie is so unique in the way events happen, transition of scenes, and plot. The craziest part is when the pedophile murderers say "We are sick and need help", that part of the movie I just cant get out of my mind. I was happy when the lady shot them both, they don't get the chance of help!!! How the hell does someone come up with this shit.. Well here is a even crazier story. I just looked up that story, some people are really fucked up in this world.

Smoking Aces Crazy Kid



See The Skillz!@!@!@ I have been watching a few movies this week. This part of Smoking Aces was crazy.

I will never understand why food is so much fun!

Tuesday, May 22, 2007

I WIN AT THE GREEN VALLEY RANCH







Winning of 4000 pennies!@!@!@ I'M RICH BITCH.

Friday, May 11, 2007

Found a RSS reader that I like

To me the best part of this reader is switching from standard, searching, and newspaper view.

Sunday, May 06, 2007

Virtual Rape Is Traumatic, but Is It a Crime? Give me a break!

Who in the world would ever believe this. Virtual Rape? Are people so weak minded that text from a computer screen can be considered rape? The fear of what you can say and can not say to people is a big problem in the US, now we trying to make it a problem online. I think if people are so scared of words they might have bigger problems then "Virtual Rape", maybe they are so mentally unstable that they need physiological help. Second Life is a great idea for a game/online life... Its just sad that someone would think that there virtual world is real and treat it like one. Real Rape in the Real World is something to worry about, not silly online games where nothing is real. There digital bits that can be erased.... Not like real life where things are really embedded into a person mental health. Online life, I feel has effected people way to much, they cant tell the difference between whats happening online and whats happening in the real world.

Friday, April 27, 2007

WPF and Blend video FREE from lynda.com

I have been working with blend most every day now and there are still tons of little tricks to learn. The problem with blend is there is not enough documentation on how to use it efficiently.

C# Enumeration Cheat Sheet

Thank goodness for cheat sheets, I would of never made it out of some classes in collage with out them. They seem to also help at work : )

Thursday, April 26, 2007

Wire City.

An Aside on the Slot Machine

Nice read on the simple combinatorics of a 3 reel single line slot machines.

DotNetNuke - A Free and Open Source Framework!!!

At last, a reason for me to run a Microsoft server for web applications. I might start on this very soon!

Fun with Attribute Based Programming – Extending Enumerations

Amazing article on using attributes in C#. Attributes can simplify some parts of generic programming tasks such as expanding enumerations like in the article above. The code for the article can be found here.

State-Driven Game Agent Design

A very good article on state machines, the code is in C++ but you can find a similar version for C# at Codecube.net.

Wednesday, April 25, 2007

Video Lectures From World's Leading And Prominent Scientists.

This link is a nice find so far, I have not watched any of the videos because I have been really busy.

Tuesday, April 24, 2007

Haha, They put a warning on the back of pirating the product....

Its too funny, the movie studios really need to watch there networks and products.. There never going to be able to secure there products anymore.... They just do not understand technology.

This is a insane story.

Insane Story of a man who cut his own penis off!!!! What a nut.

Monday, April 23, 2007

Anti-Patterns

http://en.wikipedia.org/wiki/Anti-pattern
One of my favorite ones is "Smoke and mirrors: Demonstrating how unimplemented functions will appear"

Wednesday, March 28, 2007

CoilOsapien Killer!


The killer robot of choice by 9 out of 10 Americans. I got to get my self one of these bad boys to build a self defence system in my house.

Using LINQ to solve puzzles

The Puzzle

Here's a puzzle similar to the one in the puzzle hunt. The diagram below is a bunch of weights (A-M) hanging from a system of bars. Each weight has an integer value between 1 and 13, and the goal is to figure out what each weight must be for the the diagram below to balance correctly as shown:

                          |
|
+--+--+--+--+--+--+--+
| |
| |
+--+--+--+--+--+ |
| L M |
| |
+--+--+--+--+--+--+ +--+--+--+--+--+
H | I | J K |
| | |
+--+--+--+--+--+ | +--+--+--+--+--+
E F | G |
| |
+--+--+--+--+--+ +--+--+--+--+--+--+

A B C D

The rules for this kind of puzzle are: (1) The weights on either side of a given pivot point must be equal, when weighted by the distance from the pivot, and (2) a bar hanging beneath another contributes it's total weight as through it were a single weight. For instance, the bar on the bottom right must have 5*C=D, and the one above it must have 3*G=2*(C+D).


I think there approach is way too brute force, this it seems like a little set theory mixed in with some linear algebra and recursive decent would be able to solve this problem. More on it later, if I come up with my own solution.

Thursday, March 22, 2007

Thread with a buch of carpc software.






A fun sunday installing a pc in my car... Forget the cell phone drivers next are the pc drivers!!!

Monday, March 19, 2007

WPF Demo by Laurent Bugnion

The basic concepts you need to start working with wpf. Embed media into your button!!!!

Wednesday, March 14, 2007

Get-WmiObject for finding products installed.

Quick snipit:

PS> Get-WmiObject -class "Win32_Product" -namespace "root\cimv2" -computername THECOMPUTER -filter "Name='Some Silly Product'"

Monday, March 12, 2007

PocketPC 2003 is so kind to me.





What kind of error messages are these? Do I want to loose my data because my data is corrupted? My bluetooth licence has expired? What else my phone is ready to explode or be tossed out of my car window on the highway!!!

Sunday, March 04, 2007

Saturday, March 03, 2007

Sierpinski Triangle in C# with a WPF Polygon.


Simple wpf app to create a small Sierpinski Triangle... This is just a base of something I would like to create, so this is a start of using the Sierpinski Triangle. Algorithm came from the wikipedia implementation in java.

Monday, February 26, 2007

Wednesday, December 20, 2006

Vista and Speech Recognition

When I get Vista installed and have some extra time, I would like to create an application that can recognize what news sites I would want to read and open them in IE or firefox. This doesnt seem to hard just takes a little time.

Saturday, November 25, 2006

Old Art.


I found some old photography art I did of my ex-girlfriend from years ago. I wounder what she's up too now. I put this girl through hell, my life was a little crazy at that time.

Saturday, November 11, 2006

ipsuid gets a blog!

I have been trying to get ipsuid to blog, and here it is. His hardware knowledge is amazing and he's always got a project brewing or working. It's also funny since I give him stuff I dont use any more and he turns it into something. One example was a monitor I had, I think he powers a lazor with it or something.