Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment guardrails are for unexperienced developers (Score 1) 160

If you are a skilled c++ developer with 10+ years of experience you can most of the time write code that does not leak nor it corrupts your memory, and when you make a mistake with tools like the clang address/leak sanitizer, valgrind or the visual studio thing described in the article you can solve them... even on complex code bases written by other developers. But if you have a junior engineer or also a senior one that does not know c++ in your team... even reviewing very cerefully his code it will be really hard to avoid those errors in your codebase... This is where rust shines, since the junior developer (or the senior that does not know rust) will be stopped by the borrow checker, that will not only avoid memory leaks/corruptions and multithread issues (far harded to debug), but it will also enforce the use of a sane design-pattern in the code (many anti-pattern do not compile at all in rust...)

Comment This is not a benefit... (Score 1) 61

This is actually a downgrade from the previous prime music! Yes, you have access 100 millions songs instead of 2 millions, but you cannot directly access ANY song, and playlists do not work anymore... Every time you ask for a song an algorithm select a set of random "similar" songs (and do this also very bad) and create a playlist... This is horrible, the service is now useful only if you want to hear some background music. 2 millions is better than 100 millions? YES if you can really choose what you want to hear and create playlists that include only those songs!

Comment Not totally true (Score 1) 285

Apps that use background hooks (music players, downloaders, runners, navigators...) will use some battery if not "quitted", and also other applications that opt in for background usage IF you have 'background app refresh' setting enabled (and most not advanced users have it since it's enabled by default...).

Comment The slashdot article recap is biased (Score 1) 327

The situation is the same that has been since apple supports TRIM, the only difference is, like other says, that to make 3rd party SSDs work with trim you'll have to disable device signing. That is not a "huge" security risk since that is a feature that you have from 10.10, so you are exposed to threat as you where before 10.10.... Plz remember that to disable kext signing you need the same privileges you need to replace a modified kext, so I don't see kext signing useful at all, and I disabled it on my two macs (both with 3rd party SSDs) that happily TRIM under 10.10....

Comment Re:From TFA (Score 1) 303

It's easy to explain... GoDaddy and other hosting companies use IIS to "keep" parked domains. Someone wrote that Microsoft pay them to use IIS... I don't know if it's true. The only chart where IIS grow is present is the one that considers inactive sites. Other sites show IIS is as dead as usual and the only growing web server is ngix, that is anyway often used only as frontend for apache...

Comment Re:Licensing problems... (Score 1) 86

I have a pair of GPL apps on the AppStore myself (one of which, Eat the Whistle, is not free), but if you want to build a closed source app it may be problematic. LGPL requires dynamic linkage, or object code redistribution, you cannot dynamic link libraries not present in the iOS sdk on the Apple App Store, or your app is rejected. So you can publish to the App Store, but only if you build an opensource app, or if you distribute the object files for "relink" (not practical nor acceptable for closed source stuff). There are a few well-known opensource libraries that, given this restriction, made a "mobile platform" exception to their licensing. Other, like SDL, moved from LGPL to BSD.

Comment Pandas do not suit a fantasy world (Score 2) 523

I think pandas and the oriental style of pandaria are the reason I'm not playing anymore. Only Hello Kitty could be a worse playable race than a fat panda. Raids are not that bad, but too many mechanics, the daily grind is horrible, and there are one a few new dungeons (and none since 5.0...). The burning crusade: an alien planet to "explore" The lich king: a charismatic foe to kill Cataclysm: a bad-ass dragon that destroyed the world Pandaria: an island full of alchol-addicted pandas with laughable evil guys... (what the hell is a sha? :) )

Comment Finally REAL users review this thing... (Score 2) 740

It was just matter of time, the first reviews of windows 8 were mainly from tech magazines/blog that need to keep their microsoft advertising revenue, now more and more real users are finding how painful is to use this two faced operative system. Apple approached the "touch world" with a new OS that share only some API foundations with OSX, while Microsoft touched only the "surface" of the problem, trying to adapt is best horse (windows 7) to the "touch world"... The result is awful, trying to use office on a RT tablet for a few minutes is enough to see how bad it is their tablet solution.... and the amount of "start menu tools" and "corner sensitivity remover" for the desktop version show how bad the metro interface is in a mouse/keyboard enviroment....

Slashdot Top Deals

Hotels are tired of getting ripped off. I checked into a hotel and they had towels from my house. -- Mark Guido

Working...