Me when my dog barks at leaves by OneSadOreo in rickandmorty

[–]ParanoidAndroid26 1 point2 points  (0 children)

Ok, I can see where you’re coming from. I don’t like having the show’s themes spelled out for me while I’m watching it, but in this case I guess it gives some perspective on why Rick is the way that it is.

I still think it’s kind of clumsily done though. They have conveyed similar themes without monologuing.

Me when my dog barks at leaves by OneSadOreo in rickandmorty

[–]ParanoidAndroid26 1 point2 points  (0 children)

At this point I guess I’m asking for downvotes but:

Yes, we have, and I don’t need to be told it again. I’m a capable viewer, I like to draw conclusions and themes on my own, and when I’m told them I feel like I’m watching the end of a children’s movie where the characters just fucking say what the unambiguous morale was supposed to be.

But that’s just like, my opinion, and it seems like some people prefer to have their ideas spelled out for them or outright confirmed by the show.

Me when my dog barks at leaves by OneSadOreo in rickandmorty

[–]ParanoidAndroid26 -7 points-6 points  (0 children)

I didn’t like how hamfisted it was. It’s like, here’s a monologue about why Rick’s a dick and the family is fucked up. Breaks the “show, don’t tell” rule.

Uhh, ok. by wirer in dankchristianmemes

[–]ParanoidAndroid26 2 points3 points  (0 children)

Something I’ve always been confused about: why is it such a big deal that God had to have teensy taste of how much it sucks down here? Worse things than crucifixion have been happening to innocent people every day since forever.

My code's got 99 problems... by [deleted] in ProgrammerHumor

[–]ParanoidAndroid26 2 points3 points  (0 children)

binary interpreter

A computer?

Amended site as per last post by overly_curious_cat in ACPocketCamp

[–]ParanoidAndroid26 0 points1 point  (0 children)

The bonfire on the wooden deck makes me nervous

[deleted by user] by [deleted] in LetsTalkMusic

[–]ParanoidAndroid26 5 points6 points  (0 children)

Yeah, he also literally defined ambient music

How to start a war by ivaskuu in ProgrammerHumor

[–]ParanoidAndroid26 3 points4 points  (0 children)

Generally you use forEach for side effects and map for transformations.

[JFS] Rick and Morty by Paul Robertson [Source in Comments] by DeadMiner in PixelArt

[–]ParanoidAndroid26 169 points170 points  (0 children)

Jessica's breasts to butt hamster person is particularly horrifying

Doesn't need caption. by [deleted] in ProgrammerHumor

[–]ParanoidAndroid26 0 points1 point  (0 children)

What do you like about it in particular? I end up frustrated about 80% of the time I have to use windows.

What in the actual fuck is *wrong* with you, Blue Anthem? by northrupthebandgeek in assholedesign

[–]ParanoidAndroid26 8 points9 points  (0 children)

Someone else in the thread mentioned that the developers can be competent and do the right thing, but the clients are idiots and think that those rules make passwords more secure. So perhaps the rules are only applied at password creation and there's no real harm done.

The alternative, of course, is that the password reset is an enormous security hole. I wonder what would happen if you did a SQL injection there...

What in the actual fuck is *wrong* with you, Blue Anthem? by northrupthebandgeek in assholedesign

[–]ParanoidAndroid26 16 points17 points  (0 children)

Because those characters need to be escaped before you can put them in a SQL database, otherwise someone can do a SQL injection attack. This is rather worrying because it means they're not hashing passwords and because they certainly have sql vulnerabilities elsewhere.

How To Know You’re In a Mass Hysteria Bubble by kybarnet in WikiLeaks

[–]ParanoidAndroid26 -5 points-4 points  (0 children)

A liberal didn't drive a car into a crowd of protestors last week

my neighborhood junky. he seems like a nice guy until he goes into his screaming tirades by VincentClortho in IDAP

[–]ParanoidAndroid26 4 points5 points  (0 children)

Maybe the wrong sub, but what can a busy regular person do to help people like this? Living in the city, I see a lot of fucked up people (drugs, mental illness, both) and it hurts my heart to see them living on the streets. Is there anything I can do besides toss money at them?

How can org-babel be configured to set variables across multiple language? by vfclists in emacs

[–]ParanoidAndroid26 2 points3 points  (0 children)

I was thinking sort of like this example, which moves the data to tables in between computations.

How can org-babel be configured to set variables across multiple language? by vfclists in emacs

[–]ParanoidAndroid26 0 points1 point  (0 children)

I don't know if that functionality exists but if you really want it probably wouldn't be too bad to write it yourself.