-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
441 lines (359 loc) · 29 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Antonio Lignan's blog</title>
<link>/</link>
<description>Recent content on Antonio Lignan's blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Antonio Lignan, All rights reserved - Opinions are my own</copyright>
<lastBuildDate>Fri, 08 Nov 2019 23:33:47 +0100</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Restoring a malformed Grafana's database</title>
<link>/post/restoring-grafana-db/</link>
<pubDate>Fri, 08 Nov 2019 23:33:47 +0100</pubDate>
<guid>/post/restoring-grafana-db/</guid>
<description>Restoring a malformed Grafana&rsquo;s database journalctl -u grafana-server.service &gt; (...) database disk image is malformed Thanks to Jason L. Froebe:
To check if indeed is corrupted:
# sqlite3 /var/lib/grafana/grafana.db sqlite&gt; pragma integrity_check; Error: database disk image is malformed Export the schema and data:
sqlite&gt; .mode insert sqlite&gt; .output mydb_export.sql sqlite&gt; .dump sqlite&gt; .exit Backup the original database:
# mv /var/lib/grafana/grafana.db /var/lib/grafana/grafana.db.backup Create a new database and import:</description>
</item>
<item>
<title>Disable screen blanking in the Raspberry Pi (Debian Buster)</title>
<link>/post/disable-screen-blanking-rpi/</link>
<pubDate>Sun, 03 Nov 2019 20:37:59 +0100</pubDate>
<guid>/post/disable-screen-blanking-rpi/</guid>
<description> Disable screen blanking in the Raspberry Pi (Debian Buster) From Ozzmaker.com:
sudo apt-get install x11-xserver-utils sudo nano /etc/X11/Xsession.d/disableblank.sh Add:
xset s off xset -dpms xset s noblank Permissions:
sudo chmod +x /etc/X11/Xsession.d/disableblank.sh Add to autostart:
sudo echo &quot;/etc/X11/Xsession.d/disableblank.sh&quot; &gt;&gt; /etc/xdg/lxsession/LXDE-pi/autostart </description>
</item>
<item>
<title>Grafana refresh options</title>
<link>/post/grafana-refresh-options/</link>
<pubDate>Sat, 02 Nov 2019 23:15:48 +0100</pubDate>
<guid>/post/grafana-refresh-options/</guid>
<description>When launching the kiosk mode add:
chromium-browser --noerrdialogs --disable-infobars --kiosk 'http://raspberrypi-living-room:3000/d/0Duk-Qggz/home?refresh=1m&amp;orgId=1&amp;from=now-24h&amp;to=now --incognito --disable-translate' To allow refreshing every minute and to specify a given time lapse. Also, in the Grafana dashboard options set a refresh rate.</description>
</item>
<item>
<title>Remove Welcome Raspberry Pi Wizard at start-up</title>
<link>/post/remove-rpi-wizard/</link>
<pubDate>Sat, 02 Nov 2019 21:45:40 +0100</pubDate>
<guid>/post/remove-rpi-wizard/</guid>
<description>On annoying things&hellip;
sudo rm /etc/xdg/autostart/piwiz.desktop </description>
</item>
<item>
<title>Moving from Wunderground to OpenWeatherMap</title>
<link>/post/replacing_wunderground_with_openweather/</link>
<pubDate>Sat, 09 Mar 2019 20:42:36 +0100</pubDate>
<guid>/post/replacing_wunderground_with_openweather/</guid>
<description>Moving from Wunderground to OpenWeatherMap From Wunderground site:
The Weather Underground API has reached the end of service. To purchase access to the replacement API, please see our Weather Data Packages. If you are a contracted, paying customer and feel you have been shut off in error, please email [email protected]; be sure to include your name and API key.
My wunderground-powered weather dashboard) was sadly a victim of this change, and as for my personal use I don&rsquo;t need the extended (paid) services or features offered in The Weather Company tiers, I had to look for a different option to enable back my dashboard.</description>
</item>
<item>
<title>My Latest Geocaches 2018</title>
<link>/post/my-latest-geocaches-2018/</link>
<pubDate>Fri, 02 Nov 2018 21:44:02 +0100</pubDate>
<guid>/post/my-latest-geocaches-2018/</guid>
<description>My latest geocaches (2018) This is part of my Challenge to make 26 things before 2018 ends.
Geocaching is a real-world, outdoor treasure hunting game using GPS-enabled devices. Participants navigate to a specific set of GPS coordinates and then attempt to find the geocache (container) hidden at that location.
In 2017 I resumed geocaching, so I wanted to keep going out and hunting for treasures. Through 2018 I have been more active, and my family has embraced once again this activity thus now collecting as a team.</description>
</item>
<item>
<title>Home Improvements</title>
<link>/projects/home-improvements/</link>
<pubDate>Fri, 02 Nov 2018 20:37:54 +0100</pubDate>
<guid>/projects/home-improvements/</guid>
<description>Improve my home with connected devices and fancy gadgets This is something I was yearning to do for a long time, and as we moved to a new city recently (well, kinda of) finally I had the change to do it right from the beginning. Home improvements is short for &ldquo;connecting a lot of things together&rdquo;, including but not limited to light bulbs, ambient sensors, cameras, automated blinds, etc. - anything that would make my wife either crazy or forever thankful.</description>
</item>
<item>
<title>Smart Home with enOcean sensors, Philips Hue and Weather underground, running on influxDb and Grafana in a Raspberry Pi (Part 2 of 2)</title>
<link>/post/smart-home-with-influxdb-grafana-hue-enocean-2/</link>
<pubDate>Fri, 02 Nov 2018 20:22:16 +0100</pubDate>
<guid>/post/smart-home-with-influxdb-grafana-hue-enocean-2/</guid>
<description>Smart Home with enOcean sensors, Philips Hue and Weather underground, running on influxDb and Grafana in a Raspberry Pi (Part 2 of 2) This is part of my Challenge to make 26 things before 2018 ends.
This is the second part of my blog post, if you want to read how this started click here)
The architecture looks as following:
If you want to skip the next sections, here&rsquo;s the link to the project repository:</description>
</item>
<item>
<title>Smart Home with enOcean sensors, Philips Hue and Weather underground, running on influxDb and Grafana in a Raspberry Pi (Part 1 of 2)</title>
<link>/post/smart-home-with-influxdb-grafana-hue-enocean/</link>
<pubDate>Fri, 02 Nov 2018 18:43:04 +0100</pubDate>
<guid>/post/smart-home-with-influxdb-grafana-hue-enocean/</guid>
<description>Smart Home with enOcean sensors, Philips Hue and Weather underground, running on influxDb and Grafana in a Raspberry Pi (Part 1 of 2) This is part of my Challenge to make 26 things before 2018 ends.
I wanted to eat my own dog food, scratch my own itch, follow the preaching book&hellip; in short, to add some of the technologies and concepts I use at work in my home.</description>
</item>
<item>
<title>Curriculum Vitae</title>
<link>/cv/</link>
<pubDate>Sun, 12 Aug 2018 16:39:44 +0200</pubDate>
<guid>/cv/</guid>
<description>My Curriculum Vitae (CV) Please find below my CV (in PDF format) - don&rsquo;t hesitate to email me and request an updated one if the current version date is too old for you.
CV (English) - last update: April 10 2019. The CV (as most of my documentation, including this blog) is auto-compiled, the sources are at My Awesome CV repository.
Also, please refer to my LinkedIn profile for further information.</description>
</item>
<item>
<title>Compile VLC with Hardware Acceleration for the Raspberry Pi (Stretch)</title>
<link>/post/compile-vlc-raspberry-stretch/</link>
<pubDate>Sun, 05 Aug 2018 23:35:46 +0200</pubDate>
<guid>/post/compile-vlc-raspberry-stretch/</guid>
<description>Compile VLC with Hardware Acceleration for the Raspberry Pi (Stretch) Credits to Raspberry Pi Forum.
The VLC version from Raspbian doesn&rsquo;t support the GPU of the RPi, and isn&rsquo;t able to play high resolution videos. An alternative is to compile to include this, but be careful as depending on the Raspbian distribution (Stretch, Wheezy, etc.) the dependencies and patches may be different. This notebook targets Stretch, and it has been well-tested in a Raspberry Pi version 3.</description>
</item>
<item>
<title>SSH hangs when connected to Raspberry Pi 3</title>
<link>/post/raspberry-pi-ssh-hangs/</link>
<pubDate>Sun, 05 Aug 2018 19:39:29 +0200</pubDate>
<guid>/post/raspberry-pi-ssh-hangs/</guid>
<description>SSH hangs when connected to Raspberry Pi 3 Credits to Express Hosting Blog.
Tl;DR: add &quot;IPQoS 0x00&quot; to the bottom of the &quot;/etc/ssh/ssh_config&quot; and &quot;/etc/ssh/sshd_config&quot; files
From the Blog:
One the latest version of SSH installed on the Raspberry Pi 3 uses QoS headers to ensure speedy delivery of packets over the network. For interactive connections (standard shell SSH connections) it sets the IP header for IP_TOS to be 0x10 (low delay or latency).</description>
</item>
<item>
<title>Trip to Berlin</title>
<link>/post/trip-to-berlin/</link>
<pubDate>Fri, 30 Mar 2018 20:30:59 +0200</pubDate>
<guid>/post/trip-to-berlin/</guid>
<description>Our trip to Berlin This is part of my previous Challenge to make 26 things before 2017 ends, which I&rsquo;m trying to finish now in 2018.
After living and working abroad (in Berlin, Germany) for almost a year, having my family (finally) joining from Barcelona was both exciting and challenging. Packing and shipping all belongings and memories of 7 happy years over 1.800 kilometers is not an easy task. Needless to say, finding a flat in Berlin and dealing with the German bureaucracy on top of moving arrangements was particularly hard.</description>
</item>
<item>
<title>The 2018 Challenge</title>
<link>/projects/the-2018-challenge/</link>
<pubDate>Mon, 01 Jan 2018 16:00:11 +0100</pubDate>
<guid>/projects/the-2018-challenge/</guid>
<description>The 2018 challenge This is a continuation from the 2017 challenge, a great one I hope to keep up for a very long time (and of course to finish).
This is a Meta project, as it will spawned several ones, thus I will not keep track of references here, but likely the related blog posts will include the Challenge 2018 tag.
And of course, I made a Github repository, in which I&rsquo;m tracking the progress with the issues associated to my milestone completion:</description>
</item>
<item>
<title>My Latest Geocaches</title>
<link>/post/my-latest-geocaches/</link>
<pubDate>Sat, 30 Dec 2017 23:34:42 +0100</pubDate>
<guid>/post/my-latest-geocaches/</guid>
<description>My latest geocaches This is part of my Challenge to make 26 things before 2017 ends.
Geocaching is a real-world, outdoor treasure hunting game using GPS-enabled devices. Participants navigate to a specific set of GPS coordinates and then attempt to find the geocache (container) hidden at that location.
The history of Geocaching goes back to the year 2000 and the invention of GPS itself, with The Great American GPS Stash Hunt as a way to test the accuracy of the devices hunting a hidden bucket in Beavercreek, Oregon, near Portland.</description>
</item>
<item>
<title>A book about Beers</title>
<link>/post/a-book-about-beers/</link>
<pubDate>Sat, 30 Dec 2017 21:05:52 +0100</pubDate>
<guid>/post/a-book-about-beers/</guid>
<description>A book about Beers (or how I am less ignorant) This is part of my Challenge to make 26 things before 2017 ends.
I bought The complete beer course a couple of months ago. It has traveled from my office and my flat in Berlin to my family house in Barcelona, however only until this week (few days before new year&rsquo;s eve), I have finally found the time to began reading through its pages as part of my self-imposed challenge&hellip; procrastination at its best.</description>
</item>
<item>
<title>An IoT Raspberry Pi powered plant monitoring system II</title>
<link>/post/monitoring-plant-resin-io/</link>
<pubDate>Mon, 25 Dec 2017 18:54:40 +0100</pubDate>
<guid>/post/monitoring-plant-resin-io/</guid>
<description>Monitoring my plant using sensors, relayr&rsquo;s cloud, resin.io and the Raspberry Pi This is part of my Challenge to make 26 things before 2017 ends.
This post is a continuation of the Raspberry Pi powered plant monitoring system post, in which I discussed the project requirements, and briefly showed how to flash the resinOS to a Raspberry Pi and waterproof a soil sensor.
Nothing too fancy by then.
Now I will show:</description>
</item>
<item>
<title>Karaoke</title>
<link>/post/karaoke/</link>
<pubDate>Mon, 25 Dec 2017 14:34:24 +0100</pubDate>
<guid>/post/karaoke/</guid>
<description>A Karaoke night This is part of my Challenge to make 26 things before 2017 ends.
Me, my wife and close friends went to the Almodobar&rsquo;s karaoke bar in Barcelona - best night ever. We arrived at 23:30, which was great as the place was empty and we got the microphones to ourselves for almost an hour, enough to warm up and drink up (with the mandatory tequila/whiskey starter shot).</description>
</item>
<item>
<title>Understanding Amazon</title>
<link>/post/understanding-amazon/</link>
<pubDate>Sat, 02 Dec 2017 22:33:23 +0100</pubDate>
<guid>/post/understanding-amazon/</guid>
<description>Understanding Amazon This is part of my Challenge to make 26 things before 2017 ends.
This is a short post - I had in my list for a long time to start using Amazon, however it is a big bone to chew at once, so I decided first to take a small stab and first understand what Amazon is all about.
Udemy Academy has a free video course on AWS concepts, which made easy to follow through in my mobile phone while commuting to work what Amazon is all about: VPCs, EC2, S3 and RDS (lot of acronyms).</description>
</item>
<item>
<title>My Daughter's Book</title>
<link>/post/my-daughters-book/</link>
<pubDate>Sun, 26 Nov 2017 01:53:16 +0100</pubDate>
<guid>/post/my-daughters-book/</guid>
<description>My Daughter&rsquo;s book This is part of my Challenge to make 26 years before 2017 ends.
I had an overdue and on-going task in my list: write a book for Erin, my daughter. I began writing a fantastic tale about Erin (our fearless heroin) and her surprising companion back in June 5th 2017, and now, November 25th it is finally done and sent to the printers.
Literally.
In Spanish.</description>
</item>
<item>
<title>A resin.io example service</title>
<link>/post/resinio-example-service/</link>
<pubDate>Sat, 25 Nov 2017 14:34:13 +0100</pubDate>
<guid>/post/resinio-example-service/</guid>
<description>A resin.io example service This is part of my Challenge to make 26 years before 2017 ends.
This is part of my Project to build an autonomous and remote-controlled watering system for my bonsai, and part of my learning journey to use resin.io. The first step was to understand how to deploy to resin.io and my target device.
Setting up the repository and first tests The project repository lives at: https://github.</description>
</item>
<item>
<title>My IoT Book</title>
<link>/projects/my-iot-book/</link>
<pubDate>Sun, 19 Nov 2017 21:09:51 +0100</pubDate>
<guid>/projects/my-iot-book/</guid>
<description>My IoT book
My book: IoT in five Days.
This booklet is a quick but thoughtful guide to jump into the Internet of Things, covering important subjects as IPv6 networking, sensors, wireless protocols and technologies, as well as IoT cloud platforms and its most commonly used protocols, featuring lots of hands-on examples to start working from day one.
The lessons and examples are heavily focused on Contiki OS, a well known IoT operating system well suited for low power embedded devices, and the Zolertia Z1 mote, a widely used hardware platform to develop a wide range of IoT applications.</description>
</item>
<item>
<title>My daughter's book with Pandoc (Spanish)</title>
<link>/projects/childbook/</link>
<pubDate>Sun, 19 Nov 2017 20:57:17 +0100</pubDate>
<guid>/projects/childbook/</guid>
<description>Erin&rsquo;s children&rsquo;s book This project is quite personal, as it is my first children&rsquo;s story ever to be published solely for my daughter, Erin. It has a lot of inside jokes and references.
It was meant to be her birthday&rsquo;s gift (last May), however due to work and other demons, it had to be postponed and now it will be her Christmas present - I hope I don&rsquo;t screw up this time.</description>
</item>
<item>
<title>A Review From an Intern</title>
<link>/post/a-review-from-an-intern/</link>
<pubDate>Fri, 03 Nov 2017 17:45:52 +0100</pubDate>
<guid>/post/a-review-from-an-intern/</guid>
<description>A review from an Intern
I take great proud of teaching and developing my team members - both professionally and personally - it is the most rewarding experience and joy of being a technical manager.
Team development is not not only related to the Junior members of the team, but Seniors as well: there are several dimensions which contributes to career development, being the most proficient coder is not enough, if you can&rsquo;t lead others by example or fail to clearly communicate ideas to peers and managers.</description>
</item>
<item>
<title>Whatsapp Removes Exif properties</title>
<link>/post/whatsapp-removes-exif/</link>
<pubDate>Wed, 01 Nov 2017 22:45:08 +0100</pubDate>
<guid>/post/whatsapp-removes-exif/</guid>
<description>Whatsapp removes Exif properties When backing up the photos from my mobile phone to my laptop, and then to Google Photos I noticed something odd: when syncing, most of the photos were shown as it were created just at that moment, even if some images were months older.
This is quite inconvenient.
Then I noticed not all the photos backed to Google Photos had this problem, and a deeper look at the EXIF properties of two different files confirmed my assumptions: Whatsapp removes these properties when sharing photos.</description>
</item>
<item>
<title>The 2017 Challenge (Meta)</title>
<link>/projects/the-2017-challenge/</link>
<pubDate>Wed, 01 Nov 2017 18:13:19 +0100</pubDate>
<guid>/projects/the-2017-challenge/</guid>
<description>The 2017 challenge I was a bit bored and feeling depressed by end of September 2017 - living in Berlin eight months away from my family took most of my motivation and sanity, and I was getting my &ldquo;kicks&rdquo; only from my job, which is OK, but going also from developer to full manager has its downsides&hellip;
At the Deadline Demo Party, while coding and watching some Intros, I made up my mind, and decided to challenge myself, and try to do 26 things before 2017 ended.</description>
</item>
<item>
<title>Remove duplicate photos and videos in MAC (OSX)</title>
<link>/post/duplicated-in-mac/</link>
<pubDate>Tue, 31 Oct 2017 15:08:17 +0100</pubDate>
<guid>/post/duplicated-in-mac/</guid>
<description>Remove duplicate photos and videos in MAC (tip) I&rsquo;m reluctant to render myself to the mercy of iCloud and iTunes, thus when syncing my photos from my mobile phone and others, sometimes I end up with plenty of duplicates&hellip; I&rsquo;m trying to break free&hellip;
DupeGuru is a simple tool that does the job, allowing to find duplicates using file names and content, and then moving to a chosen location, delete, etc.</description>
</item>
<item>
<title>Making an Ajiaco</title>
<link>/post/making-an-ajiaco/</link>
<pubDate>Sat, 28 Oct 2017 22:38:07 +0200</pubDate>
<guid>/post/making-an-ajiaco/</guid>
<description>Making an Ajiaco This is part of my Challenge to make 26 things before 2017 ends.
The Ajiaco: one of the most traditional dishes of Colombia&rsquo;s cuisine.
This dish is heavily served in Bogotá (the capital of Colombia), a thick hot soup (perfect for its cold days), made out of three types of potatoes, chicken, corn and the Galinsoga parviflora herb (called Guasca in Colombia).
There are tons of recipes on-line, but this type of dish has a strong root in families, thus I&rsquo;m adapting the traditional recipe of my Auntie Cristina (hoping she won&rsquo;t be highly disappointed at me afterwards).</description>
</item>
<item>
<title>About Resin.io and ResinOS</title>
<link>/post/resin-io-about/</link>
<pubDate>Sun, 22 Oct 2017 22:35:30 +0200</pubDate>
<guid>/post/resin-io-about/</guid>
<description>Understanding Resin and ResinOS I felt I needed to write this post about Resin.io, as I was jumping directly into deploying and building in a Raspberry Pi (see this post), just jumping from one tutorial to the next.
It is good to pace down, understand, and then go full speed.
Resin.io Resin.io makes it simple to deploy, update, and maintain code running on remote devices. We are bringing the web development and deployment workflow to hardware, using tools like git and Docker to allow you to seamlessly update all your embedded linux devices in the wild.</description>
</item>
<item>
<title>Configure a Resin-based RPi for Local Access</title>
<link>/post/configure-rpi-resin-local-access/</link>
<pubDate>Sun, 22 Oct 2017 20:08:49 +0200</pubDate>
<guid>/post/configure-rpi-resin-local-access/</guid>
<description>Accessing a Resin.io-based Raspberry Pi Quick cookbook for future me.
From Resin.io Raspberry Pi guide:
Remove the MicroSD card, under the /boot partition locate and edit the /boot/config.json file. Change the hostname accordingly: { &quot;persistentLogging&quot;: false, &quot;hostname&quot;: &quot;resin&quot;, } Configure the local network. I think this can also be done remotely, however is handy to know where to look: [connection] id=resin-sample type=wifi [wifi] mode=infrastructure ssid=I_Love_Unicorns [wifi-security] auth-alg=open key-mgmt=wpa-psk psk=superSecretPassword [ipv4] method=auto [ipv6] addr-gen-mode=stable-privacy method=auto Pinging the device (if you haven&rsquo;t changed the hostname): $ ping resin.</description>
</item>
<item>
<title>IoT automated plant watering and monitoring system</title>
<link>/projects/monitor-automate-plant/</link>
<pubDate>Sun, 22 Oct 2017 19:10:16 +0200</pubDate>
<guid>/projects/monitor-automate-plant/</guid>
<description>IoT automated plant watering and monitoring system This project idea came out while thinking about stuff to build before year 2017 ends. The motivation is simple: avoid plants dying in my watch, likely also saving some lives in my wife&rsquo;s garden as well if everything goes OK.
Whilst installing sensors is easy, I want to experiment with other technologies and paradigms as well, thus this project is a sandbox to learn and test new concepts and applications, having a concrete use case in mind.</description>
</item>
<item>
<title>An IoT Raspberry Pi powered plant monitoring system</title>
<link>/post/monitoring-plant-sensors/</link>
<pubDate>Sun, 22 Oct 2017 17:31:04 +0200</pubDate>
<guid>/post/monitoring-plant-sensors/</guid>
<description>Monitoring my new plant using sensors and the Raspberry Pi This is part of my Challenge to make 26 things before 2017 ends.
This type of project is nothing new in the Makersphere, using environmental sensors with the Raspberry Pi (and Arduinos, ESP8266, etc.) has been done since it&rsquo;s early beginnings, and it is perhaps one of the most implemented use cases.
Then what is new?
Likely nothing surprisingly, however, I would attempt to take this above the normal &ldquo;demo and forget&rdquo; existing setups, and create something with a product-oriented approach.</description>
</item>
<item>
<title>This Blog</title>
<link>/projects/this-blog/</link>
<pubDate>Sat, 21 Oct 2017 23:49:35 +0200</pubDate>
<guid>/projects/this-blog/</guid>
<description>This blog Creating an improving this blog is itself a project. Although I prefer to keep day to day progress in separate blog posts, I thought it would be good to keep track of the projects&rsquo; evolution in a single placeholder - tags are also helpful and included, but this way I can have a better index for my own later reference.
Some specific about the blog, like minimum improvements like adding tags, categories, or internal links, are not necessarily tracked in a post, as I already made publicly available the blog&rsquo;s sources - peep as you need!</description>
</item>
<item>
<title>My New Bonsai</title>
<link>/post/my-new-bonsai/</link>
<pubDate>Sat, 21 Oct 2017 22:47:05 +0200</pubDate>
<guid>/post/my-new-bonsai/</guid>
<description>My new bonsai This is part of my Challenge to make 26 things before 2017 ends.
Finally, after some consideration and procrastination, I decided to get a plant (and care for living beings). Fortunately, my current company has a great policy about office plants for employees.
Enter &ldquo;Ligu&rdquo;
I got the bonsai from Exotenherz, an on-line shop specialized in plants, with an awesome shipping time and great care to transport plants.</description>
</item>
<item>
<title>A New Company in Germany</title>
<link>/post/a-new-company-in-germany/</link>
<pubDate>Sat, 14 Oct 2017 09:16:41 +0200</pubDate>
<guid>/post/a-new-company-in-germany/</guid>
<description>On how I attempt to create my own Company in Germany as an exPat This is part of my Challenge to make 26 things before 2017 ends.
Work in progress.
Why opening a company in Germany? well, because I can.
I have lived with Impostor syndrome all my life, which prevents me some times from taking huge initiatives based on my own, however, lately my inner circle and professional peers are encouraging me to go forward.</description>
</item>
<item>
<title>Deploy Hugo to Github pages and build with Travis CI</title>
<link>/post/deploy-hugo-to-github/</link>
<pubDate>Mon, 02 Oct 2017 22:46:12 +0200</pubDate>
<guid>/post/deploy-hugo-to-github/</guid>
<description>Deploy a Hugo website to Github pages and build with Travis CI GitHub provides free and fast static hosting over SSL for personal, organization, or project pages directly from a GitHub repository via its GitHub Pages service.
I know there are other options, such as Netlify, but I was not too keen to yet depend on another framework, specially one using node.js&hellip; famous last words&hellip;
This is part of my Challenge to make 26 years before 2017 ends.</description>
</item>
<item>
<title>About</title>
<link>/about/</link>
<pubDate>Sun, 01 Oct 2017 16:39:44 +0200</pubDate>
<guid>/about/</guid>
<description>About me
I&rsquo;m Antonio Liñán Colina, father of two, husband and tinkerer.
I have a Dalmatian, my wife has a cat that hates me.
Born in Cartagena, Colombia - now traveling to &ldquo;B&rdquo; cities, as I have lived in Bogotá (Colombia), Bilbao (Vizcaya), Barcelona (Catalonia) and now in Berlin (Germany).
I&rsquo;m your type of geek: I like Star Trek the same as Star Wars (kind of), I have read all Harry Potter books and saw all movies, own my own dwarven pipe (an exact replica of Gimli&rsquo;s from The Lord of the Rings), collect sonic screwdrivers, and proudly follow One Piece&rsquo;s emission every Sunday for the past 4 years (and counting).</description>
</item>
<item>
<title>Create Blogs With Hugo</title>
<link>/post/create-blogs-with-hugo/</link>
<pubDate>Sat, 30 Sep 2017 23:41:11 +0200</pubDate>
<guid>/post/create-blogs-with-hugo/</guid>
<description>Create a blog using Hugo Hugo is an open source static site generator based on Go
This is part of my Challenge to make 26 things before 2017 ends. Proudly to say, this is the begining of my journey.
Quick-start Taken from Hugo&rsquo;s documentation
Install Hugo and other dependencies Heads-up: you will need Homebrew.
brew install hugo Check the version:
$ hugo version Hugo Static Site Generator v0.29 darwin/amd64 BuildDate: 2017-09-30T22:45:47+02:00 Seems we are good to go!</description>
</item>
</channel>
</rss>