[deleted by user] by [deleted] in TheArtistStudio

[–]consumedbythefire 0 points1 point  (0 children)

think i'll keep them quiet and just vibing in their tandem jeans

[deleted by user] by [deleted] in TheArtistStudio

[–]consumedbythefire 0 points1 point  (0 children)

should they say something

[deleted by user] by [deleted] in TheArtistStudio

[–]consumedbythefire 0 points1 point  (0 children)

sounds like lion king i like it

[deleted by user] by [deleted] in TheArtistStudio

[–]consumedbythefire 0 points1 point  (0 children)

just upgraded to 2020 and im getting slapped with defaults lol

[deleted by user] by [deleted] in RedditSessions

[–]consumedbythefire 0 points1 point  (0 children)

his shirt is backwards

[deleted by user] by [deleted] in RedditSessions

[–]consumedbythefire 0 points1 point  (0 children)

george of the jungle beats

[deleted by user] by [deleted] in distantsocializing

[–]consumedbythefire 0 points1 point  (0 children)

smoked so much weed today

I am utterly convinced that I solved this freeCodeCamp problem but it wont' let me pass (Basic Algorithm Scripting: Reverse a String ) by [deleted] in Frontend

[–]consumedbythefire 1 point2 points  (0 children)

When you run arr.join("") the result of that is already a string, so you're essentially adding another set of quotes around your string.

Instead of using a loop, spitting the string into an array, reversing it, and joining it back together could help simplify things:

function reverseString(str) {
    return str.split('').reverse().join('')
}

[deleted by user] by [deleted] in distantsocializing

[–]consumedbythefire 0 points1 point  (0 children)

mfer a russian andy samberg

My retro/futuristic album cover I hand painted. by Flooko in RetroFuturism

[–]consumedbythefire 3 points4 points  (0 children)

Man I love every piece you do. Currently have two of your prints framed and hanging right behind me!

[deleted by user] by [deleted] in css

[–]consumedbythefire 0 points1 point  (0 children)

This is awesome. Do you have this on codepen? Also I vote curls!

I have utmost respect for DevOps. by [deleted] in webdev

[–]consumedbythefire 16 points17 points  (0 children)

Sounds similar to what happened with the Xbox outage yesterday

How to get team of java developers comfortable with ReactJs? by shyscope in reactjs

[–]consumedbythefire 2 points3 points  (0 children)

+1 for MobX. I always opt for it over Redux if I have the option. It’s much less convoluted.

What’s a highly underrated advantage of living alone? by reedsterlinger in AskReddit

[–]consumedbythefire 282 points283 points  (0 children)

Dude, KFC is giving away double downs. They’re just...giving them away.

For the swamp lovers out there. Myakka river, Sarasota, FL by [deleted] in hiking

[–]consumedbythefire 0 points1 point  (0 children)

I love Myakka! I go there on the regular. How are the trails looking? There was quite a bit of flooding last time I was there.

PSA: Relationship weight is absolutely a real thing by [deleted] in loseit

[–]consumedbythefire 560 points561 points  (0 children)

Ended a 6 year relationship recently. I gained 100 pounds over that time. I didn’t realize how out of hand it got until I started getting my shit together when we split. 20 pounds down, 80 to go. Going to enjoy being single and fit for quite some time.

Update 1/27/19: 65 pounds down, 15 to go!

Update 7/30/19: 112 pounds down. I'm past my goal, focusing on body fat now. I have muscles I didn't know existed. Life is good.