-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
716 lines (497 loc) · 28.6 KB
/
index.html
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<!--[if lte IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gte IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Philipp Schmid is a developer and entrepreneur located in Vienna, Austria. This is his personal space.">
<meta name="google-site-verification" content="OwEgvJ1S4h-P6_sfyS6CtaMAHZkX9Pu44kwH_RxKuRg" />
<title>philipp schmid - index</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="alternate" type="application/rss+xml" title="Philipp Schmid" href="http://www.schmidp.com/feed.xml">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!--[if lt IE 9]><script src="/js/vend/respond.min.js"></script><![endif]-->
</head>
<body>
<div class="page-container container">
<aside class="page-sidebar">
<nav class="navbar" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h3 class="blog-title">philipp schmid</h3>
</div>
<div class="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">index</a></li>
<li><a href="/imprint">imprint</a></li>
<li class="gap-bottom"><a href="https://github.com/schmidp/schmidp.github.io/tree/master/public">files</a></li>
<li><a href="http://evil.io" title="evil.io">evil.io</a></li>
<li><a href="http://www.openresearch.com" title="openresearch">openresearch</a></li>
</ul>
<ul class="nav navbar-nav">
<li><em>philipp schmid</em></li>
<li class="gap-bottom"><a href="mailto:schmidp@schmidp.com">schmidp@schmidp.com</a></a></li>
<li><a href="https://www.instagram.com/schmidphilipp">instagram/schmidphilipp</a></li>
<li><a href="https://youtube.com/schmidp">youtube/schmidp</a></li>
<li><a href="https://twitter.com/schmidp">twitter/schmidp</a></li>
<li><a href="https://github.com/schmidp">github/schmidp</a></li>
</ul>
</div>
</nav>
</aside>
<article class="page-content">
<ul class="posts-list">
<li class="post">
<time class="post-date" datetime="2020-01-13T00:00:00+01:00">13 january 2020</time>
<h3 class="post-title"><a href="/2020/01/13/hello/">Lets revive this :)</a></h3>
<p class="post-short">
Hello! Another old car. And a random video.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2016-04-18T00:00:00+02:00">18 april 2016</time>
<h3 class="post-title"><a href="/2016/04/18/lancia-fulvia-zagato/">Lancia Fulvia Sport (Zagato) 1600</a></h3>
<p class="post-short">
For about a year I was searching for a Lancia Fulvia Zagato 1.6 that I could afford and is a condition worth owning. I finally found it.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-12-12T00:00:00+01:00">12 december 2014</time>
<h3 class="post-title"><a href="/2014/12/12/full-disk-encryption-with-grub-2-+-luks-+-lvm-+-swraid-on-debian/">Full Disk Encryption with GRUB 2 + LUKS + LVM + SWRAID on Debian Jessie</a></h3>
<p class="post-short">
I'm switching my NAS from FreeBSD 10 to Linux. This post documents the setup of the base system, especially getting the disk layout, encryption and booting right.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-10-10T00:00:00+02:00">10 october 2014</time>
<h3 class="post-title"><a href="/2014/10/10/book-list-september-2014/">Book List September 2014</a></h3>
<p class="post-short">
The Lean Startup by Eric Ries
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-09-27T00:00:00+02:00">27 september 2014</time>
<h3 class="post-title"><a href="/2014/09/27/notes-on-sam-altmans-how-to-start-a-startup-lecture-2/">Notes on: Sam Altman's How to Start a Startup - Lecture 2</a></h3>
<p class="post-short">
Sam Altman: Ideas, Products, Teams and Execution Part II
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-09-25T00:00:00+02:00">25 september 2014</time>
<h3 class="post-title"><a href="/2014/09/25/notes-on-sam-altmans-how-to-start-a-startup/">Notes on: Sam Altman's How to Start a Startup - Lecture 1</a></h3>
<p class="post-short">
Sam Altman: Welcome, and Ideas, Products, Teams and Execution Part I; Dustin Moskovitz: Why to Start a Startup
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-09-10T00:00:00+02:00">10 september 2014</time>
<h3 class="post-title"><a href="/2014/09/10/book-list-august-2014/">Book List August 2014</a></h3>
<p class="post-short">
Software Estimation: Demystifying the Black Art (Developer Best Practices); How to organize offshore and nearshore collaboration; How To Get Prepared For Managing A Remote Team
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-20T00:00:00+01:00">20 january 2014</time>
<h3 class="post-title"><a href="/2014/01/20/ipsec-between-freebsd-and-mac-osx/">IPSec between FreeBSD and Mac OS X in Transport Mode</a></h3>
<p class="post-short">
Because I do not trust WPA2 Wifi encryption for sensitive data, I implemented IPSec in transport mode between my NAS and my Mac.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-12T00:00:00+01:00">12 january 2014</time>
<h3 class="post-title"><a href="/2014/01/12/setup-google-authenticator-on-freebsd/">Setup Google Authenticator on FreeBSD</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-11T00:00:00+01:00">11 january 2014</time>
<h3 class="post-title"><a href="/2014/01/11/securing-freebsd-a-living-post/">Securing FreeBSD. A living Post.</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-07T00:00:00+01:00">07 january 2014</time>
<h3 class="post-title"><a href="/2014/01/07/zfs-full-disk-encryption-with-freebsd-10-part-2/">ZFS Full Disk Encryption with FreeBSD 10 - Part 2</a></h3>
<p class="post-short">
The actual instructions for a ZFS full disk encryption setup. The bootloader, kernel and keyfiles are stored on an external USB stick that can be removed after the system has finished booting. Additionally, a passphrase is needed to decrypt the keys.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-07T00:00:00+01:00">07 january 2014</time>
<h3 class="post-title"><a href="/2014/01/07/ssh-exchange-identification-connection-closed-by-remote-host/">SSH exchange identification: Connection closed by remote host</a></h3>
<p class="post-short">
One reason might be a brute force attack against your SSHD, which leads to no available forks being able to respond to your legitimate requests.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-06T00:00:00+01:00">06 january 2014</time>
<h3 class="post-title"><a href="/2014/01/06/zfs-full-disk-encryption-with-freebsd-10-part-1/">ZFS Full Disk Encryption with FreeBSD 10 - Part 1</a></h3>
<p class="post-short">
Introduction on how to set up a secure Home NAS with FreeBSD, ZFS and encrypted hard disks on a cheap HP ProLiant MicroServer. This part also includes a description of the FreeBSD boot process.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-05T00:00:00+01:00">05 january 2014</time>
<h3 class="post-title"><a href="/2014/01/05/how-freebsd-boots-on-zfs/">How FreeBSD Boots on ZFS</a></h3>
<p class="post-short">
I'm working on a secure ZFS setup and dived into the FreeBSD boot process to understand how it all works. Read on if you're interested in the different boot loader stages on GPT/ZFS systems.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-05T00:00:00+01:00">05 january 2014</time>
<h3 class="post-title"><a href="/2014/01/05/freebsd-10-does-swap-work-on-a-zvol/">FreeBSD 10: does SWAP work on a ZVOL?</a></h3>
<p class="post-short">
Is it feasible to store swap space in a ZVOL instead of a swap partition? TL;DR: No, keep them on separate swap partitions.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-04T00:00:00+01:00">04 january 2014</time>
<h3 class="post-title"><a href="/2014/01/04/getting-the-freebsd-10-installer-onto-an-usb-stick-under-mac-os-x/">Getting the FreeBSD 10 installer onto a USB stick under Mac OS X</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2014-01-03T00:00:00+01:00">03 january 2014</time>
<h3 class="post-title"><a href="/2014/01/03/jekyll/">Securing my WordPress Installation</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2011-08-01T02:20:16+02:00">01 august 2011</time>
<h3 class="post-title"><a href="/2011/08/01/hide-postgresql-user-in-os-x-lion-10-7/">Hide PostgreSQL User in OS X Lion 10.7</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2011-06-07T00:00:00+02:00">07 june 2011</time>
<h3 class="post-title"><a href="/2011/06/07/mac-os-x-10-7-lion-truecrypt-howto/">Mac OS X 10.7 Lion TrueCrypt Howto</a></h3>
<p class="post-short">
Can't access your Truecrypt volumes on Mac OSX Lion? Read on to find out how to fix it yourself.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2010-06-27T10:35:57+02:00">27 june 2010</time>
<h3 class="post-title"><a href="/2010/06/27/will-iphone-4-blend/">Will iPhone 4 Blend?</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-06-25T12:00:40+02:00">25 june 2010</time>
<h3 class="post-title"><a href="/2010/06/25/non-issue-just-avoid-holding-it-in-that-way/">Nonissue. Just don't hold it that way.</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-04-29T08:31:03+02:00">29 april 2010</time>
<h3 class="post-title"><a href="/2010/04/29/hilarious-jon-stewart-appholes/">Hilarious: Jon Stewart Appholes</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-04-16T17:50:18+02:00">16 april 2010</time>
<h3 class="post-title"><a href="/2010/04/16/apotheken-app-launched-today/">Apotheken app launched today!</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-02-20T18:01:26+01:00">20 february 2010</time>
<h3 class="post-title"><a href="/2010/02/20/zimt-openresearch-iphone-library/">Zimt - OpenResearch iPhone Library</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-02-04T02:55:30+01:00">04 february 2010</time>
<h3 class="post-title"><a href="/2010/02/04/fuel-cell-rc-car-fast-and-lasts-long/">Fuel Cell RC Car - fast and long-lasting</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-01-11T03:11:55+01:00">11 january 2010</time>
<h3 class="post-title"><a href="/2010/01/11/how-to-get-the-current-iphone-language-code/">How to get the current iPhone language code</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-01-09T12:49:05+01:00">09 january 2010</time>
<h3 class="post-title"><a href="/2010/01/09/the-antikythera-mechanism/">The Antikythera Mechanism</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2010-01-07T00:00:00+01:00">07 january 2010</time>
<h3 class="post-title"><a href="/2010/01/07/invoice-app/">Invoice App</a></h3>
<p class="post-short">
Invoice App is a very simple and free online invoicing solution. We use it in-house at OpenResearch but it's free for all.
</p>
</li>
<li class="post">
<time class="post-date" datetime="2009-12-09T22:58:52+01:00">09 december 2009</time>
<h3 class="post-title"><a href="/2009/12/09/good-apple-push-notification-tutorial/">Good Apple push notification tutorial</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-12-07T19:21:38+01:00">07 december 2009</time>
<h3 class="post-title"><a href="/2009/12/07/do-whatever-you-want/">Do whatever you want</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-12-05T00:26:17+01:00">05 december 2009</time>
<h3 class="post-title"><a href="/2009/12/05/iphone-links/">iPhone Links</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-11-30T00:43:09+01:00">30 november 2009</time>
<h3 class="post-title"><a href="/2009/11/30/billig-tanken-is-app-store-1-free-in-austria/">Billig Tanken is App Store #1 Free (in Austria)</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-11-18T16:53:03+01:00">18 november 2009</time>
<h3 class="post-title"><a href="/2009/11/18/billig-tanken-aka-benzin-2-0-has-been-released/">"Billig Tanken" AKA "Benzin 2.0" has been released</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-11-10T02:01:07+01:00">10 november 2009</time>
<h3 class="post-title"><a href="/2009/11/10/benzin-billig-tanken-2-0-is-in-review/">Benzin (Billig Tanken) 2.0 is in review</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-10-08T14:56:38+02:00">08 october 2009</time>
<h3 class="post-title"><a href="/2009/10/08/meetme-for-iphone-released-as-free-application/">MeetMe for iPhone released as free application</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-19T20:16:18+02:00">19 september 2009</time>
<h3 class="post-title"><a href="/2009/09/19/benzin-is-the-best-selling-app-in-austria/">Benzin is the best-selling app in Austria!</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-17T09:11:36+02:00">17 september 2009</time>
<h3 class="post-title"><a href="/2009/09/17/benzin/">Benzin</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-10T14:44:57+02:00">10 september 2009</time>
<h3 class="post-title"><a href="/2009/09/10/create-a-us-itunes-account-without-living-in-us/">Create a .us iTunes account without living in the US</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-09T21:05:10+02:00">09 september 2009</time>
<h3 class="post-title"><a href="/2009/09/09/the-iphone-wordpress-app-is-pretty-cool/">The iPhone WordPress app is pretty cool</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-08T20:15:26+02:00">08 september 2009</time>
<h3 class="post-title"><a href="/2009/09/08/iphone-sales-in-austria/">At least 140,000 iPhones have been sold in Austria</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-07T21:13:41+02:00">07 september 2009</time>
<h3 class="post-title"><a href="/2009/09/07/david-heinemeier-hansson-at-startup-school-08/">David Heinemeier Hansson at Startup School 08</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-04T05:48:12+02:00">04 september 2009</time>
<h3 class="post-title"><a href="/2009/09/04/interesting-blog-stats/">Interesting Blog Stats</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-04T04:18:58+02:00">04 september 2009</time>
<h3 class="post-title"><a href="/2009/09/04/iphone-app-screencasts/">iPhone App Screencasts</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-03T17:14:41+02:00">03 september 2009</time>
<h3 class="post-title"><a href="/2009/09/03/leaked-new-iphone-commercial/">LEAKED: New iPhone commercial</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-02T19:13:58+02:00">02 september 2009</time>
<h3 class="post-title"><a href="/2009/09/02/snow-leopard-kernel-reaches-version-10-0-0/">Snow Leopard Kernel reaches Version 10.0.0</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-09-01T04:15:31+02:00">01 september 2009</time>
<h3 class="post-title"><a href="/2009/09/01/just-submitted-our-first-iphone-apps/">Just submitted our first iPhone apps</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-08-06T17:26:43+02:00">06 august 2009</time>
<h3 class="post-title"><a href="/2009/08/06/whats-wrong-with-apple/">What's wrong with Apple?</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-07-30T22:19:54+02:00">30 july 2009</time>
<h3 class="post-title"><a href="/2009/07/30/viral-wedding/">Viral Wedding</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-07-21T14:18:26+02:00">21 july 2009</time>
<h3 class="post-title"><a href="/2009/07/21/pragmatic-programmers/">Pragmatic Programmers</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-07-21T14:13:40+02:00">21 july 2009</time>
<h3 class="post-title"><a href="/2009/07/21/ted-talk-exploring-the-mind-of-a-killer/">Ted Talk - Exploring the Mind of a Killer</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-07-21T10:27:05+02:00">21 july 2009</time>
<h3 class="post-title"><a href="/2009/07/21/the-twitter-hack-timeline/">The Twitter Hack Timeline</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-24T17:46:57+02:00">24 june 2009</time>
<h3 class="post-title"><a href="/2009/06/24/building-the-postgres-gem-for-a-64bit-postgresql-on-snow-leopard-10-6/">Building the postgres gem for a 64-bit PostgreSQL on Snow Leopard (10.6)</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-23T12:35:41+02:00">23 june 2009</time>
<h3 class="post-title"><a href="/2009/06/23/sms-gateway/">SMS Gateway</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-23T10:40:12+02:00">23 june 2009</time>
<h3 class="post-title"><a href="/2009/06/23/enable-ssh-agent-key-forwarding-on-snow-leopard/">Enable SSH Agent (Key) Forwarding on Snow Leopard</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-22T03:30:48+02:00">22 june 2009</time>
<h3 class="post-title"><a href="/2009/06/22/iphone-development-links/">iPhone Development Links</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-20T02:04:09+02:00">20 june 2009</time>
<h3 class="post-title"><a href="/2009/06/20/pwnagetool-3-0-works-with-snow-leopard/">PwnageTool 3.0 works with Snow Leopard</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-14T12:20:43+02:00">14 june 2009</time>
<h3 class="post-title"><a href="/2009/06/14/rubyrails-and-mysql-on-snow-leopard-10a380/">Ruby/Rails and MySQL on Snow Leopard (10A380)</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-13T00:00:00+02:00">13 june 2009</time>
<h3 class="post-title"><a href="/2009/06/13/hiding-a-directory-from-finder-mac-os-x/">Hiding a Directory from Finder (Mac OS X)</a></h3>
<p class="post-short">
sudo chflags hidden /path/to/directory
</p>
</li>
<li class="post">
<time class="post-date" datetime="2009-06-06T16:10:47+02:00">06 june 2009</time>
<h3 class="post-title"><a href="/2009/06/06/hello-android/">Hello Android</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-05-01T14:30:21+02:00">01 may 2009</time>
<h3 class="post-title"><a href="/2009/05/01/supernews-gates-vs-jobs/">SuperNews! - Gates vs. Jobs</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-04-19T13:27:55+02:00">19 april 2009</time>
<h3 class="post-title"><a href="/2009/04/19/what-mankind-can-achieve-in-40-years/">What Mankind Can Achieve in 40 Years</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-04-15T23:41:11+02:00">15 april 2009</time>
<h3 class="post-title"><a href="/2009/04/15/tweenbots/">Tweenbots</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-04-14T20:13:49+02:00">14 april 2009</time>
<h3 class="post-title"><a href="/2009/04/14/ie6/">IE6</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-04-14T19:33:28+02:00">14 april 2009</time>
<h3 class="post-title"><a href="/2009/04/14/esad-tulbingerkogel/">Esad Tulbingerkogel</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-04-14T19:22:49+02:00">14 april 2009</time>
<h3 class="post-title"><a href="/2009/04/14/rfc-1925/">RFC 1925</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-29T15:28:18+02:00">29 march 2009</time>
<h3 class="post-title"><a href="/2009/03/29/how-a-programmer-reads-your-resume/">How a programmer reads your resume</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-18T21:38:05+01:00">18 march 2009</time>
<h3 class="post-title"><a href="/2009/03/18/it-is-not-true/">It is not true ...</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-17T14:35:59+01:00">17 march 2009</time>
<h3 class="post-title"><a href="/2009/03/17/rails-version/">Rails Version</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-13T15:01:47+01:00">13 march 2009</time>
<h3 class="post-title"><a href="/2009/03/13/updating-rubygems-on-os-x-leopard/">Updating RubyGems on OS X Leopard</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-04T16:21:31+01:00">04 march 2009</time>
<h3 class="post-title"><a href="/2009/03/04/three-key-goals-to-keep-employees-motivated/">Three key goals to keep employees motivated</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-03T20:13:28+01:00">03 march 2009</time>
<h3 class="post-title"><a href="/2009/03/03/until-one-is-committed-there-is-hesitancy/">Until one is committed, there is hesitancy</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-03T19:48:08+01:00">03 march 2009</time>
<h3 class="post-title"><a href="/2009/03/03/downloading-a-file-over-an-unstable-connection-with-wget/">Downloading a file over an unstable connection with wget</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-03-02T19:05:41+01:00">02 march 2009</time>
<h3 class="post-title"><a href="/2009/03/02/mailserver-howto-postfix-dovecot-amavis-mysql/">Mailserver How-to (Postfix, Dovecot, Amavis, MySQL)</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-02-26T16:25:29+01:00">26 february 2009</time>
<h3 class="post-title"><a href="/2009/02/26/dual-boot-mac-os-x-and-ubuntu-intrepid-on-macbook-pro/">Dual-Boot Mac OS X and Ubuntu Intrepid on Macbook Pro</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2009-02-15T16:45:37+01:00">15 february 2009</time>
<h3 class="post-title"><a href="/2009/02/15/spy-shots-with-lena/">Spy Shots with Lena</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2008-03-29T12:26:40+01:00">29 march 2008</time>
<h3 class="post-title"><a href="/2008/03/29/superenvelope/">SuperEnvelope</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2008-03-28T23:40:45+01:00">28 march 2008</time>
<h3 class="post-title"><a href="/2008/03/28/wollmilchsau/">Wollmilchsau</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2008-03-27T09:38:51+01:00">27 march 2008</time>
<h3 class="post-title"><a href="/2008/03/27/iphone-bug/">iPhone Bug</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2008-03-20T20:38:08+01:00">20 march 2008</time>
<h3 class="post-title"><a href="/2008/03/20/big-dog/">Big Dog</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2008-01-28T20:36:27+01:00">28 january 2008</time>
<h3 class="post-title"><a href="/2008/01/28/disk-space-and-installerapp-problems-after-jb-113/">Disk Space and Installer.app Problems after JB 1.1.3</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-11-28T20:34:50+01:00">28 november 2007</time>
<h3 class="post-title"><a href="/2007/11/28/display-all-rails-activerecord-attributes/">Display all Rails ActiveRecord Attributes</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-09-29T00:00:00+02:00">29 september 2007</time>
<h3 class="post-title"><a href="/2007/09/29/rails-mysql-and-leopard/">Rails MySQL and Leopard</a></h3>
<p class="post-short">
$ sudo su -<br />$ ARCHFLAGS='-arch i386' gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
</p>
</li>
<li class="post">
<time class="post-date" datetime="2007-05-31T22:21:26+02:00">31 may 2007</time>
<h3 class="post-title"><a href="/2007/05/31/google-gears/">Google Gears</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-05-31T20:20:52+02:00">31 may 2007</time>
<h3 class="post-title"><a href="/2007/05/31/steve-and-bill-at-all-things-digital/">Steve and Bill at All Things Digital</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-05-25T20:20:11+02:00">25 may 2007</time>
<h3 class="post-title"><a href="/2007/05/25/id-like-one-for-my-girlfriend/">I'd like one for my girlfriend</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-05-20T03:10:40+02:00">20 may 2007</time>
<h3 class="post-title"><a href="/2007/05/20/j2me-and-restful-web-service/">J2ME and RESTful Web Service </a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-04-20T00:19:28+02:00">20 april 2007</time>
<h3 class="post-title"><a href="/2007/04/20/rails-find-conditions/">Rails find :conditions</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-04-19T03:13:35+02:00">19 april 2007</time>
<h3 class="post-title"><a href="/2007/04/19/missed-it/">Missed it</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-04-18T08:19:54+02:00">18 april 2007</time>
<h3 class="post-title"><a href="/2007/04/18/year-zero-album/">NIN's *Year Zero* Album</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-04-13T06:15:42+02:00">13 april 2007</time>
<h3 class="post-title"><a href="/2007/04/13/paymentcredit-card-processing/">Payment/Credit Card Processing</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-04-13T05:59:15+02:00">13 april 2007</time>
<h3 class="post-title"><a href="/2007/04/13/can-google-hear-me/">Can Google Hear Me?</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-03-19T19:07:30+01:00">19 march 2007</time>
<h3 class="post-title"><a href="/2007/03/19/missing-design/">Missing Design</a></h3>
</li>
<li class="post">
<time class="post-date" datetime="2007-03-07T12:53:33+01:00">07 march 2007</time>
<h3 class="post-title"><a href="/2007/03/07/good-morning-earth/">Good Morning Earth</a></h3>
</li>
</ul>
</article>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/vend/jquery.min.js"><\/script>')</script>
<script>
$(function() {
$(".navbar-toggle").click(function(){
$(".navbar-collapse").slideToggle().toggleClass('active');
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60133-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>