Itās 256th day of the year, happy Programmerās Day!!
I wish you all clean code, effective algorithms, less bugs and a lot more hours spent staring at your favorite IDE!Ā
No title available
𩵠avery cochrane š©µ

romaā
PUT YOUR BEARD IN MY MOUTH

⣠Chile in a Photography ā£
Aqua Utopiaļ½ęµ·ć®åŗć§čØę¶ćē“”ć

shark vs the universe
taylor price

blake kathryn
almost home
Cosmic Funnies
Lint Roller? I Barely Know Her
todays bird

oozey mess
YOU ARE THE REASON
occasionally subtle
No title available

Jimmy Eat World
No title available
"I'm Dorothy Gale from Kansas"
seen from Venezuela

seen from Kosovo
seen from Germany

seen from Türkiye

seen from United States

seen from Argentina
seen from United States

seen from Uruguay

seen from Philippines
seen from United States
seen from Germany
seen from Türkiye
seen from Ecuador
seen from Brazil
seen from Venezuela
seen from United States
seen from Colombia

seen from Ireland

seen from Germany

seen from Philippines
@heapunderflow
Itās 256th day of the year, happy Programmerās Day!!
I wish you all clean code, effective algorithms, less bugs and a lot more hours spent staring at your favorite IDE!Ā
number of stackoverflow tabs open grows exponentially throughout the day
The thing about programming is that when something should behave the same way on different systems but doesnāt, you know youāre in for a bumpy ride.
(via thethingaboutprogramming)
Coworker: Are there any languages you want to learn?
Me: Well, I wish I was more fluent in SQL.
Coworker:...
Me:...
Coworker:...
Me: You mean spoken languages didn't you?
The thing about programming is that you only spend around 10% of your time actually writing the code; the rest is spent cursing, crying and staring blankly at the screen while your brain struggles to keep track of the million moving parts in your project.
(via chelonaut)
Developer Accused Of Unreadable Code Refuses To Comment
someone (via freedomhats)
How can it be such a stupid error if I had to search three hours to find it?
Probably every programmer ever (via fyeahcode)
When your coworkers are likeā¦
Quora Question: How do I explain recursion to a four-year-old?
Answerer: Explain it to someone a year younger than you and ask them to do the same.
What is the best comment in source code you have ever encountered?
// Magic. Do not touch.
// When I wrote this, only God and I understood what I was doing // Now, God only knows
#define TRUE FALSE //Happy debugging suckers
stop(); // Hammertime!
// drunk, fix later
// Replaces with spaces the braces in cases // where braces in places cause stasis $str = str_replace(array("\{","\}")," ",$str);
/** * For the brave souls who get this far: You are the chosen ones, * the valiant knights of programming who toil away, without rest, * fixing our most awful code. To you, true saviors, kings of men, * I say this: never gonna give you up, never gonna let you down, * never gonna run around and desert you. Never gonna make you cry, * never gonna say goodbye. Never gonna tell a lie and hurt you. */
(x)
Python: What if everything was a dict?
Java: What if everything was an object?
JavaScript: What if everything was a dict *and* an object?
C: What if everything was a pointer?
APL: What if everything was an array?
Tcl: What if everything was a string?
Prolog: What if everything was a term?
LISP: What if everything was a pair?
Scheme: What if everything was a function?
Haskell: What if everything was a monad?
Assembly: What if everything was a register?
Coq: What if everything was a type/proposition?
COBOL: WHAT IF EVERYTHING WAS UPPERCASE?
C#: What if everything was like Java, but different?
Ruby: What if everything was monkey patched?
Pascal: BEGIN What if everything was structured? END
C++: What if we added everything to the language?
C++11: What if we forgot to stop adding stuff?
Rust: What if garbage collection didn't exist?
Go: What if we tried designing C a second time?
Perl: What if shell, sed, and awk were one language?
Perl6: What if we took the joke too far?
PHP: What if we wanted to make SQL injection easier?
VB: What if we wanted to allow anyone to program?
VB.NET: What if we wanted to stop them again?
Forth: What if everything was a stack?
ColorForth: What if the stack was green?
PostScript: What if everything was printed at 600dpi?
XSLT: What if everything was an XML element?
Make: What if everything was a dependency?
m4: What if everything was incomprehensibly quoted?
Scala: What if Haskell ran on the JVM?
Clojure: What if LISP ran on the JVM?
Lua: What if game developers got tired of C++?
Mathematica: What if Stephen Wolfram invented everything?
Malbolge: What if there is no god?
fun fact
programmers like working with dark themes on all of the IDEs and text editors so they can see their lifeless faces in the reflection of the screen as they code
Lawyer:Ā āLadies and gentlemen of the jury, Iām here to offer proof that my client is innocent. Ā Bring in the chalkboard. Let V be a subspace of R^n containing vectors of the form [a(0), 0, a(1), 0ā¦(a(n), 0]ā¦ā
Writing in JavaScript when you learned to code originally in a language like C/Java:
I donāt feel safe without it.
Things Programmers Shout #257
āOh yay! I got a different error than the one Iāve been working on for the last two hours. Progress!ā // submitted by outintothevoid