-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
104 lines (83 loc) · 7.08 KB
/
index.xml
File metadata and controls
104 lines (83 loc) · 7.08 KB
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Shirohida</title>
<link>https://bobyakov.org/</link>
<description>Recent content on Shirohida</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright © 2007–2019 Alexey Bobyakov</copyright>
<lastBuildDate>Sun, 06 Jan 2019 11:00:00 +0000</lastBuildDate>
<atom:link href="https://bobyakov.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Why I Like the Fish Shell</title>
<link>https://bobyakov.org/2019/01/06/why-i-like-the-fish-shell/</link>
<pubDate>Sun, 06 Jan 2019 11:00:00 +0000</pubDate>
<guid>https://bobyakov.org/2019/01/06/why-i-like-the-fish-shell/</guid>
<description><p>I&rsquo;ve tried to use <a href="https://fishshell.com">the fish shell</a> and it was unexpectedly fun! First of all, it&rsquo;s fast! I haven&rsquo;t realized how slow <code>zsh</code> can be. Fish doesn&rsquo;t require a complex set up, it works pretty well out of the box. Its <a href="https://fishshell.com/docs/current/tutorial.html">tutorial</a> is easy to follow and the documentation is compact and to the point. I am also fond of its <a href="https://fishshell.com/docs/current/design.html">design doc</a>. Fish strives to be user-friendly and to have a small set of orthogonal features.</p></description>
</item>
<item>
<title>Go Packages Vendoring with Gitlab</title>
<link>https://bobyakov.org/2015/09/20/go-packages-vendoring-with-gitlab/</link>
<pubDate>Sun, 20 Sep 2015 20:31:00 +0000</pubDate>
<guid>https://bobyakov.org/2015/09/20/go-packages-vendoring-with-gitlab/</guid>
<description><p>In a software shop you really want to keep all your external dependecies
in your local network to get them faster and more reliably. Copying
external projects into your own repositories is called vendoring. Let&rsquo;s
vendor a github project into a gitlab project. Here is how to do it.</p></description>
</item>
<item>
<title>Oracle, VirtualBox, Docker and Mac OS X</title>
<link>https://bobyakov.org/2014/02/01/oracle-virtualbox-docker-osx/</link>
<pubDate>Sat, 01 Feb 2014 15:14:00 +0000</pubDate>
<guid>https://bobyakov.org/2014/02/01/oracle-virtualbox-docker-osx/</guid>
<description><p>You might have heard of <a href="http://www.docker.io" title="Docker">Docker</a> by now. It&rsquo;s a young but ambitious project that promises to package up
your application as a portable and self-sufficient container ready to run in any environment. I already use Docker on my Linux boxes to
spin several test instances of my web service. Let&rsquo;s see if we can run it on Mac OS X.</p></description>
</item>
<item>
<title>First Days with Go</title>
<link>https://bobyakov.org/2012/11/05/first-days-with-go/</link>
<pubDate>Mon, 05 Nov 2012 13:34:00 +0000</pubDate>
<guid>https://bobyakov.org/2012/11/05/first-days-with-go/</guid>
<description><p>I&rsquo;ve seen articles about <a href="http://golang.org" title="The Go Programming Language">Go</a> programming language appearing on Hacker News
a few times but I didn&rsquo;t pay much attention to them. Yet another language with
nothing special about it or so it looked. It&rsquo;s changed with Rob Pike&rsquo;s <a href="http://talks.golang.org/2012/splash.slide#1" title="Go at Google">recent talk</a>.</p></description>
</item>
<item>
<title>Git Configuration Tips</title>
<link>https://bobyakov.org/2012/11/05/git-configuration-tips/</link>
<pubDate>Mon, 05 Nov 2012 00:07:00 +0000</pubDate>
<guid>https://bobyakov.org/2012/11/05/git-configuration-tips/</guid>
<description><p>Probably the first thing you want to do after providing git with your name and email is to color its output.</p></description>
</item>
<item>
<title>From Blogspot to Octopress/Github</title>
<link>https://bobyakov.org/2012/11/04/from-blogspot-to-octopress-slash-github/</link>
<pubDate>Sun, 04 Nov 2012 21:53:00 +0000</pubDate>
<guid>https://bobyakov.org/2012/11/04/from-blogspot-to-octopress-slash-github/</guid>
<description>I&rsquo;ve finally moved my blog from Blogspot to Github pages. The blog is now powered by Octopress. Blogspot was convient but for a developer there are several reasons to switch. Octopress generates a static website that can be deployed anywhere so you gain independence from a service provider. Your posts are Markdown files that can be authored in your favorite editor. The blog source is under version control. Another great feature: code syntax highlighting works out of the box.</description>
</item>
<item>
<title>Hubot & XMPP</title>
<link>https://bobyakov.org/2011/10/27/hubot-and-xmpp/</link>
<pubDate>Thu, 27 Oct 2011 00:43:00 +0000</pubDate>
<guid>https://bobyakov.org/2011/10/27/hubot-and-xmpp/</guid>
<description><p>Running Hubot on a Jabber server is fairly simple.</p></description>
</item>
<item>
<title>Context menu for column headers of .NET ListView</title>
<link>https://bobyakov.org/2008/07/13/context-menu-for-column-headers-of-net-listview/</link>
<pubDate>Sun, 13 Jul 2008 16:53:00 +0000</pubDate>
<guid>https://bobyakov.org/2008/07/13/context-menu-for-column-headers-of-net-listview/</guid>
<description><p><code>ListView</code> doesn&rsquo;t provide <code>ColumnHeaderMouseClick</code> event so I had to find a workaround to display context menu for column headers. There is a <a href="http://www.codeproject.com/Articles/23330/Handling-Right-Click-Events-in-ListView-Column-Hea" title="Handling Right-Click Events in ListView Column Headers">way</a> to do this by resorting to Windows API but my solution is easier.</p></description>
</item>
<item>
<title>Windows Vista Credential Providers</title>
<link>https://bobyakov.org/2007/07/30/windows-vista-credential-providers/</link>
<pubDate>Mon, 30 Jul 2007 13:31:00 +0000</pubDate>
<guid>https://bobyakov.org/2007/07/30/windows-vista-credential-providers/</guid>
<description>In Windows Vista Microsoft has adopted so called credential providers as a way to log into the system. Your custom GINA library won&rsquo;t work in Vista so you will have to write a COM component that implements ICredentialProvider and ICredentialProviderCredential interfaces. I found it pretty easy to write a custom credential provider (the one that works with electronic keys). There are a good introduction into the new model, samples and technical reference.</description>
</item>
</channel>
</rss>