<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Computer-Chess Wiki Forum</title>
<link>http://www.computer-chess.org/forum/</link>
<description>Computer-Chess Discussion Forum</description>
<language>en</language>
<item>
<title>Update Information: September 1, 2015</title>
<content:encoded><![CDATA[<p><em>Posting by Ron, Tuesday, September 01, 2015, 18:44:</em></p><p><p><span style="font-size:large;"><strong>Engine Updates</strong></span></p>
<p><strong><span style="color:#555;">Dann Corbit Win32/64 builds</span></strong><br />
<strong><span style="color:#090;">Alfil 15.8.16 DC (UCI)</span></strong><br />
Win32/64; mp; FRC; C# version requires .NET 4.5 framework; this is a Stockfish derivative, translated from C++ to C#<br />
<a href="http://wordpress.alfilchess.com/">http://wordpress.alfilchess.com/</a> (homepage)<br />
<a href="https://github.com/Alfilchess/Engine">https://github.com/Alfilchess/Engine</a> (source)<br />
<a href="https://www.dropbox.com/s/th7uomnuzs1bdcj/Engine-master.7z?dl=0">https://www.dropbox.com/s/th7uomnuzs1bdcj/Engine-master.7z?dl=0</a> (direct link)</p>
<p><strong><span style="color:#f00;">Embla 0.4 (UCI)</span></strong><br />
new engine by Folkert van Heusden (POS, DeepBrutPOS, CPP1)<br />
Win64, Linux64<br />
<a href="http://www.vanheusden.com/Embla/">http://www.vanheusden.com/Embla/</a></p>
<p><strong><span style="color:#090;">Fizbo 1.5 (UCI)</span></strong><br />
mp; Win64; Linux64; supports Syzygy egtbs<br />
- a couple more silent updates, version number unchanged<br />
<a href="https://sites.google.com/site/fizbochessengine/">https://sites.google.com/site/fizbochessengine/</a></p>
<p><strong><span style="color:#090;">Giraffe 20150828 (WB)</span></strong><br />
Win32/64; engine is based on deep-learning using neural networks<br />
- &quot;This version is 320 Elo stronger than the last in self-play.&quot;<br />
<a href="https://bitbucket.org/waterreaction/giraffedownloads/downloads/">https://bitbucket.org/waterreaction/giraffedownloads/downloads/</a> (downloads)</p>
<p><strong><span style="color:#090;">Tornado 7 (UCI)</span></strong><br />
FRC; multiPV; mp (16 cores max); Win64; uses Nalimov egtbs<br />
- new homepage<br />
<a href="http://tornadochess.blogspot.de/">http://tornadochess.blogspot.de/</a></p>
<p><strong><span style="color:#090;">Zurichess Freibourg (UCI)</span></strong><br />
Go source; Win32/64, Linux32/64<br />
- new webpage<br />
- added pondering<br />
- &quot;~200 Elo stronger than bern&quot; (bern is the previous version)<br />
<a href="http://bitbucket.org/zurichess/zurichess">http://bitbucket.org/zurichess/zurichess</a> (homepage)<br />
<a href="https://bitbucket.org/zurichess/zurichess/downloads">https://bitbucket.org/zurichess/zurichess/downloads</a> (downloads)</p>
<p><span style="font-size:large;"><strong>Chess News</strong></span></p>
<p><strong><span style="color:#090;">33 Old DOS Chess Engines</span></strong><br />
package created by Ed Shroeder<br />
<a href="http://rebel13.nl/onewebstatic/40e6cd2f36-D-Fend.jpg">http://rebel13.nl/onewebstatic/40e6cd2f36-D-Fend.jpg</a> (engine list)<br />
<a href="http://rebel13.nl/misc/more%20dos%20oldies.html">http://rebel13.nl/misc/more%20dos%20oldies.html</a></p>
<p><strong><span style="color:#090;">ICCFMasters opening book for ChessGUI</span></strong><br />
by Graham Banks<br />
- Sept 2015 release<br />
<a href="http://kirill-kryukov.com/chess/discussion-board/download/file.php?id=35409">http://kirill-kryukov.com/chess/discussion-board/download/file.php?id=35409</a> (direct link)</p>
<p><strong><span style="color:#090;">ChessGUI 0.245k (WB/UCI)</span></strong><br />
Chess GUI/tournament manager by Matthias Gemuh; there is a separate download for a portable build<br />
<a href="http://www.chess.hylogic.de/">http://www.chess.hylogic.de/</a></p>
<p><strong><span style="color:#090;">Cutechess-cli 0.7.0 (WB/UCI)</span></strong><br />
an open-source, cross-platform commandline interface to run engine-engine games<br />
Win32, Linux32/64, Mac<br />
- some important bugs fixed<br />
<a href="https://github.com/cutechess/cutechess">https://github.com/cutechess/cutechess</a></p>
<p><strong><span style="color:#f00;">FunFish 1.0 (UCI)</span></strong><br />
by Eugene Kurmanin<br />
Win32/64; this is Stockfish with 2 minor code changes<br />
- change #1: autodetects number of cores<br />
- change #2: implements limit strength feature<br />
<a href="http://kurmanin.ru/funfish/">http://kurmanin.ru/funfish/</a></p>
<p><strong><span style="color:#090;">Jim Ablett Android compiles</span></strong><br />
- Zurichess Fribourg JA (UCI)<br />
- Fridolin 2.0.0 JA (UCI/WB)<br />
<a href="http://jimablett.net63.net/compiles.html">http://jimablett.net63.net/compiles.html</a></p>
<p><strong><span style="color:#090;">Norm Pollock site</span></strong><br />
PGN, EPD &amp; TXT Utility Suites and Opening Book PGN Databases<br />
- modified PGN program: &quot;tagOrder&quot;; code cleanup- no functional change<br />
- modified EPD programs; code cleanup- no functional change<br />
- modified TXT programs; code cleanup- no functional change<br />
<a href="http://www.hoflink.com/~npollock/chess.html">http://www.hoflink.com/~npollock/chess.html</a></p>
<p><strong><span style="color:#090;">Python-chess 0.10.1</span></strong><br />
chess library written in Python<br />
<a href="https://github.com/niklasf/python-chess/releases">https://github.com/niklasf/python-chess/releases</a></p>
<p><strong><span style="color:#090;">Tarrasch Chess GUI</span></strong><br />
- this seems to be an experimental build of the latest version<br />
<a href="https://github.com/billforsternz/tarrasch-chess-gui/releases">https://github.com/billforsternz/tarrasch-chess-gui/releases</a></p>
<p><strong><span style="color:#090;">XBoard Chess GUI 4.8.0d for Mac (WB/UCI)</span></strong><br />
ported to Mac by Josh Pettus<br />
<a href="http://www.open-aurec.com/wbforum/viewtopic.php?f=19&amp;t=53274&amp;sid=3e6e03d61137e87e50b6d4d674e3e70e">http://www.open-aurec.com/wbforum/viewtopic.php?f=19&amp;t=53274&amp;sid=3e6e03d61137e87e50b6d4d674e3e70e</a> (info)<br />
<a href="http://www.mediafire.com/download/psdd9bb5kt9jb1s/XBoard_4.8.0d_OSX_Intel.dmg">http://www.mediafire.com/download/psdd9bb5kt9jb1s/XBoard_4.8.0d_OSX_Intel.dmg</a> (direct link)</p>
<p><strong><span style="color:#090;"></span></strong></p>
<p><span style="font-size:large;"><strong>Chess Programming Blogs</strong></span></p>
<p>Nothing new today</p>
<p><span style="font-size:large;"><strong>Updated Wiki Pages</strong></span></p>
<p><strong><span style="color:#090;">GUI Protocol List</span></strong><br />
<a href="http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:gui_protocol_support_list">http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:gui_protocol_support_list</a></p>
<p><strong><span style="color:#090;">Variants Engine List</span></strong><br />
<a href="http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:variants_engine_list">http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:variants_engine_list</a></p>
<p><span style="font-size:large;"><strong>Bonus Notifications (recent releases of free stuff)</strong></span></p>
<p><strong><span style="color:#f00;">Warnings:</span></strong><br />
<span style="color:#f00;">- do not install unwanted toolbars, etc.<br />
- alpha releases have new features; crashes and bugs are to be expected<br />
- beta releases have new features; they may contain bugs or crash<br />
- release candidate software may contain minor bugs; crashes are rare</span></p>
<p><strong><span style="color:#090;">AIMP 3.60.1500</span></strong><br />
free audio player with audio converter, recorder, tag editor, Internet radio &amp; more<br />
<a href="http://www.aimp.ru/index.php?do=lang&amp;lng=en">http://www.aimp.ru/index.php?do=lang&amp;lng=en</a></p>
<p><strong><span style="color:#090;">Ares Galaxy 2.3.2</span></strong><br />
open source BitTorrent and chat client w/ built-in multi-media player<br />
<a href="http://aresgalaxy.sourceforge.net/">http://aresgalaxy.sourceforge.net/</a><br />
<a href="http://sourceforge.net/projects/aresgalaxy/files/aresgalaxy/">http://sourceforge.net/projects/aresgalaxy/files/aresgalaxy/</a> (download)</p>
<p><strong><span style="color:#090;">AVG Free Edition 2015.0.6140</span></strong><br />
free anti-virus, anti-spyware program with excellent protection for Win32/64<br />
<a href="http://free.avg.com/us-en/free-antivirus-download">http://free.avg.com/us-en/free-antivirus-download</a></p>
<p><strong><span style="color:#090;">Avira AntiVir Personal 15.0.12.420 Free</span></strong><br />
antivirus product; the free version pops up annoying intermittent ads<br />
<a href="http://www.avira.com/en/avira-free-antivirus">http://www.avira.com/en/avira-free-antivirus</a></p>
<p><strong><span style="color:#090;">Calibre 2.36.0</span></strong><br />
cross-platform open source ebook manager supporting all popular ebook readers<br />
with format conversion, news feeds, and integrated e-book viewer<br />
<a href="http://calibre-ebook.com/">http://calibre-ebook.com/</a></p>
<p><strong><span style="color:#090;">Cassandra 2.1.9 Stable</span></strong><br />
free, popular, open source, distributed NoSQL database; uses wide column store model<br />
<a href="http://cassandra.apache.org/download/">http://cassandra.apache.org/download/</a></p>
<p><strong><span style="color:#090;">CCleaner 5.09</span></strong><br />
free Windows/Mac/Android registry and file optimization/privacy/cleaning tool; thorough and effective<br />
uninstalls programs, system restore, drive wiper, controls startup programs, context menus, etc<br />
<a href="http://www.piriform.com/ccleaner">http://www.piriform.com/ccleaner</a> (CCleaner homepage)<br />
<a href="http://www.piriform.com/blog/2015/8/25/ccleaner-v509">http://www.piriform.com/blog/2015/8/25/ccleaner-v509</a> (announcement)</p>
<p><strong><span style="color:#090;">Feng Office 3.3</span></strong><br />
free web-based open source collaboration platform<br />
management of: project tasks, billing, documents, communication, scheduling, electronic information, etc.<br />
- only the 'Community Edition' is free<br />
<a href="http://www.fengoffice.com/web/">http://www.fengoffice.com/web/</a><br />
<a href="http://sourceforge.net/projects/opengoo/files/fengoffice/">http://sourceforge.net/projects/opengoo/files/fengoffice/</a> (download)</p>
<p><strong><span style="color:#090;">FileZilla Client 3.13.1</span></strong><br />
open source cross-platform ftp client; recommended<br />
<a href="http://filezilla-project.org/">http://filezilla-project.org/</a><br />
<a href="https://filezilla-project.org/download.php?show_all=1">https://filezilla-project.org/download.php?show_all=1</a> (downloads)</p>
<p><strong><span style="color:#090;">Firefox 40.0.3</span></strong><br />
popular, free, open source browser<br />
<a href="http://www.mozilla.com/">http://www.mozilla.com/</a> (homepage)</p>
<p><strong><span style="color:#090;">Ghostery 5.4.7</span></strong><br />
free browser addon; alerts you about web bugs, ad networks and tracking widgets on every web page you visit;<br />
&quot;See who's tracking your web browsing and block them&quot;<br />
<a href="http://www.ghostery.com/download">http://www.ghostery.com/download</a></p>
<p><strong><span style="color:#090;">Git 2.5.1</span></strong><br />
cross-platform, distributed version control system that is free and open source<br />
<a href="http://git-scm.com/">http://git-scm.com/</a></p>
<p><strong><span style="color:#090;">Glary Utilities 5.33.0.53</span></strong><br />
free; cleanup, repair, optimize and enhance your privacy &amp; security for Windows<br />
<a href="http://www.glaryutilities.com/gu.html">http://www.glaryutilities.com/gu.html</a></p>
<p><strong><span style="color:#090;">HHVM 3.9.1</span></strong><br />
Facebook's open-source replacement/improvement of the PHP programming language<br />
- HHVM programs run much faster than PHP programs<br />
- package includes the Hack programming language, version 3.9.1<br />
<a href="https://github.com/facebook/hhvm/releases">https://github.com/facebook/hhvm/releases</a></p>
<p><strong><span style="color:#090;">IKVM.NET 8.1, RC 0</span></strong><br />
open source Java VM for Mono/.NET; enables Java code/libraries to be called by Mono/.NET languages, or develop Mono/.NET apps in Java<br />
- this is the version compatible with Java 8<br />
- this is a *release candidate*<br />
<a href="http://www.ikvm.net/">http://www.ikvm.net/</a> (homepage)<br />
<a href="http://weblog.ikvm.net/">http://weblog.ikvm.net/</a> (announcement + download)</p>
<p><strong><span style="color:#090;">Jenkins 1.627</span></strong><br />
cross-platform, open source, continuous integration server for developers<br />
- automates the building/testing process<br />
<a href="http://jenkins-ci.org/">http://jenkins-ci.org/</a></p>
<p><strong><span style="color:#090;">KiTTY 0.65.0.2</span></strong><br />
open source fork of PuTTY; Windows client for SSH, Telnet and Rlogin network protocols<br />
<a href="http://www.9bis.net/kitty/">http://www.9bis.net/kitty/</a></p>
<p><strong><span style="color:#090;">LibreOffice 5.0.1</span></strong><br />
cross platform open source fork of OpenOffice project; word processing, chart, spreadsheet, database, etc.<br />
<a href="http://www.documentfoundation.org/">http://www.documentfoundation.org/</a> (homepage)</p>
<p><strong><span style="color:#090;">Linux Kernel 4.2</span></strong><br />
- the Linux kernel has been updated<br />
<a href="http://www.kernel.org/">http://www.kernel.org/</a></p>
<p><strong><span style="color:#090;">Linux Lite 2.6</span></strong><br />
UbuntuLTS-based distro; Xfce desktop; #19 in popularity<br />
<a href="http://www.linuxliteos.com/">http://www.linuxliteos.com/</a></p>
<p><strong><span style="color:#090;">LXLE 14.04.3</span></strong><br />
Linux distro based on Lubuntu; LXDE desktop; #9 in popularity<br />
<a href="http://lxle.net/">http://lxle.net/</a></p>
<p><strong><span style="color:#090;">Manjaro 0.8.13.1</span></strong><br />
Arch-based, rolling-release distro; desktops: Openbox, Cinnamon, KDE, MATE, Xfce; #8 in popularity<br />
<a href="http://manjaro.org/">http://manjaro.org/</a></p>
<p><strong><span style="color:#090;">Mono 4.2.0</span></strong><br />
.NET Framework-compatible set of tools; fully Ecma standard-compliant implementation<br />
includes a C# compiler, a Common Language Runtime, GUI-builder and much more<br />
able to run Microsoft .NET applications cross-platform (Windows, Mac, Linux, iOS, Android, others)<br />
- more adoption of Microsoft's open source code, runtime optimizations, bugfixes, etc.<br />
<a href="http://www.mono-project.com/docs/about-mono/releases/4.2.0/">http://www.mono-project.com/docs/about-mono/releases/4.2.0/</a> (release notes)<br />
<a href="http://www.mono-project.com/">http://www.mono-project.com/</a></p>
<p><strong><span style="color:#090;">Netrunner 14.2</span></strong><br />
Kubuntu-based Linux distro; customized KDE desktop; #36 in popularity<br />
- also available: an Arch-based rolling release version<br />
- this is the latest snapshot of the Kubuntu-based LTS version<br />
<a href="http://www.netrunner-os.com/">http://www.netrunner-os.com/</a></p>
<p><strong><span style="color:#090;">Pale Moon 25.7.0</span></strong><br />
open source, efficiency-optimized build of Firefox source code for Windows or Linux<br />
- 32 &amp; 64-bit versions available<br />
<a href="http://www.palemoon.org/">http://www.palemoon.org/</a></p>
<p><strong><span style="color:#090;">PeaZip 5.7.2</span></strong><br />
open source cross-platform file and archive manager; available as portable app also<br />
- create 7Z, ARC, BZ2, GZ, PAQ/ZPAQ, PEA, QUAD/BALZ, TAR, UPX, WIM, XZ, ZIP<br />
- extract 150+ archive types: ACE, ARJ, CAB, DMG, ISO, LHA, RAR, UDF, etc.<br />
<a href="http://peazip.sourceforge.net/">http://peazip.sourceforge.net/</a> (homepage)<br />
<a href="http://sourceforge.net/projects/peazip/files/5.7.2/">http://sourceforge.net/projects/peazip/files/5.7.2/</a> (5.7.2 downloads)</p>
<p><strong><span style="color:#090;">PyPy 2.6.1</span></strong><br />
cross-platform, open source Python implementation; choose JIT (default), no JIT, stackless, or sandboxed;<br />
also available: back ends for .NET and Java (see: 'Features' page);<br />
other languages that run in the JIT: Prolog (incomplete), Smalltalk, JavaScript, Io, Scheme and Gameboy<br />
for Win32, Linux 32/64, Mac64, &amp; ARM<br />
- syntax-compatible with Python 2.7.8 (PyPy2) or 3.2.5 (PyPy3)<br />
- &quot;7.05 times faster than Python 2.7.2 (last version was 7.06 times faster); see:<br />
<a href="http://speed.pypy.org/">http://speed.pypy.org/</a> (speed benchmarks)<br />
<a href="http://pypy.org/">http://pypy.org/</a> (homepage)</p>
<p><strong><span style="color:#090;">Sabayon 15.09</span></strong><br />
Gentoo-based, rolling release distro; choice of desktops: GNOME, KDE, MATE or Xfce; #34 in popularity<br />
<a href="http://www.sabayon.org/">http://www.sabayon.org/</a></p>
<p><strong><span style="color:#090;">Scientific Linux 6.7</span></strong><br />
Linux distro based on Red Hat Enterprise; choice of GNOME, IceWM, KDE desktops; #53 in popularity<br />
- this is a new update to the older version 6; version 7 is the most recent<br />
<a href="https://www.scientificlinux.org/">https://www.scientificlinux.org/</a></p>
<p><strong><span style="color:#090;">Silverlight 5, build 5.1.40813.0</span></strong><br />
programmable web browser plugin that enables features such as animation, vector graphics and audio-video playback<br />
<a href="http://silverlight.net/">http://silverlight.net/</a></p>
<p><strong><span style="color:#090;">Tails 1.5.1</span></strong><br />
Debian-based Linux32 distro; GNOME desktop; #35 in popularity<br />
distro has the goal of providing complete Internet anonymity for the user<br />
<a href="https://tails.boum.org/">https://tails.boum.org/</a></p>
<p><strong><span style="color:#090;">ToDoList 7.0.1</span></strong><br />
Windows/iOS/Android open-source todo list / calendar program with nestable todos, recurring reminders, Gantt charts, etc<br />
<a href="http://www.abstractspoon.com/">http://www.abstractspoon.com/</a> (homepage)<br />
<a href="http://www.codeproject.com/Articles/5371/ToDoList-An-effective-and-flexible-way-to-keep-o">http://www.codeproject.com/Articles/5371/ToDoList-An-effective-and-flexible-way-to-keep-o</a> (info + download)</p>
<p><strong><span style="color:#090;">Tor Browser for Windows 5.0.2</span></strong><br />
attempts to maintain your privacy online<br />
- helps you anonymize web browsing and publishing, IM, and other applications that use the TCP protocol<br />
- ISPs, key loggers and other types of malware are not able to track your activities easily<br />
<a href="https://www.torproject.org/projects/torbrowser.html.en">https://www.torproject.org/projects/torbrowser.html.en</a></p>
<p><strong><span style="color:#090;">VMware Player 12.0.0</span></strong><br />
free open source, cross-platform virtual machine emulator, similar to VirtualBox<br />
run multiple operating systems at the same time on your PC<br />
<a href="http://www.vmware.com/products/player/overview.html">http://www.vmware.com/products/player/overview.html</a></p>
<p><strong><span style="color:#090;">XAMPP 5.6.12</span></strong><br />
<strong><span style="color:#090;">XAMPP 5.5.28</span></strong><br />
cross-platform, open source web-server (Apache), SQL database (MySQL) w/ admin, PHP, ftp server, Tomcat, &amp; more<br />
- this is probably the easiest way to install a working, web-aware PHP into Windows<br />
- it is also easy to add web apps like WordPress, Drupal, Joomla, SugarCRM, phpBB, DokuWiki, etc.<br />
- version numbering reflects the PHP version that is supported<br />
<a href="http://www.apachefriends.org/en/xampp-windows.html">http://www.apachefriends.org/en/xampp-windows.html</a></p>
<p><span style="font-size:large;"><strong>Meaning of Colors</strong></span></p>
<p><strong><span style="color:#f00;">Red = New or Warning</span></strong><br />
<strong><span style="color:#090;">Green = Updated</span></strong><br />
<strong><span style="color:#555;">Gray = Info Only</span></strong></p>
<p>Engine List: <a href="http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_engine_list">http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_engine_list</a><br />
Chess News: <a href="http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_news_list">http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_news_list</a></p>
<p><strong><span style="color:#555;">NOTE: If you want me to track a website for you, please email me and I will add it.<br />
ron _at_ computer-chess _dot_ org</span></strong></p>
</p>]]></content:encoded>
<link>http://www.computer-chess.org/forum/index.php?id=3038</link>
<guid>http://www.computer-chess.org/forum/index.php?id=3038</guid>
<pubDate>Tue, 01 Sep 2015 18:44:31 +0000</pubDate>
<category>Updates</category>
<dc:creator>Ron</dc:creator>
</item>
</channel>
</rss>