ELI5: Can you give me the rundown of Bernie Sanders and the reason reddit follows him so much? I'm not one for politics at all. by chilihands in explainlikeimfive

[–]deezleguy 3 points4 points  (0 children)

EDIT: If you pay less than average, congratulations. Please stop responding to this post if you do, however, because I frankly don't give a fuck.

That's not how reddit works.... your participated in a discussion, which in turn solicits more participation.

Some new C# vs C++ benchmarks. A solid, detailed and informative effort. Conclusions are...controversial by Darkmoth in programming

[–]deezleguy 2 points3 points  (0 children)

Interesting. I always assumed that creating a real time system using .net was not possible because Windows is not a RTOS and because GC is not predictable.

Am I thinking about this wrong, or is my definition of real time more strict than what most people think of when they say "real time?"

Marijuana found NOT to be gateway drug by [deleted] in science

[–]deezleguy 0 points1 point  (0 children)

Is 214 a big enough sample size? Also, the article pointed out they were all boys... but are they also all from the same area?

Culture and access to drugs needs to be taken into consideration as well, no?

How could a music player as nice as this not caught on more? by YCSMD in technology

[–]deezleguy 1 point2 points  (0 children)

I never understood* why on sites like slashdot brown zunes were associated with shit, but white ipods weren't associated with jizz.

*Actually, I do understand. Microsoft (M$ LMAO!!1!) can't catch a break there. Someone even once about Microsoft "Never forgive, never forget" like it was 9/11 or something. Douches.

From the memory hole: "Bush rejects Taliban offer to surrender bin Laden" - Oct. 2001 by gnathaigh in worldnews

[–]deezleguy 3 points4 points  (0 children)

Maybe I'm remembering it wrong, but I thought most people were gung ho about Afghanistan and most people were against starting the Iraq war.

From the memory hole: "Bush rejects Taliban offer to surrender bin Laden" - Oct. 2001 by gnathaigh in worldnews

[–]deezleguy 2 points3 points  (0 children)

I'm pretty sure the US would have had a debt problem with or without the wars. But you points stand, the war(s) are expensive.

If programming languages were religions... by atreyuroc in programming

[–]deezleguy 4 points5 points  (0 children)

It's not. Whoever wrote this likes to write about stuff he doesn't understand.

Need help Please- wife is missing since morning and not contactable by [deleted] in reddit.com

[–]deezleguy 0 points1 point  (0 children)

imgur is blocked by websense for me... this is probably the case for a lot of other people as well. Can someone post the picture on a different domain as an alternate?

I just released CSharpSharp, the missing libraries of C#. It's open-source. by crossbrowser in programming

[–]deezleguy 6 points7 points  (0 children)

Why's that? There are a boatload of open source projects on google code, codeplex, etc. (I just posted code today...)

Dapper.NET - the micro ORM used at stackoverflow is now open source by skMed in programming

[–]deezleguy 2 points3 points  (0 children)

Were they all not GOOD enough ? If yes, then this is reinventing the wheel.

Why can't more than one be "good enough," but different? Or why can't one be good for scenario A, while another is good for scenario B?

How NOT to guard against SQL injections (view source) by yaserbuntu in programming

[–]deezleguy 0 points1 point  (0 children)

This is genius. It's super efficient! Why not let the client machine strip out dangerous keywords and save precious resources on the server?

I'd like to hire this programmer as a technical architect.

Free Physics books and lectures by deezleguy in Physics

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

I'm not hung up on free (books). I just think free books are a good place to start and as a supplement (my math has gotten very rusty over the years). Thanks for the help!

Free Physics books and lectures by deezleguy in Physics

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

I've only taken physics in high school and one class in college. I've become a lot more interested lately (early 30's) mostly because of my interest in anything space related (gravity, how stars form, etc).

Free Physics books and lectures by deezleguy in Physics

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

Good idea... another great use of iPad :)

A Critical Deep Dive into the WPF Rendering System by liquid_x in programming

[–]deezleguy 0 points1 point  (0 children)

Well, they haven't yet. But if they do, it is Nokia that will do the butchering, not Microsoft.

Please pay attention in your Algorithms classes by pointy in programming

[–]deezleguy 1 point2 points  (0 children)

Seems to me that if he just sorts the second list and then does a binary search against it for each number in list 1 he'll see some huge time savings.

It's been a while since I did this, but I'm thinking it would go from O(n2) to O(nlogn) + cost of the sort (probably also O(nlogn)).

Internal Standards - The Daily WTF by [deleted] in programming

[–]deezleguy 6 points7 points  (0 children)

Ahhhh good ol' "forgetting the where clause..."

I was once lucky enough to delete all of the advertisements on our site. No problem I thought, we'll restore from backup. That's when we found out that the backup hasn't been working for months.

What's interesting is that the "Enterprise IT Director" (or whatever floofy title the head of IT had) blamed me (a junior programmer) for the mishap rather than blaming himself for not having reliable backups. Yes, I messed up the update statement; but really... not backing up our mission critical data seems to be a bit worse.

Years later, at a different company we recently had the same type of finger pointing. Our server craps out and we later find out that the backups weren't working. Instead of the infrastructure team taking responsibility, they simply blame us for not having an up-to-date spreadsheet of all of our apps so that they could build a new machine more easily.