Search(AD) Sponsored links(C) LeftThis site is build on openstandards with opensource software and an openmind. That is why all content is licenced under the open content licence. except external linked images, brandnames and content of users other than bert boerland |
xmlIndexedI really like Indexed, a index-blog. You do not understand what I am talking about? Take a look at this beauty: And there are lot and lots of other funny ones over at his site: I added it to my way-too-big-to-be-all-read RSS feed... I really should drop 90% of the sites By bertboerland at 31/05/2008 - 07:11 | cartoon | english | humour | xml | bertboerland's blog | add new comment |
digg | bookmark | cosmos | 162 readsDrupal as a Home Service Bus (beyond Home Automation)If... If I would start my own company... But I won't. I do not have the skills, money, balls and most of all, I am rather happy with my current employer Dutch Open Projects. But if I would start my own company, the services would not be based upon Location Based Services, a carbon copy of free available software or "Social Networking two dot ooo". It would be based upon my hobby in combination with my "vision" Part of my (IT) related hobby's include Drupal (the best Content Management System), MythTv (the best way to watch less junk TV) and everything Mac related (the best way to communicate with a CPU). Combining these elements will give you nice opportunities. For example your iPhone could be your remote control for your telly: But you could also use your iPhone as a device to watch television on; recorded streaming television based upon your preferences towards your telehone!
And these are just two simple examples; it could be expanded to controlling and integrating the Squeezebox (cheesy: WiFi to your HiFi) I own and towards all the other electric equipment in my house with X.10 (cheesy: control your house from your mouse) like Mr House does. But you will directly see two problems; all these devices and software packages act like they are the master:
In fact, most of the user interfaces these devices provide are really really bad, if you think Drupal pre4 sucked usability wise, try a MythTV distro from one year a go or even the current version of MrHouse! Now the time might not be right for my "business plan". I know that in the USA the concept of Tivo is rather normal for early adapters but here in the EU harddisk based PVR's are just catching on. It will take some time before the public sees and needs that these devices should be integrated .And by that time I am sure that our friends from RedMond have a very nice "solution" for you; "Vista Home Automation # 1984". By not combining, not integrating, they do not give the user the option to co-related information about their house. For example, if my central system that my family would not be in the house since there are no blue-tooth telephones detected at 2:00h in the morning while the camera sensors motion, I would like to be paged, see the camera images from my iPhone and when I will not react within a certain amount of time, the system should dial out to the police. Okay, bad example, I do not want that since most likely I forgot my phone or the battery is dead and I am in the kitchen to make some milk for my son to get him to sleep. But you get the idea; a centralised place where information is gathered from multiple sources, co-related and with work-flow, action upon this information. And by not combining, not integrating, they do not provide the user with a good user interface that is consistent and adapts (context aware) towards the client (text messaging, instant messaging, telephone, full browser etc). A key factor forsuccess beyond the usual geeks. I would like to be able to solve these two problems, make a central place that talks to all devices and can be "smart" and provide the user with the best UI (s)he can get. Now before you state that there is such a product, I am aware of pluto. Pluto combines music (squeezeboxes), television (MythTV), voice (asterisk) and much more into a central box. See for more information their (nasal!) presentation. But they do not combine it in what I would call a "central smart box". That and the fact that they can use some competition :-) A central smart box would be able to adapt fast, if there would be an API for a grocery shop, it will be in the software in the box within days, weeks. It would know my spending habits and my income and would swap money to places where it would get the most interest, it would read my RSS feeds and based upon time and location "read" them to me, it would know my agenda and the availability of my friends and it would do so much more that I can think of right now. And by now, you should see why I would like to add my other hobby; Drupal. I think that a central system that acts upon actions and can do more then that could be a Content management Framework like Drupal. I know that PHP by nature would not be very good for acting as a real time broker between information, but I still would go for a Drupal solution instead of J2EE. Drupal is easier, it adapts way faster, can integrate, has a geeky loving community that probably has some of the devices I mentioned, can look beautiful, has a very small footprint and can be context aware.
I would like coin the phrase So, if I would start my own company it would be based on building this. But since I will not, you a free to make it. And -lazy as I am- I will buy it from you! By bertboerland at 30/05/2008 - 12:57 | Apple | bert | Connectivity Technology | design | drupal | english | geeks/nerds | GNU | hardware | hobby | internet culture | media | microsoft | mp3 | MythTV | PVR | Social Software | sound | tv | Web2.0 | xml | bertboerland's blog | 2 comments |
digg | bookmark | cosmos | 440 readsCBS in de buurt, RSS en een braindead webmaster
Klik op RSS onderaan de pagina en wat verwacht je? Precies, een validerende RSS feed. En wat krijg je? Een greybox effectje met een pagina waar het nieuws van de site op staat. Please webmaster.. Ale je niet weet wat RSS is, val dan terug op het animated "NEW" gifje van web 0.1 maar ga niet onze standaarden vervuilen met je "nieuws". By bertboerland at 26/02/2008 - 09:45 | google | internet culture | nederlands | webhosting | weird | xml | bertboerland's blog | 1 comment |
digg | bookmark | cosmos | 325 readsHow many RSS readers do you have?
The problems with RSS readers is that big aggegator sites get the RSS feed on behalf of multiple people, just counting readers does not do the job. Fortunately, bigger sites mention how many people are reading the feed, like this in the headers: (+http://www.google.com/feedfetcher.html; 12 subscribers;
The other problem is that I have three RSS feed URL's for one and the same feed: /myblog/atom/feed
/myblog/node/feed /myblog/rss.xml So I run the following code on an access log of half a day: [root@tug httpd]# grep "/rss.xml" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more
[root@tug httpd]# grep "/myblog/node/feed" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more [root@tug httpd]# grep "/myblog/atom/feed" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more (note: Most RSS readers grab the feed muliple times per day. I dont count them via the onliners above and having only half a day of sampling data is not that bad) Then count the "on behalf of xxx subscribers" by hand and... I couldn't believe it, in half a day I have some 554 subscribers! Wowsers! By bertboerland at 22/01/2008 - 06:09 | english | Happy | internet culture | willy | xml | bertboerland's blog | 1 comment |
digg | bookmark | cosmos | 301 readsSpeechcasting going funny bij de NOSI am a big fan of podcasts, it helpt to overcome the trafficjames on the A9. I am a big fan of "web 2.0", reusing /combining content in a smarter way. Part of "two dot ooohh" is IMHO speechcasting. Reading out via synthesized voices HTML text you can take take them with you on your iPOD, see an older posting. The NOS.nl has since some time the readspeaker integration where you can select an option to let the text be spoken out to you, I haven't found an XSS exploit in the NOS.nl site (old ones have been patched) so I can use this for my own site. But what if you enter a 404 ("web page not found") URL in the readspeaker? The Dutch is fine. But the Dutch robot reading the English text in the second part, is funnier then Rutgers stonecoalenglish. By bertboerland at 10/09/2007 - 06:13 | english | internet culture | language | media | mp3 | Web2.0 | xml | bertboerland's blog | add new comment |
digg | bookmark | cosmos | 365 reads |
PollWho's onlineThere are currently 0 users and 185 guests online.
|
Recent comments
3 days 16 hours ago
4 days 7 hours ago
4 days 9 hours ago
5 days 13 hours ago
6 days 2 min ago
6 days 3 min ago
6 days 5 hours ago
6 days 12 hours ago
6 days 12 hours ago
1 week 21 hours ago