Twitter
- Google Merging User Data To Improve Experience, Help Advertisers http://t.co/vKRYtcwy via @HuffingtonPost
(about 1 day ago) - Codecademy: Coding School Signs Up Hundreds Of Thousands http://t.co/iOIM7Kxf via @HuffingtonPost
(about 1 day ago) - RT @YahooFinance: First Person: Living on 80% of My Income http://t.co/w31KG4mO
(about 2 days ago) - RT @electronista After Dark's Starry Night screensaver returns to Mac http://t.co/zWwYvN2L
(about 2 days ago) - Heres why Obama is visiting Intel tomorrow http://t.co/CEbHWPPi via @CNET
(about 2 days ago)
Powered by Twitter Feed
- Google Merging User Data To Improve Experience, Help Advertisers http://t.co/vKRYtcwy via @HuffingtonPost
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
































