Coding Merch
Description: Celebrate the hilarious emotional rollercoaster of a programmer’s life with the I Hate Programming It Works I Love Programming design. Perfect for software developers, coders, IT professionals, and computer science students who know the ups and downs of debugging. Great as a geeky gift for hackathon warriors, tech lovers, or anyone who’s ever wrestled with code until it finally works.
I Hate Programming It Works I Love Programming – Funny Coder Quote Sticker
by Schmeler Hammes
$3.00 $3.50
Description: New and improved! Now with v3.0 web-scale compatible reactive paradigm and seamless property-driven development test suite. There are only 2 hard problems in computer science: 0. Cache invalidation 1. Naming things 7. Asynchronous callbacks 2. Off-by-one errors 3. Buffer overrun Fun fact! When I first thought of adding the Buffer Overrun line, I tried pasting a random `erl_crash.dump` file that I ran through this unicode mangling tool (https://lunicode.com/creepify). The following hilarious things happened: 1. Atom Editor completely crashed. I had to switch to using TextWrangler to even be able to edit it at all. 2. Trying to paste the unicode block in here caused Google Chrome to crash, so I trimmed the text down t...
Only 2 Hard Problems in Computer Science: version 2.0.0-rc-937.04-hot-patch Pin
by Suranyami
$2.75 $3.25
Description: Setting 777 permissions to a file or directory means that it will be readable, writable and executable by all users and may pose a huge security risk. For example, if you recursively change the permissions of all files and subdirectories under the /var/www directory to 777, any user on the system will be able to create, delete or modify files in that directory. If you experience permission issues with your web server, instead of recursively setting the permission to 777, change the file’s ownership to the user running the application and set the file’s permissions to 644 and directory’s permissions to 755. File ownership can be changed using the chown command and permissions with the chmod command.