Atomic: Client for the Queso Server
Atomic is a client for the Queso Server. (Runs only on M$ Windows Boxes)
Atomic is a client for the Queso Server. (Runs only on M$ Windows Boxes)
YouTube’s recht fragwürdige Nutzungsbedingungen hatten ja in letzter Zeit Schlagzeilen gemacht. Nun versucht die PR-Abteilung die “Karre aus dem Dreck zu ziehen” und stottert sich eine Entschuldigung zurecht:
youtube hatte nie vor, User-Einsendungen auf CD oder anderen klassischen Medien zu verkaufen und hat sich auch nie die Rechte dazu beschafft [...] (Netzeitung)
Jetzt müssen die nur noch die Nutzungsbedingungen ändern. Aber vielleicht haben die es ja schon gemacht. ;)
Man lernt nie aus. Habe heute Morgen durch den lieben Schockwellenreiter von Grails erfahren. Das ist ein auf Java basierendes Framework für Rapid Web Application Development, ähnlich dem bekannten Ruby On Rails.
Wer mehr Information sehen und mehr Wissen erlangen möchte, sollte auf den Grails-Seiten stöbern.
Ben Szekely has posted an example for accessing his Queso-Server with Apache Abdera. The important part is
AtomClient client = new AtomClient();
Entry postedEntry = client.post("http://abdera.watson.ibm.com:8080/atom/example", entry).getRoot();
where ‘entry’ is the Atom element.
Elias Torres, Wing Yung and Ben Szekely have created an ATOM-Server called Queso with a little interface using AJAX:
Queso is a J2EE-style application that implements the Atom Protocol specification currently in draft-09 atop an RDF server called Boca (the restaurant’s name is Boca Grande, a.k.a. Big Mouth) using Henry Story’s Atom OWL for the model and of course opening up a SPARQL endpoint to query the contents the store.
The actual data-storing takes place using RDF-Data. But the data is inserted by the user or the machine using Atom-syntax:
Content is inserted into the system is by posting Atom entries. The entries are stored as RDF (converted via Atom OWL by Henry Story), so their content and metadata is accessible via SPARQL queries. [...]
But test yourself under http://abdera.watson.ibm.com:8080/browser/. Its very rudimental so far, but looks promising.
Naja, ganz weg sind die Rechte nicht, aber man teilt sie sich laut der Netzeitung großzügig mit dem Video-Anbieter.
[...] Dabei geht es um einen Passus, der den Betreibern weitgehende Verwertungsrechte an den eingestellten Inhalten einräumt. [...]
…wie sich Software-Fehler auswirken können.
Die Ursache des Unglücks war nach ersten Angaben der Reederei Princess Cruises offenbar ein Computerfehler, der die Stabilisatoren des brandneuen Schiffes durcheinander brachte.
[mehr...]
Some nice tips for increasing the productivity of programmers.
Just visit a site which obviously likes social sharing services. They use these icons for their articles:

Whow, I don’t even know the half of these services. Ok, if i am honest, i only know three of them. ;)
That seems to me like a little oversupply of such social sharing stuff.
Man mag von Schleswig-Holstein denken was man will, aber im Datenschutz sind sie immer vorne mit dabei. So hat der schleswig-holsteinische Datenschutzbeauftragte Thilo Weichert einen schönen Artikel über den SWIFT-Datenmissbrauch der US-Behörden verfasst: “US-Behörden kontrollieren weltweiten Banktransaktionsdaten von SWIFT“.
Die rechtliche Rolle von SWIFT ist nicht eindeutig. Hierbei kann es sich um eine Art Telekommunikationsunternehmen handeln oder um einen Datenverarbeiter im Auftrag. Auftraggeber wären die jeweiligen nationalen Banken, über die die internationalen Transaktionen veranlasst werden. Diese sind gegenüber ihren Kundinnen und Kunden – über das sog. Bankgeheimnis – zur Vertraulichkeit verpflichtet. [...] Bei den US-Behörden handelt es sich – aus Sicht des deutschen wie des europäischen Datenschutzrechtes – unzweifelhaft um Unbefugte.
A list of nearly all domain names which are owned by Google.
Who ever had problems to recognize the characters in a normal text captcha system, here is a solution for you: A captcha system which uses pictures of people (found in the O’Reilly Blog).
The task you have to solve to prove that you are human, is to pick the ‘hottest’ girls or men out of a set of some pictures. The used pictures are delivered by a system called HOTorNOT, where unconfident people can upload there personal picture and other users rate them. The pictures with the highest rating are the correct ones in the captcha system.
Oh, here is the link to the captcha system: hotcaptcha. And here you can find some information about how to access the HOTorNOT API.
But how can bots conquer such a captcha? We all know that OCR methods can work with text-captchas.
For the hotcaptcha i figure out, that the following matching process is perfect to solve the problem.

Ok, currently it only works for the women-set. For the men-set its unsolvable — also for humans. :)
In this article Scott Granneman thinks about MySpace and the problems which this social network involves.
The company can hire all the security officers it wants, and it could replace every ad with a flashing banner that says “DO NOT TRUST RANDOM STRANGERS!!!”, and send fliers to every parent in America … and bad things would still happen to kids connected to MySpace.
Hat zwar jetzt nichts direkt mit Datensicherheit im Internet zu tun, fand ich aber dann trotzdem ganz erschreckend:
An der Tatsache, dass die aus Belgien stammende SWIFT [Society for Worldwide Interbank Financial Telecommunication] seit Ende 2001 150 Millionen Datensätze von internationalen Überweisungen an den US-Geheimdienst CIA weitergegeben hat, besteht kein Zweifel.
[mehr...]
(entdeckt bei dem Schockwellenreiter)
Daniel Jalkut wrote in his Red Sweater Blog that Microsoft will possibly use information from the iTunes-Library for their new iPod competitor.
The idea is that as a lure to switch to their service, Microsoft will offer to give you for free Windows Media versions of some number of songs from your existing iTunes library.
To get a list of the tracks you purchased, Jalkut built a little AppleScript which demonstrates the simplicity to get such informations:
tell application "iTunes" every track of library playlist 1 whose kind is "Protected AAC audio file" end tell