<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cloud goes social &#187; macosx</title>
	<atom:link href="http://www.cloudgoessocial.net/tag/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudgoessocial.net</link>
	<description>computer, travel, movies, music, cuisine and more</description>
	<lastBuildDate>Mon, 21 Mar 2011 21:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Logitech Wave Pro &#8211; MacOSX</title>
		<link>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/</link>
		<comments>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 22:13:28 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[rand]]></category>
		<category><![CDATA[tips & howtos]]></category>
		<category><![CDATA[logitech wave pro]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=344</guid>
		<description><![CDATA[Hi all, short post, but hopefully helpful to some! I recently bought a new keyboard + mouse set from logitech. I tendo to get quite bad with the wrists, especially when typing much. Long story short, I have been using a Logitech Wave keyboard for a long time! Now, since I will be spending much [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
short post, but hopefully helpful to some!</p>
<p>I recently bought a new keyboard + mouse set from logitech. I tendo to get quite bad with the wrists, especially when typing much. Long story short, I have been using a Logitech Wave keyboard for a long time! Now, since I will be spending much time at the office (and not only at home) I thought I could buy a new set for office/home. I just went to the Logitech website and set for a wonderful <a href="http://www.logitech.com/en-us/keyboards/keyboard-mice-combos/devices/4677">Logitech Wave Pro</a>. Now, if only I had checked the fact that they say that it&#8217;s not compatible with MacOS X!</p>
<p>But well, the set arrived, I plugged it in, and to my horror it wasn&#8217;t recognized in the System Preferences Logitech Control Center (latest version, 3.3.0). The message was simply: &#8220;No Logitech Device Found&#8221;&#8230;</p>
<p>My &#8220;hacker&#8221; spirit of course couldn&#8217;t bear with this fact. Especially because the keyboard looked exactly like the Wave (not the Pro, mind it)&#8230; The mouse itself is simply an MX1100, which is supported by default&#8230; Weird, weird.</p>
<p>I started digging and found out the the (in)famous Logitech Software installs some special files in the usual paths:</p>
<pre>
/Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCCDaemon.app/Contents/Resources
</pre>
<p>In particular files named:</p>
<pre>
Hardware Descriptions 2002.plist
Hardware Descriptions 2006.plist
Hardware Descriptions 2007.plist
Hardware Descriptions 2008.plist
Hardware Descriptions 2009.plist
Hardware Descriptions 2010.plist
</pre>
<p>Now, if one is to open such files with the standard application (Property List Editor) he will find something along the lines of:<br />
<a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-20-at-11.59.26-PM.jpg" rel="lightbox[344]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-20-at-11.59.26-PM-300x192.jpg" alt="" title="Example of an hardware describing list" width="300" height="192" class="aligncenter size-medium wp-image-345" /></a></p>
<p>Bingo! Now I only had to find out the actual HEX number/product ID. How? Easy, I switched to a windows installation, installed the Logitech SetPoint software, dumped a text file generated by the bug/hardware/problems reporter and voila, found my numbers:</p>
<pre class="brush: cpp; title: ; notranslate">
0.000 Device 0x009018d8 parent=0xffffffff model=0x0300001e bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C517 rev=3810 name=Loreley 2RX
0.000 Device 0x008010b0 parent=0x009018d8 model=0x01000087 bus=2-USB       type=1-MOUSE     ser= vid=0000 pid=003C rev=0000 name=LX8 Cordless Laser Mouse (Gomera Dkt)
0.000 Device 0x00a02100 parent=0xffffffff model=0x0300001e bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C517 rev=3810 name=Loreley 2RX
0.000 Device 0x00700888 parent=0x00a02100 model=0x0200005b bus=2-USB       type=2-KEYBOARD  ser= vid=0000 pid=0060 rev=0000 name=Wave Cordless Keyboard
0.000 Device 0x00d03978 parent=0xffffffff model=0x03000030 bus=2-USB       type=3-RECEIVER  ser=	 vid=046D pid=C529 rev=0700 name=eQuad desktop receiver (Kiwi DT Mercury)
0.000 Device 0x00b02928 parent=0x00d03978 model=0x02000063 bus=2-USB       type=2-KEYBOARD  ser=QADR:38CC4662 vid=0000 pid=2003 rev=0000 name=MKT name TBD (Mercury)
0.000 Device 0x00c03150 parent=0x00d03978 model=0x0100008e bus=2-USB       type=1-MOUSE     ser=QADR:38CC4662 vid=0000 pid=1015 rev=0000 name=MX Pro (Macau RC)
</pre>
<p>I just copied the MX1100 entry in the 2008.plist file and modified the pID (actually just one number increase!) and the one for the wave keyboard. Restarted the Logitech Demo and everything is fully working (well, almost, some keys on the keyboard are apparently mapped in a different way, but I never use them too much, it _might_ be fixable, if I have some more time&#8230;).</p>
<p>Anyway, for those who didn&#8217;t understand too much, <a href="http://www.cloudgoessocial.net/help_mix/LogitechWavePro_MacOSX.zip">here&#8217;s a .zip</a> with the new file, you can just unzip it and place it in your directory, restart the Logitech Daemon (or reboot the PC) and your Wave Pro Set will now be supported!</p>
<ol>
<li>Download the <a href="http://www.cloudgoessocial.net/help_mix/LogitechWavePro_MacOSX.zip">.zip</a></li>
<li>Uncompress its content</li>
<li>in the Finder go to: /Library/Application Support/Logitech.localized/Logitech Control Center.localized/</li>
<li>Right-click on the LCCDaemon.app and Show Package Contents</li>
<li>go into Contents/Resources/</li>
<li>(optional) backup the file called: Hardware Descriptions 2008.plist</li>
<li>Copy the <strong>uncompressed</strong> file</li>
<li>Reboot (or restart the Logitech Daemon from the Activity Monitor/Terminal)</li>
</ol>
<p>As a result, you will get this beauty in your Logitech System Preferences<br />
<a href="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-21-at-12.11.03-AM.jpg" rel="lightbox[344]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2010/09/Screen-shot-2010-09-21-at-12.11.03-AM-300x219.jpg" alt="" title="Logitech Control Center with the Logitech Wave Pro devices" width="300" height="219" class="aligncenter size-medium wp-image-346" /></a></p>
<p>Hope it helps!</p>
<p>~Claudio</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2010/09/21/logitech-wave-pro-macosx/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Webradios on OSX: guide to easy listening</title>
		<link>http://www.cloudgoessocial.net/2009/04/17/webradios-on-osx-guide-to-easy-listening/</link>
		<comments>http://www.cloudgoessocial.net/2009/04/17/webradios-on-osx-guide-to-easy-listening/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:53:05 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[tips & howtos]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webradio]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=31</guid>
		<description><![CDATA[I&#8217;m a huge fan of some radios which I&#8217;ve been listening to in my life. For example, while driving in Italy I usually listen to virginradio, while being in Sydney I used to listen to tripleM, both of which usually air good rock music without too much DJs and ads. YES! I want to listen [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a <em>huge</em> fan of some radios which I&#8217;ve been listening to in my life. For example, while driving in Italy I usually listen to <a href="http://www.virginradioitaly.it">virginradio</a>, while being in Sydney I used to listen to <a href="http://www.triplem.com.au/sydney">tripleM</a>, both of which usually air good rock music without too much DJs and ads.<br />
YES! I want to listen to music, not ads or people speaking!</p>
<p>Thankfully most radio stations nowadays also spot an internet streaming. Nightmarefully usually it&#8217;s a flash or WMP (Windows Media Player) streaming. Being a MacOSX user (mostly) or a Linux user (always &#8211; mostly: so basically the time I&#8217;m not on MacOSX) I found both formats bad. The first because it works once and not the other time, the second because while <em>more or less working</em> with <a href="http://www.apple.com/quicktime/">Quicktime</a> (+ some weird nasty plugin [<a href="http://www.telestream.net/flip4mac-wmv/overview.htm">flip4Mac</a>])</p>
<p><strong>ATTEMPTED SOLUTION</strong></p>
<p>What I usually do is easy &#8211; with example:</p>
<ol>
<li>Go to the webpage of the radio &#8211; <a href="http://www.triplem.com.au/sydney"> http://www.triplem.com.au/sydney</a></li>
<li>Find the &#8216;listen online&#8217; button<br />
<div id="attachment_32" class="wp-caption aligncenter" style="width: 349px"><a href="http://www.cloudgoessocial.net/wp-content/uploads/2009/04/listen_online.jpg" rel="lightbox[31]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2009/04/listen_online.jpg" alt="Listen Online Example for TripleM" title="Listen Online Example" width="339" height="91" class="size-full wp-image-32" /></a><p class="wp-caption-text">Listen Online Example for TripleM</p></div></li>
<li>Open up the source code for the page that the &#8216;listen online&#8217; opens up (usually they use pop-ups windows for such streamings) when there&#8217;s some kind of streaming going on</li>
<li>Search for something like:<br />
<code>asx</code><br />
Or alternatively if you don&#8217;t find any entry:<br />
<code>embed</code>
</li>
<li>
If in the step before you found the <strong>asx</strong> copy all the link, following our example:</p>
<pre class="brush: plain; title: ; notranslate">
...
id=&quot;WMPlayer&quot;
name=&quot;WMPlayer&quot;
src=&quot;http://resources.triplem.com.au/listenfeed/2mmmlivestream.asx&quot;
type=&quot;video/quicktime&quot;
...
</pre>
<p>let&#8217;s copy: <code> http://resources.triplem.com.au/listenfeed/2mmmlivestream.asx </code></p>
<p>If instead in the step before we found the <strong>embed</strong> keyword let&#8217;s look around it to find something like:</p>
<pre class="brush: plain; title: ; notranslate">
...
&lt;EMBED type=&quot;application/x-mplayer2&quot; pluginspage=&quot;http://www.microsoft.com/Windows/MediaPlayer/&quot;
SRC=&quot;http://151.1.245.1/20&quot; name=&quot;nnrVideoPlayer&quot;
autostart=&quot;1&quot; width=&quot;400&quot; height=&quot;70&quot; showcontrols=&quot;1&quot;&gt;
&lt;/EMBED&gt;
...
</pre>
<p>around the code there should be the <strong>src</strong> tag, such as in the example. Let&#8217;s therefore copy:<code> http://151.1.245.1/20 </code>
</li>
<li>
Open your favorite video/audio player, <strong>not</strong> iTunes, such as <a href="http://www.videolan.org/vlc/">VLC</a> and search for something called like &#8216;Open Network&#8217;. In our example, using VLC it&#8217;s: <strong>File->Open Network&#8230;</strong> or even faster the shortcut ⌘N and paste what you just copied:</p>
<p><div id="attachment_40" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cloudgoessocial.net/wp-content/uploads/2009/04/vlc_open_network.jpg" rel="lightbox[31]"><img src="http://www.cloudgoessocial.net/wp-content/uploads/2009/04/vlc_open_network-300x217.jpg" alt="The right place to paste the information copied" title="VLC Open Network Dialog" width="300" height="217" class="size-medium wp-image-40" /></a><p class="wp-caption-text">The right place to paste the information copied</p></div>
</li>
<li>
Press <strong>OK</strong> and after some buffering time you should be listening to your favorite radio! And without any ads or needing to keep your browser or anything!
</li>
</ol>
<p>This is clearly and <em>hack solution</em> which may work for you or not. If you have problems with your radio streaming and the above solution don&#8217;t hesitate to contact me and I&#8217;ll look into it (whenever I&#8217;ll find some time).</p>
<p>Hope it helped!</p>
<p>ciop ciop</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2009/04/17/webradios-on-osx-guide-to-easy-listening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://resources.triplem.com.au/listenfeed/2mmmlivestream.asx" length="195" type="video/x-ms-asf" />
		</item>
		<item>
		<title>TIME protocol on MacOSX</title>
		<link>http://www.cloudgoessocial.net/2009/04/15/time-protocol-on-macosx/</link>
		<comments>http://www.cloudgoessocial.net/2009/04/15/time-protocol-on-macosx/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:44:55 +0000</pubDate>
		<dc:creator>Cloud</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.cloudgoessocial.net/?p=11</guid>
		<description><![CDATA[Recently in the Advanced Operating System course, at ETH (Systems) I&#8217;ve struggled upon the TIME protocol (not NTP). The problem was simple: get a TIME protocol server that could respond to the SLUG2 (friendly called by me and my project partner SLUT) when &#8216;she&#8217; was needing a reply (for some randomness, apparently). Since MacOSX doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Recently in the Advanced Operating System course, at <a href="http://www.systems.ethz.ch">ETH (Systems)</a> I&#8217;ve struggled upon the <a href="http://en.wikipedia.org/wiki/TIME_protocol">TIME protocol</a> (not NTP). The problem was simple: get a TIME protocol server that could respond to the SLUG2 (friendly called by me and my project partner SLUT) when &#8216;she&#8217; was needing a reply (for some randomness, apparently).</p>
<p>Since MacOSX doesn&#8217;t provide any such thing, I settled on the task and here&#8217;s the result:</p>
<p>Server side:</p>
<pre class="brush: python; title: ; notranslate">
#!/usr/bin/env python

import time
from socket import *

def server(host=&quot;&quot;, port=37):
	sock = socket (AF_INET, SOCK_DGRAM)
	sock.bind ((host, port))

	print &quot;listening on port %s (%s)&quot; % (port, `host`)
	while 1:
		# Block waiting for packet.
		data, address = sock.recvfrom(256)
		print &quot;Client sent:&quot;, data
		print &quot;Client at:&quot;, address
		# Got a packet, reply to address packet came from.
		sock.sendto(time.time(),address)

if __name__ == &quot;__main__&quot;:
	server(&quot;&quot;, 37)
</pre>
<p>Client side (just to test that the server is actually working)</p>
<pre class="brush: python; title: ; notranslate">
#!/usr/bin/env python

import socket
port=37
clisocket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
while 1:
	data = raw_input(&quot;Type something: &quot;)
	if data:
		clisocket.sendto(data, (&quot;127.0.0.1&quot;, port))
		# Block waiting for reply.
		data, address = clisocket.recvfrom(256)
		print &quot;Server sent time:&quot;, data
	else:
		break

clisocket.close()
</pre>
<p>This code (and any other that might be present on this blog) should be taken with a good grain of salt. It seems to do what it&#8217;s supposed to do. So if you&#8217;re in an emergency, trying to find a TIME protocol server to make it answer your client needs, here it is. Fiddle with it as much as you want. And don&#8217;t hesitate to comment with good and bad news about it.</p>
<p>The code and the issue have been tested on MacOSX 10.5.6</p>
<p>ciop ciop</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudgoessocial.net/2009/04/15/time-protocol-on-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

