phenotypical

November 22, 2011 at 5:06pm
8 notes

Move Your Money from Wall Street to local financial institutions.

The Move Your Money project is a campaign that aims to empower individuals and institutions to divest from the nation’s largest Wall Street banks and move to local financial institutions. 

It has been almost three years since the Wall Street banks, through gross corruption and greed, caused the greatest economic crisis since the Great Depression that caused millions to lose their homes, jobs and livelihoods. And while the Wall Street banks have quickly returned to making record-breaking profits and bonuses, helped in large part by the $700 billion bailout by the American taxpayer, little has changed to prevent the types of abuses that created this mess.

That is where the Move Your Money project comes into play. We give individuals and institutions the tools and resources they need to divest from ‘Too Big To Fail’ banks and invest in community banks and credit unions. No longer will we stand idle as banks take extraordinary risk with our financial system for their short term profits; rather we will vote with our dollars and no longer contribute financially to the abusive practices of Wall Street. If Congress is unable to enact meaningful financial reform that will prevent another financial disaster, then we must take action into our own hands and hit the banks where it hurts them the most: their bottom line.  

4:08am
16 notes

UC Davis Pepper Spraying from 4 camera angles

I was stunned and appalled by the UC Davis Police spraying protestors, but struck by how many brave, curious people recorded the events. I took the four clearest videos and synchronized them. Citizen journalism FTW. Sources below.

November 21, 2011 at 6:26pm
19 notes

Hard to believe we send our kids to college for this…

November 19, 2011 at 7:37am
0 notes

When it comes to e-mailed political rumors, conservatives beat liberals - The Washington Post

The use of forwarded e-mail to spread [false information] around is overwhelmingly a right-wing phenomenon

Media_httpwwwwashingt_pvicj

November 18, 2011 at 10:04am
36 notes

xkcd: Wisdom of the Ancients

Media_httpimgsxkcdcom_yioie

November 14, 2011 at 6:54pm
5 notes

Guess which 4 industries get half of all tax subsidies…

11:21am
1 note

Don’t your wish your local public library had a Maker/Hacker space?

Media_httpfayettevill_vchtw
The Fayetteville Free Library is excited to announce the addition of a new public service—the FFL Fab Lab. What exactly is a fab lab? According to Neil Gershenfeld, the Director of MIT’s Center for Bits and Atoms and author of Fab: the Coming Revolution on Your Desktop-From Personal Computers to Personal Fabrication, a fab lab is “a collection of commercially available machines and parts linked by software and processes developed for making things (Gershenfeld, 12).” At the foundation of the FFL’s Fab Lab will be a MakerBot Thing-o-Matic 3D printer, made available to the library through a generous donation from Express Computer Services.

 

November 11, 2011 at 4:18pm
0 notes

Free and Open Source ColdFusion 2.0 rocks!

Version 2.0 of OpenBD is one of our biggest releases to date, bringing bug fixes, improvements and major new features. Full details of all these features can be found at http://openbd.org/manual/

Here is the brief overview of all the major components, in no particularly order:

  • argumentsCollection support for core functions
    The majority of the core functions can now be called using the argumentCollection feature for argument passing.
  • attributeCollection support for tags
    Many of the popular tags now support the attributeCollection feature for passing in attributes in a single structure.
  • cfscript language=”java”
    Create snippets, function or complete classes in pure Java, right inline with your CFML pages. The fastest and easiest way to code Java, write, refresh and run.
  • cfscript language=”javascript”
    Create snippets, function or complete classes in pure JavaScript, right inline with your CFML pages. Fully integration with the CFML runtime passing variables/functions in and out.
  • Core Language Options
    CFML, while a great language, is not without its quirks. You can turn off some of these quirks and make OpenBD CFML behave like you would expect. Arrays can be passed by object or by reference to UDF functions. Declaring locally scoped function variables inside CFC’s no longer require explicitly ‘var’ declarations. Declare ‘var’ inside loops without provoking errors.
  • Amazon S3 Functions upgraded
    Our Amazon support got a whole lot better complete with a whole set of new functions for utilising the latest Amazon S3 features, including signed URLs, meta-data, storage location choices.
  • ImageYYY() suite added
    Complete suite of Image functions that let you perform a whole host of functions and transformations on images, including JPG, PNG, TIFF and BMP files.
  • Application.cfc additions
    We’ve added some more hooks here for you; onSessionEnd() and onCFCRequest(). Timeouts can now be set per session request.
  • JSON performance updates
    JSON has become the new data transport format and OpenBD has increased its parsing performance dramatically. Large or small, OpenBD has no problems, including providing support for date, boolean (true/yes) and null support.
  • CFINTERFACE
    This is the release we added cfinterface support
  • CFMAIL callback methods
    CFMAIL has always been a bit of a black hole. No longer. You can now have CFC callbacks (onMailSend()/onMailFail()) for when email is delivered or fails to be delivered.
  • html()
    One of the more powerful functions added to the OpenBD family. This function gives you JQuery style selectors/manipulation for HTML blocks of code. Makes changing blocks of HTML code a breeze and a joy.
  • catchemail
    CFMAIL is a great way to send email. However during development and testing you usually don’t wish to send real emails to real users. We’ve all come up with our hacks to stop this. No more. You can now specify a one or more catchemails in the bluedragon.xml that will intercept all outgoing emails and send them to those inboxes instead.
  • JavaCast()
    JavaCast method got a major overhaul, supporting string[], classes, BigDecimal, short, char and byte types.
  • fixEOL()
    It’s always the simple things that can trip up a good web application. Carriage returns is one of those things that plague web apps, as Windows, Linux, Mac users produce different results. This handy little function normalizes your block to a given standard.
  • Search Overhaul
    Our embedded search engine, based around the popular Apache Lucene, has been completely rewritten to support a whole host of new features. Firstly, all our the tags have their own function versions. You can index web sites, paths, and files (including images, PDF, DOC, TXT and MP3 files). No longer limited to just 4 custom fields; you can have as many as you wish. Many other features. See the manual page
  • QueryRenameColumn()
    Another simple but very useful function, rename columns in queries without any overhead
  • DateTimeFormat()
    Tired of always having to do DateFormat() and TimeFormat() one after another? How about a combined function that takes one mask and outputs the complete date/time in one function call.
  • CFAJAXPROXY
    Make AJAX development a breeze with this wonderful tag that exposes your CFC as local remote JavaScript objects. There is more. It supports rich objects being passed back and forth. So pass structures/arrays (nested combinations) and have your CFC receive them as they are intended.
  • Accept Incoming Email
    We’ve not only merged our popular CFSMTP plugin into the core branch, but we’ve added a whole host of functions to support this powerful feature. Process incoming emails like you would web requests. Start building email applications.
  • SpreadSheet support
    The popular SpreadSheet plugin has been integrated to the core branch with a number of bug fixes, new functions and upgraded support for XLS and XLSX.
  • Advanced Security Layer
    We’ve integrated a new security feature that lets you handle user authentication without having access to their passwords. Great for integration with Microsoft Active Directory or LDAP servers.
  • crontab for CFML
    As powerful as CFSCHEDULE is, the Linux crontab view of scheduling is simple: drop a file into a directory that is scheduled to run at a given interval. This is now available inside the code engine. You may never use CFSCHEDULE again.
  • MongoDB Integration
    OpenBD introduces full integrated support for working with the popular MongoDB. Quickly and easily manage collections of documents, with CFML. Whole host of new MongoYYY() functions as well as engine changes to accomondate fast and efficient interactions.
  • CFSTYLESHEET/CFJAVASCRIPT
    Improvements made, including new attributes and better backend handling of resources.
  • Reduced Memory footprint
    Major changes have been made to how we handle requests, significantly reducing the number of objects that are created on each request. This has increased not only performance, but the memory overhead required for each request. We were extremely efficient under heavy load as it was, but this takes us to a new level.
  • Rendering Improvements
    We streamlined how we render each request particularly when it comes to exception handling. Many frameworks use exception handling as flow control so they will see a difference here. Improved error reporting should things go wrong helping you pinpoint where exactly.
  • 3rd Party Library upgrades
    We’ve kept uptodate with all the latest updates from around the community, including MySQL, Lucene, Apache, Yahoo.
  • ReadyToRun Jetty Upgraded
    We’ve upgraded the Jetty that powers the Ready2Run including providing the tools to support Microsoft Windows startup help to have OpenBD up and running on startup.
  • OpenBD Desktop
    One of your most exciting developments this year, is the desktop GUI that gets you running OpenBD CFML in literally seconds. Knock up new apps in minutes as we prepare the folders for you and then hit a buttton to export as a standard Java WAR file.
  • /manual/ completely overhauled
    Our manual continues to increase in popularity and comes to you now completely with a new look and feel. It is shipped with every distribution.
  • Admin Console completely overhauled
    Inline with our new manual, the admin console has been overhauled with a fresh new look and new features.
  • Over 250+ fixes/additions/improvements
    and finally, we’ve clocked up over 250+ that cover a wide range of changes. Keep an eye on our ReleaseNotes for full details.

Huge thanks to everyone that helped with this release, including those on our mailing list and Steering Committee for their continual advice/input and testing skills. We’re very proud of this release and marks a significant milestone in the evolution of CFML.

Head over to http://openbd.org/ to download OpenBD v2.0 and start playing with the goodies.

November 10, 2011 at 3:35am
12 notes

Occupy needs something like this: Nem tetszik a rendszer.

November 3, 2011 at 4:49pm
0 notes

A year in prison cheaper than a year at Princeton.

5:32am
2 notes

Cost of Commuting Infographic

November 1, 2011 at 4:30pm
21 notes

5 seconds of your time to help keep Wall Street Occupied

October 31, 2011 at 7:29pm
0 notes

7 billion people and you: What’s your number?

Media_httpdldropboxco_yjjfa
The world’s population is expected to hit seven billion in the next few weeks. After growing very slowly for most of human history, the number of people on Earth has more than doubled in the last 50 years. Where do you fit into this story of human life? Fill in your date of birth below to find out.

7:09pm
3 notes

Rick Perry: The Best Little Whore In Texas | Rolling Stone

That is why Rick Perry is so dangerous. He represents the ultimate merger of nihilistic short-term corporate calculation and rightist apocalyptic extremism. He is a politician willing to do absolutely anything for a buck today, playing to a demographic of millions willing to walk off a cliff en masse tomorrow.

October 28, 2011 at 6:43pm
2 notes

Occupy College | The Nation

How can the government justify charging students nearly 7 percent while it charges the banks nothing and can itself borrow for less than nothing?