-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (105 loc) · 6.99 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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta name="generator" content="Hugo 0.53" />
<meta charset="utf-8">
<title>Shirohida - Shirohida</title>
<meta name="author" content="Alexey Bobyakov">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://bobyakov.org/">
<link href="/favicon.png" rel="icon">
<link href="https://bobyakov.org/index.xml" rel="alternate" type="application/rss+xml" title="Shirohida" />
<link href="https://bobyakov.org/index.xml" rel="feed" type="application/rss+xml" title="Shirohida" />
<link href="/style.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body class="no-sidebar">
<header role="banner">
<hgroup>
<h1><a href="/">Shirohida</a></h1>
</hgroup>
</header>
<nav role="navigation">
<ul class="main-navigation">
<li><a href="/about/" title="About">About</a></li>
<li><a href="https://github.com/Claymore" title="GitHub">GitHub</a></li>
<li><a href="/archive/" title="Archive">Archive</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:bobyakov.org" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/2019/01/06/why-i-like-the-fish-shell/">Why I Like the Fish Shell</a></h1>
<p class="meta"><time datetime="2019-01-06T11:00:00+0000" pubdate data-updated="true">January 6, 2019</time></p>
</header>
<p><p>I’ve tried to use <a href="https://fishshell.com">the fish shell</a> and it was unexpectedly fun! First of all, it’s fast! I haven’t realized how slow <code>zsh</code> can be. Fish doesn’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></p>
<footer><a rel="full-article" href="/2019/01/06/why-i-like-the-fish-shell/">Read on →</a></footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2015/09/20/go-packages-vendoring-with-gitlab/">Go Packages Vendoring with Gitlab</a></h1>
<p class="meta"><time datetime="2015-09-20T20:31:00+0000" pubdate data-updated="true">September 20, 2015</time></p>
</header>
<p><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’s
vendor a github project into a gitlab project. Here is how to do it.</p></p>
<footer><a rel="full-article" href="/2015/09/20/go-packages-vendoring-with-gitlab/">Read on →</a></footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2014/02/01/oracle-virtualbox-docker-osx/">Oracle, VirtualBox, Docker and Mac OS X</a></h1>
<p class="meta"><time datetime="2014-02-01T15:14:00+0000" pubdate data-updated="true">February 1, 2014</time></p>
</header>
<p><p>You might have heard of <a href="http://www.docker.io" title="Docker">Docker</a> by now. It’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’s see if we can run it on Mac OS X.</p></p>
<footer><a rel="full-article" href="/2014/02/01/oracle-virtualbox-docker-osx/">Read on →</a></footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2012/11/05/first-days-with-go/">First Days with Go</a></h1>
<p class="meta"><time datetime="2012-11-05T13:34:00+0000" pubdate data-updated="true">November 5, 2012</time></p>
</header>
<p><p>I’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’t pay much attention to them. Yet another language with
nothing special about it or so it looked. It’s changed with Rob Pike’s <a href="http://talks.golang.org/2012/splash.slide#1" title="Go at Google">recent talk</a>.</p></p>
<footer><a rel="full-article" href="/2012/11/05/first-days-with-go/">Read on →</a></footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2012/11/05/git-configuration-tips/">Git Configuration Tips</a></h1>
<p class="meta"><time datetime="2012-11-05T00:07:00+0000" pubdate data-updated="true">November 5, 2012</time></p>
</header>
<p><p>Probably the first thing you want to do after providing git with your name and email is to color its output.</p></p>
<footer><a rel="full-article" href="/2012/11/05/git-configuration-tips/">Read on →</a></footer>
</article>
<div class="pagination">
<a href="/page/2/">← Older</a>
<a href="/archive">Archive</a>
</div>
</div>
</div>
</div>
<footer role="contentinfo">
Copyright © 2007–2019 Alexey Bobyakov<br />
<span class="credit">
Powered by <a href="http://gohugo.io">Hugo</a>,
design is based on <a href="https://github.com/rastersize/BlogTheme">Cedercrantz’s theme</a>
</span>
</footer>
</body>
</html>