Showing posts with label pimp. Show all posts
Showing posts with label pimp. Show all posts

Saturday, March 18, 2017

Pimp your GIMP!!

Pimp your GIMP!!


You already know GIMP, as it comes pre-installed with half Linux distributions or you may use it in Windows. It has a ton of features but it doesnt come with many brushes to boost your creativity even further. No problem! You can simply add brushes made by professional artists very easily and for free. Some great sites are Qbrushes.com, Brusheseezy, PSbrushes, deviantART GIMP brushes, deviantART PS brushes..

-What?? It says "Quality brushes for Photoshop"!

That is not an issue as GIMP can use Photoshop bruses. Simply download any brush you like, uncompress it and copy it to /home/username/.gimp-2.6 (this will vary according to username and version). Next time you launch GIMP, you can select your new brushes and make great designs.

(A few of Qbrushes)


While I was adding brushes, GIMP refused to start. A brush set was the issue, so I deleted it and GIMP continued to work fine. The other 10 brush sets I downloaded, worked with no issues.

Available link for download

Read more »

Saturday, February 25, 2017

Pimp my Linux Maven2 Bash Completion

Pimp my Linux Maven2 Bash Completion


Inspired by this bash completion for ssh, I wanted to see what it would take to do something similar for maven2. Thanks to google its already been done.

Its not perfect, but its a start. For example, the choices are hard coded in the script. And when I tab after typing mvn assem it outputs mvn assembly:assembly. Shouldnt be too hard to find that extra slash.

Here are some thoughts on how one could improve it. First, maybe it could be improved for at least the core plugins by searching the local repo in /m2/repository/org/apache/maven/plugins. Or searching the local repo for any pom that contains a packing value of maven-plugin (maven-plugin). Combine that with the help plugin to get the possible goals and all their parameters and one could probably create a pretty slick and useful bash completion for maven2.

For example, you can get everything you need for any plugin if you know the groupId and artifactid by running this:
mvn help:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-war-plugin -Dfull=true

I say all this, but I use a lot of aliass for my maven commands. Here are a few of my favorites:

alias mci=mvn clean install

alias build=mvn clean install -Dmaven.test.skip=true -Dpmd.skip=true -Dcheckstyle.skip=true


Available link for download

Read more »

Tuesday, January 31, 2017

Pimp my HD DVD

Pimp my HD DVD


Image Hosted by ImageShack.us

That number had 35,000 hits on google yesterday.

It has 350,000 today. Its already on my blog. Its on countless others no doubt. Its on homepages, its on boingboing, Its on countless ytmnds. No doubts its being twittered. Theres a facebook group. Hell its probably got a myspace page. That a society speaking.

I know this is a skeptical blog. About bad science and silly religions. But I think Skeptical means it can extend into free speech and the media.

So Im going to talk about that number. And no, Im not a fucking pirate.

And Im going to do something stupid. Im going to do an analogy.

An analogy about cars.

Im a fucking fool.

But hopefully avoiding getting into the "but you wouldnt steal a car" nonsense piracy debate. This is about the media industries perceptions.

There are three stereotypes for car users.

1) The largest group is "The average joe" who buys a standard car, takes it to the shop to be repaired and doesnt think much about it.
2) A much smaller group is the "The hideous thief" who uses his technical knowledge of cars to steal them - which is different to copying media remember
3) The guy who buys a car, and fiddles with it, makes it run on a different engine, replaces the wheels, the suspension, the bodywork. Pimps it. Improves it. Changes it. Joins groups of like minded people who also love this true ownership of their cars. They work together to improve and modify. Sharing ideas and methods.

Now, nobody would say that because people use technology to steal cars. IR door openers. Jimmy sticks, hotwiring, that owner number 3 should be stopped from playing. No one can stop Number 3 from improving his car. You cant claim copyright on the bonnet and stop him from painting fire stripes on it. Or claim that he cant mess with the exhaust, or sparkplugs.

The movie industry see consumers the same way.

1) The average joe.
2) The pirate - who is different to a thief - but thats a different debate, and we can all agree that not supporting the developer of an IP you consume and enjoy is very bad and leave it at that.
3) The fringe. who want to watch films from a different region that havent been released in theirs. Who want to timeshift, want it to run on linux, their homemade myth tv box, want to make funny trailers as though film x was actually genre y. Wants to put it in his class presentation. Wants to rip it to their hard-drive to take on holiday. Want to satirize, want to inform, want to make a funny gif. Want to screen grab for their blogs review. Want to screen grab so they can write "THIS IS SPARTA!!!!"on it in a big font and use it on a forum.


But like the car industry they cant ban #3 just because #2 exist!

The existence of pirates should not - and cannot stop the fair use of material

Regardless of what the law says, nothing I listed in 3) is wrong - you should be able to do all those things. And a good citizen shouldnt refrain from doing it - just because a law says you cant. They should shout. They should complain. And they should be disobedient.

And crucially in our day and age - more people fit into section 3 than is realized. I think the older generation miss this shocking fact. Unlike the car industry most people, at least young people, are in #3.

Its my 60 year old mum wanting to watch an American DVD. Its my professor wanting to put his bought itunes on his non-ipod. Its an early adopter wanting to actually use his outdated HDTV. Its my dad not wanting to leave his genuine cds in the car. Its my grandma wanting to tape a tv show to watch at a later date. Its a Linux user wanting support they wont provide. Its a lecturer wanting to add a clip of a film they are discussing into a presentation.

That list is not a list of criminals. Its real people living a real life.

But bring this up and their argument in return seems to be. "That all well and good - but I think you are a pirate, and youre using fair use as an excuse." - which we are fucking not.

So dont be a pirate, but use your media, own your media.

We live in a world where taking a clip of a film, and changing the music, and editing the characters, is a feasible way to comment on the film. Even if its just to ridicule it.

That makes the world a more colourful, better place.

It isnt wrong.

That number gives people back the rights they should have from the start.


Digg!

Available link for download

Read more »