March 2008

Nevada Desert Experience, Annual Sacred Peace Walk, March 17 - March 24

Nevada Desert Experience,
Annual Sacred Peace Walk,
March 17 - March 24


www.nevadadesertexperience.org/programs/2008/peacewalk.htm

Earth, Wind, Fire and WaterTeach-In, March 14 & March 15

Dear Friends,On Friday, March 14 and Saturday, March 15, 2008 you are invited toEarth, Wind, Fire and Water, An Environmental Justice Teach-In at Christ Church Episcopal, 2000 S. Maryland Pkwy, Las Vegas, NV.We hope you can attend what promises to be a…

Continue reading at Activists in Las Vegas …

Empty Bowl Benefit, April 5, 2008

Las Vegas Catholic Worker
Serving the Poor and Homeless Since 1986

Click on image to view flyer.


Fifth Anniversary of the Invasion of Iraq, March Actions

A Day of Fast and MourningLas Vegas, NVMarch 19, 2008 07:00PM to 08:00PMHosted by Vicenta MontoyaEvent Description:We invite the Las Vegas community to join us in day of fasting and reflection on the 5th Anniversary of the War.An interfaith candlelight…

Continue reading at Activists in Las Vegas …

Canaries in the Coal Mine

So, I saw on the news a few days ago that there is a mysterious illness that is decimating the bat population in the northeast. The three dominant theories for why are: 1) Climate change is making bats hibernate later and they are too weak and starved to survive, 2) that the spraying to kill mosquitoes and stop the West-Nile virus is causing an illness that is killing them or 3) a fungus has developed due to agricultural toxins that is killing the bats.

This is very important and when you take this into account with the massive bee die off, and the horrible mutations and extinction of frogs. What we have are canaries dying left and right in the coalmine we call civilization. How many more signs to we, as a society, need to see before we start radically rethinking our policies, or politics, and our philosophies? The entire project of modernity is a failure; it needs to be abandoned and it needs to be abandoned ASAP. If we do not I fear that environmental collapse will become inevitable (if it is not already). I do not want this to happen. Every life is valuable, human and non-human, and any collapse will lead to a massive die off of possible 80-90% of the humans on this planet and countless other species.

At least there are more and more signs of resistance every day. The ELF action in Seattle, the bombing of the recruitment center (right on!), the fire-bombings in Greece and riots throughout Paris are all signs that people are having enough and are fighting back. Of course, for ever person who confronts society through active resistance countless others drink themselves to death, kill themselves, shoot up malls or schools, or release their frustration and anger on their children, partners, and friends. It is about time that we realize that the increased school shootings, the spread of mental health problems, and the epidemic of child/partner abuse are a direct result of our separation from the natural world and a direct result of civilizations culture of death. So, if you feel frustrated and depressed by the current world do not take it out on yourself, your children and family, or strangers, focus your rage at the source of the problem (the state, the market, and all components of social control) and look to the ELF, the recruitment bomber, the insurrectionary anarchists in Greece, and the Muslim underclass in Paris as inspirations.

Tax on empty buildings

Finally! This government has done SOMETHING right!

The legislation on tax on empty buildings has been changed so that owners will have to pay the full amount of tax instead of 50%. This obviously gives owners the incentive to find tenants for their properties. Hopefully this will reduce the number of properties standing empty in this country- criminal when you think of the amount of homeless or the apparent ‘housing shortage’ causing large development on greenbelt land.

There are around 289,000 long-term (over 6 months) empty properties in England alone. If these were brought back into use, then the pressure to build new houses would be eased somewhat.

Incidentally, I tried to find estimate figures for the number of homeless people in England and came up with nothing but confusing partial figures and statistics. If anyone can help with this, please let me know! I find it incredible that there isn’t somewhere with this information in plain English!

Tagged with:

do you vi?

I was confronted recently with the task of having to find a free (as in cost) day-to-day editor for Windows and was quite frustrated with the options. It is a pet peeve of mine (re: Windows) to have to use the fucking mouse.

This is one of the reasons that I have moved my primary workstation to Linux (and been happy with the result), but I often suffer under constraints that are not my own so here we are. Windows, text editor, free. There are quite a few options out there for this sort of thing that are basically VB (or is that V#) wrappers around Notepad but that is exactly what I don't want. Notepad is epic fail.

I want simple but not stupid. In the end I started using a Windows version of vi and while it was ok, it was not quite right (for instance it defaulted to non-shortcut mode where you had to use the arrow keys to move the cursor around)... So here I am typing everything in a terminal window in vi. C'est le vie

viThere was a job in the distant past where I actually spent hours just trying to figure out every available shortcut available to me (in Win). I still attribute this ridiculous labor to why I am not among the ranks of RSI sufferers. The only place where I have notable pain is in my mouse click fingers (index & middle right) and a chronic weakness in my wrists. The only place I feel forced to use a mouse is with my browser (which I will speak to again later).

Anyway, it is fascinating how differently your mind works in different situations. Obviously while one is at work it is difficult to keep focused on ones goals, particularly world changing goals, but it is even more surprising what comes out of ones fingers in vi rather than another editor.

At home I generally begin any writing I do (in windows) with Editplus (in Linux I start with Kate). This is a sophisticated (regular expressions included) text editor that doesn't format anything. No fonts (although I guess I can configure the screen font, but I never do), no spell or grammar check, no frills. When I type I just want to type. I hate tools that interfere with this process. For most of my writing I am going to have to go over it several more times after the inital dump so the last thing I need is a helpful tool that does nothing but make me focus on the form rather than the content.

Sidebar: Perhaps this is a lesson for anarchists generally. Form is almost entirely a concern for after content. This is even true among the cases within anarchist publishing that are considered the best for design. Contrast this to industrial design or even the design of publishing projects outside of radical space.

vi, if you have never used it, is the only editor you can always assume exists on a Unix machine (this has been true for nearly 30 years). It is bare to the point of absurdity and never requires one's hands to leave the keyboard. Never. The only question is what style you use to hit the Escape key. Are you of the 'stretch your pinkie' school of thought or do you leave the F key?

The logic behind vi is that there are two different modes that you use when you use vi. One mode is "command mode" and is where you do things that you would normally associate with the task bar in a windows application (File, Edit, Tools, etc). To enter command mode you hit escape. The challenging thing for a new vi user is that it is within command mode that you do functions like move around in a block of text, search, and then file commands like saving and exiting the program. Editing mode works just like any other editor. You type and characters appear (magically) on the screen.

Why am I going on an on about something as mundane, or worse technical, as my choice of text editors? Because, to repeat myself, my mind works differently depending on what tool I am using. Right now I am using vi and my mind turns to more-or-less technical things. I am absorbed by the paradigm, I do not absorb it. I am not the wave I am the surfer.

About browsers... This evening I have spent a chunk of time learning to use something called vimperator (http://vimperator.mozdev.org/) which integrates Firefox (my browser of utility) with vi. This might seem insane but it actually allows me to use the browser without the mouse. Total win!

If you haven't checked out the http://8daysofanarchy.org site, you should and tell me what you think.
Tagged with:

The roof, the roof, the roof is on fire!


"Built Green? Nope black! McMansions in RCDs r not green. ELF"- Sign at the Fire

So, I have been in the blogging doldrums but I feel that there is finally something worth bringing me out of it. As of early this morning a fire was set in some rich neighborhoods in Seattle. Authorities are claiming that it was set by ELF "activists." For more info check out Fox News, MSNBC, Local TV, and the Seattle Times. As more comes in, and as I get more time to drink coffee and wake up, I will add some commentary. All I can say now is I loose no tears for multi-million dollar sprawl developments. I hope they all burn down (with no one in them of course).

**update**
Bombs and Shield and Green is the New Red have both posted some info/commentary on the ELF action. I also heard that Fox News (the bastion of good reporting) had an hour long special on "Eco-terrrorism" did anyone see this or know a torrent or site that it is hosted on? I would like to see what they say about it and who they interview.
Tagged with: , ,