<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1872887973703529230</id><updated>2024-09-24T07:22:17.449-04:00</updated><category term="calibre"/><category term="e-book"/><category term="epub"/><category term="fb2"/><category term="iphone"/><category term="opds"/><category term="pdf"/><category term="stanza"/><title type='text'>Miscellanea Informatica</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-6853978115279112112</id><published>2024-01-28T00:28:00.003-05:00</published><updated>2024-01-28T00:31:07.810-05:00</updated><title type='text'>Two-factor Authentication</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;How many times a day do you find yourself trying to quickly remember yet another 6-digit code sent via SMS and quickly type it as part of logging in to various sites and services? This is one of those situations where a computer should be more helpful - after all, it KNOWS the code it just received! Why make you memorize it and then type it again?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Took me a lot of Googling to find this solution. While not perfect, it&#39;s workable, and I use it daily.&amp;nbsp;&lt;/span&gt;Hat tip to &lt;a href=&quot;https://tyler.io/2021/12/a-better-way-to-copy-two-factor-codes-on-macos/&quot;&gt;&quot;A Better Way to Copy Two-Factor Codes on macOS&quot;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Add this to your &lt;/span&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;.zprofile&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;2fa(){ sqlite3 &quot;$HOME/Library/Messages/chat.db&quot; &quot;select text from message order by date desc limit 1&quot; | grep -oE &#39;[0-9]{2,}&#39; | pbcopy }&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Note that Terminal must be granted Full Disk Access.&amp;nbsp;&lt;/p&gt;&lt;p&gt;As you can see, this sequence of commands queries your Messages database for the last text message received, then grabs a sequence of numbers from it, and places it on Mac&#39;s clipboard, ready for you to paste.&lt;/p&gt;&lt;p&gt;To use, just issue &lt;span style=&quot;font-family: courier;&quot;&gt;2fa&lt;/span&gt; command (you can certainly call it anything else) in Terminal after receiving that SMS, and - voila! - the code is ready to be pasted (command-V).&lt;/p&gt;&lt;p&gt;Alternatively, place the above command in .command file, do &lt;span style=&quot;font-family: courier;&quot;&gt;chmod +x&lt;/span&gt;, and drag it to the Dock (to the right of the separator). Then just click it once to execute.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/6853978115279112112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/6853978115279112112' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6853978115279112112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6853978115279112112'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2024/01/two-factor-authentication.html' title='Two-factor Authentication'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-2745580021408066657</id><published>2021-09-14T21:32:00.002-04:00</published><updated>2021-09-14T21:37:28.312-04:00</updated><title type='text'>VirtualBox does not survive macOS updates</title><content type='html'>&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Lately, macOS updates break VirtualBox with &quot;Kernel driver not installed (rc=-1908)&quot; error. Not only is this highly annoying and oh-so-expected, but a reasonable solution (that does not involve reboots into Recovery mode, endless uninstalls and reinstalls, etc.) to this error is not terribly easy to find. After some poking around, I came across this and it worked:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;1) restart the Mac&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;2)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: courier;&quot;&gt;% sudo /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;VirtualBox runs fine again. Whew!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Thank you to&amp;nbsp;&lt;a href=&quot;https://stackoverflow.com/questions/13670176/virtualbox-error-kernel-driver-not-installedrc-1908&quot;&gt;https://stackoverflow.com/questions/13670176/virtualbox-error-kernel-driver-not-installedrc-1908&lt;/a&gt; for the answer.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-variant-ligatures: no-common-ligatures;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;P.S. Why am I still bothering with VirtualBox???&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/2745580021408066657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/2745580021408066657' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2745580021408066657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2745580021408066657'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2021/09/virtualbox-does-not-survive-macos.html' title='VirtualBox does not survive macOS updates'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-7174036033626118382</id><published>2020-02-20T16:47:00.003-05:00</published><updated>2020-02-20T16:47:46.335-05:00</updated><title type='text'>Don&#39;t Save</title><content type='html'>&lt;span style=&quot;font-family: inherit;&quot;&gt;I noticed that the latest version of Microsoft Office applications lost the ability to activate &quot;Don&#39;t Save&quot; button on Save dialog boxes with Command+D shortcut. Looks like they are complying with a rather long-term change in the MacOS to a new shortcut - Command+Delete. Well, I can&#39;t very well use that shortcut with my left hand which is really used to hitting Command+D by now, can I? Some googling revealed a solution. See&amp;nbsp;&lt;a href=&quot;https://osxdaily.com/2011/08/15/return-the-dont-save-keyboard-shortcut-to-commandd-in-mac-os-x-lion/&quot;&gt;https://osxdaily.com/2011/08/15/return-the-dont-save-keyboard-shortcut-to-commandd-in-mac-os-x-lion/&lt;/a&gt;&amp;nbsp;for details. Issue the following command in Terminal to get your Command+D back:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f3f3f3; color: #303030; font-size: 12.35px;&quot;&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;defaults write NSGlobalDomain NSSavePanelStandardDesktopShortcutOnly -bool YES&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #f3f3f3; color: #303030;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Voila, no need to retrain myself!&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/7174036033626118382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/7174036033626118382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7174036033626118382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7174036033626118382'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2020/02/dont-save.html' title='Don&#39;t Save'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-3206711877197501588</id><published>2020-01-03T08:20:00.001-05:00</published><updated>2020-01-03T08:20:48.518-05:00</updated><title type='text'>Using AppleScript for a Complicated Apple Mail Rule</title><content type='html'>My son&#39;s daycare sends us an e-mail with a link to pictures they take of kids during the day. It&#39;s adorable. I like to forward this e-mail to both sets of grandparents. One small problem - he only goes there 3 days per week, but e-mails arrive daily. Mission - avoid spamming the grandparents. The daycare used to put the day of the week in the Subject line and that made it very easy to set up rules in the Mac Mail app to handle the automatic forwarding. Lately, all Subjects are the same. So, AppleScript to the rescue - forward the message only if it arrives on specified days of the week. Disclaimer - I do not know AppleScript. Not even a little bit. So it&#39;s a lot of Googling and trial and error to get these occasional scripting attempts of mine to work. Here&#39;s what I cobbled together:&lt;br /&gt;
&lt;br /&gt;





&lt;style type=&quot;text/css&quot;&gt;
p.p1 {margin: 0.0px 0.0px 0.0px 41.6px; text-indent: -41.6px; font: 12.0px Verdana; color: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 83.2px; text-indent: -83.2px; font: 12.0px Verdana; color: #0000ff}
p.p3 {margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Verdana; color: #408000}
p.p4 {margin: 0.0px 0.0px 0.0px 166.5px; text-indent: -166.5px; font: 12.0px Verdana; color: #000000}
p.p5 {margin: 0.0px 0.0px 0.0px 166.5px; text-indent: -166.5px; font: 12.0px Verdana; color: #408000}
p.p6 {margin: 0.0px 0.0px 0.0px 166.5px; text-indent: -166.5px; font: 12.0px Verdana; color: #4c4e4e}
p.p7 {margin: 0.0px 0.0px 0.0px 208.1px; text-indent: -208.2px; font: 12.0px Verdana; color: #4c4e4e}
p.p8 {margin: 0.0px 0.0px 0.0px 208.1px; text-indent: -208.2px; font: 12.0px Verdana; color: #000000}
p.p9 {margin: 0.0px 0.0px 0.0px 249.8px; text-indent: -249.8px; font: 12.0px Verdana; color: #000000}
p.p10 {margin: 0.0px 0.0px 0.0px 249.8px; text-indent: -249.8px; font: 12.0px Verdana; color: #408000}
p.p11 {margin: 0.0px 0.0px 0.0px 291.4px; text-indent: -291.4px; font: 12.0px Verdana; color: #000000}
p.p12 {margin: 0.0px 0.0px 0.0px 333.0px; text-indent: -333.0px; font: 12.0px Verdana; color: #0000ff}
p.p13 {margin: 0.0px 0.0px 0.0px 291.4px; text-indent: -291.4px; font: 12.0px Verdana; color: #0000ff}
p.p14 {margin: 0.0px 0.0px 0.0px 124.8px; text-indent: -124.9px; font: 12.0px Verdana; color: #000000}
span.s1 {font-variant-ligatures: no-common-ligatures}
span.s2 {font-variant-ligatures: no-common-ligatures; color: #0000ff}
span.s3 {font-variant-ligatures: no-common-ligatures; color: #000000}
span.s4 {font-variant-ligatures: no-common-ligatures; color: #408000}
span.s5 {font-variant-ligatures: no-common-ligatures; color: #6c05d3}
span.s6 {font-variant-ligatures: no-common-ligatures; color: #4c4e4e}
span.Apple-tab-span {white-space:pre}
&lt;/style&gt;


&lt;br /&gt;
&lt;div class=&quot;p1&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;using terms from&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;application&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &quot;Mail&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p2&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;on&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;perform mail action with messages&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;these_messages&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;for rule&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;theRule&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p3&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;repeat&lt;/b&gt; &lt;b&gt;with&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;eachMessage&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;in&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;these_messages&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p4&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;set&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;theDate&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;b&gt;to&lt;/b&gt; &lt;b&gt;the&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s5&quot;&gt;date received&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;b&gt;of&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;eachMessage&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p5&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;set&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theWeekday&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;to&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;weekday&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;of&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theDate&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p6&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;--display alert (theWeekday)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p5&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;if&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theWeekday&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;Monday&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;or&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theWeekday&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; =&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;W&lt;/i&gt;&lt;i&gt;ednesday&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;or&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theWeekday&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; = &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;Friday&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;then&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p8&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;tell&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;i&gt;application&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &quot;Mail&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p9&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;set&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;addressList&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;b&gt;to&lt;/b&gt; {&quot;user1@yahoo.com&quot;, &quot;user2@gmail.com&quot;}&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p10&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;set&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theMessage&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;to&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;forward&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;eachMessage&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s6&quot;&gt;--with opening window&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p9&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;tell&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;theMessage&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p11&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;repeat&lt;/b&gt; &lt;b&gt;with&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;b&gt;from&lt;/b&gt; 1 &lt;b&gt;to&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;count&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;addressList&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p12&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;make&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;i&gt;to recipient&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;at&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;end&lt;/b&gt; &lt;b&gt;of&lt;/b&gt; &lt;b&gt;every&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;i&gt;to recipient&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;with properties&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; {&lt;/span&gt;&lt;span class=&quot;s5&quot;&gt;address&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;i&gt;item&lt;/i&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;b&gt;of&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s4&quot;&gt;addressList&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p11&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;repeat&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p13&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;delete&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;i&gt;bcc recipients&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p13&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;delete&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;i&gt;cc recipients&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p9&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;tell&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p10&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;send&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;theMessage&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p8&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;tell&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p4&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;if&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p14&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;repeat&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p2&quot;&gt;
&lt;span class=&quot;s3&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot;&gt; &lt;/span&gt;&lt;b&gt;end&lt;/b&gt; &lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;perform mail action with messages&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p1&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;end&lt;/b&gt; &lt;b&gt;using terms from&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;p1&quot;&gt;
&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
Save the script to &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;~/Library/Application Scripts/com.apple.mail&lt;/span&gt; and set up a rule in Mail app with &quot;Run AppleScript&quot; action&amp;nbsp;pointing to this script.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Tidbits to note: the &lt;span style=&quot;background-color: #f3f3f3; font-family: Courier New, Courier, monospace;&quot;&gt;if&lt;/span&gt; statement checks whether the message was received on specific weekdays I am interested in; I had to use a list (&quot;addressList&quot;) and subsequently iterate over it to accommodate multiple recipients.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/3206711877197501588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/3206711877197501588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/3206711877197501588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/3206711877197501588'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2020/01/using-applescript-for-complicated-apple.html' title='Using AppleScript for a Complicated Apple Mail Rule'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-418185293303777752</id><published>2019-10-30T10:25:00.001-04:00</published><updated>2019-10-30T10:25:15.004-04:00</updated><title type='text'></title><content type='html'>If macOS 10.15 Catalina (and also 10.15.1, unfortunately) broke your ability to connect to certain Wi-Fi access points because the captive portal (splash page) does not appear, manually launching&amp;nbsp;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;/System/Library/CoreServices/Captive Network Assistant &lt;/span&gt;seems to help. Thanks&amp;nbsp;&lt;a href=&quot;https://poweruser.blog/macos-catalina-wifi-issue-captive-portal-broken-45610cc016b5&quot;&gt;https://poweruser.blog/macos-catalina-wifi-issue-captive-portal-broken-45610cc016b5&lt;/a&gt;&amp;nbsp;for the suggestion!</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/418185293303777752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/418185293303777752' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/418185293303777752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/418185293303777752'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2019/10/if-macos-10.html' title=''/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-6531711679865110652</id><published>2017-12-06T01:01:00.000-05:00</published><updated>2017-12-06T01:01:21.203-05:00</updated><title type='text'>VirtualBox &quot;Wrong SSL Certificate Format&quot; Error</title><content type='html'>VirtualBox (v5.2.2 as of this writing) on my Mac (MacOS 10.13.1) frequently fails to check for updates, etc. with&amp;nbsp;the following error message:&amp;nbsp;&quot;Wrong SSL Certificate Format.&quot; I looked around periodically but could not find a solution. Until I stumbled on &lt;a href=&quot;https://www.virtualbox.org/ticket/13380&quot;&gt;this&lt;/a&gt;: replace &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;~/Library/VirtualBox/vbox-ssl-cacertificate.crt&lt;/span&gt;&amp;nbsp;with content&amp;nbsp;from &lt;a href=&quot;https://www.virtualbox.org/attachment/ticket/12340/vbox-ssl-cacertificate.crt&quot;&gt;https://www.virtualbox.org/attachment/ticket/12340/vbox-ssl-cacertificate.crt&lt;/a&gt;&amp;nbsp;Problem solved. Finally!</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/6531711679865110652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/6531711679865110652' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6531711679865110652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6531711679865110652'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2017/12/virtualbox-wrong-ssl-certificate-format.html' title='VirtualBox &quot;Wrong SSL Certificate Format&quot; Error'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-5887884142492717195</id><published>2017-01-04T10:33:00.005-05:00</published><updated>2017-01-04T10:33:51.997-05:00</updated><title type='text'>Wish List for Apple in 2017</title><content type='html'>Everyone is writing about what to expect or what they would want in the world of tech and gadgets in 2017. Here are my wishes for Apple:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Cool new iPhone - new camera, better/bigger screen. Need a reason to upgrade from 6&lt;/li&gt;
&lt;li&gt;iOS improvements - simpler lock screen (iOS 10 really bungled it up), more intelligence, more customization (preference for maps, browsers, etc.)&lt;/li&gt;
&lt;li&gt;Photo management is appalling! All I want is a single place (cloud) where all of the family&#39;s photos will end up. Is that too much to ask???&lt;/li&gt;
&lt;li&gt;Free storage for backups. Do not make me pay $3/month - it&#39;s not cool&lt;/li&gt;
&lt;li&gt;Music in iOS automatically blares the first song in alphabetic order when I connect the phone to car&#39;s media interface. Mine happens to be &quot;ABCs&quot; from &quot;Baby Loves Jazz&quot; album. Super annoying! Can I choose some other behavior to be the default instead?&lt;/li&gt;
&lt;li&gt;iOS/Apple TV - need to support multi-user login. Why is Apple TV stuck with my kid as the only user???&lt;/li&gt;
&lt;li&gt;MacBook Pro 2016 is slow and expensive. TouchBar seems unnecessary. Meh... I want a better laptop to replace mine from 2014. Could it be a tablet? Perhaps...&lt;/li&gt;
&lt;li&gt;Continue freeing us from wires. Bluetooth earbuds - good (but VERY expensive). Wireless charging, please!&lt;/li&gt;
&lt;li&gt;Siri has a LONG way to go on accuracy of recognition for speakers with [HHHeavy Russian] accent&lt;/li&gt;
&lt;li&gt;Either miniaturize key Apple Watch components (heart rate monitor, Taptic engine, etc.) and stick them into rings/bracelets/third-party watches/phone/etc., or make a MUCH better-looking watch (like, making it round might be a good start).&lt;/li&gt;
&lt;li&gt;Where is Augmented (or mixed)/Virtual Reality?&lt;/li&gt;
&lt;li&gt;Home AI... Learn from Mark Zuckerberg&#39;s 2016 project. Need voice pickup/speaker/camera/WiFi/other sensors in each room + a bunch of AI-based features.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
And while I am at this...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Google - make Maps smarter. When I open the app in the morning, take a wild guess and offer &quot;work&quot; as the destination automatically, please (Apple&#39;s maps do that, but the navigation is - well, you know). Also, can you please add speed limit info?&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Wireless service providers - give up on data caps already. You know it&#39;s going to happen eventually - just do it already! Unlimited talk + unlimited data. Let&#39;s go!&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Amazon - make Prime Video app for Apple TV. Your app on my TiVo does nothing to enhance my enjoyment of The Grand Tour. Quite the opposite!&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Dunkin Donuts - please make your loyalty card available for Apple Pay. You promised this over a year ago. What gives?&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Everyone - can we ditch the passwords already? Pretty please? How about some biometrics instead? Fingerprints, iris scans, face recognition, voice recognition, whatever...&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Anyone - see the&amp;nbsp;last bullet regarding home AI in my Apple wish list. Make a device in the shape of a light bulb that combines all these features. One for each room for easy retrofitting!&lt;/li&gt;
&lt;/ul&gt;
</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/5887884142492717195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/5887884142492717195' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/5887884142492717195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/5887884142492717195'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2017/01/wish-list-for-apple-in-2017.html' title='Wish List for Apple in 2017'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-2857901014880219576</id><published>2017-01-04T10:21:00.000-05:00</published><updated>2017-01-04T10:21:36.675-05:00</updated><title type='text'>VirtualBox Attached Media Conflict</title><content type='html'>This is for posterity sake, in case the same error happens again. Somehow, an image of VirtualBox Guest Additions media got &quot;stuck&quot; in the VM settings and my Windows 10 VM refused to load. Scary error in &lt;a href=&quot;https://www.virtualbox.org/&quot;&gt;VirtualBox&lt;/a&gt;...&lt;br /&gt;
&lt;br /&gt;
The solution was simple, but took a while to flail and eventually Google my way to it:&amp;nbsp;&lt;a href=&quot;http://catlingmindswipe.blogspot.com/2012/10/how-to-resolve-attached-media-conflicts.html&quot;&gt;How-To: Resolve Attached Media Conflicts in VirtualBox&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Edit corresponding .vbox XML file and remove &amp;lt;Image&amp;gt; element from &amp;lt;DVDImages&amp;gt;:&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #222222; font-family: &amp;quot;arial&amp;quot; , &amp;quot;tahoma&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;freesans&amp;quot; , sans-serif; font-size: 13.2px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxvq_c058uM2W3Y7ObwSs_BowMC6lWbCqygFH7m75STtUu7LFbXAVccvOQ2UHeNws73qDA9Bd4g0-e8B56hj4-Mu5wwMBuWKG23BME-aoE6sTp0srChH66wH1mcLXV2-ud3ok1-_wx9nL7/s1600/Screen+Shot+2016-12-16+at+11.39.19+AM.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxvq_c058uM2W3Y7ObwSs_BowMC6lWbCqygFH7m75STtUu7LFbXAVccvOQ2UHeNws73qDA9Bd4g0-e8B56hj4-Mu5wwMBuWKG23BME-aoE6sTp0srChH66wH1mcLXV2-ud3ok1-_wx9nL7/s640/Screen+Shot+2016-12-16+at+11.39.19+AM.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/2857901014880219576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/2857901014880219576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2857901014880219576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2857901014880219576'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2017/01/virtualbox-attached-media-conflict.html' title='VirtualBox Attached Media Conflict'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxvq_c058uM2W3Y7ObwSs_BowMC6lWbCqygFH7m75STtUu7LFbXAVccvOQ2UHeNws73qDA9Bd4g0-e8B56hj4-Mu5wwMBuWKG23BME-aoE6sTp0srChH66wH1mcLXV2-ud3ok1-_wx9nL7/s72-c/Screen+Shot+2016-12-16+at+11.39.19+AM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-1006050222277830151</id><published>2016-01-05T00:06:00.000-05:00</published><updated>2016-01-05T00:06:23.297-05:00</updated><title type='text'>David Pogue via RSS</title><content type='html'>Yes, I use RSS. Every day. I have a large collection of feeds and it is my preferred way of following a bunch of websites, publications, authors, etc.&lt;br /&gt;
&lt;br /&gt;
David Pogue&#39;s posts and videos on Yahoo Tech used to be accessible at&amp;nbsp;&lt;a href=&quot;https://www.yahoo.com/tech/author/david-pogue/rss&quot;&gt;https://www.yahoo.com/tech/author/david-pogue/rss&lt;/a&gt; but this URL has gone silent recently. Not sure if it&#39;s a bug in Yahoo or a conscious effort to limit access to their content by users who are bypassing their native web pages.&lt;br /&gt;
&lt;br /&gt;
Took me a while but I finally found a way to follow David again - via Tumbler. The new URL is&amp;nbsp;&lt;a href=&quot;http://pogueman.tumblr.com/rss&quot;&gt;http://pogueman.tumblr.com/rss&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/1006050222277830151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/1006050222277830151' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/1006050222277830151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/1006050222277830151'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2016/01/david-pogue-via-rss.html' title='David Pogue via RSS'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-6453063281277264262</id><published>2015-12-31T10:04:00.002-05:00</published><updated>2015-12-31T10:04:40.682-05:00</updated><title type='text'>Terminology Mapping</title><content type='html'>Terminology mapping is always an exercise in fitting a square peg into a round hole. If that wasn&#39;t problematic enough, I am convinced that if you know too little about the subject matter, you will make a terrible hash of it; and if you are too immersed in it, you will get paralyzed by granularity mismatches and other nuances in meaning and practice. You must be simpleminded enough, bordering on idiocy but not falling into it, to get anything decent (assuming it is even within the realm of possibility) accomplished. Gotta love it.</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/6453063281277264262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/6453063281277264262' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6453063281277264262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6453063281277264262'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2015/12/terminology-mapping.html' title='Terminology Mapping'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-8490398804217242472</id><published>2014-07-21T16:46:00.001-04:00</published><updated>2014-07-21T16:46:24.706-04:00</updated><title type='text'>Printer Setup</title><content type='html'>Next time I forget how to set up my printer (little laser &lt;a href=&quot;http://www.samsung.com/us/support/owners/product/ML-1665/XAA&quot;&gt;Samsung ML-1665&lt;/a&gt; attached via USB to my &lt;a href=&quot;http://www.qnap.com/en/index.php?sn=822&amp;amp;c=351&amp;amp;sc=514&amp;amp;t=523&amp;amp;n=3370&quot;&gt;QNAP TS-219P+&lt;/a&gt; NAS), here&#39;s the reminder:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibXik19bwa1pD-E0pmiUUIaag1C5jpkZcNF75aQ1RN_YLlbqErxQF10GAOvJb4b33xZSCaLw_Xc_6JW6fH5rdah_IKn9BwdUe_JAZb4ACkqFQO8iv2nD8SLmrUfkASoOxnLRNOKF26nlHS/s1600/Screen+Shot+2014-07-10+at+6.31.20+AM.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibXik19bwa1pD-E0pmiUUIaag1C5jpkZcNF75aQ1RN_YLlbqErxQF10GAOvJb4b33xZSCaLw_Xc_6JW6fH5rdah_IKn9BwdUe_JAZb4ACkqFQO8iv2nD8SLmrUfkASoOxnLRNOKF26nlHS/s1600/Screen+Shot+2014-07-10+at+6.31.20+AM.png&quot; height=&quot;288&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/8490398804217242472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/8490398804217242472' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/8490398804217242472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/8490398804217242472'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2014/07/printer-setup.html' title='Printer Setup'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibXik19bwa1pD-E0pmiUUIaag1C5jpkZcNF75aQ1RN_YLlbqErxQF10GAOvJb4b33xZSCaLw_Xc_6JW6fH5rdah_IKn9BwdUe_JAZb4ACkqFQO8iv2nD8SLmrUfkASoOxnLRNOKF26nlHS/s72-c/Screen+Shot+2014-07-10+at+6.31.20+AM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-4568277545036993998</id><published>2014-05-27T22:54:00.000-04:00</published><updated>2014-05-27T23:11:37.868-04:00</updated><title type='text'>QNAP and TimeMachine troubles</title><content type='html'>Both of my Mac laptops (running MacOS X 10.9.3&amp;nbsp;Mavericks) stopped recognizing my NAS – QNAP TS-219P+, firmware version 4.1.0 (yes, it&#39;s a &lt;a href=&quot;http://www.qnap.com/v3/en/product_x_down/beta.php&quot;&gt;beta&lt;/a&gt;) – for TimeMachine backup. After trying all the obvious troubleshooting steps – disabling and re-enabling TimeMachine in NAS interface, restarting everything, etc., I decided to call QNAP &lt;a href=&quot;http://www.qnap.com/en/index.php?lang=en&amp;amp;sn=851&quot;&gt;technical support&lt;/a&gt;. I was pleasantly surprised – no holding, polite technician on the line, asked to remotely connect to my Mac via TeamViewer. Here&#39;s what he did:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;In the web interface of the NAS, disable AFP in Control Panel / Win/Mac/NFS&lt;/li&gt;
&lt;li&gt;Disable TimeMachine in Backup Station&lt;/li&gt;
&lt;li&gt;ssh into the NAS, and delete all TimeMachine files (yes, including the backups) by doing this: &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;rm -r&lt;/span&gt;&amp;nbsp;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;/share/MD0_DATA/.timemachine&lt;/span&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;(He found the MD0_DATA directory by doing &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;df -h&lt;/span&gt;)&lt;/li&gt;
&lt;li&gt;Re-enable TimeMachine in Backup Station (enter your password there); AFP gets re-enabled automatically&lt;/li&gt;
&lt;li&gt;Wait for a bit...&lt;/li&gt;
&lt;/ol&gt;
The Macs magically saw TimeMachine share! One laptop prompted me for username (TimeMachine) and password – I must have done something with its keychain, while the other happily started the backup as if nothing at all happened.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Moral of the story – in the question of QNAP vs. Synology, I still prefer QNAP. Oh, and once in a while, when you get really stuck, it&#39;s ok to call tech support. QNAP&#39;s is excellent.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/4568277545036993998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/4568277545036993998' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/4568277545036993998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/4568277545036993998'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2014/05/qnap-and-timemachine-troubles.html' title='QNAP and TimeMachine troubles'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-6985311403891594338</id><published>2012-01-31T22:20:00.003-05:00</published><updated>2012-01-31T22:35:13.132-05:00</updated><title type='text'>Booting up instead of giving the boot</title><content type='html'>I am of a firm opinion that computers should not be allowed to die. Any computer, regardless of how old it is, should be functional. It doesn&#39;t matter if there is no reason to have it be functional. Who cares for a reason? It&#39;s a computer - it must run!&lt;br /&gt;&lt;br /&gt;That is an easy tenet to abide by if your hardware is 2 years old. But how about a Windoze box I bought at a fire-sale price 10 years ago from an on-line dealer well known for low prices and just as well known for low quality hardware?&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/6799248033/&quot; title=&quot;Dragonfire by matveyp, on Flickr&quot;&gt;&lt;img src=&quot;http://farm8.staticflickr.com/7025/6799248033_f420f292f1.jpg&quot; width=&quot;374&quot; height=&quot;500&quot; alt=&quot;Dragonfire&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Whatever was on its poor little hard drive has stopped booting a long time ago. So, Ubuntu Linux it is, right? Right!&lt;br /&gt;&lt;br /&gt;Download the installer image, burn the CD, try to boot the computer - no go! All sorts of errors on reading the disk - looks like CD-ROM reader is not doing all that well.&lt;br /&gt;&lt;br /&gt;Create bootable USB stick with same image. Try to boot the computer from USB - no go.&lt;br /&gt;&lt;br /&gt;Ok, where&#39;s BIOS screen? This thing has some ancient VIA motherboard and I can&#39;t remember which keyboard key will drop me into BIOS screen on boot! I tried everything - ESC, all the Function keys, everything! For days I did this! Finally, I got it! Do you know what key does the trick on this one? &quot;Delete&quot;! Not even &quot;Backspace&quot; - unbelievable!&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/6799250065/&quot; title=&quot;VIA Mainboard VPSD by matveyp, on Flickr&quot;&gt;&lt;img src=&quot;http://farm8.staticflickr.com/7158/6799250065_60c1bd6d33.jpg&quot; width=&quot;500&quot; height=&quot;374&quot; alt=&quot;VIA Mainboard VPSD&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ok, so the usual weird lineup of USB-related devices, like &quot;USB-ZIP&quot; are listed in BIOS setup. You just know right away that this ain&#39;t going to work - this thing can&#39;t possibly support USB boot. Sure enough - no dice.&lt;br /&gt;&lt;br /&gt;Give up? No way! There&#39;s one last resort (before breaking open the case and trying a a different hard drive, etc.) - &lt;a href=&quot;http://www.plop.at/en/bootmanager.html&quot;&gt;Plop Boot Manager&lt;/a&gt;. This software claims to enable USB booting on hardware that does not support it. Magic! Download, burn the image to CD, and try to boot the computer with it. It works! I guess with this boot loader being so tiny, even this dying CD-ROM drive has enough oomph to read it. USB stick with Ubuntu installer goes in, I choose &quot;USB&quot; from Plop menu and - voila! - i&#39;m in Ubuntu Installer.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/6799251243/&quot; title=&quot;Plop Boot Manager by matveyp, on Flickr&quot;&gt;&lt;img src=&quot;http://farm8.staticflickr.com/7018/6799251243_11ff8d8e1b.jpg&quot; width=&quot;500&quot; height=&quot;374&quot; alt=&quot;Plop Boot Manager&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, &quot;Delete&quot; to get in BIOS; Plos Boot Manager on CD; and Ubuntu installer on a USB stick. &lt;a href=&quot;http://releases.ubuntu.com/11.10/&quot;&gt;Oneiric Ocelot&lt;/a&gt;, here I come!</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/6985311403891594338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/6985311403891594338' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6985311403891594338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6985311403891594338'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2012/01/booting-up-instead-of-giving-boot.html' title='Booting up instead of giving the boot'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-5246530754057769389</id><published>2011-11-27T12:11:00.003-05:00</published><updated>2011-11-27T12:18:56.321-05:00</updated><title type='text'>Windows speaks your language, but only for a large fee</title><content type='html'>Microsoft, what is wrong with you? We had guests visiting this weekend from abroad and they wanted to buy a laptop here. We found a great deal on a refurbished HP Pavilion dm4 (i5, 4GB, 14&quot;, 500GB for $530) at &lt;a href=&quot;http://www.microcenter.com/&quot;&gt;MicroCenter&lt;/a&gt;. THe laptop came preloaded with Microsoft Windows 7 Home Premium (64-bit). Once we had the machine charged and running at home, the first thing the owner wanted to do is to change the localization to Russian. Not an unreasonable thing to do, in my opinion - the guy speaks Russian and prefers to have his computer be localized to his native language. They all do that, right? I mean, look at an activation sequence of any Apple product - first question is always about the language you prefer. Linux is same, for that matter. Windows - not so much... &lt;br /&gt;&lt;br /&gt;Imagine our surprise when we found out that this particular flavor of Windows 7 can not be localized at all! Only Windows 7 Ultimate (and Enterprise editions) are capable of downloading and applying Language Packs. This is unbelievable! Do you know how much it costs to upgrade Home Premium to Ultimate? Take a guess... Keep in mind that Apple charged $0 for next to last major OS upgrade and only $29 for the latest one. Here comes the answer - Microsoft wants $155 for the upgrade!!! Again, this is Windows 7 to Windows 7 - just changing flavors! Seriously, guys? I mean, compare that to the overall cost of the laptop!!!&lt;br /&gt;&lt;br /&gt;So what are the poor owners of this useless Home Premium edition to do? Return the laptop and pay the restocking fee? Shell out big bucks to Microsoft just to get something that should be (and is on other OSs) so commonplace as to not even occur to ask or wonder about? Well, not without hitting Google first. &lt;br /&gt;&lt;br /&gt;First bit of information - we&#39;re clearly not the first people asking this question. Duh! Second - here and there folks talk about attempts at circumventing this ridiculous crippleware. They look scary - regedit is prominently featured in convoluted instructions. But what do we have to loose? &lt;br /&gt;&lt;br /&gt;The best instructions we came across are from &lt;a href=&quot;http://www.wincert.net/tips/microsoft-windows/windows-7/2086-how-to-use-another-language-pack-on-windows-7-home-premium-and-professional.html&quot;&gt;WinCert.net&lt;/a&gt;. The author(s) did a very nice job by providing download links to actual language packs and decent instructions for installation/configuration. We decided to go for it. I&#39;ll spare you the details, including sneaky behavior by Windows in trying to hide the .cab file from us, etc. Suffice it to say that with a silent prayer, crossing all fingers and toes and rebooting after a particularly alarming registry change, the laptop booted up with a greeting in Russian. Whew!&lt;br /&gt;&lt;br /&gt;What can I say - this was yet another in a long series of experiences which reaffirmed my deepest antipathy for Windows. No, other OSs are not perfect, but at least they &quot;speak&quot; your language!</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/5246530754057769389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/5246530754057769389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/5246530754057769389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/5246530754057769389'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2011/11/windows-speaks-your-language-but-only.html' title='Windows speaks your language, but only for a large fee'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-4764562031010186103</id><published>2011-07-21T10:24:00.003-04:00</published><updated>2011-07-21T10:53:05.644-04:00</updated><title type='text'>One day with Lion</title><content type='html'>Having upgraded to MacOS X 10.7 Lion the minute it became available (as one should), I collected some observations (in no particular order) during the first day with Lion. Here we go:&lt;div&gt;&lt;ul&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIdpoOz_0d4RbWT73UrCbRtMjGlTFJqEtjj160r0DwqC4x6e5hQDzWSEkSlNVvV7VYF2v5XKOPnnpNCUV_2NLhwSDJ1-TFearwypCShO33g1zFxcSFHeyBIYq29FAllYXi8PfiPnCPMWn0/s1600/lion.png&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img style=&quot;float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 267px; height: 241px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIdpoOz_0d4RbWT73UrCbRtMjGlTFJqEtjj160r0DwqC4x6e5hQDzWSEkSlNVvV7VYF2v5XKOPnnpNCUV_2NLhwSDJ1-TFearwypCShO33g1zFxcSFHeyBIYq29FAllYXi8PfiPnCPMWn0/s400/lion.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5631818459588338098&quot; /&gt;&lt;/a&gt;&lt;li&gt;install from App Store - painless. Getting a semblance of an invoice from Apple - not so painless. Getting it reimbursed - we&#39;ll see about that...&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;natural scroll direction - first thing to get disabled (Trackpad preferences). The idea sounds good in principle, and makes sense on iPhone/iPad, but I am not feeling like going against 20 years worth of muscle memory.&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;new &quot;scrollers&quot; is the hallmark of Lion&#39;s GUI changes. While I do not miss old scrollbar arrows (good riddance!), the absence (until you begin to scroll) of an indicator of whether there&#39;s more stuff above or below the window edge is concerning...&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;&quot;back&quot; in browsers - another preference change to get back gesture-based &quot;back&quot; button activation. How come?&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;dashboard is better accessible now - that is a good thing&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;TimeMachine on 3rd party support broken. Awaiting a firmware update from QNAP.&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;Spotlight triggered a VERY long re-indexing of the drive&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;2GB of RAM minimum - my older Apple Mac mini &quot;Core 2 Duo&quot; 1.83 is out of luck&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;dock icon badges with white outline scale down very poorly. Apple, are you kidding me???&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;dropped Java Runtime (though available for download automatically)&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;no waking up from sleep on trackpad movement? need to either click (which is weird on new trackpads) or hit a key. ANother unnecessary annoyance.&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;Citrix &quot;AGAdminService&quot; was taking up &amp;gt;90% of CPU resources - uninstalled &lt;a href=&quot;http://www.citrix.com/site/ss/downloads/details.asp?downloadId=1857838&amp;amp;productId=15005#top&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;TechTool Pro 5 seems to take too much CPU as well - disabled it&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;Adium&#39;s &lt;a href=&quot;http://www.adiumxtras.com/index.php?a=xtras&amp;amp;xtra_id=5011&quot;&gt;Skype plugin&lt;/a&gt; does not work - disabled. By the way, tried new iChat with Yahoo Messenger capability - nice, but I am too used to Twitter feed in my Adium, so will stick with that&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;new scrollbars do not always get well-positioned in older software - NetNewsWire&#39;s left-most panel&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;Finder preference - new windows default to &quot;All My Files&quot; - I do not think so!&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;so there is no more ~/Library? Yawza! My Mac is morphing into an iPad right in front of my eyes! Option+Go in Finder to get to ~/Library... &lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;three candy widgets at top left are no longer candy. Too small - ever heard of Fitts&#39;s law? And .-+ edge-to-edge on mouseover look ugly! Will try going to Appearance = Blue to get the candy back.&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;New GrowlMail v1.3 is available. &lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;Mail.app - letterbox is finally native! Nice organization of reply threads. Favorite bar - Microsoft Entourage idea?&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;dialog boxes pop up a bit too aggressively&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;WTF did they do with Address Book GUI? Apple, where is your legendary simplicity?&lt;/li&gt;&lt;/div&gt;&lt;div&gt;&lt;li&gt;native whole-disk encryption&lt;/li&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/ul&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/4764562031010186103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/4764562031010186103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/4764562031010186103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/4764562031010186103'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2011/07/one-day-with-lion.html' title='One day with Lion'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIdpoOz_0d4RbWT73UrCbRtMjGlTFJqEtjj160r0DwqC4x6e5hQDzWSEkSlNVvV7VYF2v5XKOPnnpNCUV_2NLhwSDJ1-TFearwypCShO33g1zFxcSFHeyBIYq29FAllYXi8PfiPnCPMWn0/s72-c/lion.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-726107352851277405</id><published>2010-06-18T23:44:00.003-04:00</published><updated>2010-06-18T23:56:22.336-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="calibre"/><category scheme="http://www.blogger.com/atom/ns#" term="e-book"/><category scheme="http://www.blogger.com/atom/ns#" term="epub"/><category scheme="http://www.blogger.com/atom/ns#" term="fb2"/><category scheme="http://www.blogger.com/atom/ns#" term="iphone"/><category scheme="http://www.blogger.com/atom/ns#" term="opds"/><category scheme="http://www.blogger.com/atom/ns#" term="pdf"/><category scheme="http://www.blogger.com/atom/ns#" term="stanza"/><title type='text'>E-books: converting among common formats and generating Stanza catalogs</title><content type='html'>&lt;div&gt;Today&#39;s post is about e-books - more specifically, getting them from my Mac  into my iPhone to be read with Stanza. Here is how:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Download e-books from the Internet. If you like books in Russian, check out &lt;a href=&quot;http://webreading.ru/&quot;&gt;WebReading&lt;/a&gt;. Please note that books there are in a format called &lt;a href=&quot;http://en.wikipedia.org/wiki/FictionBook&quot;&gt;fb2&lt;/a&gt; - these need to be converted into &lt;a href=&quot;http://en.wikipedia.org/wiki/EPUB&quot;&gt;epub&lt;/a&gt; - a format recognized by many e-book readers, including iPhone&#39;s &lt;a href=&quot;http://www.lexcycle.com/&quot;&gt;Stanza&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To organize the books on your Mac I suggest the popular &lt;a href=&quot;http://calibre-ebook.com/&quot;&gt;Calibre&lt;/a&gt; - a free and open source e-book library management application. The interface is a bit unorthodox, but it does the job nicely. Calibre is capable of converting an e-book into a variety of formats, including PDF for reading right on your computer. For my purposes, I converted my e-books to epub. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Next, I wanted to store my e-book collection online so that I can access and download them into Stanza app on my iPhone. I found a free Java-based application that makes that very easy - &lt;a href=&quot;https://launchpad.net/calibre2opds&quot;&gt;calibre2opds&lt;/a&gt;. This utility scans the Calibre library and generates a catalog that Stanza requires. Resulting files are saved into the same directory as the Calibre library. All that is left to do is to upload the entire directory to a webserver. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Get Stanza app &lt;a href=&quot;http://itunes.apple.com/app/stanza/id284956128&quot;&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once your e-book library is online, launch Stanza on your iPhone, click on &quot;Get Books&quot; at the bottom, then &quot;Shared&quot; at the top and finally &quot;Edit.&quot; Click &quot;Add Book Source&quot; and use the following URL format: http://www.your-web-server.com/your-calibre-library-directory/_catalog/catalog.xml&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Enjoy your e-book &lt;a href=&quot;http://palchuk.com/calibre/_catalog/catalog.html&quot;&gt;collection&lt;/a&gt; on your iPhone!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/726107352851277405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/726107352851277405' title='16 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/726107352851277405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/726107352851277405'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2010/06/e-books-converting-among-common-formats.html' title='E-books: converting among common formats and generating Stanza catalogs'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-7137767181085069995</id><published>2010-04-12T13:14:00.000-04:00</published><updated>2010-04-12T13:14:02.520-04:00</updated><title type='text'>Connect to Remote Desktop Services as Admin on a Mac</title><content type='html'>&lt;div&gt;So there&#39;s an option to connect to a Windows box as administrator with&lt;/div&gt;&lt;div&gt;&lt;code&gt;mstsc /admin&lt;/code&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;On a Mac using Remote Desktop Connect, type&lt;/div&gt;&lt;div&gt;&lt;code&gt;host_name /console&lt;/code&gt;&lt;/div&gt;&lt;div&gt;in &quot;Computer:&quot; filed of new connection window to get the same effect.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thanks  to &lt;a href=&quot;http://ts.veranoest.net/ts_faq_administration.htm&quot;&gt;Remote Desktop Services - Frequently Asked Questions - Administration&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/7137767181085069995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/7137767181085069995' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7137767181085069995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7137767181085069995'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2010/04/connect-to-remote-desktop-services-as.html' title='Connect to Remote Desktop Services as Admin on a Mac'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-7858863686990686918</id><published>2010-03-18T22:15:00.000-04:00</published><updated>2010-03-18T22:15:21.700-04:00</updated><title type='text'>VirtualBox Shared Folders with Ubuntu</title><content type='html'>Basically:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;mkdir MOUNTED_FOLDER&lt;br /&gt;id&lt;br /&gt;sudo mount -t vboxsf -o uid=USER_ID SHARED_FOLDER_NAME MOUNTED_FOLDER&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;from: &lt;a href=&quot;http://www.valibuk.net/2009/03/accessing-mac-os-x-harddrive-from-ubuntu-in-virtualbox-via-shared-folders/&quot;&gt;valibuk.net Accessing Mac OS X harddrive from Ubuntu in VirtualBox via shared folders&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/7858863686990686918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/7858863686990686918' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7858863686990686918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7858863686990686918'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2010/03/virtualbox-shared-folders-with-ubuntu.html' title='VirtualBox Shared Folders with Ubuntu'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-6143015071705551834</id><published>2010-03-07T18:21:00.006-05:00</published><updated>2010-03-07T20:28:41.380-05:00</updated><title type='text'>Home Network Topology, March 2010</title><content type='html'>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/4415377462/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4064/4415377462_7dcefc4876_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot; margin-top: 0px;font-size:0.9em;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/4415377462/&quot;&gt;Home Network Topology, March 2010&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/matveyp/&quot;&gt;matveyp&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;I came across a number of questions about home network topology, and decided to diagram mine and share. I am by no means an expert in networking, so if you have a suggestion or two on optimizing this layout, I would be most grateful.&lt;br /&gt;&lt;br /&gt;Internet connectivity is provided by Verion FiOS and they installed Actiontec MI424WR in my basement. I have no objections to it as a router (able to control the firewall, no problems with outbound VPN, etc.), but its wireless is limited to 802.11g and didn&#39;t cover the entire house. So I looked for a wireless Access Point and settled on TRENDnet TEW-637AP (that was a over a year ago; I am sure there are other worthy products available now). I turned off Actiontech&#39;s wireless and TRENDnet took over - it&#39;s been exceptionally stable and I am very happy with it. It is set to 802.11n only.&lt;br /&gt;&lt;br /&gt;TRENDnet was wired directly into Actiontech. A bit later it dawned on me that my network was limited to 100GB and I bought an unmanaged Gigabit switch (D-Link DGS 2208) and inserted it between my Actiontech and TRENDnet. I then wired the rest of the network to this switch.&lt;br /&gt;&lt;br /&gt;The rest should be fairly self-expanatory. Upper left part of the picture shows my office setup. Note that I use Airport Express in wired mode to stream iTunes to my Logitech speakers (love sound quality!). I have a Network Attached Storage (NAS) box - Hammer Storage myshare. It&#39;s a fine NAS box, the only thing that bothers me is that the vendor promised a software upgrade with additional features, including iTunes server, and never delivered. On the plus side, it includes a decent print server and turns my super-cheap HP LaserWriter 1020 into a network printer (1020 is not Mac-compatible according to HP, and they are correct - I make it work but it takes a lot of weird contortions).&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Did you notice my Newton Message Pad 2100? Very much alive and well!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Lower right is my AV setup - especially proud of my Mac mini - it is running &lt;a href=&quot;http://www.boxee.tv/&quot;&gt;Boxee&lt;/a&gt; and works great. Sound system (Bose LifeStyle 35) is not shown here because it is not on the network.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Not to forget my Slingbox - this amazing little gadget lets me watch my own cabe TV on my computer whenever and wherever I want, and I find myself using it frequently. Two thumbs up!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Also not shown are a bunch of assorted computers that are either not hooked up at all or are rarely used.&lt;br /&gt;&lt;br /&gt;Lastly, my iPhone 3G is out of luck because I disabled 802.11g. 3G signal is good around here and I am not finding WiFi connectivity for iPhone all that necessary at home.&lt;br /&gt;&lt;br /&gt;What&#39;s your home network like?&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/6143015071705551834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/6143015071705551834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6143015071705551834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/6143015071705551834'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2010/03/home-network-topology-march-2010.html' title='Home Network Topology, March 2010'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm5.static.flickr.com/4064/4415377462_7dcefc4876_t.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-7898190288961534631</id><published>2010-01-28T13:39:00.002-05:00</published><updated>2010-01-28T13:41:33.740-05:00</updated><title type='text'>iPad thoughts</title><content type='html'>Before reading any media reactions, wanted to jot down some of my thoughts after watching Steve&#39;s announcement&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A Mac for couch potato. Hinges on new MacBook Pros do not keep the screen up when trying to use the laptop in &lt;a href=&quot;http://lifehacker.com/5429757/common-laptopnetbook-positions-to-avoid&quot;&gt;the most ergonomic position&lt;/a&gt; anyway, so the tablet should be a perfect substitute&lt;/li&gt;&lt;li&gt;I see it as a &quot;stay home device&quot; - save for using it as a portable video player or a game platform&lt;/li&gt;&lt;li&gt;Appears perfect for consuming information (text-based, video); likely has similar limitations as iPhone re: data entry&lt;/li&gt;&lt;li&gt;Communication - without a user-facing camera falls short. Various chats require typing; video-conferencing is far better&lt;/li&gt;&lt;li&gt;Cons to applications in healthcare - bulky, fragile, limited data entry, though 30-pin connector allows for peripherals&lt;/li&gt;&lt;li&gt;Mobility factor - seems good to carry around the house, up-to-date WiFi built-in. Larger version of iPod Touch, but at home there&#39;s no need for it to fit into a jeans pocket.&lt;/li&gt;&lt;li&gt;Furthers cloud-based computing - would make sense to keep most if not all data (calendar, address book, bookmarks, RSS subscriptions, video content) in the cloud and sync&lt;/li&gt;&lt;li&gt;Con - iPhone OS instead of Mac &quot;desktop&quot; OS - introduces limits; encourages more spending at the App Store&lt;/li&gt;&lt;li&gt;Con - needs a user-facing camera&lt;/li&gt;&lt;li&gt;If something like &lt;a href=&quot;http://www.boxee.tv/&quot;&gt;Boxee&lt;/a&gt; can be built for iPad, I wonder if it could be a contender to a big-screen TV&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/7898190288961534631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/7898190288961534631' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7898190288961534631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/7898190288961534631'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2010/01/ipad-thoughts.html' title='iPad thoughts'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-721157571442352064</id><published>2009-12-30T21:23:00.002-05:00</published><updated>2009-12-30T21:26:37.118-05:00</updated><title type='text'>There is only one 192.168.1.1</title><content type='html'>My parents&#39; laptop was marooned in one room of their house, chained by a wired connection to the DSL modem. I decided that adding a wireless router (&lt;a href=&quot;http://www.linksysbycisco.com/US/en/products/WRT160N&quot;&gt;Linksys WRT160N&lt;/a&gt; in this case) would be great to untether the machine. I expected the installation to be limited to daisy-chaining the new router between the DSL modem and the laptop, setting up a few things (admin password, SSID, wireless security and band options) and enjoying wireless connection in 5 minutes. And to do it all from 400 miles away. Piece of cake! &lt;br /&gt;&lt;br /&gt;This could be a long blog post because my projected 5 minutes rapidly expanded into 5 hours, but I&#39;ll keep it short. Trouble manifested itself when after several failed attempts we reverted to old wired setup (new router not connected) and I noticed the laptop reporting being connected to a gateway at 192.168.1.1 - weird! Did I mention that the laptop runs Vista and I wanted to mock around with it as little as possible? So why would a DSL modem be at 192.168.1.1??? As usual, an extended Googling session brought clarity to this murky issue. Verizon&#39;s DSL modem - Westell 6100F in our case - turns out to be a router/modem combo! This box was acting as a router and the modem, and when new Linksys entered the picture, we had two devices - both routers! - competing for 192.168.1.1 address. No wonder things weren&#39;t working right.&lt;br /&gt;&lt;br /&gt;I found &lt;a href=&quot;http://www.dslreports.com/faq/vz/4._Hardware#13600&quot;&gt;excellent instructions&lt;/a&gt; on how to turn Westell&#39;s router functionality off, placing it in &quot;bridged&quot; mode, and effectively making it into dumb modem. Scary thoughts crossed my mind; &quot;bridging&quot; sounded eerily similar to &quot;bricking,&quot; and being 400 miles away, last thing I wanted was a bricked Verizon&#39;s box! Nonetheless, after some deep breathing, we carried out the instructions. A few tense moments ensued when Westell in its new bridged mode was not connecting to the Internet. Turns out my parents particular flavor of Verizon&#39;s DSL uses PPPoE and newly dumbed-down Westell was no longer providing the necessary authentication information. Luckily, at this point configuration of Linksys proceeded smoothly and it was all too happy to take over the necessary PPPoE duties and we were online in no time.&lt;br /&gt;&lt;br /&gt;Moral of the story? There can be only one 192.168.1.1! One for each private network, that is.</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/721157571442352064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/721157571442352064' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/721157571442352064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/721157571442352064'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2009/12/there-is-only-one-19216811.html' title='There is only one 192.168.1.1'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-8257287092118042475</id><published>2009-12-21T12:00:00.002-05:00</published><updated>2009-12-21T12:04:48.574-05:00</updated><title type='text'>Raw Burgers and Future of Clinical Decision Making: A Ramble</title><content type='html'>The inspiration for this post was the final episode of &quot;The Next Iron Chef&quot;. I was definitely psyched to see Jose Garces win. There was a moment in the show when the other finalist, Chef Mehta, served the judges a dish featuring a pork burger, and they commented that the pork was undercooked or even raw. This got me thinking - here are highly trained professionals, experienced practitioners of the art of cooking, and they are making such basic mistakes? In this day and age of advanced technologies, can&#39;t we come up with some gizmo to stick inside that burger patty, take its temperature and figure out - definitively - its state of doneness? Why rely on these rules of thumb (or rather the &lt;a href=&quot;http://en.wikipedia.org/wiki/Thenar_eminence&quot;&gt;thenar eminence&lt;/a&gt;) - pun intended - by touching the meat to gauge whether it will still moo when I cut into it? Why am I talking about this? Well, think intravenous lines placement by highly trained professionals, experienced practitioners of the art of medicine. How are these lines placed? Essentially, by blindly poking around until you find the right blood vessel! Why not use the fancy technology? There are portable ultrasound thingies that help to visualize the needle and the vessel. Yes, they are far from perfect, but nothing new will be developed unless there is a demand for it, and there will be no demand until we stop thinking that relying on technology somehow makes doctors less cool.&lt;br /&gt;&lt;br /&gt;Of course, same goes for information technologies. In his blog entry &lt;a href=&quot;http://rwjfblogs.typepad.com/pioneer/2009/11/health-it-whats-the-future.html&quot;&gt;&quot;Health IT: What’s the Future?&quot;&lt;/a&gt; Steve Downs of Robert Wood Johnson Foundation recaps themes from a recent &lt;a href=&quot;http://www.cra.org/ccc/healthit.php&quot;&gt;&quot;Discovery and Innovation in Health IT&quot;&lt;/a&gt; workshop. One presenter focused &quot;on the need for cognitive support, showing a hockey stick graph of the number of facts that will be relevant to a given clinical decision over time (this theme reappeared several times over the two days). The number is expected to reach 1000 by 2020, while the number of facts that a human can contemplate while making a decision remains stuck at um, five.&quot; Healthcare practitioners need clinical decision support (CDS). I am surprised that such a statement could still be considered controversial...&lt;br /&gt;&lt;br /&gt;Just like those ultrasound vein visualizing gizmos, CDS technologies are far from perfect. Thus far the CDS efforts are targeted at individual systems. The challenges are to figure out how to get/represent/manage/update/share clinical care guidelines logic that drives CDS recommendations, how to surface these recommendations to clinicians at the right place and time in a workflow-aware fashion so that they do not dismiss them outright, how to make these recommendations &quot;actionable&quot; to facilitate carrying out an order should a clinician decide to follow a recommendation. Necessarily, these efforts are hard - if not impossible - to generalize. These systems tend to be tightly bound to their initial implementation environments and are therefore non-interoperable in any meaningful way.&lt;br /&gt;&lt;br /&gt;Ken Mandl and Zak Kohane proposed an idea of a plugin-friendly &lt;a href=&quot;http://content.nejm.org/cgi/content/full/360/13/1278&quot;&gt;platform&lt;/a&gt; instead of a typical monolithic EHR. For this to work, the underlying clinical data must be handled in a way that abstracts it from individual applications. Alternatively, leave your monolithic applications alone and pool your data into a near-real-time repository that is application-agnostic. Ether way, if data can be separated from applications (how&#39;s that for a radical idea?), there is hope for the kind of interoperability that would result in scalable CDS. Automated processes are needed to abstract and represent domain knowledge encoded in clinical guidelines so that it can be machine-processable (consider baby-steps like &lt;A href=&quot;http://www.hl7.org/v3ballot/html/domains/uvqm/uvqm.htm&quot;&gt;HQMF&lt;/a&gt;); and it will probably take a miracle to figure out how to deliver CDS recommendations to practicing clinicians in such a way that they are useful. But despite these challenges, if the right incentives are in place to ensure a healthy demand for CDS technologies, we will see progress. The end-goal is the realization of the potential of healthcare IT - safe, appropriate, timely, high-quality care.</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/8257287092118042475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/8257287092118042475' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/8257287092118042475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/8257287092118042475'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2009/12/raw-burgers-and-future-of-clinical.html' title='Raw Burgers and Future of Clinical Decision Making: A Ramble'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-2269167350280737223</id><published>2009-12-12T08:41:00.003-05:00</published><updated>2009-12-12T08:49:02.102-05:00</updated><title type='text'>Newton MessagePad 2100 is back</title><content type='html'>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/4178867960/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2690/4178867960_9ae31a76ee_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 1px #eeeeee;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot; margin-top: 0px;font-size:0.9em;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/matveyp/4178867960/&quot;&gt;Apple Newton MessagePad 2100&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href=&quot;http://www.flickr.com/people/matveyp/&quot;&gt;matveyp&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;No, Apple is not resurrecting the Newton, but my very own Newton MessagePad 2100 is making a comeback. It is running an &lt;a href=&quot;http://npds.free.fr/&quot;&gt;NPDS&lt;/a&gt; webserver software and is &lt;a href=&quot;http://palchuk.dyndns.org:8080/&quot;&gt;available online&lt;/a&gt;! Come visit and leave a note on my Whiteboard if you&#39;d like.&lt;br /&gt;&lt;br /&gt;I owned this Newton since 1997 and early in its life it served as my primary computer - I did my wordprocessing, printing, e-mail, Telnet, etc. on this machine and it was fantastic. Since about 2002 I tried on and off to keep it up and running as a webserver. You can learn more about its setup when you visit. In short, the Newton is connected to my home network via Ethernet by way of a PCMCIA card.&lt;br /&gt;&lt;br /&gt;What is different this time around? First, I did not want to rely on pre-MacOS X operating system (namely System 9) to connect to the Newton for synchronization, software uploads and backups. But I ran into a catch-22: Newton connection tools (&lt;a href=&quot;http://homepage.mac.com/simonbell/connection/&quot;&gt;NCX&lt;/a&gt;) available for MacOS X require a piece of software to be installed on the Newton. My solution was to fire up Classic mode on my old and trusty PowerBook G4, download and install original Apple&#39;s&lt;a href=&quot;http://www.unna.org/view.php?/apple/connection_utils/ForMac/NewtonConnectionUtilities&quot;&gt; Newton Connection Utility&lt;/a&gt;, and use that to install the required package on the Newton. That worked flawlessly. And now I can connect to my Newton right from my MacBook Pro!&lt;br /&gt;&lt;br /&gt;I also needed to take care of what is known as the Y2010 bug - read more about it &lt;a href=&quot;http://40hz.org/Pages/Newton%20Year%202010%20Problem&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Lastly, I wanted to make sure that Newton&#39;s clock is accurate. For that I ended up using &lt;a href=&quot;http://www.versiontracker.com/dyn/moreinfo/macosx/16642&quot;&gt;NewtSync&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There is a community of Newton enthusiasts who continue to use this incredible machine to do wonderful things. For example, this &lt;a href=&quot;http://misato.chuma.org:3680/&quot;&gt;tracker&lt;/a&gt; shows which Newtons are online at any given moment. I am grateful to folks who continue to work on maintaining existing capabilities and developing new ones. I hope that by keeping my Newton online I am participating in some small measure in ensuring that innovations represented by this platform are recognized and appreciated.</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/2269167350280737223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/2269167350280737223' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2269167350280737223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/2269167350280737223'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2009/12/newton-messagepad-2100-is-back.html' title='Newton MessagePad 2100 is back'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm3.static.flickr.com/2690/4178867960_9ae31a76ee_t.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-3850638430676120096</id><published>2009-11-12T15:07:00.003-05:00</published><updated>2009-11-12T15:31:34.190-05:00</updated><title type='text'>Image files to PowerPoint slides Automatically</title><content type='html'>Imagine that you (a Mac user, of course) have a bunch of image files (say, screenshots) that you need to get into a PowerPoint presentation. How do you do it? Well, in PowerPoint you would create a new slide, go under Insert menu, pick &quot;Picture…&quot;, in the subsequent dialog box navigate to where your image files are, pick one, hit &quot;Insert&quot; and then repeat the process as many times are there images to include. The question is - aren&#39;t computers supposed to make your life easier??? I encounter this scenario quite frequently, and so I figured that investing a bit of time into trying to figure out how to do this right was worth it. The solution is based on Apple Automator and uses Snow Leopard revamped Services (if you are not using Snow Leopard, this is still imminently doable with Automator). Here we go.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Launch Automator and choose &quot;Service&quot; on initial prompt&lt;/div&gt;&lt;div&gt;Set the selectors in the upper right gray bar as shown on below&lt;/div&gt;&lt;div&gt;Find the poorly named but highly useful &quot;Create PowerPoint Picture Slide Shows&quot; action and drag it in:&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEECUGZcmwZz14Hl6caSd9q6YHGhkaaQYV5jGaDJmOuohYuQN5K9dvYx_IBNXh7CAfLkZiyArhkx9e57JT_NkR3lcIwFu384n3tSFY5eBznoeNNpYfOIfyQFuTFSW7yYlpvMe1za6wl-ob/s1600-h/Screen+shot+2009-11-11+at+4.20.37+PM.png&quot; style=&quot;text-decoration: none;&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 95px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEECUGZcmwZz14Hl6caSd9q6YHGhkaaQYV5jGaDJmOuohYuQN5K9dvYx_IBNXh7CAfLkZiyArhkx9e57JT_NkR3lcIwFu384n3tSFY5eBznoeNNpYfOIfyQFuTFSW7yYlpvMe1za6wl-ob/s400/Screen+shot+2009-11-11+at+4.20.37+PM.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5403313737443477698&quot; /&gt;&lt;/a&gt;&lt;div&gt;File &gt; Save&lt;/div&gt;&lt;div&gt;I named my service &quot;Add to PowerPoint Presentation&quot;&lt;/div&gt;&lt;div&gt;You&#39;re done!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To test, select some image files in Finder, then go Finder &gt; Services &gt; Add to PowerPoint Presentation. Viola! &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Next time you find yourself with a heap of images that need to go into PowerPoint (or any other repetitive kind of task), right when your mind starts to get numb just imagining what you are about to start doing, ask yourself - won&#39;t it be better to have my computer do this for me? Then take a little time, figure out a cool solution, and write about it so I can find it!&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/3850638430676120096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/3850638430676120096' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/3850638430676120096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/3850638430676120096'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2009/11/image-files-to-powerpoint-slides.html' title='Image files to PowerPoint slides Automatically'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEECUGZcmwZz14Hl6caSd9q6YHGhkaaQYV5jGaDJmOuohYuQN5K9dvYx_IBNXh7CAfLkZiyArhkx9e57JT_NkR3lcIwFu384n3tSFY5eBznoeNNpYfOIfyQFuTFSW7yYlpvMe1za6wl-ob/s72-c/Screen+shot+2009-11-11+at+4.20.37+PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1872887973703529230.post-530490530564361746</id><published>2009-11-10T12:11:00.000-05:00</published><updated>2009-11-10T12:11:19.183-05:00</updated><title type='text'>Paste unformatted text in Word 2008 for Mac via keyboard shortcut</title><content type='html'>&lt;div&gt;I often need to paste text into Word 2008 for Mac but frequently need to make sure the formatting does not clash with existing document. The only way Word lets you do it is to go Edit &gt; Paste Special… then manually select Unformatted Text and hit OK. Way, way too many steps and keyboard/mouse switches for a simple and frequently used action. Ideally I want to accomplish this with a keyboard shortcut. Older versions of MS Office for Mac supported VB scripting, and there was an easy native solution; as you know, Office 2008 dropped that support. So &lt;a href=&quot;http://blog.mackerron.com/2009/05/paste-unformatted-keyboard-shortcut-office-2008-mac/&quot;&gt;people who know&lt;/a&gt; turned to Apple Script. And I turned to Google to find those people… The solution:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In AppleScript Editor, open a new document and paste this in:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;code&gt;&lt;div&gt;try&lt;br /&gt; set theClip to Unicode text of (the clipboard as record)&lt;br /&gt; tell application &#39;Microsoft Word&#39; to tell selection to type text text theClip&lt;br /&gt;end try&lt;/div&gt;&lt;div&gt;&lt;/code&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Save as Script; name it &quot;Paste Plain Text\omV.scpt&quot; and place it into ~/Documents/Microsoft User Data/Word Script Menu Items&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now, when you need to paste unformatted text, hit Option+Command+V and - viola! - magic happens.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Enjoy!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://miscellaneainformatica.blogspot.com/feeds/530490530564361746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1872887973703529230/530490530564361746' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/530490530564361746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1872887973703529230/posts/default/530490530564361746'/><link rel='alternate' type='text/html' href='http://miscellaneainformatica.blogspot.com/2009/11/paste-unformatted-text-in-word-2008-for.html' title='Paste unformatted text in Word 2008 for Mac via keyboard shortcut'/><author><name>Matvey</name><uri>http://www.blogger.com/profile/10804633019983424912</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>