Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Screenshot/Mockups (Score 1) 366

But will Firefox stay relevant? Chrome is coming up fast and Mozilla seems to be stagnating.

Until Chrome supports the use of a master password (which, since the devs won't even admit is a serious problem, seems unlikely), Firefox will continue to be my default browser. Pity, since Chrome has a lot going for it otherwise.

Comment Any master password support yet? (Score 2, Insightful) 197

This one's a show-stopper for me (and, I suspect, others). Chrome offers to save your passwords but gives absolutely no protection on the saved password database. The discussion threads I've seen about this suggest that the Chrome devs don't even understand why this is such a serious problem. Chrome has a lot to like, but I'll be sticking to Firefox for now.

Comment Re:Build-in function library (Score 1) 831

There is basically zero quality control, anyone can put any module up they want and use any namespace. They don't have to offer ANY documentation

Sure, but since you can check the namespace and browse the docs before you choose to install the module, is that such a problem? I admit the quality control is limited, but there is a review facility which is reasonably well-used -see http://cpanratings.perl.org/.

if they go AWOL and stop maintaining the module, it just stays there, festering

Just like any other open-source project then.

Comment Re:What about cellphones? (Score 1) 438

If you can't live 2 hours without worrying about your children, maybe your children would be better off with parents less paranoiac than you.

Sorry, but that's nonsense.

The only chance my wife & I have these days to go to the cinema is when our son is in daycare. If anything was happen to him while there, they need to call us. If we're not reachable, they could call social services, and how would that look? So we need to be contactable while our son's there.

Having said that, my phone's always on silent when in the cinema, and I would leave the auditorium to take the call should I happen to receive one. That's just common courtesy - something most cinema-goers, parents or not, don't seem to have these days.

Comment Re:Their site... (Score 1) 454

Likewise, with one Exception (Glenn Beck), I've never read a negative review on a book's dust jacket. Authors and publishers are generally more savvy than that, and they are certainly under no obligation to put someone's scatrhing review of their book / movie / car / NAS / whatever on the site.

Actually I remember one other - The Wasp Factory by Iain Banks. Quick search for "wasp factory negative reviews" got this:

http://cloggie.org/books/wasp-factory.html

Those familiar with Banks's work will understand the statement he was making by insisting that extremely negative reviews also appeared on this book.

Comment Re:Everything works for me (Score 1) 554

Strange, my Ubuntu latop with an Intel 945GM graphics card drives its internal LVDS plus an external LCD monitor just fine. System -> Preferences -> Display, drag the monitor icons to the arrangement I want, press Apply. Done.

Are you trolling, or are you just talking about a Linux distro more than a couple of years old?

Comment Re:IANACLH (Score 1) 304

Why are you messing around with temporary files in the first place?

$ tar czf - directory | ssh remote "tar xzf -"

or

$ scp -Cr directory remote:

or even better:

$ rsync -az -e ssh directory remote:

OK, so ssh & rsync are not stock Solaris, but then neither is mc.

Networking

Ubuntu Download Speeds Beat Windows XP's 515

narramissic writes "Doing a download speed test of his Time Warner cable connection, James Gaskin discovered something odd, something that he is quick to note isn't a rigorous benchmarked lab test. The discovery: His Ubuntu machine 'returned a rating from the Bandwidth.com test of 22-25mbps over several tests' while the same test done from a Windows XP PC returned a rating of 12-14mbps. The two computers used in the test are 'almost identical: both off-lease Compaq small form factor D515s, part of the very popular corporate desktop D500 family. Both have Pentium 4 processors running at 2GHz. The Ubuntu machine has 768MB of RAM, while the XP box has only 512MB of RAM. Both run Firefox 3 as their browser.' Gaskin's question: Can a little extra RAM make that much difference in Internet download speeds or does Ubuntu handles networking that much faster than Windows XP?"
Patents

Rewriting a Software Product After Quitting a Job? 604

hi_caramba_2008 writes "We are a bunch of good friends at a large software company. The product we work on is under-budgeted and over-hyped by the sales drones. The code quality sucks, and management keeps pulling in different direction. Discussing this among ourselves, we talked about leaving the company and rebuilding the code from scratch over a few months. We are not taking any code with us. We are not taking customer lists (we probably will aim at different customers anyway). The code architecture will also be different — hosted vs. stand-alone, different modules and APIs. But at the feature level, we will imitate this product. Can we be sued for IP infringement, theft, or whatever? Are workers allowed to imitate the product they were working on? We know we have to deal with the non-compete clause in our employment contracts, but in our state this clause has been very difficult to enforce. We are more concerned with other IP legal aspects."

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...