Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Good when used properly (Score 3, Interesting) 114

Should driver developers re-evaluate their optimization practices for Linux?

Not necessarily. For example, replacing game shaders with optimized platform-specific ones can offer great performance increase with no tradeoffs. The GPU makers know their chip architecture inside out, but game developers usually target a higher level concept such as some shader language. Unless you develop for fixed hardware such as consoles, of course.

There's really two ways how you can relate to these kind of optimizations: "Hey, you're cheating!" or "Cool, thanks for help!". I personally are fine with them, but I would like to clearly know when specific optimizations are in use, and can turn them off when needed. Maybe after application startup the driver could render some popup in the frame buffer such as "AMD Catalyst(R) optimizations in use" which would fade out after a few seconds.

Comment Re:Is it the same as in Chinese? (Score 1) 196

No, it already works. It was active for a while some 10 years ago, but was removed because it was hard to sanitize. You could easily write you own comment score by reversing direction at the right time.

Still they could reactivate it if they just found a reasonable way of sanitizing features they don't want.

Dude, all other websites support Unicode. Sanitizing it properly cannot be rocket science.

Submission + - Haiku OS Will Get New Service Manager (haiku-os.org)

jones_supa writes: Axel Dörfler writes in his blog that he is working on a replacement for Haiku OS's current shell script based boot process. It would be replaced with something more flexible, a solution similar to OS X's launchd and Linux's systemd. While there is still a lot to do, the new project called launch_daemon is now feature complete in terms of being able to completely reproduce the current boot process. Since the switch to their package manager, there was no longer a way to influence the boot process at all. The only file you could change was the UserBootscript which is started only after Tracker and Deskbar — the whole system is already up at this point. The new service manager gives the power back to you, and also allows arbitrary software to be launched on startup. Alternatively, you can prevent system components from being started at all if you so wish. Furthermore, it allows for event based application start, start on demand, a multi-threaded boot process, and even enables you to talk to servers before they actually started.

Submission + - Spurious Drones Buzzing Around Spanish Royal Palace (sputniknews.com) 1

jones_supa writes: A series of unmanned aircrafts have been spotted in the restricted airspace above the residence of Spain's royal family. Staff at the Zarzuela Palace has reported seeing the drones flying over several nights, promoting concerns from the Royal Guard, the security force in charge of protecting Spain’s royal family. The aircrafts have been spotted in restricted airspace over the Palace where King Felipe and Queen Letizia live with their two daughters. The Royal Guard has not yet been able to identify the drones' controllers or their motivation. The timing of these flights consistently occurs after dark.

Comment Re:Boring. (Score 1) 84

When I think about how much faster (at a hardware level) my current computer is relative to my old 486SX 33MHz, and how I still have to spend time waiting for the damn thing to catch up to what I'm trying to do, I just have to shake my head.

Part of the blame goes to slow mechanical hard disks, though.

Comment Re:There are always options. (Score 1) 628

What if I do not want to restart my computer? Windows updates seem to require that for every update (compared to Linux, where only kernel updates require a reboot, normally you just restart the affected service(s)).

That's because under Windows userspace apps typically have their own updater, which do not require a reboot. During Patch Tuesday you usually get a small 10-pack of Windows core updates and it's not that unreasonable for those to require a reboot. Updates to Office, and video driver updates, still do not require reboots. Under Linux you cannot install a new video driver on the fly, and that's a sad trombone: wah-wah-wah-waaaaa.

Submission + - Renderman Gets Blender Integration

jones_supa writes: Now that Renderman has been available for free for non-commercial use for a while, there has been many requests for integration with Blender. An initiative spearheaded by Pixar now presents the first Blender to Renderman plugin. With the release of PRMan 20, a small group of developers headed by Brian Savery of Pixar have been working on support for using Renderman and Blender together. The plugin is still in early alpha but has had many great developments in the last few weeks. The source code is available in GitHub.

Submission + - Nokia Licenses Smartphone IP To LG (theregister.co.uk)

jones_supa writes: Nokia – the bit in Finland, not the bit absorbed by Microsoft – isn't making mobile phones anymore, but is still making money from them. The company will license its smartphone intellectual property to LG, the first such deal Nokia has done since selling its phone biz to Microsoft. A lot of deals like this were done in the old days. In a canned statement, Nokia said: "The Korean company is the latest of more than 60 licensees for Nokia's 2G, 3G and 4G mobile communication technologies." Importantly, this is a cash deal. LG will be paying to use the patents rather than engaging in a technology swap. Nokia isn’t prepared to be explicit on which patents are covered by the agreement, saying that the company has over 10,000 patent families – or 30,000 individual patents – and only Microsoft has the rights to use them all.

Comment Re:Yabut ... Lenovo (Score 1) 79

Superfish

Should be all that has to be said. There should be a price to pay.

Lenovo is not shipping Superfish anymore. Hey, they listened to feedback and made appropriate changes. What else do you want? Please, let's not make this another decade-long nerd-grudge like IBM DeathStar or SonyBMG rootkit.

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...