<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Peter&#039;s z80.eu site blog</title>
		<link>http://www.z80.eu/blog/index.php</link>
		<description><![CDATA[Pleased about feedback comments always.]]></description>
		<copyright>Copyright 2016, Peter Dassow</copyright>
		<managingEditor>Peter Dassow</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>OT: For those who would like to travel through time ...</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry160131-130000</link>
			<description><![CDATA[It&#039;s slightly off-topic, but interesting. It&#039;s an explanation why time is going always forward, not backward. An asymmetry exists between time and space in the sense that physical systems inevitably evolve over time whereas there is no corresponding ubiquitous translation over space.<br />The asymmetry is represented by equations of motion and conservation laws that operate differently over time and space. But there are reasons for it, which are digged deeper into theoretical physics.<br />It seems to be related with K and B meson particles and their behaviour (spin and state) and balance between them. <a href="http://inspirehep.net/record/1315433/files/Frascati25-30.pdf" target="_blank" >Experiments to test the time-reversal symmetry</a> exists already.<br /><br />Now think about trying to manipulating exactly what was mentioned (K and B mesons).<br />It can be the way travelling through time, although it can be done only in a microscopical way, and only for a very small area. I am not sure how to accomplish this without an extraordinary amount of energy and without destroying anything with a bit complexity (means if you can accomplish it by a supernova, it will not help you).<br /><br />See related link for a general overview.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry160131-130000</guid>
			<author>Peter Dassow</author>
			<pubDate>Sun, 31 Jan 2016 12:00:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=16&amp;m=01&amp;entry=entry160131-130000</comments>
		</item>
		<item>
			<title>Ho ho ho - Merry christmas and a happy new year 2016</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry151225-000000</link>
			<description><![CDATA[It&#039;s not the best animation, but perhaps one of the best known XMAS demo:<br /><img src="../images/c64xmas.gif" width="480" height="293" border="0" alt="" /><br />Just grab your C64 out of the cellar, get the (SX-64) demo program (see related link), and run it on a real Commodore 64 or at least on one of the many emulators (like <a href="http://vice-emu.sourceforge.net/" target="_blank" >WinVICE</a>).]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry151225-000000</guid>
			<author>Peter Dassow</author>
			<pubDate>Thu, 24 Dec 2015 23:00:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=12&amp;entry=entry151225-000000</comments>
		</item>
		<item>
			<title>Almost already vintage: LTO-2 and LTO-3 tape drives with Windows 7</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry151213-120000</link>
			<description><![CDATA[I got some SCSI LTO tape drives, and so I started to resurrected my LSI Logic SCSI 20160 (53C1010-66) adapter (SCSI controller for PCI bus). I wrote &quot;started&quot; because it&#039;s not so easy to get a &quot;Windows 7&quot; compatible driver for a ten year old SCSI controller. Last but not least I discovered that the controller was used by another company but under a different name, &quot;Dawicontrol DC-29160 U3W SCSI Hostadapter&quot;, and <a href="http://www.dawicontrol.com/html/scsi.php" target="_blank" >Dawicontrol still offers drivers</a>.<br /><br />After being able to use the SCSI controller, I was also stuck with getting a working tape backup software - that&#039;s because after Windows XP, Removable Storage Manager (RSM) was not included anymore (still present on installation media in Windows Vista), and so NTBACKUP or similar software does NOT work anymore with tape drives.<br /><br />I&#039;ve found at least two products which supports the LTO tape drives without any driver, Novabackup and Z-DATdump. I was still not able to use something like &quot;mt&quot;, &quot;tar&quot; and similar UNIX stuff. So I download &quot;<a href="http://gnuwin32.sourceforge.net/packages/gtar.htm" target="_blank" >GnuWIN tar 1.13</a>&quot; which does run under Windows 7, and also the tools found at <a href="http://www.tecno-notas.com/winnt.htm" target="_blank" >http://www.tecno-notas.com/winnt.htm</a> , &quot;mt&quot; and &quot;tapecopy&quot;, included in <a href="http://www.tecno-notas.com/files/LCUtils.zip" >LCUtils.zip</a>.<br /><br />The UNIX tools I downloaded still didn&#039;t work, also because I was not able to use the &quot;TAPE0&quot; or &quot;TAPE1&quot; device name. This happened because you have to have an unknown &quot;Other device&quot; in device manager first (if not, no chance), to install the proper &quot;sequential device driver&quot; for the LTO drive (here: I looked for &quot;ultrium 3 scsi sequential device driver&quot;).<br />HP does offer the drivers at <a href="https://h20566.www2.hpe.com/hpsc/swd/public/detail?idx=&amp;action=driverDocument&amp;itemLocale=&amp;swItemId=MTX_4554c73e7fcc4f8db729c95976&amp;mode=" target="_blank" >hp.com Drivers &amp; Software</a>.<br />This was finally not necessary, because Windows searched for the proper driver of this &quot;sequential device driver&quot; for itself (online), so the result looks like this:<br /><a href="javascript:openpopup('../images/hplto.jpg',628,579,false);"><img src="../images/hplto.jpg" width="480" height="443" border="0" alt="" /></a><br /><br />After having this device driver installed, Acronis Backup or Iperius Backup and may be some other commercial software will work also. Again, if you have only installed the SCSI controller driver, this is NOT enough.<br /><br /><img src="../images/ltodrive.jpg" width="480" height="305" border="0" alt="" /><br /><br />I am still having some problems with GNUWin tar, because if the filenames getting too long, or special chars are included in a filename, tar fails. Tar fails also having too much parameter (using wildcards). This &quot;<a href="http://gnuwin32.sourceforge.net/packages/gtar.htm" target="_blank" >GNUWin tar</a>&quot; is really still unfinished, not fully developed or ported for Windows.<br />Please remember also you must have local admin rights for your command line to use mt and tapecopy, and please DO NOT leave the inserted tape inside the device before powering off - so EJECT the tape always after using it.<br /><br />Btw. <a href="https://sourceforge.net/projects/wintar/" target="_blank" >&quot;WINTAR&quot; from sourceforge</a> does not work - that was my first try.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry151213-120000</guid>
			<author>Peter Dassow</author>
			<pubDate>Sun, 13 Dec 2015 11:00:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=12&amp;entry=entry151213-120000</comments>
		</item>
		<item>
			<title>Ultra rare Texas Instruments Portable Professional Computer (PPC)</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry151114-230000</link>
			<description><![CDATA[These &quot;non-compatible&quot; PCs are almost forgotten, but there were many interesting portable ones, like the Sirius Victor &quot;Luggable&quot;, which has a very sophisticated video card (for its time) but with a very strange disk format (similar to the Commodore GCR format).<br />And there was also a 8086 portable computer from Texas Instruments - they didn&#039;t produced only the TI 99/4(A) and their famous calculators in the eighties, but also these non-compatible PCs.<br />Derived from the Texas Instruments PC, the TI PPC was the one you could try to carry with you.<br />It can read IBM PC formatted disk (that&#039;s really an advantage) but that was the only obvious  common thing. The graphics had 720x300 pixels (NOT Hercules Graphics compatible!), it has a build in (optional) <b>COLOR MONITOR</b> (rare!) and the computer was expandable up to 768KB RAM. Even the keyboard was different from the IBM PC !<br />Not only MS-DOS 2.1 was available, but also CP/M-86, UCSD-P System and Prologue.<br />You could be lucky if you own one, because they became very rare nowadays.<br /><a href="javascript:openpopup('../images/texasinstruments-pcportable.jpg',570,528,false);"><img src="../images/texasinstruments-pcportable.jpg" width="480" height="445" border="0" alt="" /></a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry151114-230000</guid>
			<author>Peter Dassow</author>
			<pubDate>Sat, 14 Nov 2015 22:00:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=11&amp;entry=entry151114-230000</comments>
		</item>
		<item>
			<title>First &quot;Smart Watch&quot; ever, decades before Apple Watch oder Samsung Gear</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150926-202649</link>
			<description><![CDATA[Just take a look at this advertisment for the Science of Cambridge Wrist Calculator, this was really one of the first (or just the first) real smart watch with computing power - and it happened about 40 years before ! It was only available as a kit, and AFAIK it can&#039;t show the time (unless you typed in appropriate digits to show up the time) ;-)<br /><a href="javascript:openpopup('../images/cambridge_calc_watch.jpg',637,887,false);"><img src="../images/cambridge_calc_watch.jpg" width="480" height="668" border="0" alt="" /></a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150926-202649</guid>
			<author>Peter Dassow</author>
			<pubDate>Sat, 26 Sep 2015 18:26:49 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=09&amp;entry=entry150926-202649</comments>
		</item>
		<item>
			<title>Genoa Super EGA can&#039;t replace an original Siemens PCD-2 CGA+MDA card</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150918-183000</link>
			<description><![CDATA[Meanwhile I have tried to replace my original Siemens PCD-2 graphics adapter with a (more modern) Genoa Super EGA (Modell 4880). Unfortunately even with a documentation of all dip switches and jumper, it was not possible to replace the original card, which is able to display color graphics card (CGA) and monochrome display adapter (MDA) on a monochrome monitor.<br />I thought I can configure the Genoa Super EGA...<br /><a href="javascript:openpopup('../images/Genoa-EGA-4880.jpg',1024,870,false);"><img src="../images/Genoa-EGA-4880.jpg" width="480" height="408" border="0" alt="" /></a><br />... to use a monochrome monitor.<br /><br /><b>BUT NO it does not work :-(</b><br /><br />I guess the Siemens Graphics Adapter is a very special (and rare) display adapter which is only designed to work with the Siemens Monitor. Look at the card, it has three crystal oscillators (!), which is totally unusual for dispplay adapter of 1988:<br /><a href="javascript:openpopup('../images/Siemens-NCR-CGA-MDA.jpg',1024,792,false);"><img src="../images/Siemens-NCR-CGA-MDA.jpg" width="480" height="371" border="0" alt="" /></a><br /><br />Ok, if anybody has additional suggestions how to work with that original monochrome monitor and the above mentioned Genoa Super EGA, let me know it. Switches &amp; Jumper can be found at the &quot;related link&quot; below.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150918-183000</guid>
			<author>Peter Dassow</author>
			<pubDate>Fri, 18 Sep 2015 16:30:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=09&amp;entry=entry150918-183000</comments>
		</item>
		<item>
			<title>Microsoft&#039;s new &quot;Privacy Statement&quot; and conclusions: BE WARNED</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150810-222007</link>
			<description><![CDATA[<img src="../images/win10spy.jpg" width="480" height="223" border="0" alt="" /><br />No, not only Microsoft is collecting data from all users. This is done also by Apple &amp; Google.<br />But they didn&#039;t do it in such an amount until Windows 10 arrived....<br /><br />All of the data which will be collected is just to improve your personal expirience. This means you will get tons of advertisments but these are more personalized. Or at least unwanted &quot;suggestions&quot;. Ugly.<br />Many settings are present also to reduce this acquisitiveness, but most of the very new functions can&#039;t work without collecting data from you. Cortana, your new speech recognition for example. Hand writing recognition, which adds also new learned words.<br />Even your Wireless LAN passwords can be shared... you don&#039;t want this by accident, I guess.<br /><br />See also these articles:<br /><a href="http://www.theguardian.com/technology/2015/jul/31/windows-10-microsoft-faces-criticism-over-privacy-default-settings" target="_blank" >http://www.theguardian.com/technology/2 ... t-settings</a><br /><a href="http://www.pcmag.com/article2/0,2817,2489212,00.asp" target="_blank" >http://www.pcmag.com/article2/0,2817,2489212,00.asp</a><br /><a href="http://www.wired.com/2015/08/windows-10-security-settings-need-know/" target="_blank" >http://www.wired.com/2015/08/windows-10 ... need-know/</a><br /><a href="http://www.rockpapershotgun.com/2015/07/30/windows-10-privacy-settings/" target="_blank" >http://www.rockpapershotgun.com/2015/07 ... -settings/</a><br /><br />Meanwhile there are tools out there, which easily controls these settings, too.<br />If you&#039;re too careless, you get a new data collector installed instead.<br /><a href="http://pxc-coding.com/portfolio/donotspy10/" target="_blank" >http://pxc-coding.com/portfolio/donotspy10/</a> offers a tool like that, &quot;DoNotSpy10&quot;.<br />This software is ok for public use, <i>until</i> you accept also some setup options at the time of installation - new, unwanted ad-ware or even new spy software.<br />So really take care and READ the options of the setup program, or do not use &quot;DoNotSpy10&quot;.<br /><br />Added a bit later: There is also a script/batch file, which can improve privacy. Please take a look inside the file (it&#039;s text, not a binary) first. See <a href="http://pastebin.com/K8Ww4j8z" target="_blank" >http://pastebin.com/K8Ww4j8z</a><br /><br />Added again later: New bad news ... Windows 10 does not use certificate pinning, means someone can easily apply a man-in-the-middle-attack for each Microsoft cloud-access for example. Explanation for certificate pinning ? See &gt;<a href="https://en.wikipedia.org/wiki/Certificate_pinning#Certificate_pinning" target="_blank" >here</a>&lt;.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150810-222007</guid>
			<author>Peter Dassow</author>
			<pubDate>Mon, 10 Aug 2015 20:20:07 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=08&amp;entry=entry150810-222007</comments>
		</item>
		<item>
			<title>Extracting floppy drivers out of Windows 7 (for using them with Windows 10)</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150808-113000</link>
			<description><![CDATA[May be some of you still using (USB) floppy drives with Windows 7 ?<br /><img src="../images/usbfloppydrive.jpg" width="480" height="325" border="0" alt="" /><br />You want to upgrade to Windows 10 ?<br />May be this is interesting for you ...<br /><br />Two driver files are necessary for it:<br />\windows\system32\drivers\sfloppy.sys and<br />\windows\system32\drivers\flpydisk.sys<br />extracted out of an existing/working Windows 7 installation (may work with Windows 8 also).<br /><br />Additionally you need the description/installation files located in \windows\inf:<br />fdc.inf and<br />flpydisk.inf<br />(and perhaps also fdc.pnf and flpydisk.pnf).<br /><br />These .inf files can be used to reinstall the fdc and floppy driver again, e.g. for a Windows 10 installation. At the moment I am not aware of offerings from Microsoft itself regarding the subject &quot;floppy drive support&quot;. I&#039;ve read they said only, go to your drive manufacturers pages and look for drivers.... good luck anyway for it.<br /><br />Added a bit later: There is also a sample driver for a &quot;super floppy&quot;, see <a href="https://github.com/Microsoft/Windows-driver-samples/tree/master/storage/sfloppy" target="_blank" >https://github.com/Microsoft/Windows-driver-samples/tree/master/storage/sfloppy</a><br />To compile the driver, you need the Visual Studio Community 2015 and Windows Driver Kit (WDK) 10, offered at <a href="https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx" target="_blank" >https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx</a>, also.]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150808-113000</guid>
			<author>Peter Dassow</author>
			<pubDate>Sat, 08 Aug 2015 09:30:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=08&amp;entry=entry150808-113000</comments>
		</item>
		<item>
			<title>Don&#039;t miss &quot;Classic Computing 2015&quot; - THE vintage computer exhibition and festival in Thionville</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150803-200247</link>
			<description><![CDATA[<a href="javascript:openpopup('../images/cc2015.jpg',671,944,false);"><img src="../images/cc2015.jpg" width="480" height="675" border="0" alt="" /></a><br />Don&#039;t miss it. You will see a lot of vintage computers and video game consoles from the eighties and beyond, many computer enthusiasts and lover of old but gold home computer equipment, starting with <b>A</b>mstrad, and stopping with <b>Z</b>enith.<br /><a href="https://www.google.de/maps/place/Diedenhofen,+Frankreich/@49.3886512,6.2098249,9.75z/data=!4m2!3m1!1s0x479525297d62f987:0xa7af8d1a441ac977" target="_blank" >Thionville</a> is located in France, but it&#039;s really nearby Saarlouis in Germany, so enthusiasts from germany can visit it without conquering long distances too. See related link for more infos.<br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150803-200247</guid>
			<author>Peter Dassow</author>
			<pubDate>Mon, 03 Aug 2015 18:02:47 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=08&amp;entry=entry150803-200247</comments>
		</item>
		<item>
			<title>Very interesting project - a microbee emulated in (almost) one FPGA</title>
			<link>http://www.z80.eu/blog/index.php?entry=entry150629-210000</link>
			<description><![CDATA[The Microbee was an Australian made Z80 based computer that was able to run CP/M 2.2 and 3.0 - and it even had already some pixel graphics capabilities.<br /><img src="../images/microbee.jpg" width="480" height="330" border="0" alt="" /><br />Getting such a computer isn&#039;t simple, and I do not live in Australia (btw. wonderful country).<br />But working with real hardware and not &quot;emulated on PC&quot; is still a great idea.<br />On <a href="http://fpgabee.toptensoftware.com/" target="_blank" >fpgabee.toptensoftware.com</a> you will be able to read all about using a FPGA development board or even a selfmade pcb for it.<br />With it&#039;s version 2, even harddisk access and color graphics is implemented.<br />And it&#039;s working with a standard VGA monitor, a PS/2 keyboard and a SD card. That&#039;s all.<br /><br />It looks like this (photo taken from the above mentioned web site):<br /><a href="javascript:openpopup('http://fpgabee.toptensoftware.com/Files/DSC_0901.jpg',1400,929,false);"><img src="http://fpgabee.toptensoftware.com/Files/DSC_0901.jpg" width="480" height="319" border="0" alt="" /></a><br /><br />So just go on and visit the web site above mentioned (or see related link also below).<br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://www.z80.eu/blog/index.php?entry=entry150629-210000</guid>
			<author>Peter Dassow</author>
			<pubDate>Mon, 29 Jun 2015 19:00:00 GMT</pubDate>
			<comments>http://www.z80.eu/blog/comments.php?y=15&amp;m=06&amp;entry=entry150629-210000</comments>
		</item>
	</channel>
</rss>
