Twitter
- AMD launches new Trinity processor http://t.co/GPdgG9Ex via @pc_gamer
(about 5 hours ago) - Dolby ups TrueHD lossless audio on Blu-ray to 96k, says every upsampled bit is amazing (video) http://t.co/txwQAfgD via @engadgethd
(about 13 hours ago) - Comcast ups data caps, adds tiered pricing | Brier Dudley's Blog | The Seattle Times: http://t.co/BlMc4iy6
(about 2 days ago) - Market Striking Down Like Lightning - Seeking Alpha http://t.co/t9KRv8Jp via @seekingalpha
(about 4 days ago) - High-Speed Trading: Profit-and Danger- in Milliseconds http://t.co/RcbMoF07
(about 4 days ago)
Powered by Twitter Feed
- AMD launches new Trinity processor http://t.co/GPdgG9Ex via @pc_gamer
Links
- Old fastsun blog My old fastsun.com site.
-
Recent Posts
Recent Comments
Archives
Categories
Meta
Pics
Posted in Uncategorized
Leave a comment
Square walking.
The code suffers from redundancy–it should be broken up into reusable bits–but it creates a nice version of the walk. It just repeats each step four times and does 8k steps instead of more.
Posted in Processing
Leave a comment
More walking.
This is a four direction walk. Down left, up right, up left, down right determined by a random variable e.g. random(4) produces 0,1,2, or 3 and the program then decides from there which way to walk. I like the complexity that arises from a simple program using pseudo variable numbers (e.g. numbers that are not purely random such as bubbles in a lava lamp or something). I’m still working on getting the code to display in a pretty manner.
Posted in Processing
Leave a comment
Random walk.
Been working with Processing and came up with these. Its kind of a random walk (the wikipedia article gets into the burly details). Although it will walk back upon itself as there’s no logic to check if its already been at a certain place and it has no case for standing still which could be added. But I’m pleased with the results. Three examples then code below.
(above) With colors added for each of the directions and 200,000 steps.
Posted in Processing
Leave a comment
First post.
Welcome to the new fastsun.com running on WordPress! Fastsun.com is the personal site for Anders Nappe. Click About to learn more about it. I will continue to update it and add content as time permits. Thanks for visiting.
Posted in Uncategorized
Leave a comment
































