Dive Into Greasemonkey

Greasemonkey is a Firefox extension which lets you to add bits of Javascript to any web page to change its behavior. In much the same way that user CSS lets you take control of a web page's style, these "user scripts" let you easily control any aspect of a web page's design or interaction.


16.05.2005, 19:04

Microsoft Discloses Huge Number Of Windows Vulnerabilties

TechWeb reports:

April's mega collection includes 20 new vulnerabilities, 8 of which are rated as “Critical,” the most dire assessment in the Redmond, Wash.-based developer's four-level ranking system. Sixteen of the 20 vulnerabilities can be exploited remotely, the most dangerous type of bug because hackers can conduct an attack over the Internet.(...)

MS04-011, which includes 14 new vulnerabilities, affects every version of Windows to one degree or another, and if exploited, could allow attackers remote access to a PC. The most serious of the bugs affect Windows NT, 2000, XP, and Server 2003.(...)

Also in MS04-011's mega-collection of Windows bugs is one that involves SSL (Secure Socket Layer) (...) “X-Force believes that hackers will aggressively target this vulnerability given the high-value nature of Web sites protected by SSL.”(...)

[The second] security update includes four new vulnerabilities in the RPC/DCOM components of Windows (...) “The RPC/DCOM Runtime vulnerability should be of special concern to all users,” said Gullotto. “There's great potential for another worm that exploits this.” (...)

Microsoft's third bulletin of the day involves Outlook Express (OE) (...) An attacker who builds malicious URLs could run HTML code in the Local Security zone of Internet Explorer, possibly resulting in a takeover of the system.(...)

In related news PC Pro reports:

OS X virus warning criticised, no threat exists

A security company that warned of the first 'trojan horse-style virus for Mac OS X has been criticised by developers and security experts for raising an unnecessary false alarm. (...)

Intego first warned of the potential security threat last week. (...) Intego fails to mention that there are as yet no instances of this in the wild, meaning no computers have been infected. (...)

Security experts criticised Intego for making an issue of the potential vulnerability: 'They gave the impression that this is a threat, but it isn't,' Dave Schroeder, a systems engineer with the University of Wisconsin, told Wired.com. 'It is a benign proof of concept that was posted to a newsgroup. It isn't in the wild, and can't be spread in the wild. It's a non-issue.' (...)

:-)

19.04.2004, 01:41

Schweizer Sagen

http://www.sagen.at/texte/sagen/schweiz/sagen_schweiz.htm

23.02.2005, 9:27

Daemons and Pixies and Fairies, Oh My!

FreeBSD funnies such as "How many FreeBSD hackers does it take to change a lightbulb?" and "Where does data written to /dev/null go?":

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/funnies.html

...and then there recently was this new candidate:

Subject: Re: My freebsd dream
From: chris.trismegistus@gmail.com
To: freebsd-hackers@freebsd.org

I have a dream that one day this [OS] will rise up and live out the
true meaning of its creed: "We hold these truths to be self-evident:
that all [code is] created equal." I have a dream that one day on the
red[mond] hills of [Washington] the [derived works] of former
[research projects] and the [derived works] of former [corporations]
will be able to [link] together [in] a table of [compatibility]. I
have a dream that one day even the [company of Microsoft], a desert
[company], sweltering with the heat of injustice and oppression, will
be transformed into an oasis of freedom and justice. I have a dream
that my four [computers] will one day [run] in a nation where they
will not be judged by the color of their [GUI] but by the content of
their [code base]. I have a dream today.

I have a dream that one day the state of [IP], whose [lawyer's] lips
are presently dripping with the words of interposition and
nullification, will be transformed into a situation where little
[freebsd boxes] and [linux boxes] will be able to [share code] with
little [windows boxes] and [solaris boxes] and [run] together as
[clients] and [servers]. I have a dream today. I have a dream that one
day every [interface] shall be [defined], every [bug] and [error]
shall be [documented], the [compiler warnings] will be made
[understandable], and the [stack pages] will be made [no-exec], and
the glory of the [Code] shall be revealed, and all [users] shall see
it together. This is our hope. This is the faith with which I return
to the [buildworld]. With this faith we will be able to hew out of the
mountain of despair a stone of hope. With this faith we will be able
to transform the jangling discords of [operating systems] into a
beautiful [cluster] of [beowulf]. With this faith we will be able to
work together, to [code] together, to [debug] together, to [core dump]
together, to stand up for [standards] together, knowing that we will
be [compatible] one day.

19.12.2004, 11:21

Jan getting carried away

I wonder how this will develop ...

"There is more than plenty of work here to be done and we only have a month to get it all finished."
[...]
"So far we have pretty much been tearing out things amd the more we take out we find even more that should be fixed. Like the floor in the living room. We just wanted to put in some new pipes for the heating system and the main watter line. So we opened up the wooden floor to find out that one of the supporting beams is rotten at the end. So, we open up more to find out that they are all rotten. Great! Now we got the bare dirt floor."

08.05.2005, 12:16

Moving towards OpenMocha

What is Mocha?

Mocha is the original project name of the very popular scripting language generally known as Javascript and standardized as Ecmascript ECMA-262/ISO-16262. We use the term Mocha to refer to the usage of Ecmascript outside of the scope generally attributed to Javascript , integrating both client-side and server-side programming with other technologies such as XML and Java. It is an extremely rich, powerful and flexible programming language and has a large, highly developed syntax, a huge library of standard methods (functions) and built-in capabilities to create complex, object-oriented data structures and methods.

Mocha also is a port in Yemen, historically famous as the major source for "arabica" coffee beans. Due to its aromatic undertones of chocolate, the term Mocha also often describes a blend of coffee and chocolate when referring to a beverage or a flavor of ice cream :-)

What is OpenMocha?

OpenMocha is an Internet and Website application development framework for Mocha developers. OpenMocha is an open source project that integrates various Mocha related open source components around a core based on the Helma application server.

In the OpenMocha framework, solutions are defined by collections of Mocha Objects , which handle the various types of standard client-server requests. These collections are dynamically inherited from the hierarchical tree of parents for the requested page. The Mocha Objects are application segments containing scripts and/or skins, separating logic and design. Requests are processed by running through the appropriate collection of Mocha Objects for the requested URL hierarchy and executing them relative to the requested page.


The OpenMocha framework is made up of several related projects. Mochascript is an abstraction library extending both client-side and server-side Javascript environments. The Mocha Object Engine is the layer that implements the Mocha Objects and collections and defines the layer of the framework that is itself implemented in Javascript. The Helma Object Publisher serves as the application server for the Mocha Object Engine, providing an embedded XML database and automatic mapping of objects to relational databases such as MySQL, PostgreSQL or Oracle, integrating the Rhino Javascript Engine with the other Java components and providing the Mocha environment with access to Java packages . The Jetty Java HTTP Server provides Web, XML-RPC and AJP13 services, while the James Java Enterprise Mail Server provides SMTP, POP3 and NNTP services. The OpenMocha framework also intregrates the Lucene Search Engine for powerful Java-based text indexing.

24.05.2005, 19:50

>>> Catching XP in just 20 Minutes

> Sorry, you have been verizoned.
> Future of Javascript Roadmap
> Are humans animals?
> Papa Ratzi
> "Just" use HTTP
> Java in Harmony
> Today found out that inifinite uptimes are still an oxymoron
> The people must lead the executive, control the legislature and be the military
> Wrapping Aspects around Mocha Objects?
> JSON.stringify and JSON.parse
> Leaky Hop Objects
> Rich components for HTML 5
> Timeless RSS
> Abschluss Bilaterale II Schweiz-EU
> Kurt goes Chopper
> Concordance and Subsidiarity
> Evil Google Web Accelerator?
> Finally some non-MS, non-nonsense SPF news
> Original Contribution License (OCL) 1.0
> Amiga History Guide
> EU-Council adopts software patent directive
> Never trust a man who can count to 1024 on his fingers
> View complexity is usually higher than model complexity
> EU Commission Declines Patent Debate Restart
> Judo
> FreeBSD baby step "1j"
> Adobe acquires Macromedia
> SQL for Java Objects
> Refactoring until nothing is left
> Kupu
> Paul Klee - An intangible man and artist
> The experience to make what people want
> Yes, what is gather?
> Rico and Prototype Javascript libraries
> The Beastie Silhouette
> Copyback License
> Mocha multi-threading
> Rhino, Mono, IKVM. Or: JavaScript the hard way
> Europas Eidgenossen
> Mac OS X spreading like wildfire
> SNIFE goes Victorinox
> Convergence on abstraction and on browser-based Console evaluation
> 5 vor 12 bei 10 vor 10
> Ajax for Java
> Unique and limited window of opportunity
> Global Screen Design Services
> Exactly 1111111111 seconds
> Free Trade Neutrality
> Re: SCO
> Web Developer Extension for Firefox
> The Doom of Representative Democracy
> Violence in a real democracy
> Spamalot's will get spammed a lot
> Le Conseil fédéral au Mont-Soleil
> The launching of launchd
> What Bush doesn't get
> Safe and Idempotent Methods such as HEAD and TRACE
> The relativity of Apple's market share
> Mocha vs Helma?
> Linux - the desktop for the rest of them
> Google goes Rumantsch
> Safari 1.3
> Incrementalism in the Mozilla roadmap
> BSD is designed. Linux is grown.
> The limits of harmonization
> Steuerungsabgabe statt Steuern
> A Free Song for Every Swiss Citizen
> Choosing a Java scripting language
> 1 Kilo
> Designing the Star User Interface
> Oxymoronic Swiss-EU relations
> Jackrabbit JSR 170
> Schattenwahrheit: Coup d'etat underway against the Cheney Circle?
> Unified SPF: a grand unified theory of MARID
> Looking at FreeBSD 6 and Beyond
> Mocha at a glance
> The visual Rhino debugger
> Free-trade accord with japan edges closer
> The Unix wars
> New aspects of woven apps
> Alan Kay's wisdom guiding the OpenLaszlo roadmap towards Mocha?
> Big Bang
> More Java Harmony
> Persisting Client-side Errors to your Server
> Google goes Portal
> The Number One Nightmare
> Security Bypass
> Mac goes Intel
> Ten good practices for writing Javascript
> Sentient life forms as MIME-attachments: RFC 1437
> Art Nouveau La Chaux-de-Fonds 2005-2006
> How do I set a DEFAULT HTML-DOCUMENT?
> Brendan, never tired of providing Javascript support
> Swiss cows banned from eating grass
> OpenMocha is ready for a spin
> The JavaScript Manifesto
> Rails vs Struts vs Mocha
> Getting your feet wet with OpenMocha
> People flocking to see global warming
> MochiKit Javascript Library
> OpenMocha Project Roadmap
> The current.tv disappointment
> Do you remember Gopher?
> What is Mocha?
> E4X presentation by Brendan Eich
> OpenMocha 0.6 available for download
> Rhinola - Mocha reduced to the minimum
> Anno 1996: CZV
> Anno 1997: Xmedia
> Mont-Soleil Open Air Lineup
> Savety vs Freedom and other recent ramblings
> "Who am I?", asks Helma
> Tasting the OpenMocha Console
> Mighty and Beastie Licenses
> Catching up to Continuations
> JSEclipse Javascript plug-in for Eclipse
> Finding Java Packages
> Helma Trivia
> Spidermonkey Javascript 1.5 finally final
> Moving beyond Java
> Yeah, why not Javascript?
> Homo Oxymora
> Javascript Diagnosis & Testing
> Stronger types in Javascript 2
> Logging and other antimatters
> E4X Mocha Objects
> Stop bashing Java
> Tutorial D, Industrial D and the relational model
> I love E4X
> ECMAScript - The Switzerland of development environments
> Sketching image queries and reinventing email
> Track your comments
> coComment Roundup
> A (Re)-Introduction to JavaScript
> A candidate for CSCSJS or a Mocha Fetchlet
> Consensus vs Direct Democracy
> Rails' greatest contribution
> trackAllComments
> Anno 2003: deployZone
> Anno 1998: crossnet
> Anno 1999: Der Oberhasler
> No Rough Cut :-(
> 40th Montreux Jazz Festival
> Welcome to Helma!
> Frodo takes on chapter 3
> Javascript 2 and the Future of the Web
> FreeBSD Jails the brand new easy way
> Helma 1.5.0 Release Candidate 1 available for download
> Helma 1.5 RC2 is ready
> Helma 1.5.0 has been released!
> Drosera steps in to debug Safari
> Building the Conversational Web
> Aptana - Eclipse reincarnated as a Javascript IDE
> Helma 1.5.1 ready to download
> RFC 4329 application-ecmascript
> Helma 1.5.2
> Truly Hooverphonic!
> Fresh Rhino on Safari
> "The meaning of life is to improve the quality of all life"
> Mocha Inheritance
> Helma 1.5.3
> More on Javascript Inheritance
> See you at Lift'07
> The war against terror
> The war against terror (continued)
> Jala for Helma
> Making Higgs where the Web was born
> Upcoming Helma 1.6, new reference docs and IRC channel
> Shutdown-Day the Helma way
> Fixing Javascript inheritance
> Helma ante portas
> Introducing Planet Helma
> Helma 1.6.0-rc1
> The last mention of Microsoft
> Bootstrap is out of the bag
> Rocket the Super Rabbit
> Helma warped around existing db schemas
> Using H2 with Helma
> Helma 1.6.0-rc2
> Antville Summer Of Code 2007
> ECMAScript 4 Reference Implementation
> Release Candidate 3 of Helma 1.6.0
> Rhino on Rails
> John Resig on Javascript as a language
> The server-side advantage
> Javascript for Java programmers
> Junction brings Rhino on Rails to Helma
> Helma 1.6 is ready!
> Rhino 1.6R6 with E4X fix and patches for Helma
> Keeping track of localhost:8080
> Hold the whole program in your head, and you can manipulate it at will
> JSONPath and CouchDB
> Helma Conspiracy Theory
> So, what's up with World Radio Switzerland?
> Javascript as Universal Scripting Language
> More praise for Helma
> Helmablog and an article in Linux Pro Magazine
> Evolving ES4 as the universal scripting language
> Bubble bursting friendship bracelets
> CouchDB for Helma
> Helma powered AppJet - Takeoff!
> SimpleDB vs CouchDB
> Netscape, the browser, to live one more month
> Update to Helma 1.6.1
> Additional Filename Conventions
> e4xd and jhino - javascript server-side soft-coding
> Even more Server-side Javascript with Jaxer
> Openmocha and Jhino updated to 0.8
> Asynchronous Beer and Geeking and other opportunities to talk about Helma, Rhino and Javascript on the server-side
> Solar cell directly splits water for hydrogen
> Adobe's position on ES4 features, plus the Flex 3 SDK source code is now available under the MPL
> The Overlooked Power of Javascript
> A Quick Start to Hello World
> The Story of Stuff
> Earthlings - Can you face the truth?
> Larry Lessig's case for creative freedom
> Helma 1.6.2 ready to download
> Attila Szegedi about Rhino, Helma and Server-Side Javascript, and scripting on the JVM in general
> Helma Meeting Spring 2008
> Apple's position on ECMAScript 4 proposals
> ES4 comes to IE via Screaming Monkey
> SquirrelFish!
> Want ES4 in Helma today?
> ES4 Draft 1 and ES3.1 Draft 1
> Is AppleScript done?
> Brendan on the state of Javascript evolution
> Helma at the Linuxwochen in Linz
> Fresh Javascript IDE in Ganymede Eclipse release
> The A-Z of Programming Languages jumps to Javascript
> Ecmascript Harmony
> Large Hadron Collider
> Helma at the 2008 OpenExpo in Zurich
> Release Candidate 1 of Helma 1.6.3
> Helma 1.6.3 Release Candidate 2
> Helma 1.6.3-rc3 ready for testing
> Helma turns 1.6.3
> First Soleil on Mont-Soleil
> Anno 2004: CZV
> Server-Side Javascript Standard Library
> Is the Bespin web-based code editor the ideal future ServerJS IDE?
> New Eclipse Helma plugin project
> The best solution is that one isn't needed
> ReverseHttp and RelayHttp
> ES5 Candidate Specification
> A car has nothing to do with a carpet
> Think different
> Crossnet - der kollektive Intellekt der Schweiz
> Anno 1992: Intouch i-station
> Anno 1990: RasterOps
> Anno 1991: mediacube
> Anno 1993: Macro-micro navigator
> Server-side Javascript
> Surrender by Cheap Trick
> Permaculture 101
> Be part of the solution, not part of the problem
> CometD at a glance
> PubSubHub against spam and walled gardens
> Web-based editing of sandboxed server-side javascript apps
> Hang You From the Heavens by The Dead Weather
> Anno 1988: Perfect by Fairground Attraction
> August 28th 1968: William Buckley Vs Gore Vidal
> Anno 1968: Mony Mony and People Got to Be Free
> Unus Pro Omnibus - Omnes Pro Uno
> Been there, but haven't done that
> If they are not ready for what they need, give them the backbone for their future baby steps
> Before implementing a solution to a problem, always search for a workaround, because the workaround is often better than the original solution
> JVM Web Framework Smackdown
> Eating healthier would safe the planet
> ServerJS - putting Javascript to work on the *other* side
> CommonJS effort sets JavaScript on path for world domination
> While society must do things the right way, its people must find ways to do the right thing
> ServerJS - Brewing The Perfect Storm
> Move your money - It's a Wonderful Life
> You find what you google for.
> Module system strawpersons
> Keep Cool My Babies!
> Written In Reverse by Spoon
> The Moon And The Sky by Sade
> Helma 1.7.0 has escaped its stealth existence
> Modules, Proxies, and Ephemeron Tables
> Server-Side Javascript since... way back: RingoJS!
> Anno 1989: Lambada by Kaoma
> Eternal September
> AOL expanding Internet services
> Searching Gopherspace
> NEW-LIST digests
> ACTIV-L Digest
> Acorn Archimedes RISC Technology
> Hello World on C128 in CP/M Mode
> Anno 1986: Max Headroom in the News
> Anno 1985: Amiga 1000
> Anno 1982: Vic-20
> RhinoJS
> Lost and Found by Steve Mason
> Your Personal Religion by Sophie Hunger
> RingoJS 0.5 released
> Sweet People by Alyosha
> RingoJS vs NodeJS
> Get Around by Neil Young
> How creativity occurs
> The Future Is Unwritten
> What's Up Doc? by Carbon/Silicon
> Will Adobe see the light (of Day)?
> Good for Adobe, Good for Day, Good for the Ecosystem
> confederate?
> Brendan Eich on Proxies, Modules and other Proposals and Strawman
> CoffeeScript, underscore.coffee and underscore.js
> We have the world we want
> Lila Luftschloss
> If there is anything supernatural, it is humanity itself
> Oh No! by Marina And The Diamonds
> Reality is an onion, and depending on how deep you think, it may seem to contradict itself
> Web services should be both federated and extensible
> Freude herrscht!
> The Cluetrain Manifesto
> The Paul Allen Suit
> Erbix CommonJS soft-coding engine
> Nice comparison of Ringo and Node
> Faked web browsing
> Angry World by Neil Young
> Anno 1987: Knowledge Navigator
> Open source Facebook replacement Diaspora drops first alpha
> Restrepo
> Bungee jumps for all congressman, free!, no strings attached
> Link Love for Javascript
> Predictions of an ugly IPv4-to-IPv6 transition
> Ringo Release 0.6
> Order is an addictive illusion
> Peaceful Valley Boulevard and Rumblin
> Rhinola 0.8 - Server JS reduced to the minimum
> Unconditional Responsibility meets Total Compassion
> Which system setting, Mr. Citrix?
> Making Antimatter where the Web was born
> WikiLeaks moves to Switzerland
> Democracy Now!
> So Long, Larry King Live
> You register me in 50 states
> Daniel Ellsberg on Wikileaks
> Software Engineering
> California by Joni Mitchell
> Friedrich Dürrenmatt - Die Schweiz als Gefängnis
> Please Take by Wire
> Fixing the Future
> Cablecom baffled by service interruptions
> The decision to store data in a database is usually a case of premature optimization
> Could uprisings in Egypt and the Arab world produce a 'Muslim Gandhi'?
> No more White Stripes
> It Hurts Me Too by First Aid Kit
> Asmaa Mahfouz starting a revolution
> Think before teaching young dogs old tricks
> How to Save the World, Fast and Easy
> Powerful stroke of insight
> Madame Trudeaux by KT Tunstall
> Re: Administrivia
> Blue Tip by The Cars
> Piledriver Waltz by Alex Turner
> Canada, please evolve
> Heavyweight Champion of the World by Reverend and the Makers
> Everything is either simple or flawed
> AIR is to apps as PDF is to docs
> Wishful thinking is the mother of all progress
> Nuclear plants in Switzerland are modern Orgetorixism
> Newark Peace Education Panel
> Photoshop Startup Memories and First Demo
> BZ Internet Cafe
> Xjournal
> Morgana - Selling Digital-Font based Sign-writing
> Macworld Expo 1988 Amsterdam
> The right time to buy Apple stock
> Bürgerbrief
> Analog Desktop Publishing in 1984
> Enable the Creative
> Christiana Bike gone missing in Basel
> Postel's Law
> Best Music, News, and More is Back!
> bumblebee
> FidoNet
> Cute Barristas at Peet's Coffee
> Storm Song by Smoke Fairies
> Earth Mother and Fortieth Floor by Lesley Duncan
> Permaculture - A Quiet Revolution
> Paradise with Side Effects
> The Data Liberation Front
> What's Next California
> Not becoming part of the problem when trying to be part of the solution
> Customer Experience Management
> Adobe Digital Enterprise Platform
> This Painting is Not Available in Your Country
> Strength in Numbers by Colin Scallan
> RingoJS 0.8.0 is out!
> Re: parteifrei.ch
> Stuff by George Carlin
> Damn Love Song by Amy LaVere
> Switzerland is Not a Nation - it is a Philosophy
> Ralph Nader, Dennis Kucinich, Ron Paul
> 25th Fête de la Lune Noire
> Die Grünen sind die liberalsten
> How To Design A Good API and Why it Matters
> Here's to the crazy ones!
> New GPB-DA Poster (and Logo) for the Federal Elections 2011
> Evolution is not about the survival of the fittest, it is about the optimization of the synergies.
> Antwort auf offenen Brief von Tobias Sennhauser
> Alternative 1995
> Privacy is only needed to the extent that society is malfunctioning.
> The Creative Cloud, Elasticity, Touch and Context
> Libertär, EU-kritisch, ökologisch, sozial
> Consensus & Direct Democracy @ Occupy Everything
> Fortschritt statt schildbürgerliches Wachstum
> Hydrogen production from inexhaustible supplies of fresh and salt water using microbial reverse-electrodialysis electrolysis cells
> Will Not Follow by Gringo Star
> The Three Pillars of Democracy
> The Foundation of Democracy
> Bradley Manning by Cass McCombs
> Hochdemokratie
> Gamchi
> Whole Earth Catalog
> Supplement to the Whole Earth Catalog
> Neil Young
> O Freedom by Billy Bragg
> I believe I know what is true, but I know I don't know what is real.
> Zweites Eichhorn 2011 by michelo-ud
> Finish your Beer
> House Rules
> Late in the Night by Heartless Bastards
> Tim Anderson and Matthew Slater on Community Forge
> Journée: Coopératives & énergies renouvelables
> Summer 2012 will be the Woodstock of Anarchism
> Saturn Return by She Keeps Bees
> Lea & story-209 by michelo-ud
> Light Table - a new IDE concept
> Anno 1998: volksrat.ch
> Beim Denken sind Tiere auch nur Menschen
> Working on true, bottom up subsidiarity
> The Adobe Creative Cloud is coming!
> Jacob Appelbaum and National Security Agency whistleblower William Binne on growing state surveillance
> Out of Print: The 20th Century
> If what you are doing is not helpful, please stop doing it. Seriously.
> International Anarchism Gathering, St-Imier 2012
> Participate.ch macht Deliberative Demokratie mit Konsensforum
> Sixteen Saltines by Jack White
> Self-organisation as a powerful change agent
> Consensus is not something you either have or not. It is something you always have more or less of.
> Guggenheim by The Ting Tings
> The Definition of Love
> The axis of evil runs through our dining tables
> TerreVision - agriculture contractuelle
> Sophie's Choice in Bovine
> From Consumers to Citizens
> Deepening Democracy Days, June 2-12, 2012
> Surfing Democracy - Dynamic Facilitation and Wisdom Councils
> Radical Openness
> Plonk & Replonk
> Confirmation of the Higgs Boson and the Standard Model
> Declaration of Interdependence, Occupy Café and Occupy National Gathering
> Albert Streichs Mittnächtler
> A Guidebook of Alternative Nows
> The Story of Change
> Empowering Public Wisdom - The Manifesto
> The Transformation Project
> St-Imier 2012 Anarchism Gathering Program
> Du 8 au 12 août, les Imériens accueilleront les anarchistes du monde entier
> La Linea by Osvaldo Cavandoli
> Souper - Débat politique à Espace Noir
> Participate.ch brings Dynamic Facilitation Training to Zurich, March 4-6, 2013
> NEIN zum Tierseuchengesetz am 25.11.2012 - NON à la loi révisée sur les épizooties
> Weltformatplakat GPB-DA, Stadtratswahlen 2012
> Souper et débat politique - Round Three
> Fan traces "lost" singer Rodriguez
> RingoJS hits 0.9
> Jim Rough enjoying Hiltl...
> Gründungsversammlung Swiss Foodcoop Genossenschaft
> Ad-hoc Choice Creating
> Paddock cahier des charges choice creating session
> La Vélokaravane à Courtelary le 13.4.2013 au Toit des Saltimbanques
> Taste the Waste - about the worldwide destruction of food
> Governance Futures Lab for ReConstitutional Convention
> Simone Rebmann als Regierungsstatthalterin!
> Transition Town Bern am 25. April
> More than Honey by Markus Imhoof
> Occupy Love by Velcrow Ripper
> Overview & Continuum by Planetary Collective
> Zukunft säen – Vielfalt ernten
> Everyone is an exception. Let's try and catch each other.
> Art of Participatory Leadership 2013
> Social Capital World Forum 2013
> Reserve Ratio, Inter-Bank Lending and Equity Ratio
> Because *somebody* has to stand up for the people of the Internet
> The means are the way
> Original Black Bloc exhibited
> Dare to imagine: The grid that is us
> Collaborate locally, collaborate globally
> Edward Snowden, NSA PRISM wistleblower
> Installing Democracy
> Grüne NetzpolitikerInnen gegen BÜPF und NDG
> Nourrir la ville - Tagung für lokale und nachhaltige Strategien
> Leitideen des Anarchismus und EU-Kritik
> Green Phoenix Congress, September 25-29 2013, Schweibenalp, Switzerland
> Surfing Democracy November 25-26 2013
> Sommerfest von Transition Bern
> Open Air Filmvorführung in Bern am 11.8.: In Transition 2.0
> Es gibt kein Recht auf unethisches Verhalten.
> in-vitra Kulturen- und Kunstplattform in Biel-Bienne
> E-Voting: gesunde Skepsis und OpenSource ist nötig
> Virtual roundtable on governance
> Invitation to the 2013 "Beau-Sejour" gathering, October 25-27 in St-Imier, Switzerland
> Changelog for RingoJS 0.10
> Trends in Civic Tech
> Rolling Stone: In the Belly Of The Beast
> The Cryptosphere: decentralised, secure and open Web platform
> Zukunftsforum im Lorraine Quartier
> Polymoney Workshop
> Les idées principales de l'anarchisme et la critique de l'Union Européenne
> Culture of Collaboration
> La Décentrale Mont-Soleil
> Join the 2014 Beau-Sejour Gatherings, November 14-30
> RingoJS 0.11 is out!
> The New Decentralized Internet - MaidSafe
> Own The Change: Building Economic Democracy One Worker Co-op at a Time
> Stage d’initiation aux plantes sauvages comestibles et médicinales
> Decentralise Now Gathering for the 99%
> Outcomes of the Decentralise Now Gathering
> RSS murderers, some must rebuild bridges you have willfully destroyed
> Decentralized Autonomous Popcorn Time
> Tesla: All Our Patent Are Belong To You
> Why Wikipedia might be the most important invention ever
> The numbers of the day: 62 vs 50% and 1% vs 99%
> Decentralised Jokes
> Verpasst: Eine grosse Chance für ein krisensicheres Geld
> Richard Moore on the Electric Universe and Climate Change
> CoinFest 2016, April 5-10, Mont-Soleil
> Participate in the solutions of tomorrow!
> St-Imier Gatherings 2017: July 30 - September 22
> The Summer Camps experience of St-Imier 2017
> Kurdistan-reve-de-Printemps
> The Mycelium Model of Glocal Governance
> Anarchy 2023 renversé









Manifesting
Freedom and Solidarity
since 1985

Chris Zumbrunn
chris@zumbrunn.com
t.me/zumbrunn
@zumbrunn@social.coop
Listening to synergy.radio



Décentrale Synergiehub
2610 Mont-Soleil
Switzerland
+41 329 41 41 41
dezentrale.org