Archive

Archive for the ‘fun’ Category

fartscroll.js: funniest JavaScript code ever

Everyone farts. And now your web pages can too.

Check out fartscroll.js in action.

Categories: fun, web Tags: , ,

Cobol Tutorial

January 14, 2013 Leave a comment

Just for fun: Cobol tutorial.

To be clear, I don’t ever want to touch Cobol. This is just for the record :)

Categories: fun, programming language Tags: ,

Programming, Motherfucker!

June 15, 2012 Leave a comment

We are a community of motherfucking programmers who have been humiliated by software development methodologies for years. We are tired of XP, Scrum, Kanban, Waterfall, Software Craftsmanship (aka XP-Lite) and anything else getting in the way of…Programming, Motherfucker.

http://programming-motherfucker.com/

reddit discussion

Categories: fun Tags:

Bing promotes Linux

June 14, 2012 Leave a comment

I sent it to reddit too but those *** have no sense of humour :(

Categories: fun Tags: , , ,

Firefox error message

April 24, 2012 Leave a comment

Err, OK, I guess :)

Categories: firefox, fun

brute force

April 13, 2012 Leave a comment

When in doubt, use brute force.” — Ken Thompson

Eh :)

Thank you Adobe

April 8, 2012 Leave a comment

Categories: fun, windows Tags: ,

Playing Star Trek background noise with a Linux command

January 6, 2012 Leave a comment
play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +14

Even better if you add this to your .bashrc file:

alias engage="play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +14"

Multiple versions:

#!/bin/sh
# Engage Warp Drive

# Requires package 'sox'
# http://www.reddit.com/r/linux/comments/n8a2k/commandline_star_trek_engine_noise_comment_from/

# odokemono
# http://www.reddit.com/r/scifi/comments/n7q5x/want_to_pretend_you_are_aboard_the_enterprise_for/c36xkjx
# original
# play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +25  fade h 1 864000 1

# noname-_-
# http://www.reddit.com/r/scifi/comments/n7q5x/want_to_pretend_you_are_aboard_the_enterprise_for/c373gpa
# stereo
# play -c2 -n synth whitenoise band -n 100 24 band -n 300 100 gain +20

# braclayrab
# http://www.reddit.com/r/scifi/comments/n7q5x/want_to_pretend_you_are_aboard_the_enterprise_for/c372pyy
# TNG
# play -n -c1 synth whitenoise band 100 20 compand .3,.8 -1,-10 gain +20
play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +14

(via reddit and hup)

Categories: bash, fun Tags: ,

2012

January 6, 2012 Leave a comment

Categories: fun Tags: ,

is_computer_on()

December 5, 2011 3 comments

The following function is from the BeBook, which details the API of the BeOS operating system.

The Be Book - Classes And Methods - The Kernel Kit / System Information:

int32 is_computer_on();

“Returns 1 if the computer is on. If the computer isn’t on, the value returned by this function is undefined.”

Found here in a comment.

Categories: fun Tags: , ,
Follow

Get every new post delivered to your Inbox.

Join 42 other followers