so4h2

- friends
19 link karma
731 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • One-Year Club

    Verified Email

Monsanto maize banned in France. by CrazyDrummerin worldnews

[–]so4h2 -1 points0 points ago

GMOs are safe. Its proven.

I heard you before. DDT was safe. CFC's were safe. Asbestos was safe... the list is long. In fact, everything a chemical or pharma company produces is safe as houses until it opens a hole in our ozone layer or starts to do harm in a quite original way. I'm not against science and tech development, but we should've learnt from our errors before proclaiming something is safe, and proven. We human are experts in making things turn the wrong way.

I think these are the intentions our ancestors created religions with by shitiwastoldin atheism

[–]so4h2 32 points33 points ago

He said to the class: "We do not belong to a cult. You have to think for yourself"

This.

some advice for MythBusters... by ryannayr140in AdviceAnimals

[–]so4h2 2 points3 points ago

Both Mythbusters and Top Gear are fun, unscientific... and parsecs above the regular crap (pawn shops, car painters, survivors and average big foot searchers) on these channels

Voyager 1 is almost outside of our solar system. Awesome. Relative to the Milky Way, how insignificant is this distance? How long would it take for the Voyager to reach the edge of the Milky Way? by mjmboin askscience

[–]so4h2 0 points1 point ago

Great info. TIL Cassini probe was launched from Earth, fled twice around Venus and passed by Earth again to be able to reach Saturn

If life was discovered on Mars and turned out to be DNA based, could science prove its the same breed as Earth's and wich one parented the other? by so4h2in askscience

[–]so4h2[S] 0 points1 point ago

Ok, this was what i supposed as a layman on the matter, but what puzzles me is the second part. Would we be able to tell wich one is the ancestor?

what was that very first song/record that exploded in your mind and made you say 'I couldnt imagine this kind of music existed?' by so4h2in AskReddit

[–]so4h2[S] 0 points1 point ago

I didnt know that song and came in by surprise in Apocalypse Now. I dont like the doors particularly (maybe Soul Kitchen) but The End is quite spectacular

Can somebody please explain the physics of this [weird non basket](https://lh6.googleusercontent.com/--SysOULaPGA/T4IjPiSd2fI/AAAAAAAAASU/rqahIhK-pBg/s476/triple-Novak-sale.gif?) by so4h2in askscience

[–]so4h2[S] 0 points1 point ago

hmm, specifically I'd like to know how the downward component of the ball trajectory can be neutralized, plus considering the ball reaches the rim with a spin that seems to aid the downward effect.

I have noticed this in plenty of Reddit posts by magicalsealionin AdviceAnimals

[–]so4h2 1 point2 points ago

Title so unreddit that I appreciate it. The standard is something like 'Every. Single. Time'

TIL that all primary actors in Saving Private Ryan except Matt Damon were required to undergo Army training. This was done to create actual resentment for Damon's character. by FrederickMercuryin todayilearned

[–]so4h2 1 point2 points ago

Whenever i watch SPR or any other good war movie I ask myself this. What kind of guy would I be in such a dire situation? The fact is you never know till you get there, no matter how much your ego tells you 'I will be a hero'

The Pyramid by vspOnein nsfw

[–]so4h2 -1 points0 points ago

No way that could be built without the aid of aliens

IDE setup for a beginner by SleepyTurtlein learnpython

[–]so4h2 0 points1 point ago

I use Komodo Edit + Idle. Upvoted and will definitely try IdleX, though

Get Well Soon :( by gdeanuin nba

[–]so4h2 0 points1 point ago

So that's the standard excuse to put aside political ideas and ethics... good to know.

Get Well Soon :( by gdeanuin nba

[–]so4h2 0 points1 point ago

So how do you explain that he has been 'representing his country' since he was 14?

Get Well Soon :( by gdeanuin nba

[–]so4h2 1 point2 points ago

Saying Rubio missing the olympics being "no big deal" for him i'm sure is far, far away from reality and not a very nice thing to say in this circumstances. I dont know what is the level of independentism of Ricky Rubio, but the guy never missed a single call from the Spanish squad in all categories since he was a small boy (and he started as a pro at 14), be it for eurochamps, world champs or olýmpics.

And the olympics are a so special event athletes will even sign for another country to get there.

Code Critique my first python script? by MorePyPleasein learnpython

[–]so4h2 0 points1 point ago

anyway, you got a fine regex working, and that is an achievement.

Code Critique my first python script? by MorePyPleasein learnpython

[–]so4h2 0 points1 point ago

If output format is constant, wouldnt it be easier to just check if line contains 'server', then store line+2 and split its contents into a list?

Selecting new color on a curves-corrected image by so4h2in photoshop

[–]so4h2[S] 0 points1 point ago

goody, works too... maybe the groups system looks better for large projects but this one is ok for quickies....

Selecting new color on a curves-corrected image by so4h2in photoshop

[–]so4h2[S] 0 points1 point ago

ty, i've been ignoring this layer groups feature, now this is really useful....

Annoying roommate won't shut up about how C# is sooooo much better than Python. by reekrhymeswithteakin learnpython

[–]so4h2 0 points1 point ago*

I support the wrenches suck! comment. However, Python shines imho in the speed and ease in wich you can reach a working solution. For example, you can tell your roommate to solve in C# this simple task, taken from here:

Given a big server log file, with a lot of lines in this general structure:

81.107.39.38 --... "GET /favicon.ico HTTP/1.1" 404 133

Get the total of bytes of data transferred. Consider the last number gives the relevant info, and that this last item can be null (instead of a number, a character '-')

Okay, there are many ways to do this in python, but the paper cited above uses generators. Their advantage is that with generators you dont use any large temporary list, you can run this on a >Gb file and not worry about storage issues. And look at the total code:

wwwlog= open("access-log")
bytecolumn = (line.rsplit(None,1)[1] for line in wwwlog)
bytes= (int(x) for x in bytecolumn if x != '-')
print "Total", sum(bytes)

Also, python shines at readability. This code speaks for itself.

GAME THREAD: Philadelphia 76ers (20-11) @ Minnesota Timberwolves (15-16) - (Feb. 19, 2012) by zguld897in nba

[–]so4h2 0 points1 point ago

I'd like to see same image like 2-3 frames later. Love escapes and Iguodala holds Love's elbow, irc.

GAME THREAD: Philadelphia 76ers (20-11) @ Minnesota Timberwolves (15-16) - (Feb. 19, 2012) by zguld897in nba

[–]so4h2 0 points1 point ago

lol rubio was the top scorer of the game

view more: next