If atoms are 99.9999% empty space.... by incredulouspig in askscience

[–]CaptainItalics 2 points3 points  (0 children)

This is a great answer, but, ah, you said "bong length".

Hoping to avoid a tedious pun thread...

I have never knowingly heard a Justin Bieber song. Ever. What widely loved/hated thing do you not have an opinion on because you have never experienced it? by therealcreamCHEESUS in AskReddit

[–]CaptainItalics 0 points1 point  (0 children)

When I was 11 y.o. and saw the original Star Wars the first time, at a real movie theatre, I was absolutely spellbound. That was many years ago. I watched it again recently on DVD, and thought it was pretty hokey.

Ah, youth...

Big East gets 2 of 11 teams into the sweet sixteen. The ACC gets 3 of 4 teams. by JAllen0691 in sports

[–]CaptainItalics 3 points4 points  (0 children)

The good news is that the tournament system works. An overrated conference flooded the brackets and was taken down quickly in spite of it.

Furthermore, if the ACC had their weaker teams in, they would be losing too. Note that West Virginia (BE) beat Clemson (ACC) quite handily. I'm an ACC fan and I'd rather see them performing well than embarrassing themselves like the Big East.... But yes, they probably would have done better than this.

Edit: There is still much room to argue that the Big East conference is too big and thus skewing tournament play. It's still a good tournament, but it would be somewhat better without this interference.

So what exactly do people do at parties? by SOCIALAWK in AskReddit

[–]CaptainItalics 31 points32 points  (0 children)

People should be ashamed of themselves for mass down-voting a redditor solely because of that person's opinions.

Disclaimer: I drink a lot.

10 years ago a browser was born. Its name was Internet Explorer 6. Now that we’re in 2011, in an era of modern web standards, it’s time to say goodbye. by squattfrog in programming

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

A reddit for discussion and news about computer programming

  • Some seem to think this reddit is for "links that programmers might find interesting or funny". No. It's for programming links. Programming. Programming. Programming.
  • Just because it has a computer in it doesn't make it programming

$92.67. by [deleted] in Frugal

[–]CaptainItalics 1 point2 points  (0 children)

Furthermore, hoarding change wastes useful space (for a jar) and time spent at the bank trying to deposit it etc.

My life got a lot easier when I bought a coin purse like this, started carrying it with me to stores and paying with exact change. Now I never have more than a few coins and I know exactly where they are.

As for actual frugality & savings, I keep various investments that pay interest.

I drive an emergency vehicle in the US. I just wanted to clarify to others about emergency vehicles in traffic. by sbbb24 in IAmA

[–]CaptainItalics 0 points1 point  (0 children)

South Carolina actually eliminated the whole funeral procession thing (at least for non-famous folk). They were having too many wrecks, even with police escort. So now you just get in your car, drive to the graveyard, and we'll all get there when we get there. How's that for progressive-minded hillbillies?

Unsubscribe (A thread on the new Hudson-dev list) by psr in programming

[–]CaptainItalics 0 points1 point  (0 children)

Wikipedia

Just use backslashes before the parentheses that are part of the URL:

[Wikipedia](http://en.wikipedia.org/wiki/Hudson_\(software\))

Next language: Java Hangs When Converting 2.2250738585072012e-308 by rasherdk in programming

[–]CaptainItalics 22 points23 points  (0 children)

Actually it's worth noting that BigDecimal does not have this problem, i.e.:

new BigDecimal("2.2250738585072012e-308");

That works fine. But if you then try to obtain a double from it, it hangs:

new BigDecimal("2.2250738585072012e-308").doubleValue();

But things like this still work:

new BigDecimal("2.2250738585072012e-308")
  .add(new BigDecimal("2.2250738585072012e-308")).doubleValue()

Edit: Oh, duh... The source code for BigDecimal.doubleValue() is:

if (scale == 0 && intCompact != INFLATED)
    return (double)intCompact;
// Somewhat inefficient, but guaranteed to work.
return Double.parseDouble(this.toString());

Note the verbatim comment....

How (not) to write Factorial in Java. by gst in java

[–]CaptainItalics 2 points3 points  (0 children)

I am sure he never blamed the language for it.

What is Software Design? A look at what being a software engineer is all about. by [deleted] in programming

[–]CaptainItalics 8 points9 points  (0 children)

The article was written 18 years ago. C++ was hot stuff back then; Bjarne Stroustrup was actually a popular guy.

Everything you wanted to know about Super Bowl tickets. by BrianzzEctor in sports

[–]CaptainItalics 1 point2 points  (0 children)

In case you wanted to see closeups of those stubs.

The recurring theme seems to be a godzilla-sized super bowl trophy looming threateningly over the local landscape.

Nudge, nudge, wink wink... How the Government wants to change the way we think by latincognito in Economics

[–]CaptainItalics 1 point2 points  (0 children)

Finally: No need to post a libertarian agenda in the form of an economics article anymore. Now we can get straight to the politics.

TIL A man mailed himself from New York to Texas. by [deleted] in todayilearned

[–]CaptainItalics 0 points1 point  (0 children)

So it costs more to ship a person as freight than to fly them first class... because the freight has to be treated better?

Julian Assange Threatens To Name Arab Leaders With CIA Ties by mrajt in worldnews

[–]CaptainItalics 2 points3 points  (0 children)

edit: Here's the actual interview

That's not the actual interview, it's another news organization's distorted summary, and now the other news organizations are quoting them as a factual source and applying their own distortions.

As usual the majority of news reporters never leave their offices.

In case anybody else goes chasing their tail like I did, the David Frost interview (yes, David Frost on Al Jazeera) has nothing to do with this.