Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:I'm wondering about the precision of the math p (Score 2) 157

There are quite a few arbitrary precision libraries out there. Sure, not "unlimited", but close enough for the video. These days, with multi-core machines, you can even generate images of decent resolution, far beyond the useful precision of double precision floats, *fast*. And since distributed computing is all the rage, these days, you can do even better: http://www.ultrafractal.com/

Comment Re:Practical use? (Score 2) 157

I don't think the Mandelbrot Set itself persay is all that useful, but its 3d relatives like Mandelbox, Mandelbulb, etc sure generates some amazing landscapes... I could totally picture that used in games or movies. It's amazing the diversity it can do with some parameter changes - steampunk machinery and evolving spacescapes, reactors / futuristic computers, art deco, extradimensional beings, alien cities, floating viny landscapes, transforming robotics, things hard to describe, etc.

I'd love to have a house / secret supervillain lair that looks like this one ;)

Comment Re:Sony pirating e-books? (Score 2) 59

No, that is not what it means.

There are legitimate cases where the proverb applies and he was very clearly implying this was such a case (his added reasoning was that teachers were better able to handle coffee without making a mess than adolescents). In fact, there are many legitimate cases encoded in law. One need only look at age limits to see that this is the case, although the juxtaposition of 'god' and 'cows/oxes' is perhaps too inflammatory for the proverb to be used often.

Anyway, my point is that a lot of people in power positions place themselves above the law with (very) questionable rationalizations. We all do it when doing things such as speeding, but feelings of self-importance exacerbate the behavior.

Comment Re:Why it is hard to recruit... (Score 2, Interesting) 67

The majority of major, targeted hacks (rather than just sweeping the net for vulnerabilities) - aka, the kind of stuff that the US military cares about - involves sending emails or making phone calls and introducing yourself as Bob from IT, and sorry to bother you but there's a problem that we need to discuss with you, but first a couple questions...

They don't need script kiddies, they need social engineers. Question number one in the job interview should be "Is your native language Russian, Chinese, Farsi, Korean or Arabic?" And even as far as the more traditional "hacking" goes, rather than script kiddies they're going to need people who are going to custom analyze a given system and assess it's individual vulnerabilities, people with real in-depth understanding. One would presume that in most cases that the sort of targets that the US military wants to hack are going to keep themselves pretty well patched to common vulnerabilities.

AIs doing hacking? What are you talking about? This is the real world, not Ghost In The Shell.

Comment Re:DAB/DAB+ is obsolete already (Score 2) 293

I actually never listen to music in my car at all, except the radioprogramming is sending some. But I don't listen to music stations. So MP3s are a non-option for me. (In some way, I am a-music at all, as I don't listen to music in general). My preferred radio stations for long drives are news/information broadcasters, but when I was in the U.S., they seem to be missing in general, at least in the regions I was driving around.

Comment Re:privacy? (Score 5, Insightful) 276

I just want the search engine to stop changing what I'm searching for. I don't want to have to quote every word like I have to do with Google to make sure that the word is actually in the page, and by "the word", I mean "the word I type, not a word that Google things may be similar to the one I typed". It's worst when you're searching for foreign words, product names, acronyms, or whatnot and Google tries to treat them as if they're English words and declines them or chooses synonyms.

"Did you mean X?" is fine. Even "Searching for X (see original results here)", if you're very confident that the person made a common spelling error or whatnot. But just going in and swapping out words as if this is expected behavior? Terrible. At least let me disable it if you want to do that...

Beyond all this: I do like how one can do simple commonn operations on Google - math, conversions, etc. The more of these the better IMHO, so long as they have a standardized format - be they tracking numbers, flight lookups, whatever. It's okay in my book to be a bit Wolfram-y.

Keep the interface plain, simple, the sort of thing that'll work on any browser, from a modern Chrome to a simple text-only browser. Only use javascript where it's not essential for the site to work. Here's an example of something that would be a good use of javascript: if you need to track clicks, like Google does, do it through javascript rather than by having a link redirect like Google does. I hate how I can't just right click and copy link on Google without getting some massive Google redirect link.

Just my thoughts. :)

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...