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

 



Forgot your password?
typodupeerror
×

Comment Re:Holy Mackerel (Score 1) 195

Not sure if it would be granular enough. I use Google products and would want js to work but only when I'm actually browsing to one of their sites.

Thing is, many websites fetch common JavaScript libraries from Google's CDN (in addition to using maps, fonts, and other API's). Much of the web is unintelligible without them. On the bright side, it looks like Google does their tracking thru separate domain names (doubleclick.net, googleadservices.com, google-analytics.com), and NoScript can discriminate among those.

However, you may want to look at RequestPolicy, which requires you to whitelist all cross-domain access in a way that is clearly modeled after NoScript, which should prevent web bugs and other non-script techniques. (In fact, since so many sites require JS to view/use, I'm beginning to think that RP has a better premise than NS when it comes to managing web privacy/safety.)

Comment Re:A Better Idea (Score 4, Insightful) 750

How about we actually fucking teach kids about guns, how they work, and what they're used for? That would do a hell of a lot more to curtail gun-related deaths

While we're at it, can we get Hollywood celebrities to hold guns properly on film? Don't stick your finger into the trigger guard until you're ready to destroy something.

Seriously. I understand that Hollywood movies aren't gun safety tutorials and that, for instance, Will Smith has to whip out his gun and use it to mock-threaten his daughter's boyfriend in Bad Boys 2, but if these celebrities kept their fingers pointed down the barrel instead of resting on the trigger, it might make a difference when some drunk dumbass decides to imitate them. Drives me nuts whenever I see this on film/TV.

Comment Re:It's like deja vu all over again (Score 1) 786

I don't have any of the problems you mentioned with the Ribbon. It works just fine....I think the real problem here for you is that you are adverse to change

When it comes to UI design, being adverse to change isn't a personal failure: it's a customer preference that needs listening too. Not listening and shoving Ribbon (or more recently, Metro/whatever) down your users' throats is design arrogance, which is a personal failure.

I'm glad the ribbon works for you (to give it credit, it is more discoverable and the live-preview is nice), but it does have objective UI issues (lack of customizability, keyboard navigability, etc.). I guess that's great for lulling newbies deeper into the product, but it sucks for power users.

Comment Re:Goose meet Gander (Score 1) 171

We should all accept that if we do things in a public place, that we have performed a public act. If you are emitting radio waves, or reflecting photons, or causing vibration of air molecules, others should have a right to receive these signals.

That's nice and simple and... completely, totally inhumane. Because, technologically speaking, preventing technological intercept of the things that we need to be private (and we do have an innate psychological need for privacy) is impossible for the common man.

(And incidentally, those who want Assange's head aren't motivated by privacy rights. In fact, you'd probably find very little support for privacy among that group. Look to raw authoritarianism and us-vs-them thinking for the source of their bias.)

Comment Re:GOOD! (Score 1) 259

Every human has a belief system. My belief system is grounded in science, but it still takes an incredible amount of faith on my part.

Yes, everyone has beliefs, biases, and a worldview. But the term religion is a little bit more precise, and atheism in the general sense does not seem to have the dogma, strictures, rites, and communal/identity implications that we normally associate with religion. Perhaps more militant atheists groups would qualify for the label, but your general, everyday I-don't-believe-in-god type would not.

Incidentally, I would argue that your burning-ball-of-nuclear-fire hypothesis regarding the sun is not "faith" in the religious sense. Yes, you extend faith/credit to certain authorities and institutions in choosing to believe that claim, but if the question were ever to come into doubt, you could opt to mentally reexamine the issue without feeling that your identity was being ripped out. In my mind, religious faith implies having a certain feeling that you ought to believe something and resist challenging it, even when your natural mind wants to doubt it.

Comment Re:GOOD! (Score 2) 259

Um, that's exactly what an atheist is. They don't accept the god hypothesis without proof.

Every atheist thread seems to degenerates into semantic hair-splitting over the terms atheist and agnostic and what varying degree of confidence/belief/doubt they are suppose to represent. In my experience, this does not yield productive/interesting discussions.

Comment Re:remote desktop vs windows (Score 3, Insightful) 197

The question is, how easy is it to use? With X forwarding, it's nothing more than 'ssh -X remotehost', then just run your program.

Geeze Hatta, have some faith. If not in the Wayland developers themselves (who are also X developers and have some cred here, IIRC), then in the developers, distributions, and users of the Linux community writ large that will evaluate, integrate, and extend Wayland if it's advantageous over X or ignore if it's not.

Everyone, including the Wayland developers, understands that network transparency is a necessary, compelling feature. It may undergo a shakeup and it may not be fully baked on day 1, but it will happen.

Comment Re:I still prefer X.... (Score 3, Interesting) 197

It's not reinventing the wheel so much as reorganizing it to remove legacy cruft from the performance-critical hotpath b/t clients and hardware.

From the Wayland architecture overview:

Most of the complexity that the X server used to handle is now available in the kernel or self contained libraries (KMS, evdev, mesa, fontconfig, freetype, cairo, Qt, etc). In general, the X server is now just a middle man that introduces an extra step between applications and the compositor and an extra step between the compositor and the hardware.

Comment Re:Don't think you have to worry about hackers (Score 1) 126

Just think if 10% of the population have electric vehicles, coming home at the end of a hot day in the middle of summer, and then all dutifully plugging in their cars to the grid at roughly the same time.

Believe it or not, the utility and automotive industries are well aware of these issues. A lot of work is being done to anticipate the possible rise of electrical vehicles, integrate them with the smart grid, etc. etc.

Incidentally, winter peaks are going to be more challenging than summer, because they happen later in the evening (compare slides 30 [summer] and 31 [winter], here).

Comment Re:Services (Score 1) 240

More like late-bound, text-based RPC that doesn't require asking permissions from the firewall gods. Add in some HTML/JS/CSS and you have a universal interface with no client-side deployment headaches and low barrier-to-entry for other developers. RPC was good for systems programming in a homogenous environment; web services (particularly the newer JSON/REST variants) are substantially better for application programming in our very heterogeneous world.

Sure, they're alike in sharing the essential feature of moving a method invocation across the network, but it's not always feature count or performance that makes a technology desirable. The creative potential of a tool is inversely proportional to the amount of setup/integration/deployment/configuration/documentation/coordination/change management needed to use it. Minimize the cost of initial setup and each subsequent version and you've got something that developers and IT departments find exciting.

Comment Re:Explanation (Score 1) 252

Once Wayland components developers started trying to implement something practical, they discover, one by one, that they need those "unnecessary" X features after all.

Wayland has shot itself in the foot by being marketed as a replacement for X. But it's not really meant to be the entire car: this is just a new engine (that exploits low-level features of the Linux kernel). You could retrofit this engine into the old car (X Windows) or you can build entirely new cars with it. You won't see it on the highway tomorrow, but ~10-20 years from now it might be powering everything and putting a lot of exciting new cars on the road.

Comment Re:One of these days .... (Score 1) 76

Bullshit. Without patents, there is no motivation, at all, for him to tool up and make them.

Um... I doubt the tooling costs for a little rubber coating would be all that significant for an existing cable manufacturer. If you have that idea first, you'd definitely wouldn't sit on it because your competition is going to figure it out sooner or later and snag (heh heh) the opportunity for product differentiation. You see, there is a motivation for R&D other than patents, and it's called market forces. Keeping your R&D at zero is an non-optimal strategy (classic prisoner's dilemma) when you have healthy competition. Heck, even if you had a monopoly on all cable manufacturing, it would still be smart to do the R&D so you can offer products at different price tiers (like how Monster makes a cadillac HDTV cable, cause some folks will always pay more).

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...