circle.ch weblog by Urs Gehrig |
|
|
|
| Academic, Android, Apache, Apple, Art, Best Of, Biotech, Civil Society, Content Management, Cooking, Copyright, Creative Commons, Crosspost, Culture, Database, Deutsch, DRM, Economy, Education, Event, Gadget, General, Geodata, Government, Health, Howto, Humor, Innovation, Intellectual Property, Java, Language, LaTeX, Law, Linux, Media, Moblog, Mozilla, Music, Office, Open Content, Open Source, P2P, PHP, Podcast, Politics, Privacy, Projects, Random Thought, Rant, Science, Search, Social Network, Software, Sport, Talks, Technology, Technology Transfer, Travelling, Weblog, Wiki, Wireless and Mobile, XML
|
|
17. November 2005
Modifications on the $100 Laptop a Linux-based, full-color, full-screen laptop that will use innovative power (including wind-up) and will be able to do most everything except store huge amounts of data. This rugged laptop will be WiFi-enabled and have USB ports galore. Its current specifications are: 500MHz, 1GB, 1 Megapixel.So far quite impressive, if you keep $100 in mind. Nevertheless I would like to add the following;
[1] http://laptop.media.mit.edu [2] http://www.kenkifer.com/bikepages/touring/laptop.htm [3] http://www.industrialkeyboard.com/html/internettastatur-folie.html Comments (3) Permalink del.icio.us 15. November 2005
Post-Grokster world with a closed P2P eDonkey Because the Grokster standard requires divining a company's "intent," the decision was essentially a call to litigate. This is critical because most startup companies just don't have very much money. Whereas I could have managed to pay for a summary judgment hearing under Betamax, I simply couldn't afford the protracted litigation needed to prove my case in court under Grokster. Without that financial ability, exiting the business was our only option despite my confidence that we never induced infringement and that we would have prevailed under the Grokster standard.Later in the testimonial he states: Imagine if for the last ten years we had been able to convert just 1% of the estimated tens of billions of shared files into paid downloads. There is a market solution to be found - it may well be one that fits in to the business model of the incumbent entertainment industry, but it also may not.If all those P2P software companies die, there will be not less file-shareing but less control by the record industry. As experianced earlier, users will simply turn to other services with similar offerings. What might help is to turn this P2P software to be used for something "good". Therefore some random thoughts:
[1] http://drn.okfn.org/node/78 [2] http://judiciary.senate.gov/testimony.cfm?id=1624&wit_id=4689 Comments (0) Permalink del.icio.us 06. October 2005
QR coded blog entries But anyway. QR codes are kind of twodimensional barcodes [1]. While conventional bar codes are capable of storing a maximum of approximately 20 digits, QR Code is capable of handling several dozen to several hundred times more information.20 digits are not enough to encode a typical blog title, a link, a date string and some copyright information. As an example, the QR coded string for this blog post is: "QR coded blog entries, 06.10.2005 00:23:26, http://circle.ch/blog/p1773.html, CC-by-sa_2.5". The QR code library behind my implementation is written by Y. Swetake [4]. If it makes sense, to link from a QR code to a blog post, is not yet plain clear. But I could imagine a simpler, maybe automated navigation for mobile phones:
Update: The ETH Zürich has a project running called "Visual Code Recognition for Camera-Equipped Mobile Phones" [5]. They also provide so called Recognizer software for Symbian OS based mobile phones. [1] http://www.denso-wave.com/qrcode/qrfeature-e.html [2] http://www.eurotechnology.com/store/qr-code/sample.html [3] http://www.camreader.jp/eng/service/index.html [4] http://www.swetake.com/qr/ [5] http://www.inf.ethz.ch/personal/rohs/visualcodes/ Comments (5) Permalink del.icio.us 07. September 2005
Get mapping coordinates from an address As the current petrol prices are rising, I would like to see an SMS service, where you can send something like "Lorraine, Bern" to a certain number and in return you would get an MMS with a map with a red outlined track to the next petrol station with the lowest prices on petrol. ;) [1] http://www.randys.org/content/?p=50 Comments (0) Permalink del.icio.us 01. September 2005
A Plaze to be with a signed Java Applet? You haven't used the Launcher to log on, therefore you are "plazeless". You cannot search for people or Plazes by radius.Apart from binaries there is also a Python launcher [3]. That is ok, if Python works on your system. So I was looking around for a signed Java Applet which gets access to the machines MAC address [4]. I am not sure, if at all, a launcher is programmable as signed Java Applet [5], but it would be fun to have a platform independent Launcher anyway. Maybe there will even be a non-Java Plazes Launcher Firefox extension one day, but that is just a guess. [1] http://blog.bitflux.ch/p2681.html [2] http://codeplaze.com [3] http://kybernet.org/wiki/index.php/PyPlazes [4] http://en.wikipedia.org/wiki/MAC_address [5] http://forum.java.sun.com/thread.jspa?threadID=648213&start=15&tstart=0 Comments (3) Permalink del.icio.us 30. August 2005
Freetag - a tagging and folksonomy system Freetag [1] is a module that implements a simple, fairly robust beginning of a tagging and folksonomy system. It works with PHP4 and MySQL 3.23 so far, and i imagine that if it gets popular, it should be easy to port to additional databases and/or languages.Maybe a way to build up its own tagging repository. Acutally I haven't tried, but according to the docs it is promising. As to feed the database, one could use his own tags or category names first. There are probably at least two ways to tag a blog post. Either tags selected by hand at the time of writing or as a self-tagging system (algorithm), that takes e.g. the content of a blog post, analyzes it and applys the tags to the post. Some more thoughts on tagging and retagging at overstated.net [2]. [1] http://getluky.net/freetag/ [2] http://overstated.net/04/10/09-migrating-to-delicious Comments (0) Permalink del.icio.us 29. August 2005
Blog backend with recommended tags per post [1] http://www.mozdev.org/source/browse/delicious/src/ Comments (2) Permalink del.icio.us 18. February 2005
Google search plugin based on XMLHttpRequest? [1] http://developer.apple.com/internet/webcontent/xmlhttpreq.html [2] http://www.google.com/webhp?hl=en&complete=1 [3] http://blog.bitflux.ch/wiki/LiveSearch Comments (0) Permalink del.icio.us 31. December 2004
CC's second anniversary [1] http://www.lessig.org/blog/archives/002365.shtml [2] http://www.circle.ch/wiki/CC-turns-2.0 Comments (5) Permalink del.icio.us 30. December 2004
JPEG image problem with PHP GD Imagemagick handles such problems in some - to me unknown - way and resizes the image properly, regardless of the problem pointed out. But there is currently only GD available and with that few lines of code I get a black resized thumbnail. The message pointed out above gets printed out when calling imagecreatefromjpeg(). A random thought was to rewrite a function from scratch in PHP that creates a valid image resource [1] in spite of the corrupt JPEG format. But as we have 23p.m. now, I am just too tired now ;) So I am stuck. A corrupt image can be found here [2]. [1] http://lxr.php.net/source/php-src/ext/gd/libgd/gd_jpeg.c#238 [2] http://circle.ch/blog/media/bild015.jpg Update: Problem-walk-around, as I got imagemagick support on the server ;) Comments (2) Permalink del.icio.us 01. November 2004
Fundamental mistake to let people pay for Fahrenheit 9/11? Voters in the US will be able to log on to the net tonight and download Michael Moore's controversial documentary, Fahrenheit 9/11, for some topical election-time viewing. Net movie provider CinemaNow is making the film available on a pay-per-view basis as of this evening, The BBC reports.I have seen the film today on ORF and would assume, that it is a mistake to let people pay for that film. My arguments are towards providing that piece of master-work under a license like the Attribution-NoDerivs-NonCommercial of Creative Commons to bring as many as possible before the movie players ;) Finally, those having seen that film, would possibly play an important role in the upcoming elections; especially those in the swing states. Just an idea. [1] http://www.theregister.co.uk/2004/11/01/politics_us_movies/ Update: I obviously did not have all facts while writing the above as you can read in a post on DRM News [2]. [2] http://drmnews.com/archives/2004/10/27/download-fahrenheit-911/ Comments (1) Permalink del.icio.us 26. August 2004
Book on Demand [1] http://www.meinbu.ch/html/Idee.shtml [2] http://bod.de Comments (0) Permalink del.icio.us 24. August 2004
Ventilwächter (Tire Deflator) für volle Staatskassen ![]() Das Teil wird von den Behörden - oder derem verlängertem Arm - an das Ventil eines Autorads montiert und mit einem Schlüssel abgeschlossen. Dabei wird der Autolenker mittels einer Hinweistafel auf die pneumatische Wegfahrsperre hingewiesen. Denn, sollte das Auto ungeachtet dessen in Bewegung gesetzt werden, so geht besagtem Reifen innert ca. 500m die Luft aus. In der Schweiz wurde das Teil bisher noch nicht gesichtet. Für Jungunternehmer und solche, die es werden wollen, wäre da ventilwaechter.ch noch zu reservieren ("The domain name is available!"), der Import zu regeln und ein Businessplan zu erstellen ;-) Nun, eigentlich müsste man diese pneumatische Wegfahrsperre anders konzipieren. Es sollte möglich sein, bspw. eine Parkbusse direkt via Mobile Phone bezahlen zu können. Da der Betrag einigermassen gross sein wird, so ca. im Bereich von CHF 40.-, könnte allenfalls eine Kombination mit EasyPay [4] eine Lösung bieten. So im Stile von Bezahlen Sie die Parkbusse mittels SMS bspw.: "123456789 an Nr. 999"123456789 würde dem EasyPay Code entsprechen. Damit wäre zwar die Zahlung gelöst, nicht aber das Lösen der Wegfahrsperre. Da braucht es bekanntlich einen Schlüssel. Da dieser kaum vom Himmel fallen wird, braucht es eine andere Lösung. Entweder die Securitas kommt in den nächsten 15 Minuten dahergeeilt, oder die Wegfahrsperre sei bspw. durch ein elektronisches Schloss zu sichern, das sich vom Zahlenden mittels der durch die Antwort-SMS erhaltene Entsperrinformation öffnen lasse: RFID, Infrarot, etc. etc. Da besteht noch einiges an Innovationsspielraum ;-) [1] http://www.ventilwaechter.de [2] http://www.bramsche.de/magazin/artikel.php?artikel=300 [3] http://www.innovationhouse.com/products/tire_deflator.html [4] http://www.swisscom.com/easypay Comments (0) Permalink del.icio.us 29. May 2004
Swiss Post buys search portal search.ch I am quite interested in how the Swiss Post intends to enhance the services provided by search.ch. You might argue, that a typical Post company should not burn its hands with e-business, then you should keep the following in mind; even if the citizens tend to travel or move around more than they did ten or twenty years ago, they mostly are at residents somewhere. Traditional services as delivering snail-mail can be combined with online services. The Post company has probably the most actual data regarding addresses. To give an example; the first thing one does after having moved to a new location, is letting the snail-mail get forwarded to the new address. This can be done by signing a contract at the Postoffice. So, the Swiss Post does know beforehand of that change; probably earlier than the Bank, the assurance company or the telecom company. Where does a search engine or search technology come in? Well, you better ask Swiss Post ;-) But search.ch already combined search technologies with the lookup of telephone numbers resp. addresses. One of their latest feature is the "related websites" ("Websites zum Eintrag"): http://tel.search.ch/result.html?name=B%E4rengraben&kanton=BE Since I am not an economist, I can not say exactly, how valuable "early bird" false-free address-information in combination with online services is. But I would guess, the earlier you get them, the better. Froogle "only" does allow smart shopping - in other words - seeking products on demand. But if the Swiss Post creates a site, where one can set up his or her own profile, the Swiss Post should be able to create a "portfolio" of possibly interesting products based on some search magic matching to that profile. Finally, Postfinance offers a comfortable way to pay the bill. Just a random thought... Oh, and congratulations to Berhard. [1] http://www.bernhardseefeld.ch/archives/000096.html [2] http://www.post.ch/SiteOnLine/DE/Accueil/1,1727,17704,00.html Comments (0) Permalink del.icio.us 16. March 2004
Real-time preview of Blog Comment But instantly I had that other random thought; a javascirpt transforms the entered text into the preview. As long as you do not copy-paste any prewritten text, writing comments usually takes quite a while. Now, the time argument could eventually be used to prevent comment spam in some way. If the spam is posted automatically, the time used, is probably around zero or marginal compared to handwritten text. Maybe this could be just an additional method. What do you think? [1] http://chrisjdavis.org/index/2004/03/15/live-preview-for-comments/463/ Comments (1) Permalink del.icio.us 08. March 2004
FOAF - Trust and Reputation [1] http://trust.mindswap.org/trustProject.shtml [2] http://trust.mindswap.org/abScript.shtml Comments (2) Permalink del.icio.us 27. February 2004
[RT] Handling SQLite remote files with PHP Just the other day I checked in some code into the CVS of sourceforge. The code is not much more than a hack for now. Anyway. To come to the point of this post: SF does not yet support the sqlite extension. So the title here suggests that there could/should be a way to handle sqlite remote database files. PHP does allow to handle remote files but IMHO the sqlite extension does not. If this is secure or not is to discuss afterwards. PHP5 will generally offer sqlite support. Nevertheless I ask myself if there are any applications that would make sense to have sqlite databases handled remotely. Maybe for portable devices such as mobile phones or handhelds, if they ever offer PHP support (some actually _do_ offer already Python [3]). Since they offer limited storage space, it could be a solution. Contradictions, comments? [1] http://codeconsult.ch/bertrand/ [2] http://sourceforge.net/projects/wikita [3] http://www.mobilewhack.com/programming/python/python_on_nokia_screenshots.html Comments (1) Permalink del.icio.us |
Werbung:Beiträge von Dritten:
Nachfolgende Titel verweisen auf von mir gelesene Weblogs. Feeds:WikiAgenda:Comments:Good question, but...Hi, thank you very... Unter http://www.s... Ich weiss mir nich... ThanQ matthias. Th... in case you just w... ich liebe dir, urs... hi there, sorry i... Hoi Leo. I haven'... Do you know the si... Archives:Blog stack:Bill Humphriesmonorom Wendy M. Seltzer Christian Stocker Roger Fischer Sandro Zic Wez Furlong Ben Hammersley George Schlossnagle Joichi Ito Lawrence Lessig Derek Slater Karl-Friedrich Lenz John Palfrey Bernhard A.M. Seefeld Gregor J. Rothfuss Rainer Langenhan Elke Engel Sebastian Bergmann Simon Willison Jeremy Zwaodny Udo Vetter Axel A. Horns Miguel de Icaza Andreas Halter Silvan Zurbrügg Hannes Gassert Markus Koller
|
$Date: 2005/11/05 11:14:30 $ |
|