summaryrefslogtreecommitdiff
path: root/content/posts/2018
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2018')
-rw-r--r--content/posts/2018/2018-02-05-why-perl6.md2
-rw-r--r--content/posts/2018/2018-03-20-perl6-introduction-to-application-programming.md2
-rw-r--r--content/posts/2018/2018-05-07-sparrowdo-getting-started.md2
-rw-r--r--content/posts/2018/2018-08-15-the-perl-conference-in-glasgow.md2
-rw-r--r--content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md2
-rw-r--r--content/posts/2018/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.md2
6 files changed, 0 insertions, 12 deletions
diff --git a/content/posts/2018/2018-02-05-why-perl6.md b/content/posts/2018/2018-02-05-why-perl6.md
index 8938b49..f2a8ea3 100644
--- a/content/posts/2018/2018-02-05-why-perl6.md
+++ b/content/posts/2018/2018-02-05-why-perl6.md
@@ -6,8 +6,6 @@ tags:
- Raku
---
-# Why Perl 6?
-
For about a year now, I've been working in Perl 6. Telling this to other people
often brings about some confused faces. I've grown quite fond of Perl 6 the
more I learn about it, yet the general developer community still seems to think
diff --git a/content/posts/2018/2018-03-20-perl6-introduction-to-application-programming.md b/content/posts/2018/2018-03-20-perl6-introduction-to-application-programming.md
index c1d2df7..2b8ea48 100644
--- a/content/posts/2018/2018-03-20-perl6-introduction-to-application-programming.md
+++ b/content/posts/2018/2018-03-20-perl6-introduction-to-application-programming.md
@@ -10,8 +10,6 @@ tags:
- Raku
---
-# Perl 6 - Introduction to application programming
-
In this tutorial, I'll be guiding you through creating a simple application in
Perl 6. If you don't have Perl 6 installed yet, get the [Rakudo
Star](http://rakudo.org/how-to-get-rakudo/) distribution for your OS.
diff --git a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
index 947f839..fa458c4 100644
--- a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
+++ b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md
@@ -9,8 +9,6 @@ tags:
- Tutorial
---
-# Sparrowdo - Getting started
-
[Sparrowdo](https://github.com/melezhik/sparrowdo) is a Perl 6 project to
facilitate automatic configuration of systems. There's a
[repository of useful modules](https://sparrowhub.org/) to make specific cases
diff --git a/content/posts/2018/2018-08-15-the-perl-conference-in-glasgow.md b/content/posts/2018/2018-08-15-the-perl-conference-in-glasgow.md
index 304a287..3c01edc 100644
--- a/content/posts/2018/2018-08-15-the-perl-conference-in-glasgow.md
+++ b/content/posts/2018/2018-08-15-the-perl-conference-in-glasgow.md
@@ -6,8 +6,6 @@ tags:
- Perl
---
-# The Perl Conference in Glasgow
-
This year the European Perl Conference was hosted in Glasgow, and of course
I've attended a number of presentations there. On some of these, I have some
feedback or comments. These talks, and the feedback I have for them, are
diff --git a/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md b/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md
index e965a37..36e0ef6 100644
--- a/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md
+++ b/content/posts/2018/2018-09-04-setting-up-pgp-with-a-yubikey.md
@@ -8,8 +8,6 @@ tags:
- YubiKey
---
-# Setting up PGP with a Yubikey
-
I've recently started a job where I am required to have above-average security
practices in place on my machine. I already had some standard security in
place, such as full disk encryption and PGP encrypted email, but I thought that
diff --git a/content/posts/2018/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.md b/content/posts/2018/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.md
index 3ca0497..7272d51 100644
--- a/content/posts/2018/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.md
+++ b/content/posts/2018/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.md
@@ -10,8 +10,6 @@ tags:
- Raku
---
-# Hackerrank solutions: Python 3 and Perl 6 (part 1)
-
I recently started at a new company, for which I will have to write Python 3
code. To make sure I still know how to do basic stuff in Python, I started to
work on some [Hackerrank challenges](https://www.hackerrank.com/). In this post,