Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:When do we get compression? (Score 1) 803

This does solve an important problem in the Windows server space. Windows generates big log files, and there's no good log rotation built in. I do routinely end up compressing the log directories on many of my Windows servers. However, Linux has several good standard log rotators, so it's less of a concern. I've actually never run into the problem of a log directory filling up on Linux. What's the other use case where you have 1 TB of text files, other than logs?

Comment Re:so SkyNet is really a Wall Street computer? (Score 1) 331

Thanks for not understanding how evolution, or the mind for that matter, works.

We have facilities for communication and self-identity largely as a result of being hunters -- being able to "run a model" of our prey in our minds was massively useful. This structure then got applied to the self, and so the ego was born. (This is one of the currently en vogue evolutionary explanations for the rise of consciousness -- obviously not a subject you can create causal experiments to test easily).

What evolutionary pressures are there for creating self-awareness in algorithmic trading applications (given that it would necessarily be less efficient, and likely introduce errors)?

Comment So what does this do different? (Score 5, Insightful) 250

I'm kind of confused as to where google is going these days.

Is this just a side effect of hiring too many bored CS graduates -- put enough in a room together and they come up with their own languages?

I just can't see this being used outside of google -- Web Programming is largely a solved problem, and there are already a plethora of options. Since MS and Apple won't touch anything that comes out of Google, it'll only ever be relevant on the server side -- which is where there are already too many options.

Unless this does something radical -- and judging by what Go was, I doubt it -- this will probably be a niche thing they use internally.

Comment Re:Nothing to surprising (Score 3, Insightful) 1271

Who was "we"?

Wealthy capitalists pretty much spent the first half of the twentieth century indoctrinating every western culture they could into believing communism and socialism are capital-E Evil. Some places the propaganda took better than others.

This is a direct factor in why the healthcare debate in the states is so broken. When a good portion of your culture genuinely believes that socialism is absolutely Evil, trying to build a modern system to help them is difficult.

The silly thing is, is that there are huge sections of the US that are entirely funded by tax dollars (and they aren't necessarily what you think), but to ever acknowledge that in public, and to try and make it better, given that it is what it is, is heretical.

Android

Submission + - Open Source alternative to Dropbox?

garry_g writes: While "the cloud" may be one of the major buzzwords of the Internet industry, anybody concerned with security and privacy will most likely not touch it with a 10-foot pole. While I am guilty of using Dropbox for occasional data storage or quick picture snaps with my Android phone, I do watch out not to store anything important on there (or inciminating), no matter what the "privacy policy" may be.
As someone that has been running his personal mail server and MTA for years, stores Firefox profile information not on either Xmarks or FF Sync public server but my own, I was wondering: what useful alternative is there to Dropbox on the FOSS market, which will allow access by both windows/linux boxes, but also mobile devices (specifically Android). I know there are frontend addons for Windows (and linux tools of course) e.g. for SVN, but most likely no implementations for mobile use as far as I can tell...
And, of course, the backend should run on a Linux box ;)
Apple

Submission + - New Apple Technology Stops iPhones From Filming Li (foxnews.com)

An anonymous reader writes: "A patent application filed by Apple, and obtained by the Times, reveals how the software would work. If a person were to hold up their iPhone, the device would trigger the attention of infra-red sensors installed at the venue. These sensors would then instruct the iPhone to disable its camera."
Security

Submission + - Password character frequency (wordpress.com)

ncsg3 writes: A few days ago Troy Hunt gave a brief analysis of the sony password data. This analysis has been extended in a recent blog post. In particular, the passwords that passed the dictionary attack show non-random structure which could be used for cracking.

Comment Re:Should have used vsftpd (Score 1) 152

You're saying it's possible to secure a known username. Who cares? Suppose 90% of attacks are on those known usernames (I don't have actual figures, but that seems plausible, based on my own experience with publicly accessible Linux machines). Just eliminate 90% of the attacks (and the chance of brute force breaking through) by eliminating those known accounts from remote login.

Why wouldn't you do this? You can still secure the rest of your accounts. Hackers, botnets and script kiddies go after the low-hanging fruit. Reduce your attack surface, and you are clearly better off. There's almost no hassle to having to su to root once you log in with a normal user account.

By the way--logging in to a console in public is completely different from remote root access. If someone can see over your shoulder--there are lots of other ways for them to engineer an attack. But we all have to be aware of the greater risk of unknown users on the Internet just scanning IP ranges and trying to login. If you've ever had a public web server, you will see that this happens to every machine. Much more common than someone we know trying to crack into our box.

Slashdot Top Deals

I'm always looking for a new idea that will be more productive than its cost. -- David Rockefeller

Working...