<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SoftRatty] tag: arguments]]></title>
    <link>http://www.softratty.com/tag/arguments</link>
    <description></description>
    <pubDate>Fri, 03 Oct 2008 15:21:58 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Hoc 9.2 (Default branch)]]></title>
      <link>http://www.softratty.com/article/eafe676312d54905a0974580849d645c</link>
      <guid>http://www.softratty.com/article/eafe676312d54905a0974580849d645c</guid>
      <description><![CDATA[Hoc, the High Order Calculator, is an interpreted language for floating-point calculations. Its most basic use is as a powerful and convenient calculator, interactively evaluating expressions such as...]]></description>
      <content:encoded><![CDATA[Hoc, the High Order Calculator, is an interpreted
language for floating-point calculations. Its most
basic use is as a powerful and convenient
calculator, interactively evaluating expressions
such as 1+2*sin(0.7). But hoc is no ordinary
calculator: It also lets you assign values to
variables, define your own functions, and use
loops, conditionals, and everything else you'd
expect in a programming language. 
<hr />
<strong>License:</strong> BSD License (revised)
<hr />
<strong>Changes:</strong><br />
This release adds a syntax for named function
arguments (in addition to
the traditional numbered arguments) and fixes
small bugs and compilation
warnings.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=619599f6bec550c2273a9f3cfe9e6f60"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=619599f6bec550c2273a9f3cfe9e6f60"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=619599f6bec550c2273a9f3cfe9e6f60" style="display: none;" border="0" height="1" width="1" alt=""/>

]]></content:encoded>
      <pubDate>Thu, 09 Oct 2008 14:18:31 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/calculator">calculator</category>
      <category domain="http://www.softratty.com/tag/convenient calculator">convenient calculator</category>
      <category domain="http://www.softratty.com/tag/named function arguments">named function arguments</category>
      <category domain="http://www.softratty.com/tag/hoc">hoc</category>
      <category domain="http://www.softratty.com/tag/arguments">arguments</category>
      <category domain="http://www.softratty.com/tag/ordinary calculator">ordinary calculator</category>
      <category domain="http://www.softratty.com/tag/license">license</category>
      <category domain="http://www.softratty.com/tag/bsd license">bsd license</category>
      <category domain="http://www.softratty.com/tag/assign values">assign values</category>
      <source url="http://www.pheedo.com/click.phdo?i=619599f6bec550c2273a9f3cfe9e6f60">Hoc 9.2 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[psinfo 0.1 (Default branch)]]></title>
      <link>http://www.softratty.com/article/9c87753ccdf8d80e5d1ba3afcf4bea38</link>
      <guid>http://www.softratty.com/article/9c87753ccdf8d80e5d1ba3afcf4bea38</guid>
      <description><![CDATA[psinfo shows process information and statistics using the kernel /proc interface. This information includes: process state, environment, arguments and flags; CPU usage; scheduling; I/O usage; virtual...]]></description>
      <content:encoded><![CDATA[psinfo shows process information and statistics
using the kernel /proc interface. This information
includes: process state,  environment, arguments
and flags; CPU usage; scheduling; I/O usage;
virtual memory status; pagefaults; capabilities;
and signals. psinfo is useful for providing a
detailed view of the current state of an
application when diagnosing issues or performance
problems.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=6413e6c5f50b259fbb7f4a373294a37c"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=6413e6c5f50b259fbb7f4a373294a37c"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=6413e6c5f50b259fbb7f4a373294a37c" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 16:44:19 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/psinfo">psinfo</category>
      <category domain="http://www.softratty.com/tag/process information">process information</category>
      <category domain="http://www.softratty.com/tag/cpu usage">cpu usage</category>
      <category domain="http://www.softratty.com/tag/virtual memory status">virtual memory status</category>
      <category domain="http://www.softratty.com/tag/kernel proc interface">kernel proc interface</category>
      <category domain="http://www.softratty.com/tag/usage">usage</category>
      <category domain="http://www.softratty.com/tag/process">process</category>
      <category domain="http://www.softratty.com/tag/information includes">information includes</category>
      <category domain="http://www.softratty.com/tag/issues">issues</category>
      <source url="http://www.pheedo.com/click.phdo?i=6413e6c5f50b259fbb7f4a373294a37c">psinfo 0.1 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[Mini SNMP Daemon 0.8 (Default branch)]]></title>
      <link>http://www.softratty.com/article/11fdbb56b4f0581189c064f9fccb437f</link>
      <guid>http://www.softratty.com/article/11fdbb56b4f0581189c064f9fccb437f</guid>
      <description><![CDATA[Mini SNMP Daemon is a minimal implementation of an SNMP daemon. It is targeted for usage in embedded systems with limited disk and memory resources. All configuration is done using commandline...]]></description>
      <content:encoded><![CDATA[Mini SNMP Daemon is a minimal implementation of an
SNMP daemon. It is targeted for usage in embedded
systems with limited disk and memory resources.
All configuration is done using commandline
arguments. It supports basic CPU, memory, disk,
and network interface statistics.

<hr />
<strong>License:</strong> GNU General Public License v2
<hr />
<strong>Changes:</strong><br />
This release fixes calculation of free inodes in percent for filesystems that don't support them.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=3c910229c1bc7ff8c02701a1319d3975" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=3c910229c1bc7ff8c02701a1319d3975" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 14:31:18 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/mini snmp daemon">mini snmp daemon</category>
      <category domain="http://www.softratty.com/tag/snmp daemon">snmp daemon</category>
      <category domain="http://www.softratty.com/tag/network interface statistics">network interface statistics</category>
      <category domain="http://www.softratty.com/tag/release fixes calculation">release fixes calculation</category>
      <category domain="http://www.softratty.com/tag/memory resources">memory resources</category>
      <category domain="http://www.softratty.com/tag/public license">public license</category>
      <category domain="http://www.softratty.com/tag/license">license</category>
      <category domain="http://www.softratty.com/tag/memory">memory</category>
      <category domain="http://www.softratty.com/tag/supports basic cpu">supports basic cpu</category>
      <source url="http://www.pheedo.com/click.phdo?i=3c910229c1bc7ff8c02701a1319d3975">Mini SNMP Daemon 0.8 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[Sega Vision Due In 2009?]]></title>
      <link>http://www.softratty.com/article/1e849ca27df4ad1e63341778f3461467</link>
      <guid>http://www.softratty.com/article/1e849ca27df4ad1e63341778f3461467</guid>
      <description><![CDATA[Sega are due to release a new mobile gaming unit called Sega Vision in early 2009 according to The Register . This is a story I can't help but treat carefully but I haven't read any arguments against...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://regmedia.co.uk/2008/10/03/sega_vision_01.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://regmedia.co.uk/2008/10/03/sega_vision_01.jpg" alt="" border="0" /></a>Sega are due to release a new mobile gaming unit called Sega Vision in early 2009 according to <a href="http://www.reghardware.co.uk/2008/10/03/sega_vision/">The Register</a>. This is a story I can't help but treat carefully but I haven't read any arguments against this so far so here it is. The device is shown on the left and is supposed to support music, games, videos and books among others<br /><br />This would be a direct competitor of the Sony e-Book reader and the PSP. This almost seems to be too good to be true and I fear that it is. You have to wonder how they managed to keep this so quiet for so long but here's hoping.]]></content:encoded>
      <pubDate>Tue, 07 Oct 2008 16:21:00 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/sega">sega</category>
      <category domain="http://www.softratty.com/tag/sega vision">sega vision</category>
      <category domain="http://www.softratty.com/tag/sony e-book reader">sony e-book reader</category>
      <category domain="http://www.softratty.com/tag/direct competitor">direct competitor</category>
      <category domain="http://www.softratty.com/tag/due">due</category>
      <category domain="http://www.softratty.com/tag/support music">support music</category>
      <category domain="http://www.softratty.com/tag/shown">shown</category>
      <category domain="http://www.softratty.com/tag/games">games</category>
      <category domain="http://www.softratty.com/tag/fear">fear</category>
      <source url="http://www.22hundred.net/blog/2008/10/sega-vision-due-in-2009.html">Sega Vision Due In 2009?</source>
    </item>
    <item>
      <title><![CDATA[Knol debates: See both sides, get involved]]></title>
      <link>http://www.softratty.com/article/29cdaa3410eb9d7d639cc6e0ed4158a9</link>
      <guid>http://www.softratty.com/article/29cdaa3410eb9d7d639cc6e0ed4158a9</guid>
      <description><![CDATA[As the election season builds to a climax, the candidates have been engaging in a number of debates. With all the excitement, we wanted to get involved, so we've started our own set of debates on our...]]></description>
      <content:encoded><![CDATA[As the election season builds to a climax, the candidates have been engaging in a number of debates. With all the excitement, we wanted to get involved, so we've started our own set of debates on our new tool&nbsp;<a href="http://knol.google.com/" id="tq0v" title="Knol">Knol</a>. The debates on Knol are meant to offer a variety of in-depth opinions from experts so you can really understand all sides of an issue.<br />
<br />
Our first debate focuses on the economy. Economists from the&nbsp;<a href="http://www.cato.org/" id="jqp9" title="the Cato Institute">Cato Institute</a>&nbsp;and the&nbsp;<a href="http://www.epi.org/" id="e5-s" title="the Economic Policy Institute">Economic Policy Institute</a>&nbsp;(EPI) have offered opening arguments on what should come next now that the Emergency Economic Stabilization Act is law.&nbsp;<a href="http://knol.google.com/k/knol-debates/-/1zs871mejtqiw/5" id="fw8u" title="Take a look">Take a look</a>&nbsp;to see what they think -- but don't stop there. As with most articles in Knol, these are open to collaboration,&nbsp;so you can rate what you read, submit comments, write full responses (i.e. reviews),&nbsp; or even suggest edits to the author by making changes right in the knol itself. These experts are using Knol because they want to collaborate with readers, and they are committed to updating the articles based on your input.<br />
<br />
In addition, there's a&nbsp;<a href="http://moderator.appspot.com/#e=agltb2RlcmF0b3JyDgsSBlNlcmllcxj4vAEM" id="xaq8" title="forum where you can suggest additional topics">forum</a> where you can suggest additional topics that you'd like to see debated in our new tool&nbsp;<a href="http://moderator.appspot.com/" id="fm15" title="Moderator">Google Moderator</a>.&nbsp; As we prepare for the election, experts from leading think-tanks including Cato, EPI, the&nbsp;<a href="http://www.heritage.org/" id="rxr5" title="the Heritage Foundation">Heritage Foundation</a>, and the&nbsp;<a href="http://www.americanprogressaction.org/" id="zi7t" title="the Center for American Progress Action Fund">Center for American Progress Action Fund</a>&nbsp;will conduct similar debates on the issues you find the most important.<br />
<br />
We hope these knols help inform your decision on election day, and we encourage you to voice your opinion.<br />
<br />
Posted by Matt Ghering, Product Marketing Manager<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/blogspot/MKuf?a=N3StM"><img src="http://feeds.feedburner.com/~f/blogspot/MKuf?i=N3StM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/blogspot/MKuf?a=x7Etm"><img src="http://feeds.feedburner.com/~f/blogspot/MKuf?i=x7Etm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/blogspot/MKuf/~4/413978637" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 07 Oct 2008 06:04:00 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/knol">knol</category>
      <category domain="http://www.softratty.com/tag/tool knol">tool knol</category>
      <category domain="http://www.softratty.com/tag/election day">election day</category>
      <category domain="http://www.softratty.com/tag/election">election</category>
      <category domain="http://www.softratty.com/tag/election season builds">election season builds</category>
      <category domain="http://www.softratty.com/tag/tool google moderator">tool google moderator</category>
      <category domain="http://www.softratty.com/tag/articles">articles</category>
      <category domain="http://www.softratty.com/tag/economic policy institute">economic policy institute</category>
      <category domain="http://www.softratty.com/tag/experts">experts</category>
      <source url="http://feeds.feedburner.com/~r/blogspot/MKuf/~3/413978637/knol-debates-see-both-sides-get.html">Knol debates: See both sides, get involved</source>
    </item>
    <item>
      <title><![CDATA[Judge won't dismiss Apple/AT&T suit]]></title>
      <link>http://www.softratty.com/article/0ef62ec270401873eb82b068a45d4978</link>
      <guid>http://www.softratty.com/article/0ef62ec270401873eb82b068a45d4978</guid>
      <description><![CDATA[Filed under: Apple Corporate , iPhone
Northern California District Judge James Ware rejected arguments for dismissal in a class-action case surrounding Apple and AT&amp;T's exclusivity deal for the...]]></description>
      <content:encoded><![CDATA[<p>Filed under: <a href="http://www.tuaw.com/category/apple-corporate/" rel="tag">Apple Corporate</a>, <a href="http://www.tuaw.com/category/iphone/" rel="tag">iPhone</a></p><p><img hspace="5" vspace="5" border="1" align="right" src="http://www.blogsmithmedia.com/www.tuaw.com/media/2008/10/gavel-j2839492834.jpg" alt="" />Northern California District Judge James Ware <a href="http://www.appleinsider.com/articles/08/10/03/judge_waives_apple_att_objections_to_antitrust_case_vs_iphone.html">rejected arguments for dismissal</a> in a class-action case surrounding Apple and AT&amp;T's exclusivity deal for the iPhone.</p> <p>The lawsuit alleges Apple unfairly maintains exclusivity with AT&amp;T, preventing owners from unlocking and jailbreaking their handsets. It also argues that both companies disguised some post-sale costs of ownership. </p> <p>Ware dismissed Apple's and AT&amp;T's requests for dismissal -- a normal, routine part of the lawsuit process -- ruling they either weren't lawfully arguable or they didn't address the nature of the lawsuit. </p> <p>Apple said that since customers were still under the terms of their two-year contract, they couldn't legally argue the status of that contract: Ware said wasn't true. The company also said that they have since added support for third-party applications, but Ware said that wasn't the whole story, since Apple knowingly limits access to certain areas where it has a "<a href="http://www.tuaw.com/2008/09/22/apple-rejects-another-app-for-duplicating-functionality/">financial interest</a>."</p> <p>All parties in the case will next meet November 17, where the court will try to find out more information about the nature of the deal between Apple and AT&amp;T, including the exact duration of their exclusivity agreement.</p> <p>[Via <a href="http://www.macsimumnews.com/index.php/archive/us_federal_judge_shuts_down_some_attempts_by_apple_att_to_dismiss_lawsuit/">Macsimum News</a> and <a href="http://www.appleinsider.com/articles/08/10/03/judge_waives_apple_att_objections_to_antitrust_case_vs_iphone.html">AppleInsider</a>.]</p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href=http://www.macsimumnews.com/index.php/archive/us_federal_judge_shuts_down_some_attempts_by_apple_att_to_dismiss_lawsuit/>Read</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/2008/10/06/judge-wont-dismiss-apple-atandt-suit/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/forward/1334104/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.tuaw.com/2008/10/06/judge-wont-dismiss-apple-atandt-suit/#comments" title="View reader comments on this entry">Comments</a><br /><br /><p><map name="google_ad_map_16-1334104"><area shape="rect" href="http://imageads.googleadservices.com/pagead/imgclick/16-1334104?pos=0" coords="1,2,367,28" /><area shape="rect" href="http://services.google.com/feedback/abg" coords="384,10,453,23" /></map><img usemap="#google_ad_map_16-1334104" border="0" src="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=ca-pub-3546992251556849&amp;channel=21&amp;output=png&amp;cuid=16-1334104&amp;url=http://www.tuaw.com/2008/10/06/judge-wont-dismiss-apple-atandt-suit/" /></p>
<p><a href="http://feeds.tuaw.com/~a/weblogsinc/tuaw?a=ZZnuwa"><img src="http://feeds.tuaw.com/~a/weblogsinc/tuaw?i=ZZnuwa" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.tuaw.com/~f/weblogsinc/tuaw?a=ANpnm"><img src="http://feeds.tuaw.com/~f/weblogsinc/tuaw?i=ANpnm" border="0"></img></a> <a href="http://feeds.tuaw.com/~f/weblogsinc/tuaw?a=w94bm"><img src="http://feeds.tuaw.com/~f/weblogsinc/tuaw?i=w94bm" border="0"></img></a>
</div><img src="http://feeds.tuaw.com/~r/weblogsinc/tuaw/~4/413010169" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 06 Oct 2008 10:00:00 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/apple">apple</category>
      <category domain="http://www.softratty.com/tag/att">att</category>
      <category domain="http://www.softratty.com/tag/lawsuit">lawsuit</category>
      <category domain="http://www.softratty.com/tag/contract">contract</category>
      <category domain="http://www.softratty.com/tag/two-year contract">two-year contract</category>
      <category domain="http://www.softratty.com/tag/deal">deal</category>
      <category domain="http://www.softratty.com/tag/exclusivity deal">exclusivity deal</category>
      <category domain="http://www.softratty.com/tag/ware">ware</category>
      <category domain="http://www.softratty.com/tag/lawsuit process">lawsuit process</category>
      <source url="http://feeds.tuaw.com/~r/weblogsinc/tuaw/~3/413010169/">Judge won't dismiss Apple/AT&amp;T suit</source>
    </item>
    <item>
      <title><![CDATA[SUS 3.3 (Default branch)]]></title>
      <link>http://www.softratty.com/article/649f73e4eb715fab649c7cc0d3f35c99</link>
      <guid>http://www.softratty.com/article/649f73e4eb715fab649c7cc0d3f35c99</guid>
      <description><![CDATA[SUS is a (setuid root) utility to allow a user to run a command as another user, typically the super user (root). SUS consults a control file to determine if the user is allowed to run the specified...]]></description>
      <content:encoded><![CDATA[SUS is a (setuid root) utility to allow a user to
run a command as another user, typically the super
user (root). SUS consults a control file to
determine if the user is allowed to run the
specified command as the specified target user.
Very fine grained control is possible over what
commands may be run by considering commands and
arguments as references to UNIX objects, namely
users, groups, files, processes, and hosts.
Attributes of the referenced objects are used to
match against object class sets defined in the
control file.

<hr />
<strong>License:</strong> GNU General Public License v3
<hr />
<strong>Changes:</strong><br />
This version adds two new features: the ability to
use a hash of a file as an attribute for
comparisons and the ability to extract atttributes
of an existing file, user, or group and substitute
them into the control file at runtime.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=35e7c554b3ec53ff94d7fa39bb512a19" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=35e7c554b3ec53ff94d7fa39bb512a19" style="display: none;" border="0" height="1" width="1" alt=""/>

]]></content:encoded>
      <pubDate>Sun, 05 Oct 2008 04:26:22 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/control file">control file</category>
      <category domain="http://www.softratty.com/tag/control">control</category>
      <category domain="http://www.softratty.com/tag/file">file</category>
      <category domain="http://www.softratty.com/tag/user">user</category>
      <category domain="http://www.softratty.com/tag/super user">super user</category>
      <category domain="http://www.softratty.com/tag/sus">sus</category>
      <category domain="http://www.softratty.com/tag/target user">target user</category>
      <category domain="http://www.softratty.com/tag/object class sets">object class sets</category>
      <category domain="http://www.softratty.com/tag/public license">public license</category>
      <source url="http://www.pheedo.com/click.phdo?i=35e7c554b3ec53ff94d7fa39bb512a19">SUS 3.3 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[When Push Comes To Shove, Yahoo and Google Opt to Play by U.S. DOJ Schedule]]></title>
      <link>http://www.softratty.com/article/a3a0189481e1326edf4ba53eab6582f5</link>
      <guid>http://www.softratty.com/article/a3a0189481e1326edf4ba53eab6582f5</guid>
      <description><![CDATA[Steadfastness and fortuity can only hold up to so much scrutiny before it submits to external influences. Or so it goes with the Yahoo-plus-Google search advertisement revenue sharing deal that the...]]></description>
      <content:encoded><![CDATA[<p><img class="size-full wp-image-38023 alignright" title="waitingroom" src="http://mashable.com/wp-content/uploads/2008/10/waitingroom.png" alt="" width="210" height="150" />Steadfastness and fortuity can only hold up to so much scrutiny before it submits to external influences. Or so it goes with the Yahoo-plus-Google search advertisement revenue sharing deal that the two Web giants have been pushing <a href="http://www.mashable.com/2008/04/23/report-doj-investigating-yahoo-google-ad-test/">for the last several months</a>.</p>
<p>I can’t say I didn’t expect this to happen. Of course, anything could occur. Google could have <a href="http://www.mashable.com/2008/08/28/google-yahoo-search-ad-deal/">played its cards stiff</a> all the way though. But really, what interest would the company or its partner-to-be have in instituting their pre-agreed arrangement without the official okay or approval of the U.S. Department of Justice? The terms wouldn’t bring phenomenal amounts of cash to either entity, anyway, so they’re just going to wait this one out. A logical last-minute position to take, this seems to be.</p>
<p>According to Kara Swisher of AllThingsD’s <a href="http://kara.allthingsd.com/20081003/yahoogle-delayed/" target="_blank">BoomTown</a> blog, who has been avidly and incessantly following movements made by various parties in the search world for quite some time, Google spent some of its lobbying power this past week, which has in the past few years has purportedly grown a great deal in strength and influence, to assuage regulators’ concerns about the ad play. But a letter released Thursday by the office of <a href="http://kohl.senate.gov/~kohl/press/08/10/2008A02A35.html" target="_blank">Senator Herb Kohl</a>, chairman of the Antitrust Subcommittee, and addressed to Assistant Attorney General Thomas Barnett, hints very plainly at the company’s non-success at forward motion. In Kohl’s words:</p>
<blockquote><p>While we have conducted a careful review of this transaction, we do not have the benefit of the confidential business information supplied by the companies to the Department nor the economic models necessary to predict consumer and advertiser behavior. Determining the competitive effects of this transaction, moreover, requires us to predict the future of a young and dynamic market. Nonetheless, <strong>we conclude that important competition issues are raised by this transaction. Should the amount of advertising outsourced by Yahoo to Google grow significantly, we believe the threat to competition will also increase.</strong></p>
<p>Recognizing the nascent and fast-changing nature of this marketplace, <strong>we encourage the Department to continue to monitor the state of competition in this industry, whatever the outcome of its current investigation. If, over time, you determine that Google is gaining a dominant market position as a result of the Google-Yahoo agreement, then we would encourage the Justice Department to intervene to protect competition.</strong> Even should you conclude at present that this deal is not contrary to antitrust law, the Department must be sure that this deal never in the future crosses the line into an unacceptable, anti-competitive collaboration among competitors which will harm consumers and advertisers.</p></blockquote>
<p><img align="right" class="alignright" title="google yahoo" src="http://mashable.com/wp-content/uploads/2008/08/googleyahoo.png" alt="" width="204" height="198" />Statements made by executives at Google and Yahoo over the matter in the last month or two have certainly gone to reasonable lengths in making the technical case for their agreement. And Web-based discourse has not been short of arguments for and against the deal. Yet, those against seem to have spoken more loudly, and in greater numbers. Having groups like the <a href="http://www.mashable.com/2008/09/15/newspapers-of-the-world-google-yahoo/">World Association of Newspapers</a>, a Paris-based body, and the <a href="http://mashable.com/2008/09/07/400-advertisers-tell-us-justice-dept-they-feel-bad-about-google-yahoo-play/">Association of National Advertisers</a>, a collection of some 400 marketers, big and small, can most definitely help to raise the profile of topic as contentious as this. Indeed, the more attention is paid, the less that the charmers of Mountain View and Sunnyvale can really finagle their way to an “easy” green light.</p>
<p>And having it pass through DOJ inspection without much trouble might have been what the companies were expecting. Perhaps because the financial benefit for one or both companies isn’t so immense. And because there’s that non-exclusive tag they have been attaching to most every public portrayal they make about the agreement. Alternatively, some observers have taken the line that Yahoo-Google was never meant to be, and that it was just to <a href="http://www.mashable.com/2008/06/12/yahoo-google-search-advertising-deal/">shake the head of Microsoft</a>. A strategy of convenience. Yahoo is naturally a competitor to Google, but there’s a lesser-of-two-evils element to consider. “Let’s be frenemies for the time being,” is the general idea. I walk somewhere down the middle with regard to these premises. Both help paint the picture, I think.</p>
<p>Either way, Google and Yahoo have decided to do what was pretty much unavoidable, given the heat of the moment. It’s difficult to predict where this new October semi-surprise (if you can call it that) will go, but regulators heightened concern over potential abuse. Hence these last few weeks of intensified troubles. You might loosely say Google and Yahoo’s real estate venture has been put on hold due to broader turmoil in the housing market. Is this a case of wrong place, wrong time?</p>
<p><em>(Image credit (top): <a href="http://www.welshhighlandheritage.co.uk/dinas_station.htm" target="_blank">Welsh Highland Heritage</a>)</em></p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2008/02/12/yahoo-starts-layoffs/">Yahoo Starts Layoffs While Deciding What To Do Next</a><br /><a href="http://mashable.com/2008/03/31/yahoo-shine-poll/">The Daily Poll: Is Yahoo Shine Competing with YPN Publishers?</a><br /><a href="http://mashable.com/2008/01/15/vince-broady-leaves-yahoo/">Vince Broady Leaves Shrinking Yahoo Media Group</a><br /><a href="http://mashable.com/2007/08/14/yahoo-rates-higher-than-google/">Yahoo Gets Better Consumer Rating than Google</a><br /><a href="http://mashable.com/2008/05/14/zoho-openid/">Zoho Suite Opened To Google, Yahoo Users</a><br /><a href="http://mashable.com/2008/05/04/poll-what-is-yahoo%e2%80%99s-next-move/">What is Yahoo’s Next Move? [Poll]</a><br /><a href="http://mashable.com/2007/09/25/yahoo-and-google-sued-over-their-names/">Yahoo and Google Sued Over Their Names</a></p>
<p><a href="http://feedads.googleadservices.com/~a/fHOIi-CUQlYN_AAT8GCPA2B0axc/a"><img src="http://feedads.googleadservices.com/~a/fHOIi-CUQlYN_AAT8GCPA2B0axc/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=PA9vUIcS"><img src="http://feedproxy.google.com/~f/Mashable?i=PA9vUIcS" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=fWRCGtL4"><img src="http://feedproxy.google.com/~f/Mashable?i=fWRCGtL4" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=m74751uB"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=lMbkiZXU"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=1KrvNYcM"><img src="http://feedproxy.google.com/~f/Mashable?i=1KrvNYcM" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=DnGD64XB"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=1dJS2cFU"><img src="http://feedproxy.google.com/~f/Mashable?i=1dJS2cFU" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=MwiIq4hi"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/GKLA_P_-YFI" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 04 Oct 2008 11:12:49 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/yahoo">yahoo</category>
      <category domain="http://www.softratty.com/tag/yahoo users">yahoo users</category>
      <category domain="http://www.softratty.com/tag/google-yahoo agreement">google-yahoo agreement</category>
      <category domain="http://www.softratty.com/tag/google">google</category>
      <category domain="http://www.softratty.com/tag/yahoo media">yahoo media</category>
      <category domain="http://www.softratty.com/tag/yahoo starts layoffs">yahoo starts layoffs</category>
      <category domain="http://www.softratty.com/tag/yahoo-google">yahoo-google</category>
      <category domain="http://www.softratty.com/tag/agreement">agreement</category>
      <category domain="http://www.softratty.com/tag/google sued">google sued</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/GKLA_P_-YFI/">When Push Comes To Shove, Yahoo and Google Opt to Play by U.S. DOJ Schedule</source>
    </item>
    <item>
      <title><![CDATA[Mini SNMP Daemon 0.6 (Default branch)]]></title>
      <link>http://www.softratty.com/article/73c9d3654c6a654a0a790b2120e50816</link>
      <guid>http://www.softratty.com/article/73c9d3654c6a654a0a790b2120e50816</guid>
      <description><![CDATA[Mini SNMP Daemon is a minimal implementation of an SNMP daemon. It is targeted for usage in embedded systems with limited disk and memory resources. All configuration is done using commandline...]]></description>
      <content:encoded><![CDATA[Mini SNMP Daemon is a minimal implementation of an
SNMP daemon. It is targeted for usage in embedded
systems with limited disk and memory resources.
All configuration is done using commandline
arguments. It supports basic CPU, memory, disk,
and network interface statistics.

<hr />
<strong>License:</strong> GNU General Public License v2
<hr />
<strong>Changes:</strong><br />
This release adds an install target, developer documentation, and patches for FreeBSD support. It has minor bugfixes.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=a06bf9e63bf0eeb5c61faba7fba9ec63" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=a06bf9e63bf0eeb5c61faba7fba9ec63" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></content:encoded>
      <pubDate>Fri, 03 Oct 2008 16:32:36 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/mini snmp daemon">mini snmp daemon</category>
      <category domain="http://www.softratty.com/tag/snmp daemon">snmp daemon</category>
      <category domain="http://www.softratty.com/tag/network interface statistics">network interface statistics</category>
      <category domain="http://www.softratty.com/tag/memory resources">memory resources</category>
      <category domain="http://www.softratty.com/tag/public license">public license</category>
      <category domain="http://www.softratty.com/tag/license">license</category>
      <category domain="http://www.softratty.com/tag/memory">memory</category>
      <category domain="http://www.softratty.com/tag/supports basic cpu">supports basic cpu</category>
      <category domain="http://www.softratty.com/tag/disk">disk</category>
      <source url="http://www.pheedo.com/click.phdo?i=a06bf9e63bf0eeb5c61faba7fba9ec63">Mini SNMP Daemon 0.6 (Default branch)</source>
    </item>
    <item>
      <title><![CDATA[JamsBio Lets You Share, Interact With, and Discuss Music (The Startup Review)]]></title>
      <link>http://www.softratty.com/article/35d1aea65072b214fc9ae643867c80ab</link>
      <guid>http://www.softratty.com/article/35d1aea65072b214fc9ae643867c80ab</guid>
      <description><![CDATA[Company
JamsBio 20-Word Description
A new online social community where people connect with each other by sharing the music and moments that shape their lives. CEOs Pitch
Music is a part of everyones...]]></description>
      <content:encoded><![CDATA[<p><img align="right" class="alignright size-full wp-image-37879" src="http://mashable.com/wp-content/uploads/2008/10/jamsbio_logo.gif" alt="" /><br />
<h3>Company</h3>
<p><a href="http://www.jamsbio.com" target="_blank">JamsBio</a></p>
<h3>20-Word Description</h3>
<p>A new online social community where people connect with each other by sharing the music and moments that shape their lives.</p>
<h3>CEO&#8217;s Pitch</h3>
<p>Music is a part of everyone&#8217;s life, helps to define us and has power to unite us. This is the inspiration behind JamsBio.</p>
<p>JamsBio offers a rich platform on top of a database of over 5 million songs to:</p>
<blockquote><p>- Share music memories</p>
<p>- Review albums, songs and concerts</p>
<p>- Dedicate music to someone special</p>
<p>- Create and debate Top-5 music lists</p>
<p>- Play games that test your music knowledge</p>
<p>- Offer original columns, podcasts, and articles from the fan&#8217;s perspective</p></blockquote>
<h3>Mashable&#8217;s Take</h3>
<p>JamsBio looks and smells just like another social music sharing service at first, but a look under the covers reveals something different, which is refreshing these days. Yes, you can share music on the site but there&#8217;s more to it than that. Think of it more as a musical blog platform mixed with a music review service.</p>
<p>You can express your thoughts and feeling with a post about music in three different ways:</p>
<p>1. <strong>Memory</strong> - Share what you think about a specific song, when and where you heard it</p>
<p>2. <strong>Music Review</strong> - Write a review of a song, album or artist.</p>
<p>3. <strong>Concert Review </strong>- Review the actual live performance that you attended.</p>
<p>Here&#8217;s a music Review I did about a song from Foreigner. Notice how it includes your rating, review and even an embedded player that allows the reader to listen to the track:<br />
<center></p>
<p><img class="alignnone size-full wp-image-37896" src="http://mashable.com/wp-content/uploads/2008/10/music_review.jpg" alt="" /></center></p>
<p>There are several fun things to do on the service, such as <a href="http://www.jamsbio.com/games" target="_blank">games</a>. For example, there&#8217;s SongBlitz which is like Name That Tune, where you try to guess the name of the song and artist. There&#8217;s also JamsMatch where you try to match classic album covers with the right artists. There&#8217;s a leaderboard that tracks all players and results.<br />
<center></p>
<p><img class="alignnone size-full wp-image-37902" src="http://mashable.com/wp-content/uploads/2008/10/games1.jpg" alt="" /></center></p>
<p>They have a Facebook app called <a href="http://www.facebook.com/apps/application.php?id=14883191743" target="_blank">Memory Explorer</a> that lets you show your latest JamsBio memories in your Facebook profile, as well as widgets that you can embed on your other social networking profiles, blogs or websites.</p>
<p>Another fun area is the Top 5 lists feature where members share their favorite five songs, artists or albums in countless categories. This can generate a great deal of debate and arguments, which is cool. Just as in music posts, the songs in your list can be played right from there. As with just about everything else on the site, you can easily embed your list as a widget or share it on other social networks with friends.<br />
<center></p>
<p><img class="alignnone size-full wp-image-37905" src="http://mashable.com/wp-content/uploads/2008/10/top5.jpg" alt="" /></center></p>
<p>JamsBio does offer a different way to express yourself through your musical tastes. They present many interesting tools to accumplish this too. Their MusicFinder database seems to do a good job finding tracks. They claim that their database contains millions of songs which might be true judging from the results of all the searches that I conducted, including very rare and obscure tunes and artists. I know the last thing any of us need is yet another social music sharing site, but this one serves up an original soundtrack worth a listen and a look.</p>
<p><strong>Editor’s Note:</strong> This post is part of an ongoing series at Mashable - The Startup Review, Sponsored by Sun Microsystems Startup Essentials. If you would like to have your startup considered for inclusion, please see the details <a href="http://mashable.com/startup-review-sponsored-sun-startup-essentials/">here</a>.</p>
<p><center><br />
<em>Sponsored by</em> <a href="http://www.sun.com/emrkt/startupessentials/join.jsp">Sun Startup Essentials</a><a href="http://www.sun.com/emrkt/startupessentials/join.jsp"><img src="http://mashable.com/wp-content/uploads/2008/03/8-244_450x150_blue.gif" /></a><br />
</center></p>

<p><a href="http://feedads.googleadservices.com/~a/ehXO3PUUJwxfQTI8Pe-zyvCqTIE/a"><img src="http://feedads.googleadservices.com/~a/ehXO3PUUJwxfQTI8Pe-zyvCqTIE/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=1t5CbEPy"><img src="http://feedproxy.google.com/~f/Mashable?i=1t5CbEPy" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=sgChs17R"><img src="http://feedproxy.google.com/~f/Mashable?i=sgChs17R" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=q4egX4NB"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=OHaOrex9"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=nD7zB4GV"><img src="http://feedproxy.google.com/~f/Mashable?i=nD7zB4GV" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=E7oGreRh"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=yoK4RDjC"><img src="http://feedproxy.google.com/~f/Mashable?i=yoK4RDjC" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=pi1IwcPc"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/6Yq_8iMtGbY" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 03 Oct 2008 15:21:58 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/share">share</category>
      <category domain="http://www.softratty.com/tag/share music">share music</category>
      <category domain="http://www.softratty.com/tag/music">music</category>
      <category domain="http://www.softratty.com/tag/music review service">music review service</category>
      <category domain="http://www.softratty.com/tag/music review">music review</category>
      <category domain="http://www.softratty.com/tag/share music memories">share music memories</category>
      <category domain="http://www.softratty.com/tag/music posts">music posts</category>
      <category domain="http://www.softratty.com/tag/review">review</category>
      <category domain="http://www.softratty.com/tag/music knowledge">music knowledge</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/6Yq_8iMtGbY/">JamsBio Lets You Share, Interact With, and Discuss Music (The Startup Review)</source>
    </item>
  </channel>
</rss>
