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

<channel>
	<title>ePanorama.net &#187; Journalism and media</title>
	<atom:link href="http://www.epanorama.net/blog/category/journalism-and-media/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Thu, 02 Apr 2026 08:33:22 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>Remember Spectre and Meltdown</title>
		<link>https://www.epanorama.net/blog/2024/01/18/remember-spectre-and-meltdown/</link>
		<comments>https://www.epanorama.net/blog/2024/01/18/remember-spectre-and-meltdown/#comments</comments>
		<pubDate>Thu, 18 Jan 2024 17:31:02 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Journalism and media]]></category>

		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=193131</guid>
		<description><![CDATA[<p>Here is an overview of Spectre and Meltdown vulnerabilities that got a lot of publicity in January 2018. Meltdown and Spectre the two original transient execution CPU vulnerabilities. The Meltdown and Spectre vulnerabilities were considered &#8220;catastrophic&#8221; by security analysts. The vulnerabilities are so severe that security researchers initially believed the reports to be false. In <a class="moretag" href="https://www.epanorama.net/blog/2024/01/18/remember-spectre-and-meltdown/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Here is an overview of <a href="https://meltdownattack.com/">Spectre and Meltdown</a> vulnerabilities that got a lot of publicity in January 2018. <a href="https://en.wikipedia.org/wiki/Meltdown_(security_vulnerability)">Meltdown and Spectre the two original transient execution CPU vulnerabilities. The Meltdown and Spectre vulnerabilities were considered &#8220;catastrophic&#8221; by security analysts. The vulnerabilities are so severe that security researchers initially believed the reports to be false.</a> </p>
<p>In January 3, 2018 I saw first news on the new processor vulnerabilities. I kept researching on the topics, and write one of the early news article on those to Uusiteknologia.fi magazine <a href=" https://www.uusiteknologia.fi/2018/01/04/suorittimissa-tietoturvaongelmia-myos-arm-suorittimissa/">Suorittimissa tietoturvaongelmia – myös ARM-suorittimissa</a> that was published in early morning January 4, 2018 (to my knowledge the first news on those in Finnish language ). My research on the topic included international news and reading newest changes made to Linux Kernel source code.</p>
<p>Soon a web site <a href="https://meltdownattack.com/">https://meltdownattack.com/</a> was made to tell about those vulnerabilities (it was planned to be published later when all the fixes were out, but was publishes earlier than planned because information had leaked out). The two vulnerabilities were made public jointly, on 3 January 2018, several days ahead of the coordinated release date of 9 January 2018 as news sites started reporting about commits to the Linux kernel and mails to its mailing list.</p>
<p><a href="https://meltdownattack.com/"><img src="https://www.epanorama.net/newepa/wp-content/uploads/2024/01/MeltdownSpectre.gif" alt="meltdownspectre" width="1157" height="754" class="alignnone size-full wp-image-195212" /></a></p>
<p>Meltdown was issued a Common Vulnerabilities and Exposures ID of CVE-2017-5754, also known as Rogue Data Cache Load (RDCL), in January 2018. The same research teams that discovered Meltdown also discovered Spectre. On 1 February 2017, the CVE numbers 2017-5715, 2017-5753 and 2017-5754 were assigned to Intel. Two Common Vulnerabilities and Exposures IDs related to Spectre, CVE-2017-5753 (bounds check bypass, Spectre-V1, Spectre 1.0) and CVE-2017-5715 (branch target injection, Spectre-V2), have been issued.</p>
<p>Meltdown relies on a CPU race condition that can arise between instruction execution and privilege checking. Meltdown affects a wide range of systems. At the time of disclosure (2018), this included all devices running any but the most recent and patched versions of iOS, Linux, macOS, or Windows. Accordingly, many servers and cloud services were impacted, as well as a potential majority of smart devices and embedded devices using ARM-based processors </p>
<p>The issued were much older. There had been already some some technical talks material &#8220;under the radar&#8221; information and that would indicate that Intel processors could have a serious vulnerability that waits to be fixed.  On 27 December 2016, at 33C3, Clémentine Maurice and Moritz Lipp of TU Graz presented their talk &#8220;What could possibly go wrong with <insert x86 instruction here>? Side effects include side-channel attacks and bypassing kernel ASLR&#8221; which outlined already what was coming. On 27 February 2017, Bosman et al. of Vrije Universiteit Amsterdam published their findings of how address space layout randomization (ASLR) could be abused on cache-based architectures at the NDSS Symposium. On 27 March 2017, researchers at Graz University of Technology in Austria developed a proof-of-concept that could grab RSA keys from Intel SGX enclaves. In July 2017, research made public on the CyberWTF website by security researcher Anders Fogh outlined the use of a cache timing attack to read kernel space data by observing the results of speculative operations conditioned on data fetched with invalid privileges. In October 2017, Kernel ASLR support on amd64 was added to NetBSD-current, making NetBSD the first totally open-source BSD system to support kernel address space layout randomization (KASLR). </p>
<p>The affected hardware and software vendors had been made aware of the issue on 28 July 2017. The fixes were made and information was kept quite well secret until the beginning of 2018.</p>
<p>Links to sources and more material:</p>
<p><a href="https://meltdownattack.com/">Spectre and Meltdown</a></p>
<p><a href="https://en.wikipedia.org/wiki/Meltdown_(security_vulnerability)">Meltdown affects Intel x86 microprocessors, IBM POWER processors, and some ARM-based microprocessors</a>.</p>
<p><a href="https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)">https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)</a></p>
<p><a href=" https://www.cloudflare.com/learning/security/threats/meltdown-spectre/">https://www.cloudflare.com/learning/security/threats/meltdown-spectre/</a></p>
<p><a href="https://www.epanorama.net/newepa/2018/01/03/kernel-memory-leaking-intel-processor-design-flaw/">https://www.epanorama.net/newepa/2018/01/03/kernel-memory-leaking-intel-processor-design-flaw/</a></p>
<p><a href="https://www.uusiteknologia.fi/2018/01/04/suorittimissa-tietoturvaongelmia-myos-arm-suorittimissa/">https://www.uusiteknologia.fi/2018/01/04/suorittimissa-tietoturvaongelmia-myos-arm-suorittimissa/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2024/01/18/remember-spectre-and-meltdown/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Usenet news</title>
		<link>https://www.epanorama.net/blog/2021/09/29/usenet-news/</link>
		<comments>https://www.epanorama.net/blog/2021/09/29/usenet-news/#comments</comments>
		<pubDate>Wed, 29 Sep 2021 17:35:48 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[Telecom and Networking]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=189589</guid>
		<description><![CDATA[<p>Usenet is a worldwide distributed discussion system available on computers. It was developed from the general-purpose Unix-to-Unix Copy (UUCP) dial-up network architecture. Basically format and transmission of Usenet articles is similar to that of Internet e-mail messages. Usenet started to operate at 1980 and I started using it in 1989. Users read and post messages <a class="moretag" href="https://www.epanorama.net/blog/2021/09/29/usenet-news/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Usenet">Usenet</a> is a worldwide distributed discussion system available on computers. It was developed from the <a href="https://en.wikipedia.org/wiki/UUCP">general-purpose Unix-to-Unix Copy (UUCP)</a> dial-up network architecture. Basically format and transmission of Usenet articles is similar to that of Internet e-mail messages. </p>
<p>Usenet started to operate at 1980 and I started using it in 1989. <a href="https://en.wikipedia.org/wiki/Usenet">Users read and post messages (called articles or posts, and collectively termed news) to one or more categories, known as newsgroups</a>.<a href="https://en.wikipedia.org/wiki/Usenet"> Usenet is culturally and historically significant in the networked world, having given rise to, or popularized, many widely recognized concepts and terms such as &#8220;FAQ&#8221;, &#8220;flame&#8221;, sockpuppet, and &#8220;spam&#8221;</a>. Quality of content in a specific newsgroup depended on culture of that newsgroups’ following.</p>
<p>Today, <a href="https://en.wikipedia.org/wiki/Usenet">Usenet has diminished in importance</a> with respect to Internet forums, blogs, mailing lists and social media. <a href="https://www.privacyaffairs.com/usenet-guide/">But Usenet still works today</a>. It is still possible to read and participate in Usenet newsgroups to a large degree using ordinary web browsers since most newsgroups are now copied to several web sites, including <a href="https://groups.google.com/">Google Groups</a>. </p>
<p><a href="https://fi.wikipedia.org/wiki/Sfnet">Sfnet is a Finnish-language newsgroup hierarchy founded in 1985</a>. The sfnet hierarchy was managed during its active days (up to year 2013), which meant that only certain people called coordinators could add or remove newsgroups. </p>
<p>I was pretty active on several Finnish Usenet in 1990&#8242;s and early 2000&#8242;s. I was especially active at <a href="https://groups.google.com/g/sfnet.harrastus.elektroniikka">sfnet.harrastus.elektroniikka</a> and <a href="https://groups.google.com/g/sfnet.harrastus.audio+video">sfnet.harrastus.audio+video</a> groups. I even maintained and hosted the FAQ (Frequently Asked Questions) lists for both newsgroups: <a href="https://www.epanorama.net/faq/sfnet.harrastus.elektroniikka/index.html">sfnet.harrastus.elektroniikka usein kysytyt kysymykset</a> and <a href=" https://www.epanorama.net/faq/sfnet.harrastus.audio+video/">sfnet.harrastus.audio+video usein kysytyt kysymykset (FAQ)</a>. The content of them is still on-line although the news groups have pretty much faded over years. </p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2021/09/29/usenet-news/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Uusiteknologia 2/2020 magazine published</title>
		<link>https://www.epanorama.net/blog/2020/11/18/uusiteknologia-22020-magazine-published/</link>
		<comments>https://www.epanorama.net/blog/2020/11/18/uusiteknologia-22020-magazine-published/#comments</comments>
		<pubDate>Wed, 18 Nov 2020 17:49:49 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[Telecom and Networking]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=187181</guid>
		<description><![CDATA[<p>Uusiteknologia.fi is a Finnish language electronics and technology professionals magazine published on-line. In the newest issue have written articles on many high tech topics (text in Finnish with short introduction in English). Newest issue Uusiteknologia 2/2020 has just been published. I have written two articles to the newest issue. The front page article is about <a class="moretag" href="https://www.epanorama.net/blog/2020/11/18/uusiteknologia-22020-magazine-published/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.uusiteknologia.fi/">Uusiteknologia.fi</a> is a Finnish language electronics and technology professionals magazine <a href="https://www.uusiteknologia.fi/">published on-line</a>. </p>
<p>In the newest issue have written articles on many high tech topics (text in Finnish with short introduction in English).  Newest issue <a href="https://www.uusiteknologia.fi/2020/11/18/uusiteknologia-2-2020-ilmestyi-lue-tasta/">Uusiteknologia 2/2020</a> has just been published.</p>
<p><a href="https://www.uusiteknologia.fi/2020/11/18/uusiteknologia-2-2020-ilmestyi-lue-tasta/"><img src="https://www.uusiteknologia.fi/wp-content/uploads/2020/11/Superprosessori_aloituskuva_UT22020-1000x509.jpg" width="1000" height="509" class="alignnone" /></a></p>
<p>I have written two articles to the newest issue. </p>
<p>The front page article is about <a href="https://www.uusiteknologia.fi/2020/11/18/lisaa-sirutehoa-poytakoneista-sulautettuihin/">More CPU power from desktop to embedded systems</a>. The PC processor market is undergoing a drastic change, with challenger company AMD wedging to threaten Intel’s traditional leadership. In addition, Apple and Microsoft are bringing more widely ARM-based processors as processors for PCs and even card servers. The market for personal computers has been downward going for a couple of years now, while developments in the industry have focused on the implementation of new, more efficient mobile chips. New laptops and servers have now restored faith in the PC world and CPU sales are growing again. The most new has been offered by AMD, which has become an industry challenger and has snapped the market from Intel. In addition, rapidly evolving ARM processors are becoming more widespread in computers.<br />
Link to article: <a href="https://www.uusiteknologia.fi/2020/11/18/lisaa-sirutehoa-poytakoneista-sulautettuihin/">https://www.uusiteknologia.fi/2020/11/18/lisaa-sirutehoa-poytakoneista-sulautettuihin/</a></p>
<p>The other article <a href="https://www.uusiteknologia.fi/2020/11/18/yhden-johdinparin-ethernet-liitanta-autoon-ja-tehtaaseen/">Single pair of wires to new areas</a> tells about Single Pair Ethernet (SPE). There is a desire to bring more Ethernet networks to industry and vehicles, but problems have been caused by traditional Ethernet solutions based on eight wires and an RJ-45 connector. Therefore, more suitable solutions have been developed to replace them, which are also based on a smaller number of conductors. The introduction of Ethernet in cars created the first one-megabyte and even one gigabit per second standard operating on a single pair of wires. And the development was not limited to vehicles and moving heavy machines, but the solution was also seen as suitable for a wider range of industrial automation, intelligent buildings and various IoT applications. However, solutions developed directly for cars were not suitable as they were optimized to operate over too short distances. Therefore, new versions of one pair of Ethernet were needed for new applications. This story goes through a wide range of all the new single-pair Ethernet standards and related technical details.<br />
Link to article: <a href="https://www.uusiteknologia.fi/2020/11/18/yhden-johdinparin-ethernet-liitanta-autoon-ja-tehtaaseen/">https://www.uusiteknologia.fi/2020/11/18/yhden-johdinparin-ethernet-liitanta-autoon-ja-tehtaaseen/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2020/11/18/uusiteknologia-22020-magazine-published/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Old Usenet posts on-line again</title>
		<link>https://www.epanorama.net/blog/2020/10/16/old-usenet-posts-on-line-again/</link>
		<comments>https://www.epanorama.net/blog/2020/10/16/old-usenet-posts-on-line-again/#comments</comments>
		<pubDate>Fri, 16 Oct 2020 08:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Journalism and media]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=186902</guid>
		<description><![CDATA[<p>Decades before Twitter threads, Reddit forums, or Facebook groups, there was Usenet: an early-internet, pre-Web discussion system where one could start and join conversations much like today&#8217;s message boards. It was launched in 1980. On Usenet, people talked about everything. And there were many interesting discussions and technical details posted. Old 80s Usenet content published <a class="moretag" href="https://www.epanorama.net/blog/2020/10/16/old-usenet-posts-on-line-again/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.vice.com/en/article/pky7km/usenet-archive-utzoo-online">Decades before Twitter threads, Reddit forums, or Facebook groups, there was Usenet: an early-internet, pre-Web discussion system where one could start and join conversations much like today&#8217;s message boards</a>. It was launched in 1980. On Usenet, people talked about everything. And there were many interesting discussions and technical details posted.</p>
<p>Old 80s Usenet content published on-line again!</p>
<p>Most of this is from before my time in Usenet. I started using BBSs in the late 80s and Usenet in 1989. </p>
<p>Interesting coincidence that just two months ago I found some old 3.3&#8243; &#8216;floppy disks&#8217; from early 1990&#8242;s with saved Usenet material that seemed relevant of that time. Thought of looking what was in there some day with USB floppy drive&#8230; but maybe the data is already saved.</p>
<p>I was pretty active on Usenet on 90s and early 2000. I even maintained (and still host) two Usenet group FAQs: <a href="https://www.epanorama.net/faq/sfnet.harrastus.audio+video/index.html">sfnet.harrastus.audio+video usein kysytyt kysymykset (FAQ)</a> and <a href="https://www.epanorama.net/faq/sfnet.harrastus.elektroniikka/index.html">sfnet.harrastus.elektroniikka usein kysytyt kysymykset</a>. I also had some of my <a href="https://www.epanorama.net/notes/usernet_posts/">own Usenet mini archive of some interesting posts</a>. <a href="https://www.epanorama.net/blog/2009/11/09/fading-usenet-newsgroups/">Around 2009 my interest in Usenet groups had faded because I felt their usefulness had faded</a>.</p>
<p>Vice reports:</p>
<p>2.1 Million of the Oldest Internet Posts Are Now Online for Anyone to Read<br />
<a href="https://www.vice.com/en/article/pky7km/usenet-archive-utzoo-online">https://www.vice.com/en/article/pky7km/usenet-archive-utzoo-online</a></p>
<p>Jozef Jarosciak just put millions of early Usenet posts on a browsable archive for the first time.</p>
<p>Around 2.1 million posts from  between February 1981 and June 1991 from Henry Spencer&#8217;s UTZOO NetNews Archive are archived at the Usenet Archive for anyone to browse at<br />
<a href="https://www.usenetarchives.com/groups.php?c=utzoo&#038;p=0">https://www.usenetarchives.com/groups.php?c=utzoo&#038;p=0</a></p>
<p>This latest archive-dump is part of an even larger project by Jarosciak. <a href="https://www.reddit.com/r/DataHoarder/comments/in7rd8/the_usenet_text_archive_goes_online_300_gigs/">He launched the Usenet Archive site last month</a>, as a way to host groups in a way that&#8217;d be independent of Google Groups, which also holds archives of newsgroups like Usenet. It&#8217;s currently archiving 317 million posts in 10,000 unique Usenet newsgroups.</p>
<p>The site at <a href="https://UsenetArchives.com">https://UsenetArchives.com</a> id free of charge and free of advertising access to archives of BIG-8 and other Usenet text newsgroups.</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2020/10/Screenshot_20201016-102528_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2020/10/Screenshot_20201016-102528_Facebook.jpg" alt="screenshot_20201016-102528_facebook" width="1080" height="2400" class="alignnone size-full wp-image-186908" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2020/10/16/old-usenet-posts-on-line-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change of computing terms?</title>
		<link>https://www.epanorama.net/blog/2020/06/16/change-of-computing-terms/</link>
		<comments>https://www.epanorama.net/blog/2020/06/16/change-of-computing-terms/#comments</comments>
		<pubDate>Tue, 16 Jun 2020 04:46:10 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Journalism and media]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=186429</guid>
		<description><![CDATA[<p>ZDnet reports at https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/ that a number of people and companies plan to drop terms like &#8220;master&#8221; and &#8220;slave&#8221; for alternatives like &#8220;main/default/primary&#8221; and &#8220;secondary;&#8221; but also terms like &#8220;blacklist&#8221; and &#8220;whitelist&#8221; for &#8220;allow list&#8221; and &#8220;deny/exclude list.&#8221; ZDNet found that projects like the OpenSSL encryption software library, automation software Ansible, Microsoft&#8217;s PowerShell scripting language, <a class="moretag" href="https://www.epanorama.net/blog/2020/06/16/change-of-computing-terms/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>ZDnet reports at <a href="https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/">https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/</a> that a number of people and companies plan to drop terms like &#8220;master&#8221; and &#8220;slave&#8221; for alternatives like &#8220;main/default/primary&#8221; and &#8220;secondary;&#8221; but also terms like &#8220;blacklist&#8221; and &#8220;whitelist&#8221; for &#8220;allow list&#8221; and &#8220;deny/exclude list.&#8221;</p>
<p><a href="https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/">ZDNet found</a> that projects like the OpenSSL encryption software library, automation software Ansible, Microsoft&#8217;s PowerShell scripting language, the P5.js JavaScript library, and many others are looking at changing the name of their default source code repos, in a bid to stamp out racially-charged and slavery-related terms.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2020/06/16/change-of-computing-terms/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Uusiteknologia 1/2020 magazine published</title>
		<link>https://www.epanorama.net/blog/2020/05/28/uusiteknologia-12020-magazine-published/</link>
		<comments>https://www.epanorama.net/blog/2020/05/28/uusiteknologia-12020-magazine-published/#comments</comments>
		<pubDate>Thu, 28 May 2020 05:52:59 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Finland]]></category>
		<category><![CDATA[Journalism and media]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=186331</guid>
		<description><![CDATA[<p>Uusiteknologia.fi is a Finnish language electronics and technology professionals magazine published on-line. In the newest issue have written articles on many high tech topics (text in Finnish with short introduction in English). Earlier issues have been published as an electronic magazine that looks like a regular printed magazine, but this newest issue is published in <a class="moretag" href="https://www.epanorama.net/blog/2020/05/28/uusiteknologia-12020-magazine-published/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.uusiteknologia.fi/">Uusiteknologia.fi</a> is a Finnish language electronics and technology professionals magazine <a href="https://www.uusiteknologia.fi/">published on-line</a>. </p>
<p>In the newest issue have written articles on many high tech topics (text in Finnish with short introduction in English). Earlier issues have been published as an electronic magazine that looks like a regular printed magazine, but this newest issue is published in normal web pages format. Newest issue <a href="https://www.uusiteknologia.fi/2020/05/27/uusiteknologia-1-2020-sisalto/">Uusiteknologia 1/2020</a> was published yesterday evening. </p>
<p><a href="https://www.uusiteknologia.fi/2020/05/27/uusiteknologia-1-2020-sisalto/"><img src="https://www.epanorama.net/blog/wp-content/uploads/2020/05/Screenshot_2020-05-28-Uusiteknologia-1-2020-ilmestyi-lue-tästä-Uusiteknologia-fi.png" alt="screenshot_2020-05-28-uusiteknologia-1-2020-ilmestyi-lue-tasta-uusiteknologia-fi" width="288" height="393" class="alignnone size-full wp-image-186333" /></a></p>
<p>This issue has two articles written by me:</p>
<p>https://www.uusiteknologia.fi/2020/05/27/uusiteknologia-1-2020-sisalto/</p>
<p><a href="https://www.uusiteknologia.fi/2020/05/27/mikropiirien-uusimmat-tietototurvavirheet-ja-haavoittuvuudet/">TEEMAJUTTU:  VAARALLISIA VIRHEITÄ MIKROPIIREISSÄ</a> = <a href="https://www.uusiteknologia.fi/2020/05/27/mikropiirien-uusimmat-tietototurvavirheet-ja-haavoittuvuudet/">Micro-circuit errors and vulnerabilities</a></p>
<p>&#8220;Over last couple of years, information on security holes in processors made by Intel in particular have become widespread. But security holes have also been found in other manufacturers’ chips: processors, memory circuits, programmable logics and various interface chips. The security provided by the operating systems of computers and many embedded systems is largely based on the use of memory protection. Memory protection provided by the CPU memory management unit can be used to prevent applications from accessing each other’s memory areas or the operating system’s memory area. But this memory protection is not always 100 percent effective in many popular processors. You can find more about this topic in the link bank published online in Uusiteknologia.fi 1/2020 www-magazine (<a href="https://www.uusiteknologia.fi/linkkipankki/">LINK</a>).&#8221;</p>
<p><a href="https://www.uusiteknologia.fi/2020/05/27/kortillinen-tekoalya-sulautettuihin/">Kortillinen tekoälyä sulautettuihin</a> = <a href="https://www.uusiteknologia.fi/2020/05/27/kortillinen-tekoalya-sulautettuihin/">Artficial intelligence is also coming into embedded system</a>s</p>
<p>&#8220;Artificial intelligence will be seen even more more often an important part of the future of the Internet of Things and, for example, robots and development of autonomous vehicles. The need to process data more and more where data is being created, is taking machine learning and artificial intelligence to ever smaller devices. We gathered here article on basic information about artificial intelligence. In addition, we present seven processor cards with can be used to implement the first practical artificial intelligence controls. You can find more about New Technology 1/2020 via the link bank (<a href="https://www.uusiteknologia.fi/linkkipankki/">LINK</a>).&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2020/05/28/uusiteknologia-12020-magazine-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday Fun: Scientists Are Sharing The Worst Stock Photos Of Their Jobs And They&#8217;re Hilarious</title>
		<link>https://www.epanorama.net/blog/2020/01/17/friday-fun-scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious-2/</link>
		<comments>https://www.epanorama.net/blog/2020/01/17/friday-fun-scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious-2/#comments</comments>
		<pubDate>Fri, 17 Jan 2020 14:29:34 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[Off topic fun]]></category>

		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=185379</guid>
		<description><![CDATA[<p>https://www.iflscience.com/editors-blog/scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious/ <a class="moretag" href="https://www.epanorama.net/blog/2020/01/17/friday-fun-scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious-2/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.iflscience.com/editors-blog/scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious/">https://www.iflscience.com/editors-blog/scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2020/01/17/friday-fun-scientists-are-sharing-the-worst-stock-photos-of-their-jobs-and-theyre-hilarious-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uusiteknologia 2/2019 published</title>
		<link>https://www.epanorama.net/blog/2019/10/17/uusiteknologia-22019-published/</link>
		<comments>https://www.epanorama.net/blog/2019/10/17/uusiteknologia-22019-published/#comments</comments>
		<pubDate>Thu, 17 Oct 2019 07:08:10 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[IoT]]></category>
		<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Telecom and Networking]]></category>

		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184478</guid>
		<description><![CDATA[<p>Uusiteknologia.fi is a Finnish language electronics and technology professionals magazine. In the newest issue have written articles on many high tech topics (text in Finnish with short introduction in English). The new number has been published as an electronic magazine that looks like a regular printed magazine. I have written to two articles to this <a class="moretag" href="https://www.epanorama.net/blog/2019/10/17/uusiteknologia-22019-published/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.uusiteknologia.fi/">Uusiteknologia.fi</a> is a Finnish language electronics and technology professionals magazine.</p>
<p>In the <a href="https://issuu.com/uusiteknologia.fi/docs/2_2019">newest issue</a> have written articles on many high tech topics (text in Finnish with short introduction in English). The new number has been published as an electronic magazine that looks like a regular printed magazine.</p>
<p>I have written to two articles to this newest issue.  The first article is about eSIM technology and second is about IoT security.</p>
<p class="western" style="margin-bottom:0cm;">5G and IoT will use eSIM article tells tht classic plastic SIM card hardly disappears very suddenly, though eSIM is becoming more common. In some devices there can be both options built-in: eSIM is integrated into device and there is also option to install a separate SIM card to the device.</p>
<p class="western" style="margin-bottom:0cm;">One eSIM chip embedded inside the device (smart phone, tablet or IoT) typically contains one or several carrier profiles, bootstrap code and network switching and a SIM applet for controlling which carrier profile to use. An eSIM with megabyte memory size can be used to store up to ten operator profiles.</p>
<p>The eSIM chips are commonly available with 132 kilobytes to two megabytes memory sizes.</p>
<p>The SIM card is renewing again when 5G services are coming up. ETSI and 3GPP have defined the needed UICC configurations. A 5G SIM card can be removable SIM, M2M-SIM or eSIM. Besides physical format, telecommunication companies have to consider three different types 5G SIM card options: &#8220;transitional&#8221;, &#8220;recommended&#8221; and &#8220;low power&#8221;.  Low Power SIM is designed specially designed for the Internet of Things devices. It contains most of the recommended SIM card features, but some privacy features are left off.</p>
<p>Safer IoT with new technologies tells that the new Internet of Things applications will place great demands on micro-controllers in the near future.<br />
The Internet of Things market will grow in the next few years. By 2020, there are estimated to be 20-30 billion networked devices in the world.  At the same time, the security requirements for IoT devices growth.</p>
<p>In many cases previous micro-controller generations cannot meet all the new security demands by themselves, so new hardware<br />
solutions and smarter code are ABI Research has predicted thatthe market for secure micro-controllers will grow to $ 1.2 billion over the next couple of years.</p>
<p>Safer IoT with new technologies article take a look at some examples of embedded solutions for IoT applications and how they have implemented security into their solutions. The included examples illustrate how things are handled with security-enabled micro-controllers, single board computers, and cloud services.</p>
<p><a href="https://issuu.com/uusiteknologia.fi/docs/1_2019"><img class="alignnone" src="https://www.uusiteknologia.fi/wp-content/uploads/2018/05/UT12018_banneri489_59.jpg" alt="" width="486" height="59"></a></p>
<p>You can find links related to articles at <a href="https://www.uusiteknologia.fi/linkkipankki/">links page</a>.</p>
<p><a href="https://www.uusiteknologia.fi/"><img class="alignnone" src="https://www.uusiteknologia.fi/wp-content/uploads/2015/09/uusiteknologia_text_450x70.jpg" alt="" width="450" height="70"></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2019/10/17/uusiteknologia-22019-published/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Friday Fun: Saturday Morning Breakfast Cereal &#8211; A Guide to Science Writing</title>
		<link>https://www.epanorama.net/blog/2019/08/09/friday-fun-saturday-morning-breakfast-cereal-a-guide-to-science-writing/</link>
		<comments>https://www.epanorama.net/blog/2019/08/09/friday-fun-saturday-morning-breakfast-cereal-a-guide-to-science-writing/#comments</comments>
		<pubDate>Fri, 09 Aug 2019 05:39:29 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[Off topic fun]]></category>

		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=183414</guid>
		<description><![CDATA[<p>https://www.smbc-comics.com/comic/a-guide-to-science-writing <a class="moretag" href="https://www.epanorama.net/blog/2019/08/09/friday-fun-saturday-morning-breakfast-cereal-a-guide-to-science-writing/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.smbc-comics.com/comic/a-guide-to-science-writing">https://www.smbc-comics.com/comic/a-guide-to-science-writing</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2019/08/09/friday-fun-saturday-morning-breakfast-cereal-a-guide-to-science-writing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Spot Pseudoscience on the Internet &#8211; Hackster Blog</title>
		<link>https://www.epanorama.net/blog/2019/07/31/how-to-spot-pseudoscience-on-the-internet-hackster-blog/</link>
		<comments>https://www.epanorama.net/blog/2019/07/31/how-to-spot-pseudoscience-on-the-internet-hackster-blog/#comments</comments>
		<pubDate>Wed, 31 Jul 2019 09:13:39 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Journalism and media]]></category>
		<category><![CDATA[RF]]></category>
		<category><![CDATA[Safety]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=183357</guid>
		<description><![CDATA[<p>https://blog.hackster.io/how-to-spot-pseudoscience-on-the-internet-e7d1f53796a2 There are many companies that make up some bogus pseudo scientific claims to sell products. This article gives an example about a company selling expensive stickers as solution for people afraid of the irrational &#8220;dangers of electromagnetic radiation&#8221;. The article lists the hallmarks of pseudo-scientific products for you to become a more savvy consumer. <a class="moretag" href="https://www.epanorama.net/blog/2019/07/31/how-to-spot-pseudoscience-on-the-internet-hackster-blog/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://blog.hackster.io/how-to-spot-pseudoscience-on-the-internet-e7d1f53796a2">https://blog.hackster.io/how-to-spot-pseudoscience-on-the-internet-e7d1f53796a2</a></p>
<p>There are many companies that make up some bogus pseudo scientific claims to sell products. This article gives an example about a company selling expensive stickers as solution for people afraid of the irrational &#8220;dangers of electromagnetic radiation&#8221;.</p>
<p>The article lists the hallmarks of pseudo-scientific products for you to become a more savvy consumer. If you can’t find any empirical information yourself, do your own tests!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2019/07/31/how-to-spot-pseudoscience-on-the-internet-hackster-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
