Flock 1.1 offers nectar for social butterflies


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Flock 1.1 offers nectar for social butterflies
# 1  
Old 04-11-2008
Flock 1.1 offers nectar for social butterflies

Fri, 11 Apr 2008 08:00:00 GMT
When we looked at Flock 0.9 last year, the social Web browser showed a lot of potential. Now that it's over the 1.0 hump, the Flock team has made good on the application's promise. Maybe too good -- while Flock serves up a lot of content on a single page, you practically need super-powers to take it all in. Once you cut back on the sensory input a bit though, it's a pretty slick Firefox alternative for anyone with a ton of cyber friends.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Flock preventing function to work

Hi i have a script that check pings and i use flock to so the script wont run multipul times : its not the whole script but this is the idea : ( flock -x -w 3 200 || exit 1 /usr/sbin/fping -c$count -i$interval -a $hosts > $FILE1 2>&1 ) 200>/var/lock/.myscript.exclusivelock now i... (4 Replies)
Discussion started by: batchenr
4 Replies

2. Shell Programming and Scripting

Use of flock command for whole script

I'm changing my mindset from a few big processes moving data from a few sources under an external, dependency-based scheduler to multiple processes moving data from many sources run by each client cron and possibly interfering with each other. It has the benefits of more granular code but I'm... (11 Replies)
Discussion started by: rbatte1
11 Replies

3. Shell Programming and Scripting

Help using Flock (file lock)

Hello, I have been working on using "flock"/file lock to prevent two instances of a bash script from being executed. Below is a simplified version of what I have to illustrate the flock part. It works as it is set up there below however the piece I am trying to figure out is how to get it to... (2 Replies)
Discussion started by: infrared013
2 Replies

4. UNIX for Advanced & Expert Users

Semaphore - lockfile/flock

Hi, I have a process which can run one instance at a time. Currently we have multiple scripts trying to kickoff this process. I wanted to implement the semaphore mechanism to achieve this. I was going through few examples. The below code seems to be reasonable solution. ... (5 Replies)
Discussion started by: tostay2003
5 Replies

5. Web Development

MySQL: Random offers for every airport

I need to write a MySQL query where it loops through every airport and generates 10 random offers (my offers table is 990,000+ rows) The code I have below works for 1 airport, but as soon as it gets bigger it slows RIGHT down. This is using PHP/MySQL At the moment it takes well over a... (2 Replies)
Discussion started by: worchyld
2 Replies
Login or Register to Ask a Question
cultivation(6)							       Games							    cultivation(6)

NAME
cultivation - game about the interactions within a gardening community SYNOPSIS
cultivation DESCRIPTION
Cultivation is a video game written by Jason Rohrer about a community of gardeners growing food for themselves in a shared space. Cultivation is quite different from most other games. It is a social simulation, and the primary form of conflict is over land and plant resources---there is no shooting, but there are plenty of angry looks. It is also an evolution simulation. Within the world of Cultivation, you can explore a virtually infinite spectrum of different plant and gardener varieties. All of the graphics, sounds, melodies,and other content in Cultivation are 100% procedurally generated at playtime. In other words, there are no hand-painted texture maps---instead, each object has a uniquely "grown" appearance. Every time you play, Cultivation generates fresh visuals, music, and behaviors. Cultivation is certainly an unusual game, but that doesn't necessarily mean it's good. From experience, some people absolutely love it, while others absolutely hate it. It's intended to be an "art game," after all, and mixed reactions go with that territory. When two sides are fighting, they often ruin the commons for everyone. The game is a metaphor about that kind of situation. Too much fight- ing destroys the island for everyone. USAGE
Cultivation explores the social interactions within a gardening community. You lead one family of gardeners, starting with a single indi- vidual, and wise choices can keep your genetic line from extinction. While breeding plants, eating, and mating, your actions impact your neighbors, and the social balance sways between conflict and compromise. Cultivation features dynamic graphics that are procedurally-generated using genetic representations and cross-breeding. In other words, game objects are "grown" in real-time instead of being hand-painted or hard-coded. Each plant and gardener in the game is unique in terms of both its appearance and behavior. The game includes an extensive in-game tutorial. In Cultivation, the game system teeters on the verge of uncontrolled conflict, and the player can make choices within this system that affect the balance. Perhaps it is impossible to win the game by acting only out of self-interest, but likewise, it may be impossible to win acting only out of altruism (I say "perhaps" here because, even as the designer of the system, I have only explored a tiny fraction of the game's possible permutations). Players can directly see the results of the choices that they make. In the initial release of Cultivation, neighbors would respond to encroachment with both counter-encroachment (claiming some of your plants as their own) and social scorn (refusing to mate with you). With only these mechanics in place, fighting just didn't feel serious enough---a fight could continue indefinitely without any real consequences, since after two plots overlapped completely, no further revenge was possible for either side. I had to think of a more serious act to crown the peak of an escalating fight. Poisoning, which is now a key mechanic in Cultivation, fit perfectly. This mechanic allows an angry neighbor to poison a plant. Poison not only kills the target plant, but it also renders the ground around the plant forever unusable. SEE ALSO
You can find more information at http://cultivation.sourceforge.net/ June 2007 cultivation(6)