Domain: dionysius.com
Stories and comments across the archive that link to dionysius.com.
Stories · 37
-
Julia Language Seeks To Be the C For Numerical Computing
concealment writes in with an interview with a creator of the (fairly) new language Julia designed for number crunching. Quoting Infoworld: "InfoWorld: When you say technical computing, to what type of applications are you specifically referring? Karpinski: It's a broad category, but it's pretty much anything that involves a lot of number-crunching. In my own background, I've done a lot of linear algebra but a fair amount of statistics as well. The tool of choice for linear algebra tends to be Matlab. The tool of choice for statistics tends to be R, and I've used both of those a great deal. But they're not really interchangeable. If you want to do statistics in Matlab, it's frustrating. If you want to do linear algebra in R, it's frustrating. InfoWorld: So you developed Julia with the intent to make it easier to build technical applications? Karpinski: Yes. The idea is that it should be extremely high productivity. To that end, it's a dynamic language, so it's relatively easy to program, and it's got a very simple programming model. But it has extremely high performance, which cuts out [the need for] a third language [C], which is often [used] to get performance in any of these other languages. I should also mention NumPy, which is a contender for these areas. For Matlab, R, and NumPy, for all of these options, you need to at some point drop down into C to get performance. One of our goals explicitly is to have sufficiently good performance in Julia that you'd never have to drop down into C." The language implementation is licensed under the GPL. Lambda the Ultimate has a bit of commentary on the language, and an R programmer gives his two cents on the language. -
VISA, MasterCard Warn of 'Massive' Breach At Credit Card Processor
concealment writes with news that VISA and MasterCard have been warning banks of an incident at a U.S. card processor that may have compromised as many as 10 million credit card numbers. From the article: "Neither VISA nor MasterCard have said which U.S.-based processor was the source of the breach. But affected banks are now starting to analyze transaction data on the compromised cards, in hopes of finding a common point of purchase. Sources at two different major financial institutions said the transactions that most of the cards they analyzed seem to have in common are that they were used in parking garages in and around the New York City area." According to the Wall Street Journal, the breached company is Global Payments Inc. -
Court Orders Gov't To Disclose GPS Tracking Data
First time accepted submitter concealment sent in this link which reads: "United States law enforcement officials have been utilizing data provided by global positioning satellite systems to track down individual suspects, without having to demonstrate probable cause before a judge first — that much is known. Rights groups such as the ACLU have wondered, just how much of that goes on? The rights group's investigation of this practice has inadvertently triggered a renewal of the debate over privacy policy versus public disclosure, and whether it's possible for an agency or other entity to reveal data that could lead to further revelation of personally identifiable data (PID), without officially violating privacy. The final outcome could set a new precedent for privacy policy, not just by the government but for enterprises as well." -
Data Centers Expected to Pollute More Than Airlines by 2020
Dionysius, God of Wine and Leaf, writes with a link to a New York Times story on a source of pollution that doesn't leave contrails: "The world's data centers are projected to surpass the airline industry as a greenhouse gas polluter by 2020, according to a new study by McKinsey & Co. ... [C]omputer servers are used at only 6 percent of their capacity on average, while data center facilities as a whole are used at 56 percent of peak performance." Data centers, though, might have more options for going green than airlines do, given present technology. -
Falling Microsoft Income Endangers Yahoo Bid
Dionysius, God of Wine and Leaf, points out a new wrinkle to Microsoft's pursuit of Yahoo. The most recent quarterly results, which saw Microsoft's earnings drop by 6% from the previous year (revenue from Windows alone was down 24%), have caused the stock to dip. This has reduced the value of the cash-and-stock offer from its original $44B to something nearer $40B. Yahoo, of course, has maintained all along that the original offer was lowball. A business professor is quoted: "Whatever leverage [Microsoft] built up in the last few days could be slipping away." -
Dell Will Offer XP Past Cutoff Date
Dionysius, God of Wine and Leaf, brings news that Dell will be offering Windows XP pre-installed on their computers past the June 30 cut-off date. Computers purchased with Vista Business or Vista Ultimate past June 30 will come with a copy of XP Pro. Dell plans to simply install that copy upon request to save users a step. Perhaps this will help Microsoft officials make up their minds about another extension. -
FBI Wants Authority To Filter Net Backbone
Dionysius, God of Wine and Leaf, writes "There are places where criminal activity is centralized: the backbone hubs located in hosting facilities across the country. All of the Internet's activity, legal and illegal, flows through these 'choke points,' and the feds, of course, are already tapping those points and siphoning off data. What Mueller wants is the legal authority to comb through the backbone data, which is already being siphoned off by the NSA, in order to look for illegal activity." -
Companies To Be Liable For Deals With Online Criminals
Dionysius, God of Wine and Leaf, sends us to DarkReading for a backgrounder on new rules from the FTC, taking effect in November, that will require any business that handles private consumer data to check its customers and suppliers against databases of known online criminals. Companies that fail to do so may be liable for large fines or jail time. In practice, most companies will contract with specialist services to perform these checks. Yet another list you don't want to get on. "The [FTC's] Red Flag program... requires enterprises to check their customers and suppliers against databases of known online criminals — much like what OFAC [the Treasury Department's Office of Foreign Asset Control] does with terrorists — and also carries potential fines and penalties for businesses that don't do their due diligence before making a major transaction." -
New "Iron Curtain" for Russian Internet
Dionysius, God of Wine and Leaf, points out a story about the Russian government's interest in expanding anti-extremism laws to include the blocking of websites and ISPs. The laws would match those already in use for the country's print media. Russian internet users may soon be forced to deal with the same issues facing Chinese citizens. Quoting: "An official at the Russian prosecutor's general office, Vyacheslav Sizov, told the Russian-language newspaper Rossiiskaya Gazeta that any web site that is determined to host what he terms 'extremist material' would be blocked from being accessible from within the Russian Federation. Given the Putin government's history with the media, 'extremist material' may be very broadly interpreted as any content unfriendly to the interests of the Russian government." -
Bill Gates On the GPL — "We Disagree"
Dionysius, God of Wine, writes with a link to an Ars Technica story, quoting Bill Gates: "'There's free software and then there's open source' he suggested, noting that Microsoft gives away its software in developing countries. With open source software, on the other hand, 'there is this thing called the GPL, which we disagree with.' Open source, he said, creates a license 'so that nobody can ever improve the software,' he claimed, bemoaning the squandered opportunity for jobs and business. (Yes, Linux fans, we're aware of how distorted this definition is.) He went back to the analogy of pharmaceuticals: 'I think if you invent drugs, you should be able to charge for them,' he said, adding with a shrug: 'That may seem radical." -
Google Turns Over Data on Suspected Pedophiles In Brazil
Dionysius, God of Wine and Leaf, points to a Yahoo! story which begins "Google on Wednesday handed over data stored by suspected pedophiles on its Orkut social networking site to Brazilian authorities, ceding to pressure to lift its confidentiality duty to its users, officials said." -
Sun to Fully Open Source Java
Dionysius, God of Wine and Leaf brings news that Sun Microsystems will be removing the last restrictions on Java to make it completely open source. Sun wants Java to be easily available for use in Linux distributions. We've discussed the steps Sun has taken to open-source Java over the past couple years. From Yahoo! News: "'We've been engaging with the open-source community for Java to finish off the OpenJDK project, and the specific thing that we've been working on with them is clearing the last bits that we didn't have the rights,' to distribute, Sands said. 'Over the past year, we have pretty much removed most of those encumbrances.' Work still needs to be done to offer the Java sound engine and SNMP code via open source; that effort is expected to be completed this year. Developers, though, may be able to proceed without a component like the sound engine, Sands said. -
House IP Leader Endorses P2P Blocking
Technical Writing Geek points out an Ars Technica report on comments from Representative Howard Coble (R-NC), who sits on the House Subcommittee on Courts, the Internet, and Intellectual Property. In a recent editorial, Coble attempts to discourage P2P file sharing among young people, and praises Ohio University for its ban on P2P applications last year. Coble also suggests that identity theft is a great danger from file sharing. Public Knowledge is running a similar analysis, which argues against the main points from the editorial. -
Haiku OS Resurrects BeOS as Open Source
Technical Writing Geek writes "The Haiku project, which began shortly after the death of BeOS in 2001, aims to bring together the technical advantages of BeOS and the freedom of open source. 'The project has drawn dozens of contributors who have written over seven million lines of code. Although Haiku is nearly feature-complete, there are still numerous bugs that must be fixed before it is ready for day-to-day use. The design principles behind Haiku are very closely aligned with those of BeOS. The central goal of the Haiku project is to create an operating system that is ideally suited for use on the desktop--this differs significantly from Linux and other open-source operating systems which are intended for use in a diverse range of settings including server and embedded environments.'" -
Bandwidth Caps May Be Critical Error For Broadband Companies
Technical Writing Geek writes "An Ars Technica article argues that after many years of stagnation, the US broadband landscape is finally 'primed for change'. Companies like Time Warner that decide to cap bandwidth risk being relegated to a 'broadband ghetto. Alternatives to the standard cable modem vs. DSL conundrum will come from technologies like WiMax and (eventually) the 'white space' broadband that might be offered by whoever wins the 700mhz auction. 'All of that is to say that cable and DSL won't always be the only games in town. If wireless solutions are able to deliver on their promises of high speeds with no usage limits, capped cable broadband service like Time Warner has planned is likely to be unattractive, to say the least. Instead of developing plans designed to discourage consumers from feeding at the bandwidth trough, cable companies would be better served in the long run by making investments in new technologies like DOCSIS 3.0 and the kind of infrastructure improvements necessary to meet bandwidth demands.'" -
Connecticut Governor Seeks to Protect Personal Data Online
Technical Writing Geek alerts us to a report that Connecticut governor Jodi Rell has begun to develop legislation to create an "opt-out" registry to prevent the distribution of personal information on the internet. The registry would be analogous to the "Do Not Call" list. This comes after Rell received many complaints about the availability of personal data from directory assistance sites such as WhitePages and 411.com. While Rell understands that the "sites are breaking no law by gathering and disseminating this information," the legislation will add to the work she has done to re-evaluate the disposition of private data. Where do we draw the line between free speech and privacy in the information age? From the Journal Inquirer: "'Privacy concerns are constantly evolving,' Rell said. 'We must not only keep up with them but do our best to stay ahead of the curve.' Rell said she will ask state agencies to review private information about residents that the state collects, manages, and distributes." -
Privacy Groups Mull 'Do Not Track' List for Internet
Technical Writing Geek writes with a Reuters story about a collection of privacy groups looking to set up a 'Do Not Track' list online, similar to the 'Do Not Call' list meant to dissuade telemarketing. "Computer users should be notified when their Web surfing is tracked by online advertisers and Web publishers, argue the Consumer Federation of America, the World Privacy Forum and the Center for Democracy and Technology, among other groups in a coalition promoting the idea. Rather than burying privacy policies in fine print, companies should also disclose them more fully and provide easier ways to opt out, the groups said. The organizations submitted the proposals to the Federal Trade Commission, ahead of the consumer watchdog agency's workshop on Nov. 1-2 to study the increasing use of tracking technology to target online ads. -
Seven States Extend Microsoft Antitrust Judgment
Technical Writing Geek writes "A number of states have moved to extend antitrust judgments against Microsoft until the year 2012. California, Connecticut, Iowa, Kansas, Minnesota, the Commonwealth of Massachusetts, and the District of Columbia are all contributing to the decision, and have released a report on the factors that lead to the extension. 'The report laments the state of OEM web browser bundling, saying that no major OEM currently distributes a browser other than Microsoft's Internet Explorer (IE). This is important due to the rise of new middleware platforms (such as Adobe's AIR and Microsoft's own Silverlight) that can create rich, OS-independent, web-based applications.' The report is slightly self-contradictory, but raises some valid points." -
Retailers Fighting To No Longer Store Credit Data
Technical Writing Geek writes with the news that the retail industry is getting mighty fed up over credit card company policies requiring them to store payment data. The National Retail Federation (NRF) has gone to bat for store owners, asking the credit industry to change their policies. The frustration stems from payment card industry (PCI) standards and new security measures going into place across the retail experience. Retailers are now trying to point out that many of the elements of the standard would not be a requirement if they didn't have to store so much payment data. "Even if the NRF's demands were immediately met, it would take several years before retailers could purge their systems and applications of credit card data, he said. Over the years, retailers have collected and stored credit card data in myriad systems and places -- including relatively old legacy environments -- and they are just now realizing the data can be a challenge, he said. Purging it can be a bigger headache because the data is often inextricably linked to and used by a variety of customer and marketing applications; simply removing it could cause huge disruptions." -
Online Videos May Conduct Viruses
Technical Writing Geek writes "A report on threats via the Internet released by a Georgia Tech research center indicates online video may be a new avenue of attack. As the popularity of flash media continues to explode, hackers may be targeting embedded video players and more traditional video downloads with worms and virii. 'One worm discovered in November 2006 launches a corrupt Web site without prompting after a user opens a media file in a player. Another program silently installs spyware when a video file is opened. Attackers have also tried to spread fake video links via postings on YouTube ... Another soft spot involves social networking sites, blogs and wikis. These community-focused sites, which are driving the next generation of Web applications, are also becoming one of the juiciest targets for malicious hackers.'" -
GPhone Still In the Works At Google
Technical Writing Geek writes "According to sources at a Taiwanese manufacturer, Google will definitely be launching its own branded phone. An article at DigiTimes states that the company has yet to finalize the handset's specifications, OS, production contractor and operating partners. 'TI's handset chipsets will find their way into the Google phone should the company decide to roll out an EDGE-compliant handset, but Qualcomm could turn out to be the winner if Google decides to bet on a 3G model ... However, the choice of a 3G platform might force Google to postpone the launch of the so-called Gphone to the first half of 2008 instead of the latter half of this year as expected due to the change of platform and problems related to licensing of patented technologies ...'" -
Blogger Objects To Accusations Surrounding Vista DRM
Technical Writing Geek writes "Self-described 'professional paranoid' Peter Gutmann of the University of Auckland has become the most widely quoted source of information on DRM and content protection in Windows Vista. The trouble is, according to ZDNet Blogger Ed Bott, Gutmann's work is riddled with factual errors, distortions, contradictions, and outright untruths. From the lengthy piece: 'As Gutmann would know if he actually understood how HD hardware works, Vista will indeed display HD content on this monitor over the D-Sub and component video outputs, which are capable of outputting 1080p and 1080i signals, respectively. In the future, a content provider might choose to constrict the output to these devices, but that decision would apply only to a specific piece of media, and it would have to be disclosed on the package, giving the buyer the opportunity to choose not to purchase it.'" -
Workers Cause More Problems Than Viruses
Technical Writing Geek writes "A new report finds that, for the first time, virus infections have slipped to the second spot on the list of computer security troublemakers. In first place— a company's own workers. 'The Computer Security Institute has just released the 2007 edition (PDF) of its long-running "Computer Crime and Security Survey," and it offers some dreary news for overworked computer security admins: average losses from attacks have surged this year. More surprising is the finding that the single biggest security threat faced by corporate networks doesn't come from virus writers any more; instead, it comes from company insiders.'" -
54% of CEOs Dissatisfied With Innovation
athloi writes "Invention is new and clever; innovation is a process that takes knowledge and uses it to get a payback. Invention without a financial return is just an expense. Ideas are really the sexy part of innovation and there's rarely a shortage of them. If you look at the biggest problems around innovation, rarely does a lack of ideas come up as one of the top obstacles; instead, it's things like a risk-averse culture, overly lengthy development times and lack of coordination within the company. Not enough ideas, on the other hand, is an obstacle for only 17 percent. At the end of the day all that creativity and all those ideas have to show on the bottom line. The goal of innovation is to make or save money, and IT should never lose sight of that central fact." -
Yahoo Edges out Google in Customer Satisfaction
athloi writes "The University of Michigan's American Consumer Satisfaction Index shows some significant shifts this year in consumer satisfaction among several major online players: Google, Yahoo, Ask, and AOL. For one, Google no longer holds first place. 'The ACSI report notes that Yahoo's jump into first place was a 4 percent increase over its score from last year, while Google saw a 4 percent decrease during the same time period. ACSI says that to the untrained eye, Google's home page today looks almost identical to the way it looked years ago. This is where Google's simplicity is apparently hurting it in the long-term, as new users just aren't seeing Google's new offerings--such as increased storage options, additions to Google Maps, and tweaks to Google Image Search--right in front of their faces like they do with other sites.'" -
Social Networking Sites Full of Security Holes
athloi writes "Social networking Web sites such as MySpace.com are increasingly juicy targets for computer hackers, who are demonstrating a pair of vulnerabilities they claim expose sensitive personal information and could be exploited by online criminals." -
Lenovo Aims $199 PC At China's Rural Population
athloi writes "Lenovo has announced they are gearing up to sell a basic personal computer for 'China's vast but poor rural market'. The pricetag could be as low as $199. 'The new Lenovo unit will include a processor and a keyboard and will use a buyer's television set as a monitor, Chen said. He said he had no details on the processor size or other features. The new PC goes on sale later this year at prices of 1,499 to 2,999 yuan ($199-$399), Chen said. Lenovo is the world's third-largest PC manufacturer, behind U.S.-based Hewlett Packard Inc. and No. 2 Dell.'" -
Web 2.0 Bubble May Be Worst Burst Yet
athloi writes with a link to an editorial by John Dvorak over at the PC Magazine site. Rather than his usual tilting at windmills, Dvorak turns his attention to possibility of another big internet economy 'pop': "Every single person working in the media today who experienced the dot-com bubble in 1999 to 2000 believes that we are going through the exact same process and can expect the exact same results — a bust. It's déjà vu all over again. Each succeeding bubble has been worse than its predecessor. Thus nobody is actually able to spot the cycle, since it just looks like a continuum. I can assure you that after this next collapse, nobody will think of the dot-com bubble as anything other than a prelude." It certainly seems like another burst is imminent; will this one be worse than the original, or have less of an impact? -
Report Warns Against Well-Meaning Net Censorship
athloi writes "A report entitled 'Governing the Internet,' was issued Thursday by the 56-nation Organization for Security and Cooperation in Europe. The document, which highlights the increasing environment of internet 'policing' around the world, characterized the practice as 'a bitter reminder of the ease with which some regimes -- democracies and dictatorships alike -- seek to suppress speech that they disapprove of, dislike, or simply fear.' From the article: 'The OSCE report says Kazakhstan's efforts to rein in Internet journalism in the name of national security is reminiscent of Soviet-era "spy mania," and it says Georgian law contains numerous provisions curbing freedom of expression online. Web sites, blogs and personal pages all are subject to criminal as well as civil prosecution in Kazakhstan, and the country's information minister, Yermukhamet Yertysbayev, has vowed to purge Kazakh sites of "dirt" and "lies."'" -
Computer Program Learns Baby Talk in Any Language
athloi writes "Researchers have made a computer program that learns to decode sounds from different languages in the same way that a baby does. The program will help to shed new light on how people learn to talk. It has already raised questions as to how much specific information about language is hard-wired into the brain." -
US Military Leaks its Secrets Online
athloi writes "Detailed schematics of a military detainee holding facility in southern Iraq, geographical surveys and aerial photographs of two military airfields outside Baghdad and plans for a new fuel farm at Bagram Air Base in Afghanistan are among the items accidentally left online by government agencies and contractors." -
Are In-Depth Articles Better Than Blog Postings?
athloi writes to tell us usability expert Jakob Nielsen is stressing the importance of well-thought-out articles as opposed to off-the-cuff blog postings. "Blog postings will always be commodity content: there's a limit to the value you can provide with a short comment on somebody else's comments. Such postings are good for generating controversy and short-term traffic, and they're definitely easy to write. But they don't build sustainable value. Think of how disappointing it feels when you're searching for something and get directed to short postings in the middle of a debate that occurred years before, and is thus irrelevant." -
Singles, Not Albums, Define Music Industry Success
athloi writes "Despite the tough times for albums, the music industry is slowly but surely learning the most important lesson of all: give consumers what they want, and they happily open their wallets. Digital music sales are a new business and a new way of thinking about and interacting with content. The industry should be paying closer attention to its meteoric rise and less attention to the dying, arcane album. It should absolutely drop the rhetoric about how piracy is destroying the business, because the sea change in sales patterns shows that something else is is afoot. It means that when users are sitting at a computer and looking for music, more and more each year are turning to legal download services." -
Credit Industry Opposes Anti-ID Theft Method
athloi alerts us to an opinion piece running in USA Today on the backlash against an effective tool to fight identity theft. The big three credit bureaus don't like the numerous state laws that have been passed requiring them to give consumers a simple way to freeze their credit. Watch for a push at the federal level to get a watered-down statute that pre-empts state laws. "Lawmakers across the country — pushed by consumer advocacy groups — ... have passed laws that allow consumers to freeze their credit, a surefire way to prevent thieves from opening new accounts or obtaining a mortgage in a consumer's name. Under a freeze, a consumer cuts off all access to his credit report and score, even his own. All lenders require that information, so no one can borrow money in the consumer's name until he or she lifts the freeze. It's simple, and it works. So, of course, it's under threat from the Consumer Data Industry Association, which represents the Big Three credit bureaus. They make millions gathering and selling consumer data. Freezes cut into that business." -
Microsoft to Offer Free Online Storage
athloi writes "Microsoft Corp. is giving computer users up to 500 megabytes of online storage for their documents, music, photos and video. They're offering it to a select 5,000 test users for now, but will make it widely available later this summer. This move is the latest in a series by the previous large corporation we all loved to hate to compete with the newest large corporation we might hate and fear, Google." -
US Expands Airport Biometric Data Collection
athloi sends word of an expansion of the US-VISIT program that now requires two fingerprints from foreign visitors arriving at scores of airports. Beginning later this year the US will be testing a system that collects 10 digital fingerprints, at 10 major points of entry. A US Homeland Security director assured EU officials that the program would operate under strict privacy rules. But he noted that the FBI and CIA will have access to the biometric data, which over time may expand beyond fingerprints. -
Texas Makes Green Computing Mandatory
athloi writes to mention that Texas legislators have passed a bill that would require computer companies to provide free recycling services to their customers for hardware purchased. "The bill (HB 2714) requires computer manufacturers to provide a "reasonably convenient" recycling plan that requires no additional payments from consumers. Dell and HP provided some model legislation that was used as the basis for the bill, which will only affect computers purchased for personal or home business use, but it could still encourage manufacturers to adopt efficient recycling programs that might then be applied to all machines sold."