Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Open source what exactly? (Score 2) 109

Java itself is open-source already- OpenJDK.

There are several JavaEE servers that are open source, Jboss and Glassfish are the biggest two. As far as I remember, Glassfish is the reference implementation. It's as open-source as it can be.

Or are you talking about Technology Compatibility Kits? Or Java trademark? Development model itself? Or what?

--Coder

Comment Radeon Drivers are getting better. (Score 1) 123

Radeon performance increases by ~20% in each new Mesa release. I think it should be ~60-80% Windows performance with Mesa 10 and Linux 3.12. It still doesn't support OpenGL 4.x, but it's getting quite good. Latest Mesa also has VDPAU video decoding acceleration (still a bit buggy), better power management, PRIME switching between integrated/discrete GPU also works. Unfortunatelly no crossfire yet.

Given that I don't play latest and greatest games (there are plenty of good 3 year old games), performance is sufficient for me.

--Coder

Comment Encrypt, probably roll your own (Score 1) 3

1. Email is not encrypted unless you use GPG/PGP.
2. Email is transferred not encrypted, so it's vulnerable to interception by 3rd party during transmission.
3. Any 3rd party service provider has your information, so it can be passed to marketers/NSA/RIAA/IRS/blackmailers/whatever.

The only way to get security with email is to encrypt everything with GPG. Most of the time that means using a proper email client with GPG support. However, there are javascript GPG implementations, like openpgpjs.org. I haven't heard about anyone using them to provide an integrated web-mail solution. On top of that, if you are using webmail + openpgpjs, where do you store your keys?

--Coder

Submission + - AMD's Kaveri APU debuts with GCN-based Radeon graphics

crookedvulture writes: AMD's next-generation Kaveri APU is now available for sale, and the first reviews have hit the web. The chip combines updated Steamroller CPU cores with integrated graphics based on the latest Radeon graphics cards. It's also infused with a dedicated TrueAudio DSP, a faster memory interface, and several features that fall under AMD's Heterogeneous System Architecture for mixed-mode computing. As expected, the APU's graphics performance is excellent; even the entry level, $119 A8-6700 is capable of playing Battlefield 4 at 1080p with medium detail settings. But the powerful GPU doesn't always translate to superior performance in OpenCL-accelerated applications, where comparable Intel chips are very competitive. Intel still has an advantage in power efficiency and raw CPU performance, too. Kaveri's CPU cores are certainly an improvement over the previous generation of Richland chips, but they can't match the per-thread throughput of Intel's rival Haswell CPU. In the end, Kaveri's appeal largely rests on whether the integrated graphics are fast enough for your needs. Serious gamers are better off with discrete GPUs, but more casual players can benefit from the extra Radeon horsepower. Eventually, HSA-enabled applications may benefit, as well.

Submission + - Ask Slashot: Looking For Alternatives To Gmail 3

noims writes: I've been moving away from google for some time now, and am now looking for a gmail alternative for webmail and POP/IMAP. Not surprisingly, I'm having trouble finding another provider that's cheap/free, has reasonable security, and includes the features I've grown used to. My minimum feature requirements are decent search and filtering, customisable addresses (user+whatever@gmail is equivalent to user@gmail), and confidence that it won't suddenly disappear.

Does such a provider exist? What's the best out there, or do I need to roll my own?

Comment Big corporations are the same (Score 1) 341

While I've seen exceptional incompetence in Government officials, I've seen things not much better in big corporations. They are a bit better since they kinda need to support themselves, but not by much.

Management is ncompetent- check
Feuds between departments- check
Covery your arse attitude to everything- check
Lots of red tape and internal regulations- check
Endless meetings- check

And I can definitely use "frustration" as a word describing my experience in one of the places where I tried to "cut through the rubbish" and get things done. Right now I don't think there is much difference between government and big corporations- both are big organizations with way too much power to screw with people's lives.

--Coder

Comment Sagan's Demon-Haunted World (Score 4, Insightful) 796

Before you start reading anything, do read Sagan's Demon-Haunted World first. It's a good introduction into telling lies and bullshit apart from stuff you can believe. I think scepticism and logic and scientific method are very lacking from today's education and peoples minds. This book takes a small step in fixing that.

As for other books worth reading- other comments have plenty of good suggestions.

--Coder

Comment I have replaced 2 Evoluent Vertical Mice (Score 1) 361

They are great on the wrist and I'm still using them and I love them. However, I had a couple that failed within a year. First one died due to some strange software/USB controller issue- OS would not recognize it, and it would show up as an unknown USB device with a random USB ID. Another had a broken wire after 1 year of normal office use.

Both of them were promply replaced for free (still under warranty which is 2 years) after a nice email exchange with Evoluent. I'm quite happy with their service as well.

--Coder

Comment That's no less secure than bad encryption/encoding (Score 2) 381

If you store passwords on your machine, either they have to be strongly encrypted in something like KeePass or Kwallet and password/key protected, or else they are as secure as plain text.

Some pieces of software "encrypt" passwords with base64 or XOR and make them look garbled and that gives you false sense of security. But in reality these passwords can be decrypted in milliseconds by anyone.

--Coder

Comment TOR? Or I2P? Or Freenet? Or something else? (Score 3, Insightful) 123

Hmm, TOR is a nice project and all, but it has its benefits and drawbacks. I think IETF need to give quite a bit of thought before adopting some technology as a standard.

I'm all for anonymous communication with encryption though. I hate what corporations and governments are doing to the internet. I do believe internet is the most important human discovery since fire, and its freedoms need to be preserved...

--Coder

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...