Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Obligatory Terminator reference (Score 1) 156

One day we (the Humanity) will be laid back in a bed, tubes stuck deeply into ALL our external holes (the power), several open holes in the skull with HDMI, USB and 100 GB internet links (communication interfaces). Machines will know how to feed us, refill the food stocks, and suck our waste solids and liquids just in time. Then we will "have ALL the free time and brain power to spend on something else" (on interesting stuff, I suppose...).

Comment Re:Coursera (Score 1) 198

I didn't use OpenCL (helas, both two courses are CUDA-directed), but compared some examples, written in CUDA and OpenCL, as given in http://www.amazon.com/Programming-Massively-Parallel-Processors-Hands/dp/0123814723/ref=pd_sim_b_3 (written by one of the instructors of Coursera HPP). My conclusion was that CUDA is more "friendly" - but indeed it is Nvidia's proprietary technology.

Since then I had no more time to explore OpenCL and other alternatives (some are proprietary and I don't intend to buy...). Eventually I would agree with you and would choose OpenCL if I was doing professional work, but that hasn't happened yet...

Final word: CUDA is now in its 5.X incarnation, and AFAIK it kept improving its user-usability with the release of recent versions...

Comment Re:The Traveling Salesman Problem (Score 1) 250

Both can be modeled as finding a path through a network. In the TSP the path is closed (return to the starting node) and must touch all the nodes in the network. The packet travel in the net is more of finding the "best" path (BP) between two network nodes (source and destination). The definition of "best" is somewhat elusive... (faster, touching less number of nodes, using less used links to minimize congestion,...). The TSP is a NP-hard problem regarding algorithmic complexity (I think...), the BP can usually be solved with dynamic programming (in practical cases) and thus is less costly than the TSP in terms of complexity. But the routing problem (and large TSPs, also) is not solved to get the optimal solution, but instead to get an "enough good" solution, using algorithms which can run in reasonable time. And the internet network is so dynamic that when the message "leaves" the source it is not known the path that it will follow to the destination. I think that in the relay nodes the pack is routed "just-in-time" using the info the node has about the traffic in available links...

Comment Re:Coursera (Score 2) 198

I took that course: https://www.coursera.org/course/hetero

I also took a course from Udacity: https://www.udacity.com/course/cs344 but this one I didn't finish, I've done perhaps 30% of it (I already had finished Coursera's). One of these days I'll go there to close matters :-)

The courses in Udacity are "always online", so anyone can register anytime and finish the course with his/hers own pace. Quizzes, exams and grading with certificate included have no fixed limits. On the other hand, the courses from Coursera have deadlines and run more or less in parallel with "snail" university schedules, with start and stop dates, with time limits in quizzes and exams, etc. (You can usually see videos, and do quizzes anytime after they end, but no certificates and grading AFAIK).

Both courses were good -- I recommend both, -- we did homeworks in Amazon's cloud transparently, and certainly both were "sponsored" by Nvidia, coz we learned only CUDA. (Perhaps there was a brief blah blah about competing alternatives.)

But from what I've seen, if someone is afraid from CUDA, then its better to run away very fast from alternatives (OpenCL) :-)

Comment Reanimate... (Score 1) 294

I still run 3 Win2K machines, with 8 to 10 yrs old approximately, and for a few years I had a (free) Avira installed, until it stopped supporting Win2K and, more importantly, until the machines knelt down because of it. As time goes by, antivirus become fantastic CPU hogs.

Don't blame me for still using an unsupported OS. I'm not an IT pro but I'm proud of never having had to reinstall any OS (the only scar I have from virus attacks is a crippled Excel which was "quarantined" many years ago -- but I can live without Excel :-).

So a few years ago after trying a couple of free AVs, I found this reanimator thing -- http://greatis.com/security/reanimator.html -- and now it is what I use in all my PCs (even some newer ones with Win 7), helped by MS firewall and built-in security tools, and recommend it to family and friends. And it never let me down. But its not a real-time scanner/monitor: you can scan filesystem and memory for malware as with a regular AV, and I use it a lot to kill nasty startup processes that burn resources (Adobe and Java updaters, etc...). Reanimator's database and executable are updated very often. I don't even remember that it is there...

But, anyway, the most dangerous site I surf is Slashdot :-), so I don't need AV heavy stuff ...

Reanimator is not heavy and works either a "fire extinguisher" if you suspect you are infected or as a scan tool. In a couple of minutes I teach people how to use it (anyone without severe age damage can learn) and it is effective. However, I do not have experience in dealing with elder retired people.

Regarding switching to Linux, it's a bad day to talk to me about it: my usual server (not maintained by me), an old PC built with "pro" material, which since a f

Comment Re:Gaming the system (Score 1) 126

I spent a few minutes seeing the "portfolio" of some of the "Vine reviewers" of the book, and one of them (a male, if he's not faking) even had a review of a pack of tampons (yes!!! 4 stars, I think), although he really had the decency to warn that he was doing the review on behalf of a lady in his family (daughter, niece?).

"Hey Jane, are those Vine tampons I offered you comfortable? I need to write a review..." :-)

Submission + - Are Amazon Vine reviews of technical books a joke?

jasax writes: As an Amazon frequent buyer, I rely quite a lot on reviews of the books I want. However, some caution is in order: the (bad) quality of Amazon's reviews and reviewers under the Amazon Vine program has already been news in Slashdot.

Today I was shocked by a practical result of that program. This 2nd edition of a very specialized system identification book published in 2012 has 12 reviews: the oldest (dated 2007) certainly targets the 1st edition.

The remaining 11 reviews are all from "Vine Reviewers" (VRs). All seem to be ignorant of what really is "System Identification in the Frequency Domain". None of the reviews is tagged with a "Verified Amazon Purchase", most (if not all) are "small talk reviews" peppered with technical phrases cloning the publisher's book description, and some of the reviews are ridiculous, to say the least.

If this sample of reviewing by VRs really is the norm, then the bottom line is that the Vine program is totally irrelevant and unreliable — at least for technical books.
User Journal

Journal Journal: Farmers on Drugs

Previously...

"Whoa, mule! What's wrong with you?" McGregor said sternly. His mule had been more and more restless for half an hour now; probably spooked by all the dogs barking, he thought. Now a wind was blowing.

Reverend Smith was walking down the lane toward McGregor's farm, and started feeling light-headed. The air smelled funny.

Submission + - No Miranda Rights for the Boston "Suspect". (cnn.com)

An anonymous reader writes: "For now, the government is invoking the public safety exception, a designation that allows investigators to question Tsarnaev without reading him his Miranda rights, a Justice Department official told CNN on condition of anonymity."
So he isn't a suspect anymore. He isn't a US citizen anymore. He is a terrorist.

Martin Niemöller and his infamous words ...

"First they came for the Socialists, and I did not speak out--
Because I was not a Socialist.
Then they came for the Trade Unionists, and I did not speak out--
Because I was not a Trade Unionist.
Then they came for the Jews, and I did not speak out--
Because I was not a Jew.
Then they came for me--and there was no one left to speak for me."

Submission + - British developer humiliates mugger, shows down police outwits media. (tumblr.com)

An anonymous reader writes: What do you get mugged in Central London and the local police are too incompetent to find a mugger even with his address and photograph? You may not be able to get to the laptop, but you still own the photos and data on it, so you set up the NSFW Plumpergeddon blog which gives details of the subsequent "owner's" "Brick House Butts" fetishes. Now of course later the IT media might get interested and offer an interview with a promise to let him review the article and keep his name secret. luckily our hero is not so innocent and demonstrates the value of using a false name on the internet as well as planting your own monitoring software on your laptop.

Submission + - Happy Hardware Freedom Day (digitalfreedomfoundation.org)

Blug_fred writes: For the first year the Digital Freedom Foundation (ex-SFI) is organizing Hardware Freedom Day. With 66 events worldwide split over 36 countries they are not yet covering the whole world but it is a good start. So if you have always been wondering about hacking your own stuff, be it a piece of wood or some more complex electronic gears then it is time to join an open door day type of event. Sixty-six events is definitely less that the total number of hackerspaces around the world and you can check for other events happening in a hackerspace near you if none are celebrating today. Hopefully they will join the movement next year. So don't lag and come out to meet people who share the same passion as you do!

Slashdot Top Deals

To restore a sense of reality, I think Walt Disney should have a Hardluckland. -- Jack Paar

Working...