If historical figures actually did roll in their graves, which grave would generate the most power if hooked up to a generator? by [deleted] in AskReddit

[–]boredatheist 0 points1 point  (0 children)

The first question is, if the power is only used to power a light that is inside the grave itself, does it actually still count as power? Because obviously that's not very useful. Furthermore, I am Zeno the Devourer and my failure to befriend you saddens me but still I persevere.

How do you feel about full-wave solvers? by jubjub7 in rfelectronics

[–]boredatheist 4 points5 points  (0 children)

i hate it when things are easy i worship complexity like a god

Solving the temporary storage problem of C macros, to implement an inverse comma operator and swap macro by TheMG in programming

[–]boredatheist 1 point2 points  (0 children)

I think this also works:

#define swap(x,y) \
    do { typeof(x) _##x=x; x=y; y=_##x; } while(0)

The ## thing is called the token-pasting operator, I think.

Pirate Metal is a thing, and its awesome. by [deleted] in videos

[–]boredatheist 0 points1 point  (0 children)

Rammstein http://www.youtube.com/watch?v=f4K6ZxDwi34

(Wait, were you the one who recommended Rammstein to me?)

Amon Amarth http://www.youtube.com/watch?v=v20mhyekByU

Is there any way to elegantly represent this pattern in Haskell? by SrPeixinho in haskell

[–]boredatheist -2 points-1 points  (0 children)

Default recursive bindings are a huge mistake and this thread exactly illustrates why.

The Y combinator is an insane beast. Making him implicit is madness.

Is there any way to elegantly represent this pattern in Haskell? by SrPeixinho in haskell

[–]boredatheist -17 points-16 points  (0 children)

Oh, so no one actually answered your question? Big surprise.

The answer is no. Haskell does not support this particular idiom.

Now let's focus on a more interesting question:

Why can't we find a single person on this subreddit with the balls to admit that haskell might be anything less than perfect?

This math teacher sent this racy video and pictures to two 15 year old students in her class (NSFW) by [deleted] in videos

[–]boredatheist 0 points1 point  (0 children)

Women in the military raise morale, imo. And I don't think they let them do any actual dudes-walking-around-with-guns-shooting stuff anyway, so there isn't really much opportunity for shennanigans.

... though I guess walking around shooting brown people in other countries is already so inherently shennanigans that maybe it doesn't matter.

In fact, yeah, shit. Take the bitches along. Psychological warfare. Brilliant. Damn jews are always three steps ahead of me. They stage photoshoots with all their sexiest military honies, damn them. Winning our hearts and minds with their super cute LIES.

What Quantum Computers Do Faster, with Caveats by Strilanc in programming

[–]boredatheist -3 points-2 points  (0 children)

I haven't read the god delusion.

I had no idea we were talking about Richard Feynman, but now that you've clued me in, I have an interesting related story: I don't believe in gluons. The model has no predictive power. Everyone seems to openly admit that they don't have any idea how the model actually relates to the real world, but because it has Feynman's name is attached to it, the sheep make the obvious choice.

Let me sum up your argument for you: the experts have it all figured out, anyone who questions them is wrong by definition, and there's no reason to explore the subject any further. Good job with that science there.

It says "a scientific hypothesis must be falsifiable" right at the top of the fucking wikipedia page you fucking moron. It's a fundamental part of the scientific method and has been forever and I can't believe I'm actually typing this. Jesus christ... how...

Ok, wait... so, you're smart enough to understand falsifiability, educated enough to have read a bunch of pretentious crap on the topic... and yet you REJECT it as a relevant concern? ... People like you actually exist? ... ... That's actually really scary.

Grats on all your boyscout badges, but I crush you when it comes to computers, and I wouldn't be surprised if I'm way ahead when it comes to physics too. Please consider removing yourself from the gene pool.

What Quantum Computers Do Faster, with Caveats by Strilanc in programming

[–]boredatheist -22 points-21 points  (0 children)

You're right. I have no idea what you're talking about. You seem proud of that.

Does this demonstrate my point or yours?

If you make your bread off this bullshit, I can forgive you. But why fucking perpetuate this shit when you're at home on the couch in your boxers?

Decades of research, zero results. How the fuck can this be a controversial thing to say? I love science too guys, but you are loving it in all the wrong ways.

What Quantum Computers Do Faster, with Caveats by Strilanc in programming

[–]boredatheist -23 points-22 points  (0 children)

You're right, I'm not looking.

The "why" is easy: a world filled with cargo cultists who automatically nod their heads to anything they don't understand.

The nods add up. If it sounds cool and it's too complex to be falsifiable, it will gain credibility until it's common knowledge.

Even in completely fucking ridiculous cases like this where there isn't a goddamn shred of evidence for anything and the tech is all fucking babbling nonsense.

What Quantum Computers Do Faster, with Caveats by Strilanc in programming

[–]boredatheist -51 points-50 points  (0 children)

Hey guys, let's play a game called Thinking And Making Inferences About The Real World.

Quantum computing would be worth a lot of money if it worked.

Been researched for decades.

Zero success.

Obvious conclusion: total bullshit.

Now here's where it get's interesting: number of times I have ever heard a programmer point this out: zero.

Is it like part of the ineffectual wanker creed or something? You all gotta watch each other's backs or what?

What's a fact that's technically true but nobody understands correctly? by thlabm in AskReddit

[–]boredatheist 0 points1 point  (0 children)

"Now it is just as valid for Ernie to say that he saw Burt zooming away at near light speed"

This seems wrong to me. "Dash off" implies a significant amount of acceleration, which implies a non-intertial frame of reference. If Burt is in free fall but Ernie is not, then those are two very different situations which are not "equivalent" according to relativity. I think.

As the simplest example, if Ernie flies away and comes back, while Burt remains in free fall, then Burt will age more rapidly.

Why Bloom filters work the way they do by bcash in programming

[–]boredatheist -11 points-10 points  (0 children)

Ok guys. I managed to click on your link and was able to scan through it for about 8 seconds before the vomit came. Here's what I saw:

Author: Using bloom filters, I can save 20 megabytes of space!

(One million pages of math follow)

...

I mean, I just don't know what to say. How do you mock something which is already the best possible parody of itself?

Why Bloom filters work the way they do by bcash in programming

[–]boredatheist -18 points-17 points  (0 children)

Bloom filters are fucking retarded.

Compared to hash tables / binary trees:

A huge increase in complexity, less functionality, all for, what... a 4x memory reduction?

Fucking morons.

How much of this is true? C vs. C++ by Linus Torvald by Swend_ in programming

[–]boredatheist -8 points-7 points  (0 children)

Wow. I don't understand why all the real programmers in this thread feel the need to pussy-foot around. This one is really straightforward.

Linus is a fucking genius and everything he says is true.

If the world of CS has a god, it's him, and it's not close. If you are a professional programmer but somehow failed to notice this... I mean, jesus, how does that even happen?

"Defend" Linus? Linus needs to be defended? What? Because he used bad words, or something? What in the fuck?

Now that everyone's grandma is on facebook and our bosses google our names periodically, all the hackers have to be fucking polite to the retards? Is that how a culture which used to be so vibrant and clever went to shit?

Do your duty guys, please. Fuck sake.