<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>bisQuITbox GmbH</title>
 <link href="http://www.bisquitbox.de/atom.xml" rel="self"/>
 <link href="http://www.bisquitbox.de/"/>
 <updated>2026-03-10T19:12:04+00:00</updated>
 <id>http://www.bisquitbox.de</id>
 <author>
   <name>Matthias Strubel</name>
   <email>m.strubel@bisquitbox.de</email>
 </author>

 
 <entry>
   <title>batcontrol -- Smart Control for PV Battery Storage</title>
   <link href="http://www.bisquitbox.de/2026/03/10/batcontrol/"/>
   <updated>2026-03-10T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2026/03/10/batcontrol</id>
   <content type="html">&lt;p&gt;Anyone running a photovoltaic system with battery storage knows the challenge: the manufacturer’s built-in software decides when to charge and discharge – often without considering fluctuating electricity prices or actual self-consumption. &lt;a href=&quot;https://batcontrol.software/&quot;&gt;batcontrol&lt;/a&gt; is an open-source alternative that puts the system owner back in control. Currently focused on Fronius inverters, it integrates with &lt;a href=&quot;https://www.home-assistant.io/&quot;&gt;Home Assistant&lt;/a&gt; and optimizes charge and discharge cycles based on current market data and weather forecasts. Additional connectivity is available through &lt;a href=&quot;https://evcc.io&quot;&gt;evcc&lt;/a&gt; and MQTT.&lt;/p&gt;

&lt;p&gt;bisQuITbox actively contributes to the development of batcontrol. The project thrives on a growing community – feedback, bug reports and contributions are welcome. Source code and further information are available on &lt;a href=&quot;https://github.com/MaStr/batcontrol&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Container escape on zCX - DEFCON 29</title>
   <link href="http://www.bisquitbox.de/2021/09/13/zCX-breakout/"/>
   <updated>2021-09-13T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2021/09/13/zCX-breakout</id>
   <content type="html">&lt;p&gt;I can recommend this video about two hackers escaping a running container deployed on IBM zCX feature. It is interesting to see the approach from both sides (z/OS and Linux).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=7DXF7YDBf-g&quot;&gt;Youtube : DEF CON 29 - Ian Coldwater, Chad Rikansrud - Real Life Story of the 1st Mainframe Container Breakout&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yes, they escaped the linux container. In fact, they did not escape from the virtual machine (running a s390x Linux Ubuntu based image) to the running zCX address space.&lt;/p&gt;

&lt;p&gt;I am curious what will come in the future.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Walmart z/OS Services</title>
   <link href="http://www.bisquitbox.de/2018/04/17/WallMart_at_ceCMG/"/>
   <updated>2018-04-17T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2018/04/17/WallMart_at_ceCMG</id>
   <content type="html">&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; That was kind of an unexpected outcome of today’s session… Walmart published the source code of their internal z/OS-CICS services (&lt;a href=&quot;https://github.com/walmartlabs/zUID&quot;&gt;zUID&lt;/a&gt;, &lt;a href=&quot;https://github.com/walmartlabs/zECS&quot;&gt;zECS&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://github.com/walmartlabs/zFAM&quot;&gt;zFAM&lt;/a&gt;)on GitHub!&lt;/p&gt;

&lt;p&gt;I visited a pre-Conference of the &lt;a href=&quot;http://cecmg.de&quot;&gt;ceCMG&lt;/a&gt; group today, which was given the title: “&lt;a href=&quot;http://cecmg.de/download/events/2018/ECC%202018/preconf.pdf&quot;&gt;IBM Z Modernization&lt;/a&gt;”.
It turned out that two guys from Walmart came in and talked about their success story in turning their Mainframes to a modern system. We are talking about &lt;a href=&quot;https://www.linkedin.com/in/rich-jackson--rich335z/&quot;&gt;Rich Jackson&lt;/a&gt; and &lt;a href=&quot;https://www.linkedin.com/in/randy-frerking-231b41b9/&quot;&gt;Randy Frerking&lt;/a&gt;. In fact, both published several Redbooks together with IBM, namely &lt;a href=&quot;http://www.redbooks.ibm.com/abstracts/sg248324.html?Open&quot;&gt;Creating IBM z/OS Cloud Services&lt;/a&gt;, &lt;a href=&quot;http://www.redbooks.ibm.com/abstracts/sg248347.html?Open&quot;&gt;How Walmart Became a Cloud Services Provider with IBM CICS&lt;/a&gt; and &lt;a href=&quot;https://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg248420.html?Open&quot;&gt;IBM CICS and the Coupling Facility: Beyond the Basics&lt;/a&gt;. We are not talking about some application services, but we are talking about &lt;strong&gt;system&lt;/strong&gt; services. These two guys are pushing the limits of the current technology mostly to the edge, and we are talking here about IBM System Z limits.&lt;/p&gt;

&lt;p&gt;Those guy started of there idea of a service with a alternative key-value cache based on CICS, VSAM and z/OS facilities. This was the beginning of a long travel, and they are currently running a self service for different z/OS system configuration and management things. And their starting point was the best you can have: make the live easier for you and the others.&lt;/p&gt;

&lt;p&gt;Beside third party services, like MQ configuration for development purposes or RACF thing, they started with something else.. basically they implemented three “products”, which they offer to their internal customers (developers) as REST-ful services:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;They started the story with &lt;strong&gt;&lt;a href=&quot;https://github.com/walmartlabs/zECS&quot;&gt;zECS&lt;/a&gt;&lt;/strong&gt;, which is mostly a cache storage implementation to store session (or other short living) information outside the running application server. These information need to be gathered fast and high available. Based on the services from the platform, they achieved high throughput rates.&lt;/li&gt;
  &lt;li&gt;Moving forward to fulfill developer needs, they implemented their own Key-Value store called &lt;strong&gt;&lt;a href=&quot;https://github.com/walmartlabs/zFAM&quot;&gt;zFAM&lt;/a&gt;&lt;/strong&gt;. They can store binary information up to 1GB and do not rely on DB2, but are using VSAM.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://github.com/walmartlabs/zUID&quot;&gt;zUID&lt;/a&gt;&lt;/strong&gt; is the latest, but smaller, project, to offer sort of standardized 32bit UIDs, which are unique.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At the point where I was asking myself, why they do not publish this as a products, they revealed, that it is available to the public via &lt;a href=&quot;https://github.com/walmartlabs&quot;&gt;Walmart’s Github&lt;/a&gt; account- for free in terms of a APACHE2 License.
Currently, there are installation REXX provided for some of the code. Randy talked about moving to a proper git folder structure in the long term, because git is becoming more and more available on z/OS as well… It totally looks very interesting and it is worth a look. It gives you an idea what is possible with exploiting the z/OS services and OS features using assembler.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Matthias@Hacker Hotel - Follow up</title>
   <link href="http://www.bisquitbox.de/2015/04/21/hackerhotel-followup/"/>
   <updated>2015-04-21T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2015/04/21/hackerhotel-followup</id>
   <content type="html">&lt;p&gt;The given talk went quite well, I think. You can find the recording under &lt;a href=&quot;http://hackerhotel.sigio.nl/Matthias%20Strubel%20-%20Hacker%20Meets%20Mainframe.webm&quot;&gt;this link&lt;/a&gt;. Unfortunately, I can’t share the slides directly.&lt;/p&gt;

&lt;p&gt;Beside the link list for more information at the bottom of the post, I need to correct or emphasize a few things from the talk here:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The s/360 architecture is built to be not only compatible, as mentioned in the talk. The architecture is &lt;em&gt;binary&lt;/em&gt; compatible since 1964!&lt;/li&gt;
  &lt;li&gt;For the IBM it was a &lt;a href=&quot;http://www.telegraph.co.uk/technology/news/10719418/IBMs-5bn-gamble-revolutionary-computer-turns-50.html&quot;&gt;5 billion dollar bet&lt;/a&gt; not like mentioned a 1 billion dollar bet.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Further sources and articles which you may be interested to get more information about mainframes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.redbooks.ibm.com/abstracts/sg246366.html?Open&quot;&gt;IBM Redbook: Introduction to the New Mainframe: z/OS Basic&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.redbooks.ibm.com/abstracts/sg247316.html&quot;&gt;IBM Redbook: Introduction to the New Mainframe: z/VM Basics&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg248250.html?Open&quot;&gt;IBM Redbook: IBM z13 Technical Introduction&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.ibm.com/support/pages/sites/default/files/inline-files/SA22-7832-00.pdf&quot;&gt;IBM - Principle of Operations&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;broken&lt;/em&gt; &lt;a href=&quot;https://www.ibm.com/developerworks/community/files/form/anonymous/api/library/7876d3d8-d8e9-4c09-9b1e-d286bf0ff396/document/b22e2cf8-698f-4a96-961f-5d5820953be6/media/The_New_Three_Musketeers-IArnold.pdf&quot;&gt;IBM - The new three Musketeers - one Mainframe for all&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.redbooks.ibm.com/abstracts/sg246981.html?Open&quot;&gt;IBM Redbook: ABCs of IBM z/OS System Programming Volume 1&lt;/a&gt; in a series of 13 volumes.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.hercules-390.org/&quot;&gt;Hercules s390x emulation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition I want to show you a very good article about &lt;a href=&quot;http://mainframedebate.com/2015/03/23/7-mainframe-taboos-we-should-break/comment-page-1/?blogsub=confirming#subscribe-blog&quot;&gt;7 mainframe taboos we should break&lt;/a&gt;.&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Problems building AttitudeAdjustement OpenWrt</title>
   <link href="http://www.bisquitbox.de/2015/04/18/OpenWrt-grep/"/>
   <updated>2015-04-18T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2015/04/18/OpenWrt-grep</id>
   <content type="html">&lt;p&gt;I recently encountered a problem building the old version of OpenWrt called “AttitudeAdjustement” on my ArchLinux machine. As ArchLinux is using the most recent sources, a upstream patch landed, which changes the default behaviour of the tool called “grep”.&lt;br /&gt;
The same propblem seems to occur on the “oldpackages” repository of BreakingBarrier as well, so that small fix below should work there, too.&lt;/p&gt;

&lt;p&gt;Now, it throws a message on Binary files instead of parsing it somehow, which results in the following problem:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ ./scripts/feeds update  packages
Updating feed &apos;packages&apos; from &apos;http://git.openwrt.org/12.09/packages.git&apos; ...
Already up-to-date.
Create index file &apos;./feeds/packages.index&apos; 
grep: feeds/packages/Binary: No such file or directory
grep: file: No such file or directory
grep: matches/Makefile: No such file or directory
make: *** No rule to make target &apos;feeds/packages/Binary&apos;, needed by &apos;/home/matze/tmp/LibraryBox-2.1-beta-build-env/openwrt/feeds/packages.tmp/info/.packageinfo-Binary&apos;.  Stop.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;That breaks the OpenWrt Buildchain. I found the solution on the &lt;a href=&quot;http://lists.gnu.org/archive/html/bug-grep/2014-12/msg00005.html&quot;&gt;GNU mailing list&lt;/a&gt;: In the console you are running, change the LC_ALL setting and export it. That makes the grep tool work like before the change:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;export LC_ALL=C
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;After that, you can work like normal:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ ./scripts/feeds update packages
Updating feed &apos;packages&apos; from &apos;http://git.openwrt.org/12.09/packages.git&apos; ...
Already up-to-date.
Create index file &apos;./feeds/packages.index&apos; 
Collecting package info: done
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Remember to rerun the export when you continue working after closing the terminal window…&lt;/p&gt;

</content>
 </entry>
 
 <entry>
   <title>Matthias@Hacker Hotel</title>
   <link href="http://www.bisquitbox.de/2015/01/23/hackhotel/"/>
   <updated>2015-01-23T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2015/01/23/hackhotel</id>
   <content type="html">&lt;p&gt;This April I’m heading towards the Netherlands for participating in a hacking event called &lt;a href=&quot;http://hackerhotel.nl&quot;&gt;Hacker Hotel&lt;/a&gt;, which will take place in Garderen at the weekend  Fri 10 - Sun 12 April 2015.&lt;/p&gt;

&lt;p&gt;I’ll do a small &lt;a href=&quot;http://hackerhotel.nl/workshops/#Matthias%20Strubel&quot;&gt;PirateBox workshop&lt;/a&gt; for beginners.&lt;/p&gt;

&lt;p&gt;In a short discussion on the IRC a lot of interest in the topic ‘mainframe’ came up. So, I will talk about is &lt;a href=&quot;http://hackerhotel.nl/lectures/#Matthias%20Strubel&quot;&gt;Hacker meets Mainframe&lt;/a&gt;. The plan is to do a brief overview of the history, architecture of the mainframe and why it is still a topic which should interest a normal linux-hacker.&lt;/p&gt;

&lt;p&gt;I’m looking forward to give the two session and, of course, to see you!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Winter vacation</title>
   <link href="http://www.bisquitbox.de/2014/12/15/hardwaregames/"/>
   <updated>2014-12-15T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/12/15/hardwaregames</id>
   <content type="html">&lt;p&gt;I think, I’m ready for my winter vacation. During the last weeks my ordered hardware arrived:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/hardware_games.jpg&quot; alt=&quot;New OpenWrt hardware&quot; /&gt;&lt;/p&gt;

&lt;p&gt;On the left side you can discover one of my two &lt;a href=&quot;http://wrtnode.com/&quot;&gt;WRTnode&lt;/a&gt;s. I ordered two of them to see how nicely they can work as mesh nodes. On the right side you find the &lt;a href=&quot;https://www.indiegogo.com/projects/vocore-a-coin-sized-linux-computer-with-wifi&quot;&gt;Indiegogo&lt;/a&gt; founded project named &lt;a href=&quot;http://vocore.io&quot;&gt;VoCore&lt;/a&gt;, which I mainly use for Piratebox applications.&lt;/p&gt;

&lt;p&gt;While I’m fiddling around with the new hardware, I hope you all have a merry Christmas and a happy new year.&lt;/p&gt;

&lt;p&gt;See you soon!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>How to launch an AWS instance via cron.</title>
   <link href="http://www.bisquitbox.de/2014/11/03/startAWS/"/>
   <updated>2014-11-03T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/11/03/startAWS</id>
   <content type="html">&lt;p&gt;I’m not a big python developer, but I’m able to read documentations. There are several expensive services on the worl wide web, that allows you to start AWS instances using a specific schedule. Some free services do not allow to bring up instances of expensive types like “c3.xlarge”.&lt;/p&gt;

&lt;p&gt;For me, that is all too much, because I want to start a prepared AWS-instance once in a week. I created a solution, that uses an available Python library called &lt;a href=&quot;http://docs.pythonboto.org/en/latest/&quot;&gt;boto&lt;/a&gt; and a common cron on a running linux machine (or a tiny RaspberryPi).&lt;br /&gt;
&lt;strong&gt;Note:&lt;/strong&gt; This script does not create an Instance out of AMI-images, but you are able to achieve that as well.&lt;/p&gt;

&lt;h3 id=&quot;how-to-setup-it&quot;&gt;How to setup it?&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;You need to generate an &lt;a href=&quot;http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html&quot;&gt;AWS-service key -link is a documentation about that-&lt;/a&gt;, which you need to keep it as secret as your passwords.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Install the python library &lt;em&gt;python-boto&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;Create the following script:&lt;/li&gt;
&lt;/ul&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-python&quot; data-lang=&quot;python&quot;&gt;&lt;span class=&quot;kn&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;boto.ec2&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;EC2Connection&lt;/span&gt;
&lt;span class=&quot;kn&quot;&gt;from&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;boto&lt;/span&gt; &lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;ec2&lt;/span&gt;

&lt;span class=&quot;n&quot;&gt;conn&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;ec2&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nf&quot;&gt;connect_to_region&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;region-abc&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;
	&lt;span class=&quot;n&quot;&gt;aws_access_key_id&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;access-key&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;
	&lt;span class=&quot;n&quot;&gt;aws_secret_access_key&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;secret&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;)&lt;/span&gt; 

&lt;span class=&quot;n&quot;&gt;conn&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;nf&quot;&gt;start_instances&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;[&lt;/span&gt; &lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;i-4711&lt;/span&gt;&lt;span class=&quot;sh&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;ul&gt;
  &lt;li&gt;Exchange &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;region-abc&lt;/code&gt; to region you instances are located. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;access-key&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;secret&lt;/code&gt; should be replaced with the API credentials you generated above and the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;i-4711&lt;/code&gt; you see in your overview on the EC2 list.&lt;/li&gt;
  &lt;li&gt;Put the script to the crontab like:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;1 3 * * 1  python ~/bin/start_aws_instance.py&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I use this as a tiny, cheap solution to quickly &lt;em&gt;fire and forget&lt;/em&gt; one instance. The script doesn’t fail, if the instance is already up and running. If you use this way to start the instance, you should add a shutdown option in your running AWS-instance. I use a build script fired up right after instance is finished with booting. After the complete script is processed, a norma &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;shutdown -h now&lt;/code&gt; is initiated.&lt;/p&gt;

&lt;p&gt;I don’t recommend to use this in a large scale or buisiness critical solution, but sometimes you need a “quick win”.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>New webpage!</title>
   <link href="http://www.bisquitbox.de/2014/10/27/newPage/"/>
   <updated>2014-10-27T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/10/27/newPage</id>
   <content type="html">&lt;p&gt;Starting today we are running a new webpage, which will I try to keep up to date with interesting things. I discarded the old one and I hope you enjoy our new blog.&lt;/p&gt;

&lt;p&gt;best regards&lt;br /&gt;
Matthias&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Some updates on IBM MQ</title>
   <link href="http://www.bisquitbox.de/2014/10/26/wsmq-updates/"/>
   <updated>2014-10-26T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/10/26/wsmq-updates</id>
   <content type="html">&lt;p&gt;Last month was  &lt;a href=&quot;http://www.capitalware.com/&quot;&gt;Capitalware&lt;/a&gt; initiated &lt;a href=&quot;http://www.mqtechconference.com/index.html&quot;&gt;MQ Technical Conference&lt;/a&gt;. There were alot of IBM technicians talking about new features in IBM MQ 8.0 (formerly known as IBM Websphere MQ) or how to use it efficiently.&lt;/p&gt;

&lt;p&gt;You can find a complete list of the talks including the slide on &lt;a href=&quot;http://www.mqtechconference.com/sessions.html&quot;&gt;the Capitalware MQ Technical Conference page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Have fun with your studies!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>PirateBox 2014 - Lille</title>
   <link href="http://www.bisquitbox.de/2014/07/31/pirateboxCamp2014/"/>
   <updated>2014-07-31T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/07/31/pirateboxCamp2014</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/img/piratebox.camp.201456.jpg&quot; alt=&quot;Hackerspace picture&quot; /&gt;&lt;/p&gt;

&lt;p&gt;This year I was able to sponsor with hardware and attend the &lt;a href=&quot;http://piratebox.cc/camp:2014:start&quot;&gt;PirateBoxCamp 2014&lt;/a&gt; like last year, beside the important fact that the camp took place in &lt;a href=&quot;http://www.lacoroutine.org/&quot;&gt;Lille(FR) - LaCoroutine&lt;/a&gt;. LaCoroutine is a Co-Working space and offered us the location and some sort of catering.&lt;/p&gt;

&lt;p&gt;Instead of having a bunch of talks we stripped down the agend to only a few overview and update talks. The team and the audience was happy to have several workgroups already on the first day hacking, testing and developing ideas around the PirateBox.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/piratebox.camp.201461.jpg&quot; alt=&quot;other nice picture&quot; /&gt;&lt;/p&gt;

&lt;p&gt;At the end of sunday, we had around 25 visitors sitting together and discuss about social implications of projects like PirateBox.&lt;/p&gt;

&lt;p&gt;Special thanks to all organisators and LaCorouting to be our host.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Pictures are licenced under CC-3.0 share alike, taken from &lt;a href=&quot;http://piratebox.cc&quot;&gt;piratebox.cc&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>KnightFoundation is funding LibraryBox</title>
   <link href="http://www.bisquitbox.de/2014/04/30/libraryBox_KF/"/>
   <updated>2014-04-30T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2014/04/30/libraryBox_KF</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/img/knight-logo-black.png&quot; alt=&quot;Knight Foundation picture&quot; /&gt;&lt;/p&gt;

&lt;p&gt;This year the &lt;a href=&quot;http://www.knightfoundation.org/blogs/knightblog/2014/4/22/17-projects-receive-funding-through-knight-prototype-fund/&quot;&gt;Knight Foundation&lt;/a&gt; decided to grant projects around the topic “Libraries &amp;amp; Technology” and one of the picked is &lt;a href=&quot;http://librarybox.us&quot;&gt;LibraryBox&lt;/a&gt;. Beside the LibraryBox project, another project, called &lt;a href=&quot;https://www.newschallenge.org/challenge/libraries/submissions/dewey-cloudlets-and-responsive-curricula-for-libraries-and-librarians&quot;&gt;Dewey&lt;/a&gt;,  is funded that uses &lt;a href=&quot;http://piratebox.cc&quot;&gt;PirateBox&lt;/a&gt;/LibraryBox in the background.&lt;/p&gt;

&lt;p&gt;In my opinion it is amazing how the LibraryBox-project develops, which is mostly the result of a very consequent and persistent work of Jason Griffey.&lt;/p&gt;

&lt;p&gt;With this grant the LibraryBox project targets the release version &lt;strong&gt;2.1&lt;/strong&gt; including the following new features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Multi-language support of the GUI&lt;/li&gt;
  &lt;li&gt;Clean and easier upgrade path&lt;/li&gt;
  &lt;li&gt;More responsive design at the directory listing&lt;/li&gt;
  &lt;li&gt;RaspberryPi support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m glad to support Jason with some development work to get the version 2.1 ready to run.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;The logo aboves’ copyright © 2000-20011, John S. and James L. Knight Foundation.&lt;/small&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>bisQuITbox @ FSCONS'13</title>
   <link href="http://www.bisquitbox.de/2013/12/01/FSCONS/"/>
   <updated>2013-12-01T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2013/12/01/FSCONS</id>
   <content type="html">&lt;p&gt;Last month I visited an open source conference named &lt;a href=&quot;https://fscons.org&quot;&gt;“FSCONS”&lt;/a&gt;. The name is short for “Free Society Conference and Nordic Summit” and it took place in Göteborg from November 8-10.&lt;/p&gt;

&lt;p&gt;I gave a &lt;a href=&quot;http://vimeo.com/79102951&quot;&gt;talk about the PirateBox project&lt;/a&gt; and received some nice feedback about the project..&lt;/p&gt;

&lt;p&gt;As well, I visited interesting talks and discussions about other free software like &lt;a href=&quot;http://owncloud.org&quot;&gt;owncloud&lt;/a&gt;. The owncloud talk was given by the founder of the project (&lt;a href=&quot;http://owncloud.org/user/?user=frank&quot;&gt;Frank Karlitschek&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;And later, I was able to get a sneak preview of the &lt;a href=&quot;https://www.mailpile.is/&quot;&gt;mailpile&lt;/a&gt; software which was funded with &lt;a href=&quot;https://www.indiegogo.com/projects/mailpile-taking-e-mail-back&quot;&gt;indigogo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It was a totally mind opening event. Thank you FSCONS team!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>PirateBoxCamp 2013 took place in Berlin</title>
   <link href="http://www.bisquitbox.de/2013/08/01/pirateboxCamp2013/"/>
   <updated>2013-08-01T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2013/08/01/pirateboxCamp2013</id>
   <content type="html">&lt;p&gt;We are proud to be part of the &lt;a href=&quot;http://piratebox.cc&quot;&gt;PirateBox&lt;/a&gt; community. We sponsored five TP-Link MR3020 and USB-Sticks that the audience was able to build their own PirateBox.&lt;/p&gt;

&lt;p&gt;One of our visitors and community members created that awesome video about the camp.&lt;/p&gt;

&lt;iframe src=&quot;//player.vimeo.com/video/79125393&quot; width=&quot;500&quot; height=&quot;281&quot; frameborder=&quot;0&quot; webkitallowfullscreen=&quot;&quot; mozallowfullscreen=&quot;&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
&lt;p&gt;&lt;a href=&quot;http://vimeo.com/79125393&quot;&gt;PirateboxCamp 2013 - Berlin&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/user11456234&quot;&gt;Augustin Delaporte&lt;/a&gt; on &lt;a href=&quot;https://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/img/piratebox.camp.2013.14.jpg&quot; alt=&quot;Super PirateBox&quot; /&gt;&lt;/p&gt;

&lt;p&gt;More pictures can be found &lt;a href=&quot;http://www.piratebox.cc/camp:2013:gallery&quot;&gt;on PirateBox.cc - Camp pictures&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Pictures are licenced under CC-3.0 share alike, taken from &lt;a href=&quot;http://piratebox.cc&quot;&gt;piratebox.cc&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>LibraryBox Kickstarter success</title>
   <link href="http://www.bisquitbox.de/2013/07/31/librarybox/"/>
   <updated>2013-07-31T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2013/07/31/librarybox</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/img/LibraryBox_ledge_cropped_200.png&quot; alt=&quot;LibraryBox Logo&quot; /&gt;&lt;/p&gt;

&lt;p&gt;A friend of me, Jason Griffey, created a very successful &lt;a href=&quot;https://www.kickstarter.com/projects/griffey/librarybox-20&quot;&gt;Kickstarter campain&lt;/a&gt; to fund further development of his project called &lt;a href=&quot;http://librarybox.us&quot;&gt;LibraryBox&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;LibraryBox is a //less provocative// fork of the &lt;a href=&quot;http://piratebox.cc&quot;&gt;PirateBox&lt;/a&gt; project, that does not allow uploads to the device. Jason’s roots are libraries and he promotes the devices as a utility to spread free eBooks or other material.&lt;/p&gt;

&lt;p&gt;Learn more &lt;a href=&quot;http://librarybox.us/use_cases.php&quot;&gt;about the use cases&lt;/a&gt; of the LibraryBox project.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;The logo above is licenced under Creative Commons Licensed NC-BY by Jason Griffey&lt;/small&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>OFFLINE ART : new2</title>
   <link href="http://www.bisquitbox.de/2013/03/01/offlineart/"/>
   <updated>2013-03-01T00:00:00+00:00</updated>
   <id>http://www.bisquitbox.de/2013/03/01/offlineart</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;http://datenform.de/blog/wp-content/uploads/2013/02/new2-2.jpg&quot; alt=&quot;Gallery picture&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.datenform.de/offline-art-new2.html&quot;&gt;OFFLINE ART&lt;/a&gt;&lt;/strong&gt; is “net art” project designed to distribute this kind of art into galleries. Up to the release of the OFFLINE ART project, it was only possible to see web- and net-art projects in Internet-cafés or your computer at home. With this project and the tiny device it utilizes, everything changes - for the artist even for the vistor.&lt;/p&gt;

&lt;p&gt;We provided technical assistance for &lt;a href=&quot;http://datenform.de&quot;&gt;Aram Bartholl&lt;/a&gt; and tried to create a modified OpenWrt software, which makes the customization //as easy as possible// for the artist. All relevant configuration whas moved to text-files on an attached USB Stick including the artistic computerfiles, i.e. pictures, videos, text-files…&lt;/p&gt;

&lt;p&gt;By using the USB Stick, the artist can place art and configure the hardware within a couple of minutes. Every artist got a pre-prepared device, including the customized OFFLINE ART firmware. After booting up the tiny router, a wifi network appears, which the artist has the option to name. In this first exhibition, each wifi network was based on the art it included.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://datenform.de/blog/wp-content/uploads/2013/02/new2-7-800x533.jpg&quot; alt=&quot;Router&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Every visitor was able to see a list of presenting artists through their smartphone, and was able to see the art with his own device at the gallery - without requiring a normal computer.&lt;/p&gt;

&lt;h3 id=&quot;further-links-about-the-project&quot;&gt;Further links about the project:&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.datenform.de/offline-art-new2.html&quot;&gt;Aram Bartholl’s project page&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/MaStr/OFFLINEART&quot;&gt;Github Source Repository&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.ecrans.fr/Offline-Art-il-faut-savoir-reseaux,16024.html&quot;&gt;« Offline Art », il faut savoir réseaux garder&lt;/a&gt; ~ par Marie Lechner, Libération, vendredi 1er mars 2013&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is possible to order pre-installed OFFLINEART-devices, please contact us under office(at)bisquitbox.de&lt;/p&gt;

&lt;p&gt;&lt;small&gt;The pictures at this page are owned by Aram Bartholl and are licenced under [Creative Commons license by-nc-sa 3.0] (HTTP://creativecommons.org/licenses/by-nc-sa/3.0/).&lt;/small&gt;&lt;/p&gt;
</content>
 </entry>
 

</feed>
