Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Long story short: scam websites (Score 1) 90

The 1000+ websites mentioned in the post are (supposedly) part of a "cold-calling investment scam using the name ‘Global Capital Wealth’". The Australian Securities and Investment Commission, the federal corporate regulator, has ordered that their IP addresses be blocked, which also catches innocent websites co-hosted at those IP addresses.

The Australian Federal Police also asks ISPs to block websites listed by Interpol as containing “'worst of the worst' child pornography", apparently via DNS (news reports mention "domains" and "URLs"), but perhaps also at the IP level. Most ISPs have complied; at least one has refused.

[My take: There may be a case for corporate regulation bureaucrats to get some websites blocked, but only at DNS level and only in smaller numbers. Blocking extreme child porn sites via DNS would be next to useless, so I hope they also block at IP level.]

Security

Submission + - Certificate Authorities Unite in The Name of SSL Security (darkreading.com)

CowboyRobot writes: ""We felt SSL needed a leader," says Jeremy Rowley, associate general counsel for DigiCert, which, along with Comodo, Entrust, GlobalSign, Go Daddy, Symantec, and Trend Micro, today officially launched the new organization. "We felt a group of CAs, rather than one CA," was a better approach, he says. The first line of business for the new Certificate Authority Security Council (CASC) is to push the adoption of online certificate status protocol (OCSP) stapling for Web server administrators, software vendors, browser makers, and end users. OCSP stapling is a method of revoking invalid or expired digital certificates. It's an enhancement to the OCSP protocol that basically eliminates the need for Web users to check OCSP responses with the CA, and is more efficient because the Web server caches the response from the CA."

Comment This is about how much money NASA gets (Score 1) 318

Gingrich says he'll use big monetary prizes to get private enterprises (Bigelow, SpaceX, Armadillo, etc) to build the infrastructure. (He carefully left that detail out while campaigning in Florida.) Mike Griffin and other long-time NASA people would prefer the existing approach: giving NASA lots of money to spend in the sponsoring politicians electorates. (Why was Mission Control in Houston, of all places? LBJ put it there to boost the local economy.)

Comment SysV init "simple and elegant"? (Score 1) 433

The current init system is "simple and elegant"? The one with lots of shell scripts in /etc/init.d, and symbolic links in /etc/rc[0-7S].d to those links? Symbolic links with names like "K09dm" or "S51cups", where the first 3 characters are highly significant?

I disagree.

(Moreover, both upstart and systemd are significantly faster than the current system.)

Comment PortableContacts.net and security (Score 1) 80

Good news: web pages do require approval (through a permission dialog) to access address books. The extension's author says:

[T]here are two APIs. The internal “importer” API, which can only be accessed by [Firefox] extensions, allows you to perform arbitrary network and OS-level operations to get information into the system. The external “content” API, which can be accessed by any web page, allows you to request access to contact data (and then starts the “permission” dialog, where the user can choose what access to grant).

This website seems to be the place to find out more.

Comment Re:No thanks (Score 1) 198

Briareos is talking about Direct2D.

Firefox does not support RT Fact (RT = Ray Trace, BTW) or XML3D.

The HTML5 designers, following Mozilla's lead, are specifyng WebGL, which is a JavaScript API for OpenGL ES 2.0, the current version of OpenGL for Embeeded Systems.

Comment Exactly what Parliamentary Privilege is for (Score 1) 511

Senator X used Parliamentary Privilege in exactly the way it is meant to be used: to start a discussion about something that the regular institutions may not be handling properly. Note the word "start". Things a parliamentarian says under privilege are not authoritative -- in fact, they're usually trite, and often wrong -- but sometimes they initiate very useful public debates.
Linux

Submission + - Lazy languages in the Linux kernel? (wordpress.com)

chris-chittleborough writes: Sick of writing device drivers in C? Want to use algebraic data types in a kernel module? Now you can move on up to using Haskell in the Linux Kernel. (I am not making this up.) Here's a how-to.

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...