<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Techism - The Nascent Replacement For Capitalism</title><description>All the elements are out there to replace a system of societal organization that was invented when the abacus was high-tech. They just need a focus of vision to coalesce and finally we'll be able to change the world.</description><managingEditor>noreply@blogger.com (AquarianM)</managingEditor><pubDate>Wed, 4 Sep 2024 19:47:58 -0500</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1676</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://techismsociety.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><copyright>All Rights Reserved.</copyright><itunes:keywords>Technology,society,social,organization,resources,allocation,future</itunes:keywords><itunes:summary>Using technology to completely re-organize human society and bring a new paradigm to Humanity.</itunes:summary><itunes:subtitle>Technology CAN create a paradise - and it won't be an island.</itunes:subtitle><itunes:author>Daniel A. Stafford</itunes:author><itunes:owner><itunes:email>aquarianm@gmail.com</itunes:email><itunes:name>Daniel A. Stafford</itunes:name></itunes:owner><item><title>Election security is a mess, and the cleanup won't arrive by the midterms - CNET</title><link>http://techismsociety.blogspot.com/2018/10/election-security-is-mess-and-cleanup.html</link><pubDate>Fri, 5 Oct 2018 20:32:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-8443893951736786530</guid><description>&lt;div dir="auto"&gt;&lt;a href="https://www.cnet.com/news/election-security-is-a-mess-and-the-cleanup-wont-arrive-by-the-midterms/"&gt;https://www.cnet.com/news/election-security-is-a-mess-and-the-cleanup-wont-arrive-by-the-midterms/&lt;/a&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Set IP Network Public/Private In Win 10 With Powershell</title><link>http://techismsociety.blogspot.com/2018/08/set-ip-network-publicprivate-in-win-10.html</link><pubDate>Wed, 1 Aug 2018 12:07:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-2413552481213491704</guid><description>&lt;div dir="auto"&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;Microsoft appears to have changed &lt;b&gt;&lt;span style="color:red"&gt;AGAIN&lt;/span&gt;&lt;/b&gt; where you change a network profile from Public to Private or the opposite. I just ran into this on a student laptop with WiFi issues.&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;The Powershell command set to switch it follows:&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;b&gt;Public or Private network via Powershell:&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;"Open an administrator PowerShell by searching &amp;quot;powershell&amp;quot; in the start menu, right clicking it and selecting &amp;quot;Run as administrator&amp;quot;, or by using the win+x shortcut and selecting &amp;quot;Windows PowerShell (Admin)&amp;quot;&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;Then in PowerShell type (or copy+paste)&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;b&gt;&lt;span style="color:rgb(31,78,121)"&gt;Set-NetConnectionProfile -Name &amp;quot;put your network name here&amp;quot; -NetworkCategory Private&lt;/span&gt;&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;If you aren&amp;#39;t sure, you can get the name of your network with&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;b&gt;&lt;span style="color:rgb(31,78,121)"&gt;Get-NetConnectionProfile&lt;/span&gt;&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/p&gt;&lt;p style="font-family:sans-serif;font-size:12.8px"&gt;You can replace &amp;quot;Private&amp;quot; with &amp;quot;Public&amp;quot; to make a network public. This method changes the network type immediately, and does not require you to restart anything or even log out."&lt;/p&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>2-Minute Linux Tips (Video Tutorial Library)</title><link>http://techismsociety.blogspot.com/2018/07/2-minute-linux-tips-video-tutorial.html</link><pubDate>Wed, 25 Jul 2018 17:34:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-6130051952948430181</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.networkworld.com/video/series/8559/2-minute-linux-tips"&gt;https://www.networkworld.com/video/series/8559/2-minute-linux-tips&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Converting and manipulating image files on the Linux command line</title><link>http://techismsociety.blogspot.com/2018/07/converting-and-manipulating-image-files.html</link><pubDate>Wed, 25 Jul 2018 17:29:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-2370162558129092168</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.networkworld.com/article/3290086/linux/converting-and-manipulating-image-files-on-the-linux-command-line.html"&gt;https://www.networkworld.com/article/3290086/linux/converting-and-manipulating-image-files-on-the-linux-command-line.html&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Nextdoor CEO is stepping down</title><link>http://techismsociety.blogspot.com/2018/07/nextdoor-ceo-is-stepping-down.html</link><pubDate>Wed, 25 Jul 2018 16:36:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-4320448705247272314</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://techcrunch.com/2018/07/25/nextdoor-ceo-is-stepping-down/"&gt;https://techcrunch.com/2018/07/25/nextdoor-ceo-is-stepping-down/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Could a Tech Collaboration Tool Fix Dysfunctional Governments?</title><link>http://techismsociety.blogspot.com/2018/07/could-tech-collaboration-tool-fix.html</link><pubDate>Wed, 25 Jul 2018 12:06:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-242361658826955617</guid><description>&lt;div dir="ltr"&gt;&amp;quot;    &lt;span style="color:rgb(50,50,50);font-family:verdana,arial,helvetica;font-size:16px;text-align:left;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"&gt;There will be a ton of Azure announcements during the week: new servers, a vastly more powerful Azure Global Network, business intelligence, and SQL. What caught my eye was a product that&amp;#39;s free (at least initially) -- a new version of&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;a href="https://products.office.com/en-us/microsoft-teams/group-chat-software?&amp;amp;OCID=AID643148_SEM_mgjjBVsb&amp;amp;wt.srch=1&amp;amp;wt.mc_id=AID643148_SEM_mgjjBVsb&amp;amp;msclkid=df37c83aef361ec0488c937d5ea49020" target="_blank" style="color:rgb(21,66,150);text-decoration:none;font-family:verdana,arial,helvetica;font-size:16px;text-align:left"&gt;Microsoft Teams&lt;/a&gt;&lt;span style="color:rgb(50,50,50);font-family:verdana,arial,helvetica;font-size:16px;text-align:left;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"&gt;. &lt;i&gt;I think Teams could be a foundational way to fix governments in general, with a little extra help from artificial intelligence.&lt;/i&gt;&lt;/span&gt;    &amp;quot;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="https://www.technewsworld.com/story/Could-a-Tech-Collaboration-Tool-Fix-Dysfunctional-Governments-85445.html"&gt;https://www.technewsworld.com/story/Could-a-Tech-Collaboration-Tool-Fix-Dysfunctional-Governments-85445.html&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Russian hackers penetrate US power stations</title><link>http://techismsociety.blogspot.com/2018/07/russian-hackers-penetrate-us-power.html</link><pubDate>Wed, 25 Jul 2018 12:00:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-5184853500456224072</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.bbc.com/news/technology-44937787"&gt;https://www.bbc.com/news/technology-44937787&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Daimler to build battery factories in Sindelfingen, Untertuerkheim</title><link>http://techismsociety.blogspot.com/2018/07/daimler-to-build-battery-factories-in.html</link><pubDate>Wed, 25 Jul 2018 11:59:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-7550660844953228555</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.reuters.com/article/us-daimler-batteries-sindelfingen/daimler-to-build-battery-factories-in-sindelfingen-untertuerkheim-idUSKBN1KF1S1"&gt;https://www.reuters.com/article/us-daimler-batteries-sindelfingen/daimler-to-build-battery-factories-in-sindelfingen-untertuerkheim-idUSKBN1KF1S1&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Impossible Burger's key ingredient wins FDA approval</title><link>http://techismsociety.blogspot.com/2018/07/impossible-burgers-key-ingredient-wins.html</link><pubDate>Wed, 25 Jul 2018 11:56:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-2228210563869843956</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.cnet.com/news/impossible-burgers-key-ingredient-wins-fda-approval/"&gt;https://www.cnet.com/news/impossible-burgers-key-ingredient-wins-fda-approval/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Chrome's long-promised HTTP 'not secure' website warnings arrive</title><link>http://techismsociety.blogspot.com/2018/07/chromes-long-promised-http-not-secure.html</link><pubDate>Wed, 25 Jul 2018 11:54:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-7396006363581429424</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.cnet.com/news/chromes-long-promised-http-not-secure-website-warnings-arrive/"&gt;https://www.cnet.com/news/chromes-long-promised-http-not-secure-website-warnings-arrive/&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Are you ready for 5G?</title><link>http://techismsociety.blogspot.com/2018/07/are-you-ready-for-5g.html</link><pubDate>Wed, 25 Jul 2018 11:53:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-4519931961274108286</guid><description>&lt;div dir="ltr"&gt;&lt;div&gt;Deep article here with lots of insight - Dan&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;a href="https://www.networkworld.com/article/3290375/cellular-networks/are-you-ready-for-5g.html"&gt;https://www.networkworld.com/article/3290375/cellular-networks/are-you-ready-for-5g.html&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>How to make YouTube five times faster if you don’t use Chrome</title><link>http://techismsociety.blogspot.com/2018/07/how-to-make-youtube-five-times-faster.html</link><pubDate>Wed, 25 Jul 2018 11:50:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-8052516542007260157</guid><description>&lt;div dir="ltr"&gt;&lt;a href="https://www.theverge.com/2018/7/25/17611444/how-to-speed-up-youtube-microsoft-edge-safari-firefox"&gt;https://www.theverge.com/2018/7/25/17611444/how-to-speed-up-youtube-microsoft-edge-safari-firefox&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>India Embraces Full Net Neutrality As The U.S. Runs The Opposite Direction | Techdirt</title><link>http://techismsociety.blogspot.com/2018/07/india-embraces-full-net-neutrality-as.html</link><pubDate>Sat, 21 Jul 2018 09:26:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-55193785794603194</guid><description>&lt;div dir="auto"&gt;&lt;a href="https://www.techdirt.com/articles/20180712/10111440228/india-embraces-full-net-neutrality-as-us-runs-opposite-direction.shtml"&gt;https://www.techdirt.com/articles/20180712/10111440228/india-embraces-full-net-neutrality-as-us-runs-opposite-direction.shtml&lt;/a&gt;&lt;div data-smartmail="gmail_signature"&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Windows 10 Forums</title><link>http://techismsociety.blogspot.com/2018/02/windows-10-forums.html</link><pubDate>Fri, 9 Feb 2018 18:06:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-6007184690973704327</guid><description>&lt;div dir="auto"&gt;&lt;a href="https://www.tenforums.com/windows-10-news/103920-announcing-windows-10-insider-preview-build-17093-pc-fast-skip.html"&gt;https://www.tenforums.com/windows-10-news/103920-announcing-windows-10-insider-preview-build-17093-pc-fast-skip.html&lt;/a&gt;&lt;div data-smartmail="gmail_signature"&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Google Chrome will warn when websites aren't encrypted, come July - CNET</title><link>http://techismsociety.blogspot.com/2018/02/google-chrome-will-warn-when-websites.html</link><pubDate>Thu, 8 Feb 2018 13:15:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-1665219473407536212</guid><description>&lt;div dir="auto"&gt;&lt;a href="https://www.cnet.com/news/chrome-soon-will-warn-that-lots-more-websites-arent-secure/"&gt;https://www.cnet.com/news/chrome-soon-will-warn-that-lots-more-websites-arent-secure/&lt;/a&gt;&lt;div data-smartmail="gmail_signature"&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Researcher Tests Fly Ash for Stronger Concrete | Engineering360</title><link>http://techismsociety.blogspot.com/2017/03/researcher-tests-fly-ash-for-stronger.html</link><pubDate>Wed, 22 Mar 2017 16:22:00 -0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-7725914261368847314</guid><description>&lt;div dir="auto"&gt;&lt;a href="http://insights.globalspec.com/article/4424/researcher-tests-fly-ash-for-stronger-concrete"&gt;http://insights.globalspec.com/article/4424/researcher-tests-fly-ash-for-stronger-concrete&lt;/a&gt;&lt;/div&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Scientists achieve perfect efficiency for water-splitting half-reaction</title><link>http://techismsociety.blogspot.com/2016/02/scientists-achieve-perfect-efficiency.html</link><pubDate>Fri, 26 Feb 2016 12:41:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-6592199179782020064</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://m.phys.org/news/2016-02-scientists-efficiency-water-splitting-half-reaction.html"&gt;http://m.phys.org/news/2016-02-scientists-efficiency-water-splitting-half-reaction.html&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Liquid hydrocarbon fuel created from CO2 and water in breakthrough one-step process</title><link>http://techismsociety.blogspot.com/2016/02/liquid-hydrocarbon-fuel-created-from.html</link><pubDate>Wed, 24 Feb 2016 10:52:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-7139211266384733626</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.gizmag.com/co2-water-hydrocarbon-fuel-uta/41976/"&gt;http://www.gizmag.com/co2-water-hydrocarbon-fuel-uta/41976/&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Global Chip Industry Readies for a Future Without Moore’s Law | Re/code</title><link>http://techismsociety.blogspot.com/2016/02/global-chip-industry-readies-for-future.html</link><pubDate>Tue, 16 Feb 2016 03:07:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-2616946876448612612</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://recode.net/2016/02/15/global-chip-industry-readies-for-a-future-beyond-moores-law/"&gt;http://recode.net/2016/02/15/global-chip-industry-readies-for-a-future-beyond-moores-law/&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Half of world's workforce could be unemployed by 2045 thanks to robots - Redorbit</title><link>http://techismsociety.blogspot.com/2016/02/half-of-worlds-workforce-could-be.html</link><pubDate>Mon, 15 Feb 2016 22:27:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-7989411536843795813</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.redorbit.com/news/technology/1113412608/half-of-worlds-workforce-could-be-unemployed-in-30-years-thanks-to-robots-021516/"&gt;http://www.redorbit.com/news/technology/1113412608/half-of-worlds-workforce-could-be-unemployed-in-30-years-thanks-to-robots-021516/&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>The next generation of storage disruption: storage-class memory | Network World</title><link>http://techismsociety.blogspot.com/2016/01/the-next-generation-of-storage.html</link><pubDate>Thu, 28 Jan 2016 09:36:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-28775430642107256</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.networkworld.com/article/3026720/storage/the-next-generation-of-storage-disruption-storage-class-memory.html?token=%23tk.NWWNLE_nlt_networkworld_daily_news_alert_2016-01-27&amp;amp;idg_eid=29501a73ab3a822dfdc501536569ac1f&amp;amp;utm_source=Sailthru&amp;amp;utm_medium=email&amp;amp;utm_campaign=NWW%20Daily%20PM%20Alert%202016-01-27&amp;amp;utm_term=networkworld_daily_news_alert#tk.NWW_nlt_networkworld_daily_news_alert_2016-01-27"&gt;http://www.networkworld.com/article/3026720/storage/the-next-generation-of-storage-disruption-storage-class-memory.html?token=%23tk.NWWNLE_nlt_networkworld_daily_news_alert_2016-01-27&amp;amp;idg_eid=29501a73ab3a822dfdc501536569ac1f&amp;amp;utm_source=Sailthru&amp;amp;utm_medium=email&amp;amp;utm_campaign=NWW%20Daily%20PM%20Alert%202016-01-27&amp;amp;utm_term=networkworld_daily_news_alert#tk.NWW_nlt_networkworld_daily_news_alert_2016-01-27&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Look out, Cisco: Major telcos join Facebook's open hardware push | Network World</title><link>http://techismsociety.blogspot.com/2016/01/look-out-cisco-major-telcos-join.html</link><pubDate>Thu, 28 Jan 2016 09:31:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-1910410546520469454</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.networkworld.com/article/3026959/cloud-computing/look-out-cisco-major-telcos-join-facebooks-open-hardware-push.html?token=%23tk.NWWNLE_nlt_networkworld_daily_news_alert_2016-01-27#tk.NWW_nlt_networkworld_daily_news_alert_2016-01-27"&gt;http://www.networkworld.com/article/3026959/cloud-computing/look-out-cisco-major-telcos-join-facebooks-open-hardware-push.html?token=%23tk.NWWNLE_nlt_networkworld_daily_news_alert_2016-01-27#tk.NWW_nlt_networkworld_daily_news_alert_2016-01-27&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Feds say 'Oops!' in anti-hacking deal - CNET</title><link>http://techismsociety.blogspot.com/2016/01/feds-say-oops-in-anti-hacking-deal-cnet.html</link><pubDate>Wed, 27 Jan 2016 14:28:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-6119204844987056120</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.cnet.com/news/hacking-deal-in-dispute-as-the-world-tries-to-control-dangerous-hacking-tools/?ftag=CAD090e536&amp;amp;bhid=26689912018238158329736074389495"&gt;http://www.cnet.com/news/hacking-deal-in-dispute-as-the-world-tries-to-control-dangerous-hacking-tools/?ftag=CAD090e536&amp;amp;bhid=26689912018238158329736074389495&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Hate your cable company? Superfast, wireless Internet is coming - CNET</title><link>http://techismsociety.blogspot.com/2016/01/hate-your-cable-company-superfast.html</link><pubDate>Wed, 27 Jan 2016 14:22:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-3781209267962129650</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.cnet.com/news/hate-your-cable-company-a-superfast-wireless-internet-network-is-coming/?ftag=CAD090e536&amp;amp;bhid=26689912018238158329736074389495"&gt;http://www.cnet.com/news/hate-your-cable-company-a-superfast-wireless-internet-network-is-coming/?ftag=CAD090e536&amp;amp;bhid=26689912018238158329736074389495&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item><item><title>Smart chip charges your smartphone in 10 minutes</title><link>http://techismsociety.blogspot.com/2015/11/smart-chip-charges-your-smartphone-in.html</link><pubDate>Sat, 28 Nov 2015 12:13:00 -0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1504860911246518228.post-6880007545348199633</guid><description>&lt;p dir="ltr"&gt;&lt;a href="http://www.rawstory.com/2015/11/smart-chip-charges-your-smartphone-in-10-minutes/"&gt;http://www.rawstory.com/2015/11/smart-chip-charges-your-smartphone-in-10-minutes/&lt;/a&gt;&lt;/p&gt;  </description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>aquarianm@gmail.com (Daniel A. Stafford)</author></item></channel></rss>