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

 



Forgot your password?
typodupeerror

Comment Python isn't the problem (Score 1) 263

I agree with Yann that our current crop of languages aren't well suited to deep learning, but I'm not sure it's a Python specific problem. I don't think whitespace, threading, syntax etc are the barrier.

It's much more that Python is fundamentally an imperative language, and deep learning doesn't fit into either the imperative or functional category, I really think DL deserves its own category, designed from the ground up for manipulating tensor data structures of unknown shapes.

I haven't come across any language that encapsulate strong typing for tensor shapes, so you end up tracking shapes with pen and paper while debugging your code (and not everything is caught at compile time). Named tensors would be a good start (more information here http://nlp.seas.harvard.edu/Na...) but that wouldn't solve everything. People can't agree on computation graph vs a forward/back functional approach - PyTorch prefers the latter, TensorFlow originally preferred the former (but now seems to be migrating to the latter).

Julia does seem to be the most promising, but that may just be "the grass is always greener" speaking. I haven't played with it myself.

Submission + - 2.7 million medical advice telephone calls in Sweden exposed to the Internet (google.com)

krenaud writes: All phone calls to Swedish national medical advice hotline 1177 routed through provider Medical were stored on a server that was exposed to the Internet allowing anyone to access the audio files without any need for authentication.

2.7 million calls of a total length of around 170000 hours were exposed.

Comment Re:Gated Podcasts (Score 1) 60

It's a "gated" version of podcasting in the same sense that Medium is the gated version of blogging, yes.

BigCo (Spotify/Amazon/Patreon/etc) have only just twigged about the huge untapped potential for podcasting. I guess YouTube/Twitch caught fire in the video sphere, but podcasts were kind of overlooked as a second-rate citizen.

It definitely feels like a huge number of people listen to podcasts while travelling/doing housework/exercising - i.e. when you're not directly in front of a screen. If Amazon offers a "gated" (and profitable) distribution channel for podcasters in the same way that YouTube/Twitch did for streamers, that's not inherently bad.

Access to listeners is the biggest obstacle for content creators - I'm sure Amazon would be more than happy to boost the market and skim off the top. I assume they will eventually push into audio ads, too - coming full circle to reinvent the radio. There's a natural profit alignment there between Amazon and the creators, so it makes a lot of business sense to do this.

Comment Re:Sorry Assholes (Score 5, Insightful) 454

Slashdot has turned into an incredibly angry, toxic environment over the past 5 years (which is pretty visible in this thread and, IMO, part of the reason why the site was/is suffering), so I dug up my old account and logged in just to give you some positive feedback. It looks like your heads and hearts are in the right place and it would be great to see Slashdot restored to its former glory. SourceForge could definitely become a major competitor to GitHub (for one, I think GH is too expensive) so that's one avenue to go down.

I'm already returning to Slashdot more regularly and it's only been a week since you took the reins - so keep it up.
PC Games (Games)

BioWare's Star Wars MMO To Have Space Combat 122

An anonymous reader writes "Big news for Star Wars fans looking forward to BioWare's upcoming Star Wars: The Old Republic MMORPG — space combat has been confirmed for the game. Players will be able to fly around the galaxy in their own personal starships, avoiding asteroid belts, landing in dangerous territory and battling other vessels. The initial news makes it sound like a cross between Mass Effect's galaxy map and a traditional space fighting game, where players will have to find 'hotspots' on the galaxy map in order to enter a particular zone."
Image

Zombie Pigs First, Hibernating Soldiers Next 193

ColdWetDog writes "Wired is running a story on DARPA's effort to stave off battlefield casualties by turning injured soldiers into zombies by injecting them with a cocktail of one chemical or another (details to be announced). From the article, 'Dr. Fossum predicts that each soldier will carry a syringe into combat zones or remote areas, and medic teams will be equipped with several. A single injection will minimize metabolic needs, de-animating injured troops by shutting down brain and heart function. Once treatment can be carried out, they'll be "re-animated" and — hopefully — as good as new.' If it doesn't pan out we can at least get zombie bacon and spam."

Comment Re:Nice idea, wrong approach (Score 1) 793

I disagree - in my opinion, the calorific content of food as measured a calorimeter is not the same as the calorific content that your body "sees" when you ingest food. The digestive process is affected by the type of food you eat, the hormonal response it produces, and so on. If your body can't break down food, it can't utilitise any of the energy stored in it.

In other words, 100 kcal of sugar is not the same as 100 kcal of red-meat protein. Compare two people on a 2000kcal diet (both taking multivitamins to take general nutritional deficiencies out of the equation). Put one on a icecream, soft drink, doughnut and cookie diet. Put the other on meat, fish, chicken and vegetable diet. There will most likely be a noticeable difference in physique after 3 months.

The other thing about HFCS is that it offers no nutritional benefits. At least with other sugars, your body can use them to replenish its glucose stores. HFCS just gets converted to fat.

Slashdot Top Deals

Nothing motivates a man more than to see his boss put in an honest day's work.

Working...