<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.sha2017.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fridgefire</id>
		<title>SHA2017 Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.sha2017.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fridgefire"/>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/w/Special:Contributions/Fridgefire"/>
		<updated>2026-04-25T14:13:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10460</id>
		<title>Pixelflut bar</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10460"/>
				<updated>2017-08-04T18:22:43Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: added support number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pixelflut ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pixelflut is basically an &amp;quot;open canvas&amp;quot; game, where everybody can draw single pixels via a TCP/IP based ASCII protocol. The Basic usage is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;PX x y RRGGBB(AA)\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;quot;PX&amp;quot; starts the ASCII sequence, x is the X-coordinate and the y is the Y-coordinate. The color is expressed in a html-alike form, in HEX-numbers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: &amp;lt;code&amp;gt;telnet 127.0.0.1 1234 &amp;quot;PX 42 42 C0FFEE\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this you will change the pixel located at 42,42 to the color turquoise ( C0 = RR = 192, FF = GG = 255, EE = BB = 238). By doing that more then once with different colors at different positions you can start drawing stuff on the pixelflut server. There is not much example code on the internet as the DIY part of pixelflut is a essential thing. Pixelflut is not just an amazing game, it also is a great opportunity to learn how to code.&lt;br /&gt;
Once you are drawing nice effects, animations or images to the server, you will see that you are not the only one doing that. Well now its time to get more efficient, have fun ;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usually there are a few more commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt;  returns the screen size.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PX x y\n&amp;lt;/code&amp;gt;  returns the color of the given position.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;help&amp;lt;/code&amp;gt;  returns the help section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usefull links:&lt;br /&gt;
&lt;br /&gt;
Pixelflut recording EH14 http://vimeo.com/92827556&lt;br /&gt;
&lt;br /&gt;
Infopage with code: https://cccgoe.de/wiki/Pixelflut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for JanHenrik for this information ;-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PROBLEMS? CALL 4243 (fridgefire) or 7931 (FriedZombie)'''&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10455</id>
		<title>Pixelflut bar</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10455"/>
				<updated>2017-08-04T17:23:51Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pixelflut ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pixelflut is basically an &amp;quot;open canvas&amp;quot; game, where everybody can draw single pixels via a TCP/IP based ASCII protocol. The Basic usage is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;PX x y RRGGBB(AA)\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;quot;PX&amp;quot; starts the ASCII sequence, x is the X-coordinate and the y is the Y-coordinate. The color is expressed in a html-alike form, in HEX-numbers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: &amp;lt;code&amp;gt;telnet 127.0.0.1 1234 &amp;quot;PX 42 42 C0FFEE\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this you will change the pixel located at 42,42 to the color turquoise ( C0 = RR = 192, FF = GG = 255, EE = BB = 238). By doing that more then once with different colors at different positions you can start drawing stuff on the pixelflut server. There is not much example code on the internet as the DIY part of pixelflut is a essential thing. Pixelflut is not just an amazing game, it also is a great opportunity to learn how to code.&lt;br /&gt;
Once you are drawing nice effects, animations or images to the server, you will see that you are not the only one doing that. Well now its time to get more efficient, have fun ;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usually there are a few more commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt;  returns the screen size.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PX x y\n&amp;lt;/code&amp;gt;  returns the color of the given position.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;help&amp;lt;/code&amp;gt;  returns the help section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usefull links:&lt;br /&gt;
&lt;br /&gt;
Pixelflut recording EH14 http://vimeo.com/92827556&lt;br /&gt;
&lt;br /&gt;
Infopage with code: https://cccgoe.de/wiki/Pixelflut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for JanHenrik for this information ;-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PROBLEMS? CALL 4243 (fridgefire)'''&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10334</id>
		<title>Pixelflut bar</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Pixelflut_bar&amp;diff=10334"/>
				<updated>2017-08-04T10:21:02Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: Creating pixelflut wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pixelflut ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pixelflut is basically an &amp;quot;open canvas&amp;quot; game, where everybody can draw single pixels via a TCP/IP based ASCII protocol. The Basic usage is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;PX x y RRGGBB(AA)\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
where the &amp;quot;PX&amp;quot; starts the ASCII sequence, x is the X-coordinate and the y is the Y-coordinate. The color is expressed in a html-alike form, in HEX-numbers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: &amp;lt;code&amp;gt;telnet 127.0.0.1 1234 &amp;quot;PX 42 42 C0FFEE\n&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this you will change the pixel located at 42,42 to the color turquoise ( C0 = RR = 192, FF = GG = 255, EE = BB = 238). By doing that more then once with different colors at different positions you can start drawing stuff on the pixelflut server. There is not much example code on the internet as the DIY part of pixelflut is a essential thing. Pixelflut is not just an amazing game, it also is a great opportunity to learn how to code.&lt;br /&gt;
Once you are drawing nice effects, animations or images to the server, you will see that you are not the only one doing that. Well now its time to get more efficient, have fun ;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usually there are a few more commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt;  returns the screen size.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PX x y\n&amp;lt;/code&amp;gt;  returns the color of the given position.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;help&amp;lt;/code&amp;gt;  returns the help section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usefull links:&lt;br /&gt;
&lt;br /&gt;
Pixelflut recording EH14 http://vimeo.com/92827556&lt;br /&gt;
&lt;br /&gt;
Infopage with code: https://cccgoe.de/wiki/Pixelflut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for JanHenrik for this information ;-)&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10333</id>
		<title>Village:TkkrLab</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10333"/>
				<updated>2017-08-04T10:17:46Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Village&lt;br /&gt;
|Has name=Hackerspace TkkrLab&lt;br /&gt;
|Has website=TkkrLab.nl&lt;br /&gt;
|Has contact=bestuur@tkkrlab.nl  / irc://freenode.net/#tkkrlab&lt;br /&gt;
|Has description=Hackerspace in Enschede / Twente / Netherlands / Europe / World / Universe&lt;br /&gt;
|Provides session location=No&lt;br /&gt;
|Has Field=Liskov Field&lt;br /&gt;
|MapObjectHandle=0xvill111C&lt;br /&gt;
|Has orga contact=bestuur@tkkrlab.nl&lt;br /&gt;
|On site orga contact=Dave Borghuis / Michiel Brink&lt;br /&gt;
|Village frab=No&lt;br /&gt;
|Village content space=No&lt;br /&gt;
|Village citizen count=12&lt;br /&gt;
|Village Needs power=Smaller Village (up to 2x 230V/16A CEE/Schuko)&lt;br /&gt;
|Village size needed=244&lt;br /&gt;
|Village hacktents num=1&lt;br /&gt;
|Village brings big stuff=No&lt;br /&gt;
|Village Special Vehicle=No&lt;br /&gt;
|Village Plans=... have any other unusual installations&lt;br /&gt;
}}&lt;br /&gt;
{{MapObject|Handle = 0xv1136}}&lt;br /&gt;
&lt;br /&gt;
For who is at Village see also our own [https://tkkrlab.nl/wiki/SHA2017 wiki page], not all users created a profile here. In total there will be around 12 TkkrLab members in our village.&lt;br /&gt;
&lt;br /&gt;
[[File:TkkrLab Village.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
We showcase our projects like  :&lt;br /&gt;
* Mr. Turrent (WIP so no documentation yet)&lt;br /&gt;
* [[Pixelflut_bar]]  Pixelflut LED wall&lt;br /&gt;
* [https://tkkrlab.nl/wiki/Pixelmatrix Pixel matrix]&lt;br /&gt;
* [https://tkkrlab.nl/wiki/LedPet LedPet]&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10332</id>
		<title>Village:TkkrLab</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10332"/>
				<updated>2017-08-04T10:17:17Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Village&lt;br /&gt;
|Has name=Hackerspace TkkrLab&lt;br /&gt;
|Has website=TkkrLab.nl&lt;br /&gt;
|Has contact=bestuur@tkkrlab.nl  / irc://freenode.net/#tkkrlab&lt;br /&gt;
|Has description=Hackerspace in Enschede / Twente / Netherlands / Europe / World / Universe&lt;br /&gt;
|Provides session location=No&lt;br /&gt;
|Has Field=Liskov Field&lt;br /&gt;
|MapObjectHandle=0xvill111C&lt;br /&gt;
|Has orga contact=bestuur@tkkrlab.nl&lt;br /&gt;
|On site orga contact=Dave Borghuis / Michiel Brink&lt;br /&gt;
|Village frab=No&lt;br /&gt;
|Village content space=No&lt;br /&gt;
|Village citizen count=12&lt;br /&gt;
|Village Needs power=Smaller Village (up to 2x 230V/16A CEE/Schuko)&lt;br /&gt;
|Village size needed=244&lt;br /&gt;
|Village hacktents num=1&lt;br /&gt;
|Village brings big stuff=No&lt;br /&gt;
|Village Special Vehicle=No&lt;br /&gt;
|Village Plans=... have any other unusual installations&lt;br /&gt;
}}&lt;br /&gt;
{{MapObject|Handle = 0xv1136}}&lt;br /&gt;
&lt;br /&gt;
For who is at Village see also our own [https://tkkrlab.nl/wiki/SHA2017 wiki page], not all users created a profile here. In total there will be around 12 TkkrLab members in our village.&lt;br /&gt;
&lt;br /&gt;
[[File:TkkrLab Village.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
We showcase our projects like  :&lt;br /&gt;
* Mr. Turrent (WIP so no documentation yet)&lt;br /&gt;
* [[Pixelflut_bar Pixelflut LED wall]]&lt;br /&gt;
* [https://tkkrlab.nl/wiki/Pixelmatrix Pixel matrix]&lt;br /&gt;
* [https://tkkrlab.nl/wiki/LedPet LedPet]&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10331</id>
		<title>Village:TkkrLab</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Village:TkkrLab&amp;diff=10331"/>
				<updated>2017-08-04T10:16:33Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Village&lt;br /&gt;
|Has name=Hackerspace TkkrLab&lt;br /&gt;
|Has website=TkkrLab.nl&lt;br /&gt;
|Has contact=bestuur@tkkrlab.nl  / irc://freenode.net/#tkkrlab&lt;br /&gt;
|Has description=Hackerspace in Enschede / Twente / Netherlands / Europe / World / Universe&lt;br /&gt;
|Provides session location=No&lt;br /&gt;
|Has Field=Liskov Field&lt;br /&gt;
|MapObjectHandle=0xvill111C&lt;br /&gt;
|Has orga contact=bestuur@tkkrlab.nl&lt;br /&gt;
|On site orga contact=Dave Borghuis / Michiel Brink&lt;br /&gt;
|Village frab=No&lt;br /&gt;
|Village content space=No&lt;br /&gt;
|Village citizen count=12&lt;br /&gt;
|Village Needs power=Smaller Village (up to 2x 230V/16A CEE/Schuko)&lt;br /&gt;
|Village size needed=244&lt;br /&gt;
|Village hacktents num=1&lt;br /&gt;
|Village brings big stuff=No&lt;br /&gt;
|Village Special Vehicle=No&lt;br /&gt;
|Village Plans=... have any other unusual installations&lt;br /&gt;
}}&lt;br /&gt;
{{MapObject|Handle = 0xv1136}}&lt;br /&gt;
&lt;br /&gt;
For who is at Village see also our own [https://tkkrlab.nl/wiki/SHA2017 wiki page], not all users created a profile here. In total there will be around 12 TkkrLab members in our village.&lt;br /&gt;
&lt;br /&gt;
[[File:TkkrLab Village.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
We showcase our projects like  :&lt;br /&gt;
* Mr. Turrent (WIP so no documentation yet)&lt;br /&gt;
* [Pixelflut_bar Pixelflut LED wall]&lt;br /&gt;
* [https://tkkrlab.nl/wiki/Pixelmatrix Pixel matrix]&lt;br /&gt;
* [https://tkkrlab.nl/wiki/LedPet LedPet]&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=User:Fridgefire&amp;diff=7152</id>
		<title>User:Fridgefire</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=User:Fridgefire&amp;diff=7152"/>
				<updated>2017-07-18T20:06:33Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{User&lt;br /&gt;
|Name=FriedZombie&lt;br /&gt;
|Village=Village:TkkrLab&lt;br /&gt;
|Arrival=2017/08/03&lt;br /&gt;
|Departure=2017/08/09&lt;br /&gt;
|EMail=sha@pb4m.nl&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=User:Fridgefire&amp;diff=7151</id>
		<title>User:Fridgefire</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=User:Fridgefire&amp;diff=7151"/>
				<updated>2017-07-18T20:06:15Z</updated>
		
		<summary type="html">&lt;p&gt;Fridgefire: Created page with &amp;quot;{{User |Name=FriedZombie |Village=Village:TkkrLab |Arrival=2017/08/01 |Departure=2017/08/09 |EMail=martijn@friedzombie.com }}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{User&lt;br /&gt;
|Name=FriedZombie&lt;br /&gt;
|Village=Village:TkkrLab&lt;br /&gt;
|Arrival=2017/08/01&lt;br /&gt;
|Departure=2017/08/09&lt;br /&gt;
|EMail=martijn@friedzombie.com&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Fridgefire</name></author>	</entry>

	</feed>