<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on pirogoff.me</title><link>https://pirogoff.me/posts/</link><description>Recent content in Posts on pirogoff.me</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 25 Jun 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://pirogoff.me/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Wifi to QR App</title><link>https://pirogoff.me/posts/2018-wifi-to-qr/</link><pubDate>Mon, 25 Jun 2018 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2018-wifi-to-qr/</guid><description>&lt;p&gt;iOS 11 has some fantastic image recognition features build-in right in to the camera app. One of them is recognizing QR codes and decoding them. It also supports QR code for WiFi sharing. It does not seem to be a &amp;ldquo;real standard&amp;rdquo; for sharing WiFi credentials. But the following string encoded to QR seems to work on many platforms for WiFi sharing.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;WIFI:S:SSID;T:Type;P:Password;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Just replace SSID, Password and Type ( encryption can be WEP/WPA ) and encode it to QR.&lt;/p&gt;</description></item><item><title>Mechanical Keyboard</title><link>https://pirogoff.me/posts/2018-keyboard/</link><pubDate>Fri, 01 Jun 2018 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2018-keyboard/</guid><description>&lt;p&gt;My DIY mechanical keyboard is build from this part list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://ymdkey.com/products/gk61-gk64-gk61xs-gk64xs-rgb-hot-swap-pcb-plate-independent-driver-bluetooth-or-wired"&gt;60% PCB with USB C connector and hot plug for switches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kono.store/products/hako-violet-mechanical-switches"&gt;Input Club Hako Violet switches&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://de.aliexpress.com/item/stainless-steel-case-for-xd60-xd64-gh60-60-custom-keyboard-acrylic-panels/32815694802.html"&gt;60% Keyboard Case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://de.aliexpress.com/item/YMDK-Customized-61-64-68-ANSI-Keyset-OEM-Profil-Starke-PBT-Keycap-set-F-r-Cherry/32839583006.html"&gt;PBT Keycap Set&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mkbguide.com/blog/keyboard-stabilizers-guide"&gt;Stabilisers for Keycaps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://pirogoff.me/images/keyboard_pcb_usb.jpg" alt="PCB with USB"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_switches.jpg" alt="Keyboard switches"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_pcb_switch_keycap_tryout_1.jpg" alt="Keycap tryout 1"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_pcb_switch_keycap_tryout_2.jpg" alt="Keycap tryout 2"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_pcb_stabilizer.jpg" alt="PCB stabilizer"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_pcb_case_switch_assembly_1.jpg" alt="PCB case assembly 1"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_pcb_case_switch_assembly_2.jpg" alt="PCB case assembly 2"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_keycaps_bag.jpg" alt="Keycaps bag"&gt;
&lt;img src="https://pirogoff.me/images/keyboard_complete_cable.jpg" alt="Completed assembly"&gt;&lt;/p&gt;</description></item><item><title>Pathlogger - position recording on ios</title><link>https://pirogoff.me/posts/2015-pathlogger/</link><pubDate>Thu, 26 Mar 2015 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2015-pathlogger/</guid><description>&lt;p&gt;PathLogger is a GPS logging application for iOS platform. It records your traveled path into its database where you can view it within the application(also while recording a new path). It supports background location modes for recording while in the background (be aware of the battery drain).&lt;/p&gt;
&lt;p&gt;It is proudly made with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CoreData&lt;/li&gt;
&lt;li&gt;CoreLocation&lt;/li&gt;
&lt;li&gt;MapKit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://pirogoff.me/images/pathlogger_thumb_2.png" alt="alt text"&gt;
&lt;a href="https://github.com/eugenpirogoff/pathlogger"&gt;https://github.com/eugenpirogoff/pathlogger&lt;/a&gt;&lt;/p&gt;</description></item><item><title>InstaDiv - updating instagram div</title><link>https://pirogoff.me/posts/2014-instadiv/</link><pubDate>Fri, 18 Apr 2014 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2014-instadiv/</guid><description>&lt;p&gt;A long time ago i have written a simple div where anyone can embed his own instagram feed as a div inside html that updates itself on any new content. The div also resizes and aligns the pictures inside the div in order that the background shall not be seen by the viewer of the side. It can be used as a fancy wall.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pirogoff.me/images/instadiv_thumb.png" alt="alt text"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/eugenpirogoff/instadiv"&gt;https://github.com/eugenpirogoff/instadiv&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ransack - twitter image search</title><link>https://pirogoff.me/posts/2014-ransack/</link><pubDate>Sun, 23 Mar 2014 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2014-ransack/</guid><description>&lt;p&gt;A friend of mine &lt;a href="https://github.com/jnikles"&gt;@jnikles&lt;/a&gt; and i had to make a project for a course at our university a couple of months ago. So we decided to use the Twitter-API and its geotagging as the main entry point for our search for pictures inside tweets. Sadly the API v.1 is deprecated and turned off by now (18 Feb. 2014). Before then it was possible to select a point of interest and radius for a search. The link inside the tweet a image hosting services where parsed (if we supported that image service. Instagram was our main goal) and the images where displayed on the map as an overlay on their coordinates. That worked really well and we used to MongoDB in the backend and delivered every search as an zip archive to a user.&lt;/p&gt;</description></item><item><title>Plush - tangible conductive controller</title><link>https://pirogoff.me/posts/2014-plush/</link><pubDate>Sun, 12 Jan 2014 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2014-plush/</guid><description>&lt;p&gt;Plush is a game controller made with conductive fabric based on an &lt;a href="https://github.com/adafruit/adafruit_flora_game_controller"&gt;adafruit flora project&lt;/a&gt;. It uses the CapPin Library to measure conductivity between the GPIO pins that runs through the conductive threads and fabrics. This project is especially fun to use with some old emulators and retro games. :-)&lt;/p&gt;
&lt;p&gt;&lt;img src="https://pirogoff.me/images/plush_1.jpg" alt="Sewing conductive threads to the flora controller and conductive fabirc pads"&gt;
&lt;img src="https://pirogoff.me/images/plush_2.jpg" alt="All thread sewing is finished"&gt;
&lt;img src="https://pirogoff.me/images/plush_3.jpg" alt="Overlay prepared for cutout"&gt;
&lt;img src="https://pirogoff.me/images/plush_4.jpg" alt="Sewing of the overlay"&gt;
&lt;img src="https://pirogoff.me/images/plush_5.jpg" alt="Finished controller on emulator"&gt;&lt;/p&gt;</description></item><item><title>Pluto - game remote controller</title><link>https://pirogoff.me/posts/2013-pluto/</link><pubDate>Mon, 30 Sep 2013 00:00:00 +0000</pubDate><guid>https://pirogoff.me/posts/2013-pluto/</guid><description>&lt;p&gt;As a part for my bachelor thesis i have written a remote controller for the game HexGL that runs platform agnostic inside a web browser. It just needs WebSockets or WebRTC for communication between the devices and a fast connection (i recommend to use chrome). The controller is designed to run on a phone or a tablet. The game itself is a WebGL implementation of WipeOut that runs completely in your browser on a desktop or mobile device and has been written by Thibaut Despoulain.&lt;/p&gt;</description></item></channel></rss>