-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
121 lines (99 loc) · 7.07 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Welcome on ProZine</title>
<link>https://hamishnorton.github.io/</link>
<description>Recent content in Welcome on ProZine</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Hamish Norton 2020</copyright>
<lastBuildDate>Mon, 27 Jul 2020 19:25:36 +1200</lastBuildDate><atom:link href="https://hamishnorton.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Enable Others</title>
<link>https://hamishnorton.github.io/stash/enable-others/</link>
<pubDate>Mon, 12 Oct 2020 07:46:41 +1300</pubDate>
<guid>https://hamishnorton.github.io/stash/enable-others/</guid>
<description>principle: Enable Others
This is an overarching principle, and is applied in several ways.
It doesn&rsquo;t mean I&rsquo;ll do a job for someone, but instead make what they do easier by enabling them so they don&rsquo;t need you again.</description>
</item>
<item>
<title>DevOps</title>
<link>https://hamishnorton.github.io/stash/devops/</link>
<pubDate>Sun, 11 Oct 2020 15:20:53 +1300</pubDate>
<guid>https://hamishnorton.github.io/stash/devops/</guid>
<description>The following is a rough intro to DevOps, and notes I&rsquo;ve made while compemplating how DevOps works, fits in, adds value to a business.
I&rsquo;ve had the question posed to me often &ldquo;Well, what is DevOps, anyway&rdquo;?</description>
</item>
<item>
<title>Team Member Indicators</title>
<link>https://hamishnorton.github.io/stash/team-member-indicators/</link>
<pubDate>Wed, 07 Oct 2020 10:33:37 +1300</pubDate>
<guid>https://hamishnorton.github.io/stash/team-member-indicators/</guid>
<description>The other day on the way to work I had an idea. Well two ideas from others and putting them together.
Use Rating Without The 7 Use the 1 to 10 rating scale, but you are not allowed to us the number 7.</description>
</item>
<item>
<title>Great Books</title>
<link>https://hamishnorton.github.io/stash/great-books/</link>
<pubDate>Tue, 01 Sep 2020 20:00:00 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/great-books/</guid>
<description>What&rsquo;s the point of having countless books and libraries, whose titles could hardly be read through in a lifetime. The learner is not taught, but burdened by the sheer volume, and it&rsquo;s better to plant the seeds of a few authors than to be scattered about by many.</description>
</item>
<item>
<title>Data Analytics Infrastructure</title>
<link>https://hamishnorton.github.io/stash/data-analytics/</link>
<pubDate>Mon, 31 Aug 2020 09:36:42 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/data-analytics/</guid>
<description>For project at work I&rsquo;ve had to quickly get myself up to speed with the components required to create a organisation wide data analytics infrastructure. The follow shows the basics of how the components fit together (as I understand it to date).</description>
</item>
<item>
<title>ProZine</title>
<link>https://hamishnorton.github.io/stash/prozine/</link>
<pubDate>Fri, 21 Aug 2020 20:25:02 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/prozine/</guid>
<description>This site ProZine is not just a web version take on a Zine, in that it&rsquo;s about Mastery, Purpose, Fulfilment and Productivity. It&rsquo;s also about sharing a bit of my story and challenges in the hope that helps other to lead a better life.</description>
</item>
<item>
<title>Craftsmanship</title>
<link>https://hamishnorton.github.io/stash/craftsmanship/</link>
<pubDate>Wed, 19 Aug 2020 20:38:34 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/craftsmanship/</guid>
<description>I didn&rsquo;t really give my craft the focus it deserved, until I discovered my purpose. Your purpose tends to evolve with time.
my purpose: Make It Easier For Others
my craft: Software Solution Development
Once I started really applying myself to my craft I noticed that a lot of what I had percievedd problems fell away.</description>
</item>
<item>
<title>Productivity</title>
<link>https://hamishnorton.github.io/stash/productivity/</link>
<pubDate>Wed, 19 Aug 2020 08:20:51 +0000</pubDate>
<guid>https://hamishnorton.github.io/stash/productivity/</guid>
<description>I&rsquo;ve included Productivity as an aspect. It encompasses all the things that &ldquo;Make it easyier for later&rdquo;. The next time you have to do that thing it&rsquo;ll be easier as you&rsquo;ve make the effort now to setup it to reduce the effort/overhead of having to do it all again.</description>
</item>
<item>
<title>Yaml</title>
<link>https://hamishnorton.github.io/stash/yaml/</link>
<pubDate>Sun, 16 Aug 2020 20:11:30 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/yaml/</guid>
<description>Yaml is probably the briefest common structured text data representation. And thus it&rsquo;s often a go to for configuration, build and other pipeline files. It&rsquo;s basically made up of lists of key:value pairs.
1 2 3 4 5 6 7 8 9 10 11 12 13 orderitems: - code: 001 descritpion: ESP8266 feather board quantity: 1 - code: 002 descritpion: Transistors 200 piece pack quantity: 1 - code: 003 description: Red, Grean, Yellow and Blue LEDs 20 piece pack - code: 004 description: breadboard with sticky back - code: 005 descrtion: Jumper Wires, male to male, 100mm 50 picec pack Use Case: Application Configuration I discovered while developing the FileArchiver that I didn&rsquo;t really know how to use ConfigurationManager in .</description>
</item>
<item>
<title>Rename Files</title>
<link>https://hamishnorton.github.io/stash/rename-files/</link>
<pubDate>Thu, 06 Aug 2020 19:02:53 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/rename-files/</guid>
<description>A PowerShell snippet for renaming files.
1 2 3 Get-childItem 2020*.md Get-childItem 2020*.md | Rename-Item -NewName { $_.Name -replace &#39;.md&#39;, &#39;.yaml&#39;} Get-childItem 2020*.yaml </description>
</item>
<item>
<title>Note-Taking</title>
<link>https://hamishnorton.github.io/stash/note-taking/</link>
<pubDate>Fri, 31 Jul 2020 08:17:07 +1200</pubDate>
<guid>https://hamishnorton.github.io/stash/note-taking/</guid>
<description>Note-taking, it&rsquo;s an important part of your personal informatino system, allowing you to either come back to useful information and or develop your thoughts on something over time.
I&rsquo;ve been using EverNote pretty happierly for quite a while now.</description>
</item>
</channel>
</rss>