Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Is there any hope? (Score 1) 844

The perfect storm is coming, Wall Street CEOs have been dumping their own stock holdings at unheard of ratios, they know what is going to be happening.

Citation please. When I tried googling for evidence it appears to be a recurring story over the past few years.

Comment Re:That's not Facebook's problem (Score 1) 509

Internally, the user-facing side of Facebook is in PHP. But the front end machines don't talk directly to the databases. They use an RPC system to talk to other machines that do the "business logic" parts of the system. Building a Facebook reply page may involve a hundred machines. There's heavy caching all over the system, of course, so the databases aren't hit for most read requests.

The RPC system isn't HTML, JSON, or SOAP. It's a binary system that doesn't require text parsing. Otherwise, RPC would be the bottleneck.

Um, if a single reply page involves a hundred machines, I don't think the RPC mechanism is the root cause of their problem.

Censorship

Submission + - Out of Egypt Censorship, US Tech Export Under Fire (c-spanvideo.org) 2

AndyAndyAndyAndy writes: After it was exposed that American firm Narus had sold Egypt the Deep Packet Inspection equipment used to spy and censor its citizens, the US House Committee on Foreign Relations held a hearing where Reps. Chris Smith and Bill Keating 'grilled Deputy Secretary of State James Steinberg on the sale of this Internet spying technology to an Egyptian Internet provider controlled by the Mubarak regime.' It seems that there is now a push for stonger controls and monitoring for technology exports 'that would provide a national strategy to prevent the use of American technology from being used by human rights abusers.'

Comment Re:problem (Score 1) 225

If not, you need to *first* load it on one mode of transport (typically some kind of car) -then- drive to the nearest "station" where the goods are repackaged, then near the destination, repeat.

This is pretty much what happens with the postal service. Large lorries are used for the large distances, depot to depot, and small vans take the parcels from depot to final destination. All we are suggesting is replacing the depot to depot part.

Comment Re:Importance, prioritising (Score 1) 680

When I think to my childhood I actually remember large parts of it, especially extremely good or bad events. This is independent of whether pictures exist from that event. Where pictures exist, they tend to colour my memory, and in many cases change it (events which I KNOW weren't fully positive, but the single picture from the event shows something enjoyable happening and everyone smiling). Pictures LIE, and they change how you remember. Taking them also changes how you experience life. Live a little.

Yeah man. My Mum died recently, my Dad died a long time ago. I have hardly any photos of us as a family when I was a kid. No video at all. And my memory has always been poor. I would love to see more old photos of when we were kids.

Comment Cause and effect (Score 1) 298

Kids have the science gene first, that causes the emotional response to such films. Science is about thinking about how stuff works, it doesn't need any external catalysts to kick it off. (Preaching to the converted here I know bit hey).

Mind you, hoping the cricket highlights tomorrow morning will inspire my little boy :)

Comment Re:cracked? (Score 1) 164

Not all of it is high school calc. IIRC the integral of 4sin(x)/x has to be solved with Taylor series, and I only got those in the second semester of university calculus. One then has to take the limit to infinity of the resulting series, which may or may not be doable for a high school kid (not sure how hard the limit is; I'm too lazy to solve / look up the series)

Or you could just look up the answer on Wikipedia. Which is probably what the creators did when they were trying to come up with an alternative way of writing Pi.

BTW how did they find the factorials for such a big number?

Comment Re:and? (Score 1) 200

Almost all application software is effectively single threaded: either there is an explicit single execution path or the app has attempted threading but the threads depend on a core path that is single threaded.

That's quite a bizarre claim. I've looked at hundreds of Java dumps from hundreds of different customers and the vast majority are doing multithreading on a massive scale with no issues. If there is contention it's usually pretty obvious from the dump.

I can only assume that your company's software is quite poorly designed from a threading perspective.

Comment Re:Compiling the kernel (Score 2, Insightful) 603

Yep. For those that haven't tried it without the patch, a multithreaded kernel compile will typically peg a modern multicore CPU at 100% and will even give you drunken mouse syndrome. Just being able to scroll around a browser window while doing a lengthy make -j64 is impressive. Being able to watch 1080p video smoothly is ... astounding.

For an OS that has been around for nearly 20 years and has had thousands of very bright programmers poring over it, it's quite astounding that only now has someone finally figured out how to let gui-related activity have top priority.

Slashdot Top Deals

Neutrinos have bad breadth.

Working...