sorted by: new top controversial old
[-] AeonFelis@lemmy.world 10 points 2 weeks ago

I just use this:

#!/bin/bash

keep_generating=1
while [[ $keep_generating == 1 ]]; do
    dd if=/dev/random of=$1 bs=1 count=$2 status=none
    echo Contents of $1 are:
    cat $1
    echo
    read -p "Try generating again? " -s -n1 answer
    while true; do
        case $answer in
            [Yy] )
                echo
                break
                ;;
            [Nn] )
                keep_generating=0
                break
                ;;
            *)
        esac
        read -s -n1 answer
    done
done
[-] AeonFelis@lemmy.world 1 points 2 weeks ago

Poe's law states that no tip off is going to be good enough to clue everyone.

[-] AeonFelis@lemmy.world 0 points 3 weeks ago

You have been warned but you needed proof
You hanged some lighting on the roof
The spirit of the holiday overthrew you
You climbed up on a kitchen chain
You plugged the cord. It zapped your hair
And from your lips you trembled Hallelujah

[-] AeonFelis@lemmy.world 27 points 3 weeks ago

Sorry, but no thanks. If I wanted to see a disappointment I'd just get a mirror.

[-] AeonFelis@lemmy.world 10 points 3 weeks ago

I vote for "OF-Model/Simp".

[-] AeonFelis@lemmy.world 4 points 3 weeks ago

Even when you are paying for the product you are still the product.

[-] AeonFelis@lemmy.world 2 points 1 month ago

I won't argue that corporations wouldn't steal other people's work given the chance, but being able to do this is hardly worth the cost of not having copyrights on their own material. A Disney/Pixar/DreamWorks/etc. movie is not a stand-alone product - it's mainly a feature-length commercial for a franchise. No copyrights means that the corporation doesn't get revenue from the the merchandise created and sold by third parties.

[-] AeonFelis@lemmy.world 2 points 1 month ago

How often are you buying furniture? Every day? Every week? Every month?

view more: ‹ prev next ›

AeonFelis

joined 1 year ago