Published on Aug 14, 2012 The Very next day I was home invaded. Illegally they have no warrant as you see by the video. I had just left hospital day before this and the police warned me to remove the videos I posted from them brutally assaulting me and I lost my spleen and other assorted guts to police brutality. I posted the videos and was then warned to take them down or else. Again the very next day they broke in my home illegally and Assaulted me as you see by this video. I'll take a lie detector test to confirm what you already know is true. Coral Springs Police are as corrupt as any other police force you have an encounter with. Many police encounters are deadly. I almost dies at the hands of coral springs police and also their fire rescue paramedics. All are sick and sadistic and care nothing about you, your family, your home or your lives. They care not if you die in their care... It's become very sick in these times your aware now of the truth. This video is one that survived the police deleting. They beat me in cuffs and deleted as many videos as they cared to delete. They left behind a few and I've posted them. The truth hurts. Be well people pass on love today!
“The defendant is accused of committing what is every subway commuter’s nightmare: Being suddenly and senselessly pushed into the path of an oncoming train,” Mr. Brown said in an interview.
In a statement, Mr. Brown quoted Ms. Menendez, “in sum and substance,” as having told the police: “I pushed a Muslim off the train tracks because I hate Hindus and Muslims ever since 2001 when they put down the twin towers I’ve been beating them up.” Ms. Menendez conflated the Muslim and Hindu faiths in her comments to the police and in her target for attack, officials said.
Singh was covering a rally in Imphal, the capital of Manipur state, when he was shot by police firing on protesters. Local news accounts reported that police said Singh was shot by accident while they were trying to disperse protesters with live ammunition. Five police officers have been suspended, the reports said.
So I was just served my first DMCA warning on a YouTube video I posted earlier. The funny thing that makes this whole event a complete joke is that the video I posted was of an artist on the record label I work for, J & R Adventures, and the footage is from part of our company holiday party. Lol you want to serve a DMCA when I know the CEO, game on [:
Macedonia is having civil unrest following the unrest going on in Spain and Greece. Macedonia doing so just now over the recent proposed 2013 budget, apparently the austerity plans aren't going over well here either. BBC reported on the issue:
The opposition say the budget will add to country's debt burden.
They have suggested around 1,000 amendments to the budget to bring down spending, reportedly accusing the government of planning spending for grandiose monuments, expensive cars and furniture.
They accuse the ruling coalition of abusing parliamentary process by pushing for a vote on the budget before amendments had been considered.
"If those in power continue down this path they will suspend the constitution... and kill democracy in Macedonia before our eyes," Social Democrat leader Branko Crvenkovski told reporters.
And you can check out the Al Jazeera video footage here. http://youtu.be/PvHsM6lRxQc
I love seeing breakthroughs like this but it'd be even better if we saw some actual excitement in the energy industy about technologies along the alternative energy route.
Researchers at Stanford University have created the first peel-and-stick solar cells. These cells are flexible, can be attached to a variety of surfaces (windows, business cards, clothing), and most importantly they can be produced using conventional, industry-standard facilities and materials. Furthermore, it should be possible to use Stanford’s new process to create peel-and-stick computer chips and LCD displays.
Got this cool script over at Sontek's gist account. Here's the script: [sourcecode language="python"] #!/usr/bin/env python import os import random import time import platform
snowflakes = {}
try: # Windows Support from colorama import init init() except ImportError: pass
cr = ioctl_GWINSZ(0) or ioctl_GWINSZ(1) or ioctl_GWINSZ(2)
if not cr: try: fd = os.open(os.ctermid(), os.O_RDONLY) cr = ioctl_GWINSZ(fd) os.close(fd) except: pass if not cr: try: cr = (os.environ['LINES'], os.environ['COLUMNS']) except: cr = (25, 80) return int(cr[1]), int(cr[0])
columns, rows = get_terminal_size()
def clear_screen(numlines=100): """Clear the console.
numlines is an optional argument used only as a fall-back. """ if os.name == "posix": # Unix/Linux/MacOS/BSD/etc os.system('clear') elif os.name in ("nt", "dos", "ce"): # DOS/Windows os.system('cls') else: # Fallback for other operating systems. print('\n' * rows)
def get_random_flake(): if not platform.system() == 'Windows': try: # python3 support try: cmd = unichr except NameError: cmd = chr
while True: col = random.choice(range(1, int(columns)))
# its already on the screen, move it if col in snowflakes.keys(): move_flake(col) else: # otherwise put it on the screen flake = get_random_flake() snowflakes[col] = [1, flake]
After getting little to no response to a truly heinous rape, Anonymous and various denizens of the internet decide to take action. You can see the growing Reddit thread here. Anonymous has recently left a video response about their new operation, OpRollRedRoll.
"This is a warning shot to the school faculty [Steubenville High School], the parents of those involved and those involved especially. A preliminary 'docs' is being released on some of those involved, while a full size docs of everyone involved including names, social security numbers addresses, relatives and phone numbers is being is being compiled as you watch this video, of every single member of the football team, those involved, the coaches, the principal and more. These docs will be released unless all accused parties come forward by New Year's Day and issue a public apology to the girl and her family. Make no mistake, all you need is a Google search engine to realize we are serious in what we do. You can hide no longer, you have attracted the attention of the hive. We cannot sit by idly and watch a group of young men who will turn to rape as a game or sport get the pass because of athletic ability and small town luck. You now have the world looking directly at you ... current principal and faculty, you would be wise not to shield the guilty."
As I am writing this I googled the event and the highschool's football team website rollredroll.com and Anon's are apparently already at work. Check the title and description. The site itself seemed relatively intact but this story is still unfolding. You can check out First Coast News take on the story here
As has been quoted by quite a few news sources, Facebook is now charging for messaging 'non-friends'. This 'non-friend' happens to be a lifelong real friend. WTF. Check out one of the many articles about it here.
Very little surprise here considering some of the side effects are depression and suicidal thoughts.
Some 90 percent of school shootings over more than a decade have been linked to a widely prescribed type of antidepressant called selective serotonin reuptake inhibitors or SSRIs, according to British psychiatrist Dr. David Healy, a founder of RxISK.org, an independent website for researching and reporting on prescription drugs.
What everyone must understand is that American politics doesn't work the way you'd think it would. Most people presume that government officials would never willfully withhold penicillin from men with syphilis just to see what would happen if the disease went untreated. It seems unlikely that officers would coerce enlisted men into exposing themselves to debilitating nerve gas. Few expected that President Obama would preside over the persecution of an NSA whistle-blower, or presume the guilt of all military-aged males killed by U.S. drone strikes. But it all happened.
If you have a YouTube channel and want to use your songs elsewhere still get views on your channel while making a custom landing page try this out. Can be tweaked to either be a simple mp3 player or a video player. Hint, pull the 'hidden' class off and style accordingly [:
if (is_numeric($_GET['i']) && $_GET['i'] <= $count) { $_SESSION['i'] = $_GET['i']; echo $head.$videos[$_SESSION['i']]['video'].$tail; } } [/sourcecode] And the end result with some styling care of briguy
On Friday (Nov 16th), a republican study committee chaired by US Congressman Jim Jordan published "RSC Policy Brief: Three Myths about Copyright Law and Where to Start to Fix it." This was a remarkable and insightful statement of the issues and suggested some possible resolutions, all in just a little over 8 pages of text.
Unfortunately, someone (we assume the copyright lobby) got to them within hours of the document appearing and the publication was pulled from the committee's website. Luckily, in the Internet age, copies were preserved elsewhere.
And just in case they take it down again, here's a mirror of the document. PDF Download
The video clip features the students highlighting some of the possibilities the internet offered, such as online shopping, getting news and sports udpates, watching TV programs, communicating with people around the world - and, yes, there is even mention of cats. One child states: "I even found a recipe for cat food cupcakes!"
Full Article And here's the original PSA http://youtu.be/4m4KZHDVWRE
Dubbed Batchwiper, the malware systematically wipes any drive partitions starting with the letters D through I, along with any files stored on the Windows desktop of the user who is logged in when it's executed, according to security researchers who independently confirmed the findings. The reports come seven months after an investigation into another wiper program targeting the region led to the discovery of Flame, the highly sophisticated espionage malware reportedly designed by the US and Israel to spy on Iran. Wiper, as the earlier wiping program is known, shared a file-naming convention almost identical to those used by the state-sponsored Stuxnet and Duqu operations, an indication it may have been related, security researchers said.
After church leaders announce plans to protest at site of school massacre, Anonymous posts the personal information for dozens of members of the extremist group, including names, e-mail addresses, and phone numbers.
They have a word for this tactic, it's called "War Crimes".
A 2007 report by the Homeland Security Institute called double taps a "favorite tactic of Hamas" and the FBI considers it a tactic employed by terrorists.
UN special rapporteur on extrajudicial killings Christof Heyns said that if there are "secondary drone strikes on rescuers who are helping (the injured) after an initial drone attack, those further attacks are a war crime."
A leading Australian Internet service provider has pulled out of negotiations to create a warning notice scheme aimed at reducing online piracy. iiNet, the ISP that was sued by Hollywood after refusing to help chase down alleged infringers, said that it can’t make any progress with righthsolders if they don’t make their content freely available at a reasonable price. The ISP adds that holding extra data on customers’ habits is inappropriate and not their responsibility.
Any individual’s death is caused by a number of interrelated factors - for example, death by stroke could be caused by high blood pressure, smoking and being overweight. But using statistics, scientists are able to tease out one factor from the other to give estimates of how many people die from one particular cause. Using this method, they believe being obese has risen from the 10th most important risk factor for death in 1990, to the sixth. More than three million now die from having a ‘high body mass index’ , an 82 per cent increase.
I got this bash script over at Jeff Channell's Blog. To get it fully functional you'll need both mednafen and zenity installed, to do so in Ubuntu derivatives open up a terminal and enter: [sourcecode language="bash"] user@com$ sudo apt-get install mednafen zenity [/sourcecode]
Then Jeff's script, I suggest assigning this as a .bashrc alias like `nes` or the like. [sourcecode language="bash"] #!/bin/bash
# NES Rom Browser # Jeff Channell, 5.07.2006
medgui_conf=~/.medgui
function medgui_start () { touch $medgui_conf zenity --question --title="Default Rom Directory?" --text="Press OK to select a default rom folder, or hit Cancel to always use your Home directory." case $? in 0) ROMPATH=`zenity --file-selection --directory --title="Select Default ROM Directory"` ;; *) ROMPATH=~/ ;; esac echo "ROMPATH=$ROMPATH" >> $medgui_conf }
if [ -e "$medgui_conf" ] then ROMPATH=`sed -n '/^ROMPATH=/p' $medgui_conf | sed -e 's/^ROMPATH=//'` else zenity --question --text="No config file found. Would you like to create one?" case $? in 0) echo "Creating file" medgui_start ;; 1) echo "Error: Cannot find default config!" exit 2 ;; esac fi cd $ROMPATH SELECTEDROM=`zenity --file-selection --title="Select An NES Rom File..."` case $? in 0) if [ -e "$SELECTEDROM" ] then file "$SELECTEDROM" | grep NES case $? in 0) mednafen -nes.no8lim 1 -nes.stretch 1 -nes.xres 1024 -nes.yres 768 "$SELECTEDROM" ;; *) zenity --error --text="The selected file does not appear to be an NES rom file!" exit 1 ;; esac else zenity --error --text="Error: File Does Not Exist!" exit 1 fi ;; 1) echo "No rom selected. Exiting...";; -1) echo "No rom selected. Exiting...";; esac [/sourcecode]
After 20 years cooking burgers and manning the fryer for the national chain, Tyree Johnson still makes just the minimum wage, Bloomberg reports. That's $8.25 an hour in 44-year-old Johnson's hometown of Chicago, where he works at two different McDonald's restaurants. The CEO of McDonald's, Bloomberg points out, made $8.75 million last year.
Score 1 for internet freedom! Fuck yeah! Full Article
The move seems to safeguard the role of the internet as an unregulated, international service that runs on top of telecoms systems free of direct interference by national governments.
Two days ago a 4chan user made a post claiming that he was going to shoot up the Clackamas Town Center Mall. Here's the posts he made. (Click the images for full size)
Apparently the now formerly anonymous user was not joking. One day later Jacob Tyler Roberts entered the mall with a bulletproof vest and a rifle and started opening fire on the shoppers and then shot himself. Check out the full story here.
Here's what I think to be the best pic of Jacob Tyler Roberts.