Daily Archives: February 24, 2017

How to assess security automation tools – Network World

Posted: February 24, 2017 at 6:20 pm

Linda Musthaler is a Principal Analyst with Essential Solutions Corp., which offers consulting services to computer industry and corporate clients to help define and fulfill the potential of IT.

This column is available in a weekly newsletter called IT Best Practices. Click here to subscribe.

During my recent trip to Tel Aviv to attend CyberTech 2017, I had a one-on-one conversation with Barak Klinghofer, co-founder and chief product officer of Hexadite. He gave me a preview of an educational presentation he was to give two weeks later at the RSA Conference. His insight is worth repeating for anyone looking to add automation tools to their security toolset.

As I saw at CyberTech, and Im sure was the case at RSA, the hottest topics were security automation, automated incident response and security orchestration. These can be confusing terms, as every vendor describes them a little bit differently.

In this article, Klinghofer gives his definition of security automation and an overview of several hot market trends today. Klinghofer and the other Hexadite co-founders all worked as security analysts before they started their company, so they have walked in the shoes of the people who are most likely to use security automation tools.

Klinghofer defines security automation as an active process of the following:

1. Mimicking the ideal steps a human would take to investigate a cyber threat. The tool should not just assist or provide more insight or more data about a threat, but really mimic the same steps and the logic an analyst should take when doing a cyber investigation. If you can train people to do an investigation, you can probably codify the logic in a system.

2. Determining whether the threat requires action. This goes beyond running something in a sandbox or comparing it to a threat intelligence list, to include using the results of those kinds of tests and really questioning the evidence. A SOC analyst would do this, so its reasonable to expect a security automation tool to do this as well.

3. Performing the necessary remediation actions. This isnt as easy as it sounds because there are so many configuration permutations and ramifications for possible actions taken. You want to know that your automation solution is aware of as many use cases as possible because you are expecting the same result as you would get from a human analyst.

4. Deciding what additional investigations should be next. Many security automation tools stop after the first three steps, but a SOC analyst would go a step further and try to verify or validate that the threat was removed and is no longer a risk to the organization. For example, if there is an alert about a phishing instance, who else in the organization might have that same phish sitting in his inbox?

The big trend in the cybersecurity market is security orchestration. Most of these types of tools are API-driven as opposed to logic-driven, and the basic premise is to get different types of security tools to work together to drive a process. To get value from orchestration, you really need to define the outcome you are expecting.

Orchestration is the means to an end; its not the goal itself. If you can find use cases where connecting two devices or solutions gives you extra value that you couldnt get from either of the devices or solutions alone, then orchestration is worthwhile. That said, there are several types of tools that say they are doing orchestration or automation.

One example is workflow tools. Vendors say these tools will enhance alert data and automate the information sent to your SOC analyst to streamline your incident response (IR) communications. What they actually mean is they will provide you with a framework to better organize your teams IR flow with built-in ticketing, playbooks and user rules. What you get is something that will tell your IR staff what they should do and in what order, if they have the time to do it. Plus, everything will be documented.

Suppose one of your end-users received a phish. The workflow tool receives the phishing alert from the detection system and starts the process. First the tool will collect the data on the different entities within the email to get more context.The tool will scan and analyze the URLs within the email, and if there is an attachment, it will run it in a sandbox and try to find all of the threat intel. Next the tool will open and assign a ticket which includes the enriched data to assist in the manual investigation. The analyst will take over with a manual process to deep dive into the alert, but there might be additional steps the workflow tool can help facilitate. The main objective of the tool is to speed up the process and keep it moving along, especially if multiple people are involved.

Another type of security automation tool does threat prioritization. Vendors say they will enhance the alert data and prioritize the information sent to your security analysts to streamline your incident response process. This way you wont need to analyze everything. What they actually mean is they will ignore everything that is under a specified threshold.

Prioritization is essentially a conscious decision about what you are willing to let go without investigationbut you are never 100% sure that you can ignore something. Its hard to determine if something is a legitimate risk or not without investigating it. Many breaches have occurred when alerts were not investigated. The advantage of prioritization is that your SOC analysts arent overwhelmed with too much to do.

Scripting tools are another type of security automation tool. Vendors say they will provide a way to enhance your IR by integrating your SecOps solutions in order to get a good result. What you really get is an open development framework with some of the APIs already pre-built, but eventually you need to build the playbooks you want. It will take you longer to do this and you need to have experts who know exactly what they are doing. Defining, building and testing the use cases can be very complicated. While the scenarios might sound easy, the fact is that there are many complications and the scripts wont work in all situations. Basically you end up trading security analysts for programmers.

Klinghofer says Hexadites security orchestration and automation tool, Automated Incident Response Solution (AIRS), investigates every alert. AIRS receives alerts from multiple detection and endpoint security systems, adds contextual intelligence and then automatically launches an investigation.

He says the system analyzes data from the network and endpoint devices using algorithms and tools to determine whether the alert is a false alarm, low-level threat, or security breach. Based on pre-defined policies and best practices codified in the logic of the solution, AIRS applies targeted mitigation efforts to stop the full extent of the breach. It follows the same processes and logic that SOC analysts would follow, but without human intervention. (See Hexadite's Automated Incident Response Solution narrows the gap between detection and response.)

With an increasing number of security threats being detected, and the growing shortage of security analysts, most enterprises will be looking for some sort of security automation tool to improve their IR capabilities. If your company is in the market for such a tool, be sure you understand just what it will do for you.

More here:

How to assess security automation tools - Network World

Posted in Automation | Comments Off on How to assess security automation tools – Network World

Linux Foundation Creates New Platform for Network Automation – Wall Street Journal (subscription) (blog)

Posted: at 6:20 pm

Linux Foundation Creates New Platform for Network Automation
Wall Street Journal (subscription) (blog)
The Linux Foundation said Thursday that it had created a new platform for automating the management of communications networks, a labor-intensive process that is widely viewed as a bottleneck in the the world of corporate information technology. The ...

Go here to see the original:

Linux Foundation Creates New Platform for Network Automation - Wall Street Journal (subscription) (blog)

Posted in Automation | Comments Off on Linux Foundation Creates New Platform for Network Automation – Wall Street Journal (subscription) (blog)

The App Architecture Revolution: Microservices, Containers and Automation – Data Center Knowledge

Posted: at 6:20 pm

Scott Davisis EVP of Engineering & Chief Technology Officer for Embotics.

With the explosive growth of cloud and SaaS-based business applications and services, the underlying software architectures used to construct these applications are changing dramatically. Microservices architecture is not a brand new trend but has been picking up momentum as the preferred architecture for constructing cloud native applications. Microservices provide ways tobreak apart large monolithic applications into sets of small, discrete components that facilitate independent development and operational scaling. Key to this architecture is making sure that each microservice handles one and only one function with a well defined API. Microservices must also have no dependencies on each other except for their APIs.

When mixed with automation as a dynamic management solution for the individual application components, applications become less limited by the infrastructure they run on. Through automation and infrastructure as code technologies, applications now have the ability to control their underlying infrastructure technologies, turning them into services to be harnessed on demand and programmatically during application execution. While weve seen cloud native pioneers such as Uber, Netflix, Ebay, and Twitter publicly embrace this method of building and delivering their services, many organizations arent sure where to begin when it comes to achieving effective and efficient operations through this app architecture revolution.

Before microservices, it would take engineers months or years to build and maintain large monolithic applications, but today microservices design methodology makes it easier to develop systems with reusable components that can be utilized by multiple applications and services throughout the organization, saving developers valuable time. This enables better continuous delivery, as small units are easier for developers to manage, test and deploy.

In order to successfully deliver microservices and container solutions cost-effectively and at scale, its important to have a proper design framework in mind. Microservices must have a well formed, backward and forward compatible API and only communicate with its peers through their API. Each Microservice should perform one and only one dedicated function. Each microservice is ideally stateless and if needed typically has its own dedicated persistent state that is not exposed to others. When all of these principles are rigorously followed, each microservice can be deployed and scaled independently because they do not require information about the internal implementation of any other services all that is required is that they have well-defined APIs.

At the same time, microservices are well matched to and driving the adoption of container technologies as the two often work in conjunction. Each microservice has to run somewhere, and containers are often the preferred choice because they are self-contained, rapidly provisioned or cloned, and usually stateless. Developers can easily construct a container with all the required code to execute the microservice, allowing them to break a problem into smaller pieces, which was not previously possible at this scale. Containers offer developers a way to package their function into this self-contained block of code, creating efficient, isolated and decoupled execution engines for each app and service.

The problem? This creates more component parts that need to be dynamically managed to achieve their promise of scalable, cost-effective cloud services. Automation can provide the dynamic management needed to deliver microservices and container solutions cost effectively and at scale. With microservices-based designs, developers and operations staff are left with many more component parts that need to grow and shrink independently. Automation can be harnessed to reduce this complexity and deliver the desired results.

Microservices-based designs fundamentally enable faster development and deployment of highly scalable applications, whether for the cloud or on-premise. Flexible automation via both portals and APIs is the key ingredient for effectively deploying and managing these next generation, distributed applications, across todays multi-cloud environments.

Opinions expressed in the article above do not necessarily reflect the opinions of Data Center Knowledge and Penton.

View post:

The App Architecture Revolution: Microservices, Containers and Automation - Data Center Knowledge

Posted in Automation | Comments Off on The App Architecture Revolution: Microservices, Containers and Automation – Data Center Knowledge

Why automation doesn’t necessarily remove the need for QA – TechRepublic

Posted: at 6:20 pm

Image: iStock/VectorStory

In software development, the rise of automation tools has largely eliminated human involvement. ON one hand, it's easy to say that automation has further eliminated the need for QA but that's not the case. As experts have noted, QA is still essential, as is human intervention in some cases, to ensure a quality product is deployed.

"Test automation may largely eliminate the need for manual testing in some scenarios, but it will never eliminate the need for QA," said Chris Marsh, director of technology for AKQA. Test automation will be a part of QA engineers' toolboxes and will help focus testing efforts, he added, noting that unit tests are cheap to produce and run and therefore the most likely to be automated. Integration and UI tests, however, may be subject to more manual intervention.

The problem with traditional approaches like this is in trying to eliminate all defects before launching new software, which can prevent feedback from actual users as well as reducing ROI. No piece of software is truly defect-free, according to Marsh. QA engineers need to be involved in the build pipeline and consult on quality across the entire project lifecycle, he added.

Testing is as only as good as the test

Automation does make some aspects of QA easier, but if the test itself isn't up to snuff, it won't provide the desired result, according to Greg Hoffer, VP of engineering at Globalscape. "Because technology development is a complex, dynamic process, automated QA...is doomed to fail unless someone is able to make sure that the tests are current, or new bugs and vulnerabilities will not be detected," he said, citing the case of a serious security bug in the CryptKeeper app that wasn't found during the QA process.

Additionally, fully automated QA may result in perfectly accurate yet completely unusable software that doesn't meet any business needs, Hoffer said. Any automation in DevOps needs to be validated for usability to meet the needs of humans.

"Automated QA, continuous integration (CI), and continuous deployment (CD) are all great advances in the efficiency of DevOps. But we should not expect them to be perfect. It is still incumbent on the developer community to be vigilant," he said.

QA may actually become more important

As a result of automation, more QA work will move to the front end of the software development lifecycle, and CI tools will become more important for testing, according to Rupinder Singh, senior vice president, expert services at Software AG. "As confidence in CI and automation increases, there is a very likely scenario of customers using Continuous Delivery for selective parts of their applications, although it still is not something that is completely reliable," he said. However, the QA role may become more important in technical communities as automation takes over manual test cycles, Singh noted.

QA automated tests can prove whether known paths still work or identify new features or code that might have introduced issues, said Mark Doyle, software architect at Collabroscape. "However, it still takes ... human creativity and ingenuity to explore those paths, and then write automated tests against expected outputs," he said. "Companies must - and should - continue to employee QA teams, and they need to invest in training and software licenses for the automation platforms, but the benefit is still there."

More stable software systems is one such benefit, according to Doyle. First, running an automated test can validate the build to save time and energy on the QA personnel side before testing. Secondly, if the failed tests automatically entered issues into a defect tracking system, QA is able to come up with more comprehensive test plans, he said.

Ultimately, automation isn't a bad thing - it saves time and helps focus efforts on more human-intensive processes while removing the low-hanging fruit. It makes QA testing easier for routine tests. But it does need to be taken with a grain of salt to ensure that accurate, useless software isn't being deployed.

Also see: 80% of IoT apps not tested for vulnerabilities, report says 3 ways to prevent your app developers from blowing off QA testingHow to use scrum for app development QA testingHow to build a solid workflow for updating mobile apps

Follow this link:

Why automation doesn't necessarily remove the need for QA - TechRepublic

Posted in Automation | Comments Off on Why automation doesn’t necessarily remove the need for QA – TechRepublic

Washington State Rep Endorsed Slavery When Confronted by Voter – The Pacific Tribune

Posted: at 6:20 pm

Welcome to 2017, here our President is a misogynisticandxenophobic, pathological liar, and our state representatives openly endorse slavery. What fun! Washington State Rep. Matt Manweller, whohas been largely outspoken against raising the minimum wage, recently stated that he would be fine with a $0 minimum wage. When confronted by a voter who explained such wages were eliminated by the Civil War, Manweller said, add that to the list of mistakes made during the Civil War. Does this mean he believes the freeing of slaves was a mistake made by our nation during the Civil War?

This story was brought to light by Working Washington who has put out the call to ask Washington State Rep. Manweller what exactly he meant in his email with a local voter.Working Washington is a statewide workers organization that fights to raise wages, improve labor standards, and change the conversation about wealth, inequality, and the value of work, according to their website.

We reached out to Working Washington and a representative of the organization had this to say: Washington voted overwhelmingly in November to raise the minimum wage because its good for workers, good for communities, and good for the economy. We need to move forward to advance labor standards to ensure prosperity for all not turn back the clock to rehash the emancipation proclamation.

Washington State Rep. Manweller has been a huge opponent of raising the minimum wage in Washington State. His Twitter is literally filled with claims that higher minimum wage is dangerous for children, employment, and the economy.

The federal minimum wage was introduced in 1938 during the Great Depression under President Franklin Delano Roosevelt. It was initially set at $0.25 per hour and has been increased by Congress 22 times, most recently in 2009 when it went from $6.55 to $7.25 an hour. Currently, twenty-nine states, plus Washington DC, have a minimum wage higher than the federal minimum wage. Approximately 2,561,000 workers (or 3.3% of the hourly paid working population) earn the federal minimum wage or below.

Proponents of a higher minimum wage state that the current federal minimum wage of $7.25 per hour is too low for anyone to live on stating that a higher minimum wage will help create jobs and grow the economy. They also say that the declining value of the minimum wage is one of the primary causes of wage inequality between low- and middle-income workers. It is believed that a majority of Americans, including a slim majority of self-described conservatives, support increasing the minimum wage.

Opponents say that many businesses cannot afford to pay their workers more, and will be forced to close, lay off workers, or reduce hiring. They say increases in pay have been shown to make it more difficult for low-skilled workers with little or no work experience to find jobs or become upwardly mobile. They believe raising the minimum wage at the federal level does not take into account regional cost-of-living variations where raising the minimum wage could hurt low-income communities in particular.

Read more:

Washington State Rep Endorsed Slavery When Confronted by Voter - The Pacific Tribune

Posted in Wage Slavery | Comments Off on Washington State Rep Endorsed Slavery When Confronted by Voter – The Pacific Tribune

Jim Goetsch: Abolition of abortions means changing the way we think – The Union of Grass Valley

Posted: at 6:19 pm

In his Feb. 4 column, Darrell Berkheimer used an interesting argument to support the need for abortion namely that making abortions an exception rather than a rule would lead to increase costs to care for the mothers and the children who resulted from the births. He suggested that the public was not ready to pay the extra costs that would result.

I wonder if Mr. Berkheimer, had he lived in the early 1800s, would have justified slavery on the basis that it would cost the slave masters too much to give up slaves, the public would be forced to support the now-freed slaves, and the cost of paying decent wages to the laborers would increase the cost of clothing to the consumers. Those arguments were no doubt made at that time, and those reasons are as false in supporting slavery as the reasons Mr. Berkheimer used to support the abortion mind-set that has pervaded our culture since Roe v. Wade?

Now in the early 21st century, most of us in the United States consider that slavery was, and still is, an evil. Many of us believe that the killing of live fetuses for convenience is just as much an evil as slavery. Women, who have been nurturing life for thousands of years, have justified this evil by calling it "a woman's right to choose." A woman certainly has a right to choose, but shouldn't that be done prior to engaging in sexual intercourse? And what about the female fetus, is she granted the same right to choose? I will admit that there are exceptional circumstances where abortion might be considered, but I believe we need to change the mind-set that abortions should be the rule, not the exception.

Along with most Christians, I believe that life begins at conception. I hear explanations by abortion supporters that life only starts when the fetus is viable. Is the fetus viable (able to live without its mother) within the first two years? I don't think so. Should we then be able to kill babies as well? Didn't we just put Dr. Kermit Gosnell in prison in 2013 as a serial baby killer for executing babies immediately after birth? Why is that wrong if we allow fetuses to be killed just a few months earlier?

A second step is to change the publics mind-set to recognize that abortion is actually murder, and is unacceptable to educated, reasonable people.

What is the solution? Just as the abolition of slavery required a major change to our thought processes and our economic structures, the abolition of abortions as generally accepted procedures requires the same changes. We need to continue to educate boys and girls concerning the dangers of unprotected sex, one of which is an unwanted baby.

A second step is to change the public's mind-set to recognize that "abortion" is actually "murder," and is unacceptable to educated, reasonable people. As long as we split hairs about when a fetus is viable in order to condone the killing of living human beings, aren't we acting in the same way that slave owners did when they claimed that slaves were not really human beings?

A third step is to make adoptions more accessible to more people who actually want to have children. We place high costs and a lot of hoops to jump through as part of our adoption process. We certainly need to screen parents before putting other's unwanted babies in their hands, but we have made it exceedingly difficult in the U.S. for would-be parents to become real parents.

A fourth step is to shift the funding of abortions to the funding of adoptions and to the care of unwanted children who may not be adopted. I don't want my taxes to fund abortions, but I am willing that those taxes be used to facilitate the care of unwanted children and mothers who need a helping hand.

As an aside: why am I against the support of Planned Parenthood? While it claims that only 3 percent of its "procedures" include abortions, that amounts to one-third to one-half of all the abortions performed in the United States. Planned Parenthood counts "services," not the time spent in providing those services. Since many of their "services" involve handing out condoms and referring women for mammograms, I believe the manpower spent handling abortions is far higher than 3 percent of the total work effort.

It's time for all of us to recognize an evil in our world and eliminate it in the 21st century, as the abolitionists did for slavery in the 19th century!

Jim Goetsch lives in Lake of the Pines.

See more here:

Jim Goetsch: Abolition of abortions means changing the way we think - The Union of Grass Valley

Posted in Abolition Of Work | Comments Off on Jim Goetsch: Abolition of abortions means changing the way we think – The Union of Grass Valley

Frederick Douglass Park: We’re Fixing Our Typo! – Nashville Scene

Posted: at 6:19 pm

The mayor made it official this week. "Fred Douglas Park" will be renamed.

Nearly 80 years ago, the City of Nashville opened a new park in East Nashville. For many years, this park has gone by the name of Fred Douglas Park. Many have wondered who the park was named after, and whether or not it was actually named after abolitionist leader Frederick Douglass.

Thanks to the work of local historians, journalists, and curious Nashvillians, evidence has come to light, including an old Tennessean article, indicating that the park was indeed originally named after Frederick Douglass.

We dont know exactly why or how the name evolved into Fred Douglas Park. It may have been a clerical error, or a more sinister effort by segregationists who wanted to take away a park named after a civil rights hero who fought for the abolition of slavery.

This is really great news.

We have many annoying typos around town that weve codified into things Dickenson Meetinghouse Pike is now Dickerson Pike and the road that leads to the spot where the Clee brothers used to run the ferry, literally, Cleess Ferry Road, at some point became Cleeces Ferry Road because we dont like apostrophes or logic. Give us another hundred years and that road will probably be Cleecesesecessesses Ferry Road. And back in the day people were looser with the spelling of their names, hence why we have Eatons Creek Road and the old Heaton Station, even though theyre named for the same dude, who did, indeed, seem to have an H when he felt like it and not when he didnt.

But the Heaton/Eaton issue does preserve the history of the name. Ive seen plenty of old documents where hes referred to either way. Someone looking into the issue will be led to interesting knowledge about Nashville. The Cleess/Cleeces situation is annoying, but if you say the name of the road out loud, you can hear what happened there. And there are so few Clees in Nashville history that its hard to get led very far astray.

I cant speak to the Dickenson/Dickerson situation, but the Dickensons are an old (or a couple of old) Nashville family/families who inherited Travellers Rest, supposedly evicted the dead Polks from Polk Place, got shot by Andrew Jackson, were well-known horse breeders, birthed lawyers and judges, served in the Hayes Administration, and take up a lot of prime real estate at Mt. Olivet. Itd be nice to have the name right, but in the scheme of things, the Dickensons place in Nashville history is secured. They dont need a road to tell people they existed.

Having the name of Fred Douglas Park wrong, though, does distort Nashville history and it promotes a lie over the truth. Fred Douglas Park is just a park named for a guy no one knows. Frederick Douglass Park a black park in a black part of town tells us a lot about Nashville, even if weve spent eighty years pretending we dont know it. It tells us clearly something that is true in Nashvilles history, but is obscured at the same time Nashvilles black communities faced incredibly persecution and constant devaluation by Nashvilles white power structure, Nashvilles black communities have been seen as valuable to the city and worth, to some small extent, keeping happy.

The tension the city has been in for its whole history is that we need and benefit from the contributions of black Nashvillians we as a city have flourished when black Nashvillians have been able to flourish and yet our systemic racism makes us resentful of that fact and compelled to end or downplay that flourishing.

It is weird, with as racist as Nashville was, that we would name a park for Frederick Douglass. It is more surprising that we would do this than it is that some goober would fuck up the name.

But it tells you that even in the 1930s, some portion of white Nashville had made a calculation that it was worth it to the whole city to let black Nashvillians have a park that honored a man many white Nashvillians didnt care for. Obviously, that calculation didnt weigh so heavily in favor of black Nashvillians that we, say, didnt misspell his name for eighty years.

But if we want a clearer picture of the fits and starts Nashville has made to fully recognize black Nashvillians as Nashvillians, period, there can be no more accurate illustration of that fact than that we named a park for Frederick Douglass as is evidenced by that Tennessean story at the time then spent all this time pretending that we didnt and now, even though we all know the truth. it still takes Metro Parks, the city council, and pressure from the mayor to fix a typo.

Dont get me wrong. Im very glad were doing this.

I just hope we take a minute to dwell on the fact that this was a relatively minor thing and its taken this much effort to get it corrected. How much more effort, then, will be needed to fix the major things?

Read the original here:

Frederick Douglass Park: We're Fixing Our Typo! - Nashville Scene

Posted in Abolition Of Work | Comments Off on Frederick Douglass Park: We’re Fixing Our Typo! – Nashville Scene

Molly J. McGrath: Fight ID laws one voter at a time – Madison.com

Posted: at 6:19 pm

I first met Cinderria, an 18-year-old woman of color, in a library in Downtown Madison. She approached the table marked Voter ID Assistance and explained that with the 2016 presidential primary only a few months away, and despite several trips to the DMV, she still didnt have a valid ID as mandated by Wisconsins strict new laws. It turned out she needed a Social Security card but wasnt sure how to obtain one.

Proponents of voter ID laws dont want to acknowledge that Cinderrias case is far from unusual. Experts project that in Wisconsin alone, 300,000 eligible voters lack the ID necessary to cast a ballot. Across the country, 32 states have some form of voter ID law, creating a crisis of disenfranchisement not seen since the civil rights era.

These ID laws dont touch all groups equally: Voters of color, like Cinderria, are hit hardest. The elderly, students and low-income voters also are disproportionately affected. (A new study published in the Journal of Politics, for instance, found that strict ID laws lower African-American, Latino, Asian-American and multiracial American turnout.)

States that have implemented voter ID laws have shown little to no interest in helping their citizens comply. And the advocacy organizations that oppose these laws have few resources for direct voter assistance. Instead, groups such as the American Civil Liberties Union have focused on challenging voter ID mandates in court. Thats essential, but its not enough. As court battles proceed, we must acknowledge our collective obligation to voters like Cinderria by investing in on-the-ground, in-person support.

Before the 2016 election, a group of us in Madison recognized the problem and got to work, partnering with local organizations such as the League of Women Voters and NAACP. As one coalition, we collaborated with social service agencies, churches, food pantries, employers, schools and election administrators.

Outreach continued through the November election and is ongoing for spring elections. But tons of work is left to do in Madison, to say nothing of the state or nation as a whole.

The right to vote is not denied only in large volume. Our democracy deteriorates every single time an older voter cant find transportation to a distant DMV, and every single time a working mother cant afford the fees associated with redundant paperwork to prove her citizenship.

Having worked one-on-one with would-be voters, a nefarious truth about these laws has become clear to me. Not only do the requirements hamper individuals in the short term, they also can send a long-term signal to historically disenfranchised communities that theyre not invited into their countrys democratic process a feeling all too familiar to those who were born before the abolition of Jim Crow.

We cannot return to the era of literacy tests and poll taxes. Its crucial all voters are offered help because they must not lose the belief their vote is precious and their participation essential to our democracy. These voters are our neighbors, our co-workers and, at the most basic level, our fellow citizens. Their rights are as valuable as those of any big-spending campaign donor.

Despite repeated assurances from voter ID proponents that these laws arent discriminatory and are easy to comply with, lived experience proves the opposite.

Cinderria was finally able to obtain an ID, but only weeks after we first met. I traveled with her to the DMV to make sure nothing went wrong.

Claudelle, a voter in his 60s whose mother mistakenly spelled his name Clardelle on his birth certificate, was refused an ID with his correct name twice.

On a trip to the DMV with a 34-year-old named Zack, we were given inaccurate information on how to receive a free ID to vote. A recording of that interaction prompted a federal judge to order retraining of DMV workers across Wisconsin.

The voters affected by these laws who, again, are more likely to be low-income, transient and elderly often are unreachable through social media campaigns or other online communication. That makes in-person outreach indispensable.

A young Madison woman named Treasure, for instance, was unable to obtain an ID until neighborhood canvassers knocked on her door and gave her accurate information and assistance.

Such work is not an admission that voter ID laws arent worth fighting. They are. It represents, rather, a commitment to fight suppression at every level. We have no choice but to organize, lace up our shoes and meet would-be voters where they live and work.

McGrath, of Madison, is an attorney, voting rights advocate and organizer: @votermolly and votermolly.com.

Link:

Molly J. McGrath: Fight ID laws one voter at a time - Madison.com

Posted in Abolition Of Work | Comments Off on Molly J. McGrath: Fight ID laws one voter at a time – Madison.com

Why French Polynesia Could Have the World’s First Floating City – Architectural Digest

Posted: at 6:19 pm

One of the biggest challenges facing the world today is climate change. With each passing year, the rate at which our polar ice caps are melting is increasingly alarming to many across the globe. Recently in Antarctica, for example, new reports indicated that a major ice sheet is cracking at a rate of five football fields per day, lining up a potential break from the Antarctic Peninsula sometime this spring. Such reports are compelling some scientists, engineers, and architects to fundamentally rethink the cities of the future. At the forefront of that movement is the Seasteading Institute.

The California nonprofit organizationwhich has currently raised about $2.5 million from more than 1,000 interested donorsis spearheading a plan called the Floating City Project. The blueprint is to build a cluster of buoyant dwellings that showcases innovations in solar power, sustainable aquaculture, and ocean-based wind farms. Recently, the French Polynesian government signed a historic agreement with the Seasteading Institute to work together on a legal framework to allow for the development of the Floating Island Project. French Polynesia, which comprises more than 100 islands in the South Pacific, seems like an ideal locale to explore the possibility of sea-dwelling communities, as its own territory is at the mercy of rising ocean levels.

According to the agreement, after economic, environmental, and architectural research in and around French Polynesia has been completed (much of which has been under way for years), the government will collaborate with the Seasteading Institute to develop a special governing framework for a land base and sea zone. The goal is to achieve this by the end of the year.

Read this article:

Why French Polynesia Could Have the World's First Floating City - Architectural Digest

Posted in Seasteading | Comments Off on Why French Polynesia Could Have the World’s First Floating City – Architectural Digest

America’s Greatest Political Rhetoric Rewritten Using Paul Ryan’s Definition of Freedom – The Intercept

Posted: at 6:18 pm

Fromits founding, the United States has been about one thing: freedom.But what is freedom, exactly? Washington, Jefferson, Lincoln, and many others jabbered on about itwithout defining what they were talking about. But finally a great American politician has explained exactly what freedom is:

So withPaul Ryans help, we now can go back and reread great American political rhetoric and at last understand what it means.

The First Amendment to the Constitution, 1789:

Congress shall make no law respecting an establishment ofreligion, or prohibiting the free exercise thereof; or abridging the ability to buy what you want to fit what you need of speech.

Thomas Jefferson on the founding of the University of Virginia, 1820:

This institution will be based on the illimitable ability to buy what you want to fit what you need of the human mind.

Abraham Lincoln at Gettysburg, 1863:

From these honored dead we take increased devotion to that cause for which theygave the last full measure of devotion that we here highly resolve that these deadshall not have died in vain, that this nation under God shall have a new birth ofthe ability to buy what you want to fit what you need.

Franklin D. Roosevelt in his Four Freedoms address to Congress, 1941:

In the future days, which we seek to make secure, we look forward to a worldfounded upon four essential human abilities to buy what you want to fit what you need.

Ronald Reagan, Message on the Observance of Afghanistan Day, 1983:

To watch the courageous Afghan ability-to-buy-what-you-want-to-fit-what-you-need-fighters battle modern arsenals with simplehandheld weapons is an inspiration to those who lovethe ability to buy what you want to fit what you need.Their courage teachesus a great lesson that there are things in this world worth defending.

Top photo from left to right: Abraham Lincoln, Franklin D. Roosevelt,Paul Ryan,Ronald Reagan, andThomas Jefferson.

See the original post here:

America's Greatest Political Rhetoric Rewritten Using Paul Ryan's Definition of Freedom - The Intercept

Posted in Freedom | Comments Off on America’s Greatest Political Rhetoric Rewritten Using Paul Ryan’s Definition of Freedom – The Intercept