Home About Meetings FOSS

July 11 2016: Prototyping, VHS to DVD, Huginn, booting to LVM and UPS

Posted by John R Hudson ( 5 minute read )

John H shared a video he had made of a student presentation on prototyping in 1987; students had been divided into groups of four to research a topic and his group had decided to present their results by way of a series of sketches. At the time development mostly involved COBOL and programming only started after the requirements had been fully specified which normally meant that, by the time the program was delivered, things had moved on and the program no longer met the needs of the organisation. The proposed solution was prototyping of a model of the program to get user feedback before embarking on the programming or building the entire application by prototyping through a series of iterations in much the same way as free and open source software is now developed.

June 13 2016: Raspberry Pi Router, Swanky Paint, code compilation and amateur radio

Posted by John R Hudson ( 4 minute read )

Brian demonstrated in this presentation how he set up a Raspberry Pi 2 as a router essentially by setting up a static IP during configuration and then handing over to a DNS server.

May 9 2016: Claude Shannon, BASH for Windows and USB WiFi dongle

Posted by John R Hudson ( 6 minute read )

John W asked the best way to link together a number of computers and NFS or Samba were suggested.

John H talked about the background to and the work of Claude Shannon, the centenary of whose birth fell on 30 April 2016.

April 11 2016: BASH for Windows, Linus Torvalds and other matters

Posted by John R Hudson ( 2 minute read )

David S had hoped to be able to demonstrate BASH for Windows though he had found that he had to sign away all his rights to register on the Windows Insider Program and, when he had done that, found that the relevant option had not being installed on his tablet. So all he could do was point to the BASH on Ubuntu on Windows site.

March 14 2016: dBASE II, Scribus and Raspberry Pi 3 vs Odroid C2

Posted by John R Hudson ( 9 minute read )

John H picked up on a discussion at the previous meeting to give a presentation on dBASE II. He had never upgraded to dBASE III because it was not backwards compatible with dBASE II (other programs of that era like WordStar and Supercalc had maintained backwards compatibility; so it was possible to use them on both CP/M and DOS machines) and because dBASE II had an operator similar to LIKE "%<substring>%" in SQL which had not been implemented in dBASE III. As he had made extensive use of this operator in his programs, an upgrade to dBASE III would have involved an extensive rewrite of all his programs.

February 8 2016: Parquet, Impala, Internet connections, Linuxone and snooping

Posted by John R Hudson ( 4 minute read )

Alice started us off with Optimising Impala Queries, or a ‘Distributed Lego Community’, a demonstration of the principles behind Parquet, a columnar storage format, and Impala, an analytic database, for the Hadoop ecosystem. Columnar storage formats overcome the burden of reading every row of a table based database such as SQL.

January 11 2016: Erlang, Ian Murdock, FPGAs and openSPARC

Posted by John R Hudson ( 2 minute read )

With no presentations prepared, we talked about this and that, from Elixir, a concurrent programming language that runs on Erlang, to openSPARC.

2015 Christmas Quiz Answers

Posted by John R Hudson ( 2 minute read )
  1. From which operating system did Linus Torvalds draw inspiration for Linux? Minix
  2. Which was the first recognisable Linux Distribution? Softlanding Linux System [the Manchester distribution is an alternative answer]

December 14 2015: Pine64, ARM GPUs, Cassandra, GPIO and GPG

Posted by John R Hudson ( 6 minute read )

Brian introduced us to the Pine 64, an expandable single board computer starting at $15 for 512MB. Though a 2GB version was advertised, it appeared that only the 512MB and 1GB versions are currently available.

Stephane then recommended the Charbax videos and in particular the interview with Bernhard Rosenkränzer on the Android team at Linaro and Rob Clark of Red Hat who works on the open source GPU driver called Freedreno for Qualcomm’s ARM processors’ Adreno GPU. He noted that ARM GPUs are all bound to specific implementations of the GPU which makes producing common code very difficult.

November 9 2015: openSUSE LEAP, Realtime trains, GPIO, Libreboot and browser fingerprinting

Posted by John R Hudson ( 1 minute read )

John H began with a presentation on the background to the recent release of openSUSE LEAP 42.1.

Alice then demonstrated using the Realtime Trains API to download and analyse information about train movements on Train workings; the source code is on GitHub.