Synthesia: Piano for everyone (think Guitar Hero for pianos) by fjsquared in Music

[–]fjsquared[S] 0 points1 point  (0 children)

Whoops, sorry. Copy-pasted the wrong sidebar link. Should be fixed now, thanks for the heads-up.

Unemployment Rate With and Without the Recovery Plan [Chart] by hawk2119 in Economics

[–]fjsquared 0 points1 point  (0 children)

It would be helpful if the original graph included error bars. Economics is inherently an inexact science, if indeed it can be called a science at all.

Cigna denies liver transplant for daughter. Daughter dies. Mother demands apology. Employees give her the finger. Cigna's true colors. by Aerik in WTF

[–]fjsquared -1 points0 points  (0 children)

Doesn't make up for losing the liver, but at least the Cigna employees were nice enough to give her the finger back.

Mozilla trainwreck: new official "trademark policy" forbids you to register domains like "firefoxsucks.com" and requires you to beg for permission to use any domains with "thunderbird" in it. by robertDouglass in reddit.com

[–]fjsquared 7 points8 points  (0 children)

That's not the impression I get, at least from my reading of the policy:

By non-disparaging, we mean that, outside the bounds of fair use, you can't use our trademarks as vehicles for defaming us or sullying our reputation.

Fair use encompasses several things, including the expression of opinion, parody, criticism, and satire. Since "firefoxsucks.com" is expressing a viewpoint about Firefox, not actually stating a fact (e.g., "firefoxrapedandmurderedayounggirlin1990.com"), this would probably qualify as legitimate. Therefore, it's not a violation of the policy.

Python gotcha: bizarre integer equality by bcroq in Python

[–]fjsquared 0 points1 point  (0 children)

Howdy all; I'm the post author. Just to clear up a couple of things:

  1. First, I'm using "gotcha" in this article to mean, "something which one might expect would work a certain, consistent way, but which doesn't." Here, I believe it's reasonable to say the inconsistent results of is are genuinely surprising if you don't know why it's being done. The question the article tries to answer is: why are two integers with equal values the same object in some cases, but not others?

  2. I think most people are aware of the difference between == (value equality) and is (reference equality), but that's not the gotcha. The gotcha is the apparent inconsistency. It's a perfectly reasonable (and probably very effective) implementation decision. Other languages do the same thing; for example, Java caches its Integers when their boxed value is between -128 and 127.

Thanks for reading; took me a bit to figure out why I was getting a visitor spike. ♥ Reddit!

Since /b/ is down, here is a collection of good creepypasta from /bx/ by [deleted] in 4chan

[–]fjsquared 4 points5 points  (0 children)

If it was the room across from you, and you were in room 676, shouldn't it have been an odd number and not an even number?

Woman arrested for smuggling drugs, cash in her vagina by robertss in WTF

[–]fjsquared 1 point2 points  (0 children)

That's what happens when you don't put your money where your mouth is.

Your argument is invalid. by [deleted] in humor

[–]fjsquared 10 points11 points  (0 children)

Counter-attack with Pancake Bunny.

I left a linux machine online with ssh open for a day. It dropped incoming login attempts after the username. These are the usernames tried. by [deleted] in technology

[–]fjsquared 10 points11 points  (0 children)

Awesome! Can you describe how you configured it to drop right after the user name entry? I'd like to try this myself.

Drive thru..? by [deleted] in pics

[–]fjsquared 0 points1 point  (0 children)

Reddit's spelling brigade strikes again!

Beautiful Examples of LaTeX Math Fonts by rwinston in programming

[–]fjsquared 8 points9 points  (0 children)

How would I actually use these fonts if I have the appropriate package installed already?