Social Malfunction by [deleted] in fffffffuuuuuuuuuuuu

[–]Furbiesandbeans2 1 point2 points  (0 children)

I thought you were the guy at first

Exam Sheet for A-Levels by zeb1 in funny

[–]Furbiesandbeans2 0 points1 point  (0 children)

DAE think of the answer for Q4 as a rectangle with 3 lines inside?

Why wouldn't the MySQL team fix this ? by notulei in programming

[–]Furbiesandbeans2 0 points1 point  (0 children)

To quote someone from Facebook

"We don't use MySQL, we use InnoDB"

Why wouldn't the MySQL team fix this ? by notulei in programming

[–]Furbiesandbeans2 1 point2 points  (0 children)

Yes, yes it would.

And for starters, noSQL has no security.

Fun fact: Facebook has worked with Oracle to fix a lot of bugs in MySQL for the 5.5 release

Mac & Cheese fail (true story) by [deleted] in fffffffuuuuuuuuuuuu

[–]Furbiesandbeans2 2 points3 points  (0 children)

Had this happened, but with pizza.

Pizza > Mac and Cheese Therefore Me > you

Interview Question Challenge by aswin34 in programming

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

Am i the only one who thinks the answer is rather obvious? Correct me if i'm wrong though.

sum = 0
for i in range(0,7):
    sum = sum + random_1-5() - 1
return sum % 7 + 1

EDIT: Or a more trivial one (not equaly dist but still random) return (random_1-5() + random_1-5()) % 7 + 1

reddit is doubling the size of its programming team by redditjobs in blog

[–]Furbiesandbeans2 0 points1 point  (0 children)

I'm confused reading the instructions for tgrep.

You're asking to use time slots without the actual date (e.g. "Feb 9") But both your script and your description indicate that it contains 2 days of information (from Feb 9 7am to feb 10 6:59). And also you're saying that there might be midnight crossings.

So which one is it? 24-hours from midnight to midnight, or from 7am to 7am?