Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Linked Data? (Score 1) 62

Semantic Web technologies (in particular RDF, a graph-structured data format) are ideally suited for publishing data. Also, these technologies facilitate the integration of separate pieces of information; integration is what you want to do if thousands of people start publishing structured data. Linked Data (RDF using HTTP URIs to identify things) is already used by the NYT and the UK government to publish data online.

Comment Re:Data Search Interface (Score 1) 65

Yes, the better the data the better the system will work. However, VisiNav works quite well on relatively scruffy web data due to the integrated ranking component.
The underlying data has to be in graph-structured format (in RDF syntax); reasoning, most notably object consolidation, is supported via OWL. Once the data is indexed, users can search and browse right away. There's no configuration needed, because the ordering of data is done based on the calculated ranks. The UI can be configured via XSLT and CSS for adding a logo or changing the look and feel.
We've developed VisiNav as part of a research project, and the university owns (and manages) the IP. I guess they will make it available free of charge for educational and research organisations, but commercial applications would require a license.

Comment Data Search Interface (Score 1) 65

Hi, there's also VisiNav which lets you assemble complex queries over data, covering keyword search and faceted browsing (as Flamenco) and a bit more (path navigation). Drag and drop UI, where people who don't know facets or path navigation can do keyword search without being distracted. -- Andreas. Disclaimer: I'm one of the developers of VisiNav.

Submission + - UPC Ireland latest to do a DNS hijacking trial (service.upc.ie)

CaptSolo writes: UPC Ireland has started a trial of a DNS hijacking "service", in a violation of net neutrality. When users enter a URL for a non-existing domain, they are redirected to a landing page (for example, this). They do provide instructions for disabling this service, consisting of a PDF with screenshots demonstrating how Windows users can change DNS servers.

An example log of a hijacked HTTP request: http://gist.github.com/211317

Related: http://slashdot.org/story/09/08/05/1926257/Comcast-the-Latest-ISP-To-Try-DNS-Hijacking

Submission + - Cisco, Nokia take aim at net neutrality (goodgearguide.com.au)

angry tapir writes: "FCC Chairman Julius Genachowski announced last month that he would seek to develop formal rules prohibiting Internet service providers from selectively blocking or slowing Web content and applications. However, 44 companies — including Cisco Systems, Alcatel-Lucent, Corning, Ericsson, Motorola and Nokia — have sent a letter to the FCC saying new regulations could hinder the development of the Internet. A group of 18 Republican U.S. senators have also sent a letter to Genachowski raising concerns about net neutrality regulations"

Submission + - What makes a beautiful machine? 1

Nefarious Wheel writes: "One of the great perks of the company where I work is a huge variety of technical magazines in the coffee room, often having to do with industrial machinery, the aircraft industry, logistics, the world of the intensely practical application. Leafing through these I'm struck by how some very mundane machinery is really very beautiful. I guess form follows function, and beauty is in the eye of the beholder, but — why are some machines just simply beautiful to look at? Is it a case of things attracting us for monkey reasons, or intelligence crossing the barrier to emotion because of some line drawn by an artist masquerading as an engineer? Why is the nacelle of a commercial jet, a scanning electron microscope, a magnet of the LHC beautiful, when it was designed entirely to suit a practical purpose?"

Submission + - IntelliJ Goes Open Source (infoq.com)

An anonymous reader writes: IntelliJ IDEA, the popular closed-source Java IDE is to go partially open source with the introduction of a new community version Jetbrains have announced. The community addition includes full Java code support — various refactorings and code inspections, coding assistance; debugging, TestNG and JUnit testing; CVS, Subversion and Git support; Ant and Maven build integration; and Groovy and Scala support (through a separate plugin). The commercial Ultimate Edition will add support for features such as Android, GWT, Flex, JEE and OSGi

Comment Future Internet Symposium 2009 (Score 1) 370

There's the Future Internet Symposium 2009 (http://www.fis2009.org/ ) in Berlin next week which exactly targets the topic in the post. From the call for papers: "With over a billion users today's Internet is arguably the most successful human artifact ever created. The Internet's physical infrastructure, software, and content now play an integral part of the lives of everyone on the planet, whether they interact with it directly or not. Now nearing its fifth decade, the Internet has shown remarkable resilience and flexibility in the face of ever increasing numbers of users, data volume, and changing usage patterns, but faces growing challenges in meetings the needs of our knowledge society. Yet, Internet access moves increasingly from fixed to mobile, the trend towards mobile usage is undeniable and predictions are that by 2014 about 2 billion users will access the Internet via mobile broadband services. This adds a further layer of complexity to the already immense challenges."

Comment Re:This is trickier than it sounds (Score 1) 782

It is free as in freedom - you can do whatever you want with it. You may want to compile an app, but nowhere does it say that the tools to compile the app (or the environment where you can run the app) are necessarily free. For example, there are GPL-licensed Windows programs but that does not mean you get Windows to run them in for free.

Comment Re:ah yes, semantic web via RDF is the future (Score 1) 50

The field has come a long way since 2001 or 2003.

The main obstacle to "this golden future" so far has been an insufficient amount of data published online. Many organisations sit on their data like hens sit on their eggs, and publishing data right requires some effort.

That's slowly changing, especially with more openness and transparency -- voluntarily or forced -- in all kinds of organisations and agencies (data.un.org, data.gov, data.gov.uk... ), more people getting the idea of open data, and the establishing of simplified best practices on how to publish data on the web following the Linked Data paradigm.

It's about time that Yahoo and Google finally start to take note and add open data to their systems (which don't exploit the full power of these technologies but hey you've got to start somewhere).

Comment Re:ID what? (Score 1) 1055

I use VIM (and MacVIM when on Mac), mostly for Python development. What's this "IDE" thing again?

-

I am wondering, though, what do others use for coding (and for Python coding in particular). Text editors are fine for many tasks, but perhaps there are more complex projects with lots of files which require something like Eclipse, etc. What's your experience w. that?

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...