Sign in to your account



This field is required


forgot your password?


New to the site? Create an account →

Blog (6,219) · comments · rss · json

  6,219 articles


Post-it note from my dad

tcr! · Jun 18, 2017 at 7:35 am

Post it note from my dad

โค๏ธ #photos #coffee #fathersday

Add a comment

It’d be better if you signed in before commenting


Post

Amtrak westbound

tcr! · Jun 17, 2017 at 2:34 pm

Amtrak westbound Amtrak westbound 2

#photos #trains

5 comments

tcr! tcr! · Jun 17, 2017 at 2:59 pm

I haven’t been on the train for five minutes and the guy next to me after taking a drink of his coffee whispered satisfying to himself, “Oh Jesus.”

tcr! tcr! · Jun 17, 2017 at 3:35 pm

I’m going to throw his traveling coffee mug out the window. He keeps screwing the lid on and off, all the way up and all the way down. I can hear the rubber seals straining each time he needs a drink. Apparently the overly complicated lid with its pulleys, levers, and hinges is too much for one man.

tcr! tcr! · Jun 17, 2017 at 3:37 pm

He just pulled out a Tupperware with six hard boiled eggs. I’ll wager he pounds all six down — he *is* wearing sunglasses after all.

tcr! tcr! · Jun 17, 2017 at 4:44 pm

It didn’t get really bad until he took off his shoes and then asked the train conductor how fast we were going.

jimi hindrance experience jimi hindrance experience · Jun 24, 2017 at 12:40 am

I KNOW him! Did the pharts have a significant malty nose? Dirty laundry, tobacco smoke, too many pets with too little square footage and a yeast infection. Am I right? Cleetus. Cleetus Johnson. And the eggs were brown.

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post

Some great epiphany

tcr! · Jun 17, 2017 at 9:01 am

Audio (MP3): 20170617 - Some great epiphany

Video (MP4): 20170617 - Some great epiphany

I used to rely on “forever.” Rely on it so much that I didn’t appreciate what was right in front of me. When I think this or that, people or things, or whatever are always going to be there, that life will always be like this… I take it all for granted.

But really for the “rest of my life” I got nothing.. I don’t have anything forever.

Read more →

4 comments

marney0160 marney0160 · Oct 15, 2020 at 9:32 pm

Hugs โค๏ธ

Reply

It’d be better if you signed in before commenting


Post

Mr Darksprain_ · Jan 11, 2021 at 8:38 am

??

Reply

It’d be better if you signed in before commenting


Post

Travis Davis · Jan 12, 2021 at 8:29 am

๐Ÿคจ๐Ÿค”

tcr! tcr! · Jan 13, 2021 at 7:56 am

Exactly

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post

Green army trench coat

tcr! · Jun 16, 2017 at 9:26 am

I think it’s time I gave up this army trench coat, that I got decades ago, that I’ve never worn, that I thought was cool.

Green army trench coat Green army trench coat tag

It does have NATO sizing, though, so I could keep it just in case that ever comes up.

#photos #fashion

Add a comment

It’d be better if you signed in before commenting


Post

Feet on the frame

tcr! · Jun 15, 2017 at 8:00 pm

Feet on the frame

I might be a grown-up but I can still do this.

โ˜ ๏ธ #photos #bikes

Add a comment

It’d be better if you signed in before commenting


Post

Pizza boxes turned vertical

tcr! · Jun 15, 2017 at 2:00 pm

HE JUST NONCHALANTLY CARRIES HIS PIZZAS

Pizza Story (with tweets)

“I’ve never hated anyone in my life except this next guy.”

If you read anything today, let it be this.

This is for me, for tony, for Guatemala.

My dying wish is to utter something such as epic.

#allislost #pizza

1 comment

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post

GIFs are 30

tcr! · Jun 15, 2017 at 8:41 am

30 GIFs that shaped the internet

30 GIFs that shaped the internet

Teaming up with giphy, we compiled a list of culturally significant and memorable GIFs to celebrate its birthday. Happy Birthday, GIF. This one’s for you.

Ah the memories, the sweet, sweet memories… But the dancing baby, I hated that one. Creepiest thing I ever saw.

#animatedGIFs

Add a comment

It’d be better if you signed in before commenting


Post

Toilet paper hanging over the stall door

tcr! · Jun 14, 2017 at 4:28 pm

Toilet paper hanging over the stall door

Not sure what’s going on here. But okay.

#photos #meanwhile #publicrestroom

2 comments

SarahM · Dec 4, 2017 at 11:46 am

This probably means the stall is out of toilet paper. The paper is both a signal plus extra TP if you really need to go and the other stall is occupied.

Reply

It’d be better if you signed in before commenting


Post

tcr! tcr! · Dec 4, 2017 at 12:49 pm

Ah… It’s like a white flag of surrender but a “send TP” flag instead. Makes perfect sense.

Reply

It’d be better if you signed in before commenting


Post

Add a comment

It’d be better if you signed in before commenting


Post

Mirror In The Bathroom by The English Beat

tcr! · Jun 14, 2017 at 2:51 pm

Peeps, here’s your you-can-watch-yourself-while-you-are-eating Wednesday jam. I was thinking of this song while writing the You won’t feel any better saga. Specifically the line:

Recompense for all my crimes of self defense

I can’t remember where and when I first heard this song but I need to listen to it every six months. And ya, 80s fashion. 80s dancing. Obviously recorded on 80s video tape.

#musicvideos #theenglishbeat

Add a comment

It’d be better if you signed in before commenting


Post

//Set the sequence number

tcr! · Jun 14, 2017 at 1:08 pm

You’ve got to be kidding me.

//Set the sequence number
$squence_number = $values['insert_sequence'];

//If the sequence is less then 10 put a zero in front of the number.
if ($squence_number<10) {$squence_number = "0".$values['insert_sequence'];}

The // indicates that line is a comment and they’re used when the code isn’t self-explanatory or obvious.

Regardless of “how” they’re to be used, developers leave comments for the next guy like this ALL THE TIME.

Let’s document code that’s ridiculously simple and leave code that’s ridiculously complicated undocumented.

Bonus points for → $squence_number ← ๐Ÿ˜

I’m not sure if that’s a typo or the developer was trying to be fancy and save space or what.

Regardless × 2, he should be consistent with ['insert_sequence'] because consistency.

#devhell

Add a comment

It’d be better if you signed in before commenting


Post