adamcrowe + code   151

The Register -- The Node Ahead: JavaScript leaps from browser into future
'In certain Silicon Valley circles, Node is known as The New PHP. Or The New Ruby on Rails. Or The New Black. It's The Next Big Thing, according to, well, just about everyone who uses it. "For a while, I called it The New Rails," says Tom Hughes-Croucher, the author of the upcoming O'Reilly tome Up and Running with Node.js and the chief evangelist at cloud computing outfit Joyent, Node's primary steward. "But then I realized it was getting more views on github than Rails. So now I call it The New PHP."'
code  javascript  node.js  realtime  asynchronous  multitasking  from delicious
march 2011 by adamcrowe
MIT OpenCourseWare -- 6.00 Introduction to Computer Science and Programming, Fall 2008
'This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python™ programming language.'
code  courses 
february 2011 by adamcrowe
Harvard -- This is CS50 OpenCourseWare
'Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, encapsulation, data structures, databases, memory management, software development, virtualization, and websites. Languages include C, PHP, and JavaScript plus SQL, CSS, and XHTML. Problem sets inspired by real-world domains of biology, cryptography, finance, forensics, and gaming. Designed for concentrators and non-concentrators alike, with or without prior programming experience.'
code  courses 
february 2011 by adamcrowe
YouTube -- James Burke: Connections E04: "Faith In Numbers"
'Faith in Numbers examines the transition from the Middle Ages to the Renaissance from the perspective of how commercialism, climate change and the Black Death influenced cultural development.'
documentaries  technology  networks  roman  empire  collapse  waterpower  hydraulics  engineering  gearing  cam  automation  industrialization  systems  loom  textiles  music  programming  trade  commerce  accounting  investment  linen  paper  JohannesGutenberg  letterpress  printing  book  #specialization  cognitivesurplus  emmigration  america  census  information  tabulation  computers  history  code  from delicious
july 2010 by adamcrowe
Pastie
'Use Pastie in your quest to save humanity, not in your evil plots to take over the world!'
text  code  sharing  tools 
january 2010 by adamcrowe
BBC Newsnight -- CRU's programming 'way below expected standards'
'Newsnight's Science Editor Susan Watts looks at how the source code used in the CRU's computer files is way below expected standards for this type of commercial software, according to software engineer Dr John Graham-Cumming.' -- Show me the evidence for CO2-driven climate change. Melting sea ice is change. Evidence of what caused the change please, and not kludgy, fudged-factored code that obsfucates temperature data. ("Bug"?? How about "Fraud"?)
climate  code  kludges  obsfucation 
december 2009 by adamcrowe
Gamasutra -- Dirty Coding Tricks
'Eventually the penny dropped. The real problem was not that the geometry had small holes in it. The problem was that Damp fell through those holes: damp_old = damp_loc; move_damp(); if (NoCollision()) {damp_loc = damp_old; } In one swoop a thousand bugs were fixed. Now instead of falling off the level, Damp would just shudder a bit when he walked over the holes. Spurred on by the success of "if A==bad then NOT A", I used this tool to patch several more bugs...' -- LOL!!!
programming  kludges  hacks  code 
august 2009 by adamcrowe
Failures/Wins of People
'WIN: #4 -- class World {public function Hello () {echo __FUNCTION__; echo chr(32); echo __CLASS__;}} $x = new World; $x->Hello(); -- WIN: Excellent. The most uncommon. If there is to be a uniqueness win, we exclaim noticably.'
programming  helloworld  code  lulz 
july 2009 by adamcrowe
To all who Think Themselves a Programmer
'Required From Scratch Cooking: Write most wicked hello world. Any language.'
programming  helloworld  code  lulz 
july 2009 by adamcrowe
The Bipolar Lisp Programmer
"Ten people who communicate, document things properly and work together are preferable to one BBM hacking Lisp who can only be replaced by another BBM (if you can find one) in the not unlikely event that he will, at some time, go down without being rebootable." -- Hehe
programming  melancholy  lisp  code 
april 2009 by adamcrowe
Wikipedia -- Conficker
'Conficker, also known as Downup, Downadup and Kido, is a computer worm targeting the Microsoft Windows operating system that was first detected in October 2008. The worm has several mechanisms for pushing or pulling executable payloads over the network. These payloads have, so far, been used by variants A, B and C to replace themselves with variant D, which does not infect new hosts over NetBIOS or through removable media.'
internet  computers  security  malware  virus  worm  propagation  code  conficker 
april 2009 by adamcrowe
Software Architecture Group (HPI) -- Context-oriented Programming (COP)
' Software systems must adapt to changing contexts over time, even while they are running. Unfortunately mainstream programming languages and development environments do not support this kind of dynamic change very well, leading developers to implement complex designs to anticipate various dimensions of variability.
programming  context  cop  code 
april 2009 by adamcrowe
philosecurity -- Interview with an Adware Author
"Maybe 4 or 5 months into my tenure there, a virus came out that was disabling some of the machines that we had adware on. I said, “I know enough C that I could kick the virus off the machines,” and I did. They said “Wow, that was really cool. Why don’t you do that again?” Then I started kicking off other viruses, and they said, “That’s pretty cool that you kicked all the viruses off. Why don’t you kick the competitors off, too?”
code  adware  malware  spyware  programming  hacking  gradualism  learning  privacy  security 
february 2009 by adamcrowe
Sherry Turkle -- Artificial Intelligence and Psychoanalysis: A New Alliance (PDF)
"Despite their differences, psychoanalysis and AI have always shared theoretical affinities –among these, the challenge to the idea of the autonomous, intentional actor, the need for self-reference in theory building, and the need for objects such as censors to deal with internal conflict. The strength and the weakness of object theories are the same in both psychoanalysis and AI: the strength is a conceptual framework that offers rich possibilities for models of interactive process; the weakness is that the framework may be too rich. The postulated object may be too powerful: they explain the mind by postulating many minds within it."
*  artificialintelligence  psychoanalysis  biology  psychology  metapsychology  reflexivity  recursion  emergence  intelligence  mind  simulation  agents  democracy  sociology  connectionism  conflict  learning  perceptron  neuralnetworks  cognition  paradox  absurdity  fear  censorship  repression  unconscious  freud  relationships  relationalobjects  objects  ooc  programming  acting  fragmentation  distributed  self  feelings  therapy  theory  diffusion  culture  ideas  play  #processing  #storage  #bandwidth  #diversity  SherryTurkle  pdf  code 
january 2009 by adamcrowe
GitHub -- Secure Git hosting and collaborative development
"Not only is Git the new hotness, it's a fast, efficient, distributed version control system ideal for the collaborative development of software. GitHub is the easiest (and prettiest) way to participate in that collaboration: fork projects, send pull requests, monitor development, all with ease." -- Public Developer Profiles.
git  code  development  collaboration  versioncontrol  hosting  tools  socialobjects  socialnetworking  work  sousveillance 
december 2008 by adamcrowe
YouTube -- Penfield Mood Organ
The Penfield Mood Organ implemented in python for commandline dials.
commandline  programming  mood  penfieldmoodorgan  code 
december 2008 by adamcrowe
LimerickDB -- Top 150
A programmer started to cuss / Because getting to sleep was a fuss / As he lay there in bed / Looping 'round in his head / was: while(!asleep()) sheep++;
poetry  writing  code 
september 2008 by adamcrowe
Cooper -- The Wisdom of Experience
Great presentation on Agile and 'Fragile' processes. 111 slides but well worth the clickage (some crazy images in there!)
agile  design  strategy  experience  programming  software  management  presentations  code 
august 2008 by adamcrowe
The New Yorker -- Game Master (Will Wright)
'“In Will’s games, the objects themselves are encoded to interact with the environment around them. All you have to do is drop the object into the environment and it will make other stuff happen. The objects create ‘verbs,’ as we say.”'
*  WillWright  spore  games  gaming  programming  learning  education  simulation  failure  algorithms  cellularautomata  emergence  complexity  symbiosis  evolution  life  objects  narrativeobjects  storytelling  narrativeenvironments  narrativeacts  performance  design  code 
june 2008 by adamcrowe
PLoS Biology -- The Diploid Genome Sequence of an Individual Human
"The individual whose genome is described in this report is J. Craig Venter, who was born on 14 October 1946... The DNA donor gave full consent to provide his DNA for study via sequencing methods and to disclose publicly his genomic data in totality."
CraigVenter  biology  genetics  bioinformatics  code  life 
june 2008 by adamcrowe
Wired -- June 5, 1833: Ms. Software, Meet Mr. Hardware
'Ada predicted that a computing machine could compose music, draw graphics and find application, so to speak, in business and science. The countess originated the idea of a loop in a program, which she likened to a "snake biting its tail."' -- Want.
AdaLovelace  CharlesBabbage  computers  programming  software  code 
june 2008 by adamcrowe
Wired -- Wired Science Reveals Secret Codes in Craig Venter's Artificial Genome
"For the first time, we reveal the five coded messages that will go down in history as embedded in the first synthetic genome ever created: VENTERINSTITVTE
biology  syntheticbiology  genetics  genomics  bacteria  code  watermarking  steganography  cryptography  branding  CraigVenter 
february 2008 by adamcrowe
Lily
"Lily is a Firefox extension that let's you create programs visually without writing code." ... and OSC/Arduino hooks.
lily  web  programming  mozilla  firefox  javascript  xul  browser  mashups  tools  osc  arduino  code 
february 2008 by adamcrowe
Wikipedia - Lily (software)
"Lily is an Open Source, browser-based visual programming language. Lily programs can be JSON files, Firefox add-ons or as XULRunner applications. Lily is written in Javascript and based on the Mozilla platform. It is distributed as a Firefox add-on." OMG
lily  web  programming  mozilla  firefox  javascript  xul  browser  mashups  tools  code 
february 2008 by adamcrowe
Maschmeyer - From Mysteries to Heuristics: Value Creation in 21st Century Business
"#mystery to #heuristic to #algorithm to #binary code.... businesses create value as the move information from one state to the next."
design  business  value  creativity  code 
january 2008 by adamcrowe
Popular Mechanics - 10 Tech Concepts You Need to Know for 2008: Self-Defending Bots
"... threatened bots automatically summon other zombie computers to team up and flood the researchers’ machines with data. This presents the prospect of bots as intelligent, infinitely evolving agents that can take drastic action for self-preservation."
botnets  code  war 
january 2008 by adamcrowe
information aesthetics - malwarez cyber threats
"...is a series of visualization of worms, viruses, trojans and spyware code... that grows a virtual 3D entity. the entities have been used in campaign to heighten awareness of cyber threats."
code  malware  worms  spyware  virus  visualization  artificiallife  animals  species  extensionsofman  immunesystem  antibodies 
january 2008 by adamcrowe
Snipplr - Code 2.0
"Snipplr is a public source code repository that gives you a place to store and organize all the little pieces of code that you use each day."
code  sharing  learning  lrn 
january 2008 by adamcrowe
Wired - 'Sensual Intelligence' Gives New SaSi Sex Toy an Erotic Edge
"After five or so uses, the rudimentary artificial intelligence remembers what you like and puts together a pleasurable, personalized pattern of movements based on your preferences."
sex  interaction  design  gadgets  haptics  hardware  programming  code 
january 2008 by adamcrowe
Bert Hubert - DNA seen through the eyes of a coder
"... there are pieces of genome that can be read from multiple starting points, and produce useful (but different) results either way. That is what I call a cool hack!" !!! -- God is an über l33t haxX0r! Amazing!
*  code  coding  programming  dna  rna  genetics  biology  syntheticbiology  bioinformatics  science  algorithms  virus  forkbomb  hacks  extraterrestial  metaprogramming  evolution  holycode  god 
january 2008 by adamcrowe
DevTopics - 101 Great Computer Programming Quotes
“To iterate is human, to recurse divine.” (L. Peter Deutsch)
computers  programming  recursion  culture  funny  geeks  quotes  code 
january 2008 by adamcrowe
RbkCustom - John Maeda Limited Edition
John Maeda custom designed Rbk shoes. Code is printed inside the shoe. Kinda digital cool, but not really because the material isn't a dynamic display surface: so no pixels, no thermo-optic camouflage. Lame.
geeks  sneakers  design  code  art  JohnMaeda  fashion  Rbk  productnarratives  storytelling  objects  narrativeobjects 
january 2008 by adamcrowe
Zero influence - Emotional Utility Measurement
"Stateless is Useful, because it’s persistent without being obtrusive. It records no information, it exists as a connector to other objects. Being Stateless is being Universal. Being Social is being Cultural."
socialobjects  statelessobjects  stateless  formats  protocols  patterns  code  data  cloud  synaptics 
january 2008 by adamcrowe
Wikipedia - Tuple space
"...consider that there are a group of processors that produce pieces of data and a group of processors that use the data. Producers post their data as tuples in the space, and the consumers then retrieve data from the space that match a certain pattern."
data  database  ram  memory  address  recall  distributedcomputing  cloud  programming  design  patterns  patternrecognition  tuplespace  tuples  code 
january 2008 by adamcrowe
Adam Greenfield’s Speedbird - Reading, writing, texts, literacy, cities
'Alan Kay: “The ability to ‘read’ a medium means you can access materials and tools created by others. The ability to ‘write’ in a medium means you can generate materials and tools for others. You must have both to be literate.”'
quotes  code  literacy  learning  criticaldesign 
december 2007 by adamcrowe
secondlifemolecules
"This space is designed to index locations in Second Life where molecules appear." Click through to molecule rezzer.
chemistry  code  molecules  simulation  3d  building  tools  virtualworlds 
december 2007 by adamcrowe
Google Code - SL Polymorphism Proxy
"The SL Polymorphism Proxy with Imaginary Friends is an add on for Second Life... providing user control over avatar appearances, and further by allowing the placement of avatars anywhere in the virtual environment." Non-player characters?
avatars  virtualworlds  hacks  code  narrativeenvironments  storytelling  objects  narrativeobjects  people 
december 2007 by adamcrowe
Codeulate - F*cking programming
Haha! Google Code search reveals swearing in commented code. (We've all done it) /* 2,191 lines of complete and utter shit coming up… */
code  comments  google  search  funny 
december 2007 by adamcrowe
.c( whytheluckystiff )o. -- The Little Coder's Predicament
"Provide us a channel for having a dialogue with the entertainment boxes we nurture and care for. I swear to you, the relationship between the public and your product will assuredly blossom. That box will become more of a chest for our personal works."
whytheluckystiff  code  manifesto  hacking  ruby  programming  open  learning  computers 
december 2007 by adamcrowe
Userscripts.org - Facebook Remove Feed Advertisements
function removeArticles() {var feedItems = getElementsByClassRegExp( 'div', /^feed_item\ clearfix\ ad_capsule$/ ); [... loop ...] } {
greasemonkey  facebook  socialads  advertising  backlash  activism  scripts  code  hacks 
november 2007 by adamcrowe
Bug Labs
"BUG is a collection of open source hardware modules, each capable of producing Web services. These modules snap together physically and the services connect together logically to enable users to easily build, program and share devices and applications."
opensource  make  hardware  diy  storytelling  productnarratives  physicalcomputing  programming  linux  webservices  hacking  innovation  gadgets  code 
november 2007 by adamcrowe
dave's page of art and programming
"Messy maths, live animation, music and free software hacking adventures of Dave Griffiths. I'm a bit of pawfal, openlab, toplap and slub."
softwareart  hacking  code  generative  art 
october 2007 by adamcrowe
Select Parks - game art
"This is an ongoing archive of experiments and artworks using computer game technologies. the archive is in a chronological order with hosted works listed first. Images link to websites where available."
art  gaming  hacks  code 
october 2007 by adamcrowe
Wikipedia - Jodi
"Jodi's approach to game modification is comparable in many ways to Deconstructivism in architecture, because they would disassemble the game to its basic parts, and reassemble it in ways that do not make intuitive sense."
net.art  softwareart  hacking  gaming  code  architecture  3d  art  retro  history  jodi 
october 2007 by adamcrowe
[Nullpointer]
Game artist. Hacks game engines. See QQQ Project
hacking  gaming  art  3d  code 
october 2007 by adamcrowe
Metaplace
"Build a virtual apartment and put it on your website. Work with friends to make a huge MMORPG. Share your puzzle game with friends. We have a vision: to let you build anything, and play everything, from anywhere. Eventually, anyway. We have to finsh it f
gaming  games  virtualworlds  platforms  mobile  web  socialnetworking  socialgraph  diy  development  programming  content  metaplace  code 
september 2007 by adamcrowe
soda creative - Sex Bots
"Developed for the Channel 4 website, Sex Bots is an adult-targeted game in which users create promiscuous automata to compete in a pansexual play-scape."
sex  code  artificiallife  gaming  casualgaming  socialgraph 
september 2007 by adamcrowe
blog.pmarca.com - The three kinds of platforms you meet on the Internet
"#A Level 1 platform's apps run elsewhere, and call the platform data via an API #A Level 2 platform's apps run elsewhere, but inject functionality into the platform via a plug-in API #A Level 3 platform's apps run inside the platform itself"
*  advice  platforms  development  businessmodels  web  virtualworlds  socialgraph  selfservers  applications  api  internet  plugins  programming  socialsoftware  socialnetworking  software  code 
september 2007 by adamcrowe
Gavin Bell - microformats, news and historic context
"If you are a publisher think of the value of being able to automate connecting story threads and managing content by time and location. If you are a tool provider, MarsEdit and MT or WordPress, then offer support for microformats."
microformats  code  standards  media  information  design  socialobjects  narrativeobjects  objects 
september 2007 by adamcrowe
Microformats - POSH
'The acronym POSH was coined on 6 April 2007 (http://rbach.priv.at/Microformats-IRC/2007-04-06#T091456) on the microformats IRC channel, by <kwijibo> as a shorthand abbreviation for "plain old semantic HTML".'
code  html  markup  semantic  web  design  information  informationarchitecture  microformats 
september 2007 by adamcrowe
Wired - Everyone Wants to 'Own' Your PC
"You can fight back against this trend by only using software that respects your boundaries. Boycott companies that don't honestly serve their customers, that don't disclose their alliances, that treat users like marketing assets."
trust  computers  DONTBEEVIL  marketing  advertising  spam  freedom  code  google 
september 2007 by adamcrowe
Free Software Foundation (FSF) - Can You Trust Your Computer?
On Trusted Computing: “Treacherous computing” is a more appropriate name, because the plan is designed to make sure your computer will disobey you. Some versions would require the operating system to be specifically authorized by a particular company"
activism  computers  opensource  copyright  drm  DONTBEEVIL  security  data  freedom  technology  trust  linux  privacy  code  google  corporatism  hackersvsvectoralists  "capitalism" 
september 2007 by adamcrowe
SNIX - Social Networking Syndication - One profile to rule them all - The Code Project - SOAP and XML
"SNIX - an XML language that allows users of social networking sites to update a single profile and and can then be retrived to automaticall update their MySpace, YouTube, Facebook (or whatever) profile"
socialnetworking  aggregation  socialgraph  xml  code  opensource  profile  api  nga 
september 2007 by adamcrowe
XFN - XHTML Friends Network
"XFN™ (XHTML Friends Network) is a simple way to represent human relationships using hyperlinks. XFN enables web authors to indicate their relationship(s) to the people in their blogrolls simply by adding a 'rel' attribute to their <a href> tags."
xfn  microformats  html  code  socialnetworking  metadata  tagging  friendship  people  nga 
september 2007 by adamcrowe
Broader Perspective - AIs let humans live over math problem
"... forking copies of a mindfile gone awry when one forked copy evolves malignantly from the original such that it no longer agrees to re-merge and has an independent survival drive... plotting to remove all instances of the original."
artificialintelligence  life  cancer  code  technology  self  consciousness 
september 2007 by adamcrowe
Wikipedia - PEEK and POKE
""POKE" is sometimes used as a generic term to refer to any direct manipulation of the contents of memory."
programming  retro  poke  facebook  behaviours  memory  attention  socialgraph  cheating  code 
september 2007 by adamcrowe
Facebook Secrets
'That' Facebook source code. (Nice colour scheme)
facebook  code 
august 2007 by adamcrowe
Kevin Kelly - The Technium: Every Organism Is a Hack
"Technology breeds hacks, little clever tricks to cheat the rules. Every living organism cheats its way to survival. If life is any guide, then, for every rule we’ll be able to find a technology that has hacked around that rule."
life  technology  hacks  hacking  biology  syntheticbiology  evolution  symbiosis  change  ideas  code  dna  genetics  organisms  rules  systems  virus  security  war  encryption  cryptography  seo  voting  thegamingofeverydaylife 
august 2007 by adamcrowe
soda creative
"Soda develops creative tools that help communities work, play and learn together. Formed in 1996 we are a team of artists, developers and entrepreneurs best known for our BAFTA-winning online construction environment, Sodaplay."
soda  agency  technology  installation  art  media  interface  design  london  inspiration  sodaconstructor  artificiallife  generative  interactive  code  innovation  digital 
august 2007 by adamcrowe
Inform 7
"Inform is a design system for interactive fiction, a new medium for writers which began with adventure games in the late 1970s and is now used for literary narrative fiction, plotless conceptual art, and plenty more adventure games too."
prototyping  storytelling  narrativeenvironments  coding  adventure  writing  mindmapping  novel  interactivedrama  fiction  hypertext  programming  software  tools  code 
july 2007 by adamcrowe
Guardian - Bill Taylor on big ideas
"Are you top in your field or just an also-ran? You have to get competitive to find out - and improve."
competition  immateriallabour  collectiveintelligence  crowdsourcing  businessmodels  code  innovation  prototyping  management 
july 2007 by adamcrowe
Wikipedia - Unified Modeling Language
For structure: Actor, attribute, class, component, interface, object, package. -- For behavior: Activity, event, message, method, operation, state, use case. -- For relationships
uml  design  code  thinking  mindmapping  knowledgeexpressiontool  diagrams  programming  language  software  development  architecture  mapping 
july 2007 by adamcrowe
Wikipedia - Conway's Game of Life
"The "game" is actually a zero-player game, meaning that its evolution is determined by its initial state, needing no input from human players. One interacts with the Game of Life by creating an initial configuration and observing how it evolves."
generative  cell  biology  cellularautomata  artificiallife  complexity  evolution  programming  life  code  turing  gaming 
june 2007 by adamcrowe
BBC - Nintendo to open up Wii console
The hi-tech firm has released a game making tool called WiiWare that gives budding game makers the data they need to use the console and its innovative controller."
api  hacking  gaming  nintendo  wii  programming  code 
june 2007 by adamcrowe
Continuous Media Markup Language CMML
Useful: "CMML is a HTML-like markup language for time-continuous data such as audio/video. It enables the description of structure for a media file through marking up temporal clips. It enables attachment of hyperlinks & annotations to the clips."
audio  video  media  markup  programming  editing  tagging  metadata  distribution  hypertext  hypermedia  content  code 
june 2007 by adamcrowe
New York Times - Eve Online
Hilmar Petursson, CCP’s chief executive: “Perception is reality, and if a substantial part of our community feels like we are biased, whether it is true or not, it is true to them. Eve Online is not a computer game. It is an emerging nation."
fic  eveonline  virtualworlds  gaming  roleplay  narrativeenvironments  mmorpg  politics  democracy  corruption  management  storytelling  narrativeactivism  activism  collaboration  reality  code  time  space 
june 2007 by adamcrowe
« earlier      

related tags

"capitalism"  #bandwidth  #diversity  #processing  #specialization  #storage  *  3d  absurdity  acc  accounting  acting  activism  AdaLovelace  address  adventure  advertising  advice  adware  agency  agents  aggregation  agile  ajax  algorithms  america  animals  animation  anthropology  antibodies  antigravity  api  applications  architecture  arduino  art  artificialintelligence  artificiallife  astronomy  asynchronous  atoms  attention  audio  automation  avatars  backlash  bacteria  bash  behaviours  bioinformatics  biology  bits  blackboxes  blogs  bluetooth  book  bookmarking  books  botnets  branding  browser  building  business  businessmodels  cam  campaign  cancer  career  casualgaming  cell  cellularautomata  censorship  census  centralnervoussystem  change  CharlesBabbage  cheating  chemistry  children  civilization  climate  cloud  cms  code  coding  cognition  cognitivesurplus  collaboration  collapse  collectiveintelligence  commandline  comments  commerce  communities  competition  complexity  computers  conficker  conflict  connectionism  consciousness  content  context  cookiecutters  cop  copyright  corporatism  corruption  courses  CraigVenter  creativity  crime  criticaldesign  croquet  crowdsourcing  cryptography  css  culture  cv  data  database  death  del.icio.us  democracy  design  developmen  development  diagrams  diffusion  digital  distributed  distributedcomputing  distribution  diy  dna  documentaries  DONTBEEVIL  drm  drupal  ecology  economics  editing  education  emergence  emmigration  empire  encryption  energy  engineering  ethics  ethnography  eveonline  evolution  experience  exponential  extensions  extensionsofman  extraterrestial  fabrication  facebook  failure  fashion  fear  feeds  feelings  fic  fiction  firefox  flash  flickr  forkbomb  formats  fragmentation  framework  freedom  freud  friendship  fun  funny  fusion  future  gadgets  gameplay  games  gaming  gearing  geeks  generative  genetics  genomics  git  GNU  god  GoldmanSachs  google  governance  gpl  gradualism  graphics  greasemonkey  greygoo  hackersvsvectoralists  hacking  hacks  haptics  hardware  health  helloworld  history  holycode  hosting  howto  html  human2.0  hydraulics  hypermedia  hypertext  ideas  identity  ideology  immateriallabour  immersion  immunesystem  immunocules  industrialization  information  informationarchitecture  innovation  inspiration  installation  intellectualproperty  intelligence  interaction  interactive  interactivedrama  interface  internet  investment  ip  ipod  jargon  javascript  jobs  jodi  JohannesGutenberg  JohnMaeda  jquery  kludges  knowledgeexpressiontool  language  law  learning  lego  letterpress  library  LIDAR  life  lifecasting  lily  lindenlab  linen  linux  lisp  literacy  liveart  london  loom  lrn  lsl  lulz  mac  make  malware  management  manifesto  manufacturing  mapping  marketing  markup  mashups  materials  matrix  mattercompilers  maxmsp  mechanics  media  mediaclouds  melancholy  memory  metadata  metaplace  metaprogramming  metapsychology  MichioKaku  microformats  micromachines  microsoft  mind  mindmapping  mindstorms  mmorpg  mobile  molecules  mood  mozilla  multitasking  music  mysql  nanobots  nanotechnology  narrativeactivism  narrativeacts  narrativeenvironments  narrativeobjects  narratology  net.art  networks  neuralnetworks  nga  ning  nintendo  node.js  novel  nuclear  numbers  objects  obsfucation  ooc  oop  open  openframeworks  openmedia  opensource  organisms  os  osc  osx  paper  paradox  paralleluniverse  patternrecognition  patterns  pdf  penfieldmoodorgan  penis  people  perceptron  performance  perl  philosophy  php  physicalcomputing  physics  pipes  platforms  play  plugins  podzilla  poetry  poke  politics  popfly  posthumanism  postmodernism  presentations  printing  privacy  processing  processing.org  productivity  productnarratives  profile  programmimg  programming  progress  propagation  proteins  protocols  prototyping  psychoanalysis  psychology  puredata  puzzle  quantum  quotes  radiohead  rails  ram  rapid  Rbk  reactivity  reality  realtime  recall  recruitment  recursion  reference  reflexivity  regex  regulation  relationalobjects  relationships  remix  replicants  repression  research  retro  rna  robotics  roleplay  roman  rss  ruby  rubyonrails  rules  satire  science  sciencefiction  scratch  scripting  scripts  search  security  self  selfreplication  selfservers  semantic  seo  sex  share  sharing  shell  SherryTurkle  simulation  singularity  sneakers  socialads  socialgraph  socialmedia  socialnetworking  socialobjects  socialsoftware  socialweb  sociology  soda  sodaconstructor  software  softwareagents  softwareart  sousveillance  space  spam  species  spore  spyware  standards  stateless  statelessobjects  statistics  steganography  storygraph  storytelling  strategy  symbiosis  synaptics  syntheticbiology  systems  tabulation  tagging  tags  taxonomy  teams  technology  teleportation  text  textiles  thegamingofeverydaylife  themediumisthemessage  theory  therapy  thinking  tiddlywiki  time  tools  trade  transhumanism  transmedia  travel  trust  tuples  tuplespace  turing  tutorials  twitter  twoot  ui  uml  unconscious  unix  value  versioncontrol  via:zeroinfluencer  video  virtuality  virtualworlds  virus  visualization  voting  vvvv  war  watermarking  waterpower  weapons  web  webdesign  webservices  whytheluckystiff  widgets  wii  wiki  WillWright  words  work  worm  worms  writing  xfn  xml  xp  xul  yahoo  yahoopipes 

Copy this bookmark:



description:


tags: