1
0
Derivar 0

Latest updates

master
Noah 2018-06-08 22:48:34 +00:00
ascendente a53c859685
cometimento 7ff16586cf
6 ficheiros modificados com 85 adições e 8 eliminações

Ver ficheiro

@ -30,7 +30,7 @@
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.youtube.com/watch?v=NAS5Z1GvxrQ" title="Tearing Me Up">Bos Moses</a>
<a href="https://www.youtube.com/watch?v=NAS5Z1GvxrQ" title="Tearing Me Up">Bob Moses</a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com/watch?v=ExVtrghW5Y4" title="Sweatpants">Childish Gambino</a>

Ver ficheiro

@ -27,6 +27,7 @@ h1, h2, h3, h4,
}
h2, h3, h4 {
color: #BBDDFF;
margin: 20px 0;
}
pre, code {
@ -43,6 +44,17 @@ pre {
overflow: auto;
}
blockquote {
border-left: 2px solid #FF99FF;
padding-left: 1rem;
}
blockquote blockquote {
border-left-color: #FF9900;
}
blockquote blockquote blockquote {
border-left-color: #0099FF;
}
label {
cursor: pointer;
}

6
www/poetry/index.md Normal file
Ver ficheiro

@ -0,0 +1,6 @@
# Poetry
I may eventually start writing some more, but for now there's just some old
stuff I fished out of my backups.
* 2002: [Trip to Dracula's Castle](/poetry/trip-to-draculas-castle)

Ver ficheiro

@ -0,0 +1,53 @@
# Trip to Dracula's Castle
> _&copy; 2003 Noah Petherbridge_ May 19, 2002
> I wrote this poem after waking up from a dream, in which a poem _very similar_
> to this one was being read by a narrator, as if in a movie. The dream was making
> up the lyrics to an insanely creative poem off the top of its head, and this was
> my attempt to write it down.
On a trip to old Dracs castle,<br>
My teams struck with grief and hassle.<br>
It was late in the months of fall,<br>
It seemed like the coldest month of all.
As we neared the castle, we saw in a tree,<br>
Several black bats, about twenty-three.<br>
A strong icy wind blew just now,<br>
And the cold hit us just like a plow.
The bats dropped from the tree in a blur of black,<br>
My team was frightened and stepped quickly back.<br>
As I started to run, I heard a scream so high,<br>
And as I looked back, I saw a man so nigh.
Lying down by the gate was a smelly old bum,<br>
He is just awakening, and he smells like rum.<br>
He was screaming for help, I couldnt refuse,<br>
I slowly approached him, he fell to my shoes.
He picked himself up, still screaming for help,<br>
He was so unclear, it was a pitiful whelp.<br>
With a deafening scream, something emerged from the castle,<br>
It was the spirit of Prince Vlad, and his image struck hassle.
The bum and I, we commenced to flee,<br>
And Vlad looked angry, staring at me.<br>
I told the bum to continue on his own,<br>
And I turned around, and faced Vlad alone.
Vlads eyes were beet red, and badly bloodshot,<br>
He was building with fury, and quickly getting hot.<br>
I knew I should run, but I was curious to see more,<br>
Until Vlad left the castle, slamming the door.
At that point I paused, then I started to run,<br>
If I had stayed here, it wouldnt be fun.<br>
I turned away, then hurried down the path,<br>
Such an evil nature that Prince Vlad hath.
Quickly enough, he was out of my sight,<br>
I was running so fast, I couldve took flight.<br>
But I survived okay, and filled with hassle...<br>
And that was my trip to Draculas Castle.

Ver ficheiro

@ -5,22 +5,27 @@
<h2>Google</h2>
<form method="GET" action="https://www.google.com/search">
<form method="GET" class="form-inline" action="https://www.google.com/search">
<input type="text" size="80" class="form-control inline" name="q" id="google-search">
<button type="submit" class="btn btn-primary">Go</button>
</form>
<p>
<button data-url="https://hangouts.google.com/" class="app btn btn-primary">Google Hangouts</button>
</p>
<h2>Slack Teams</h2>
<button data-url="https://with-in.slack.com/" class="app btn btn-primary">Within Slack</button>
<button data-url="https://la-engineers.slack.com/" class="app btn btn-primary">LA-Engineers Slack</button>
<button data-url="https://botmakers.slack.com/" class="app btn btn-primary">Botmakers Slack</button>
<button data-url="https://socalpython.slack.com/" class="app btn btn-primary">SoCal Python Slack</button><p>
<p>
<button data-url="https://with-in.slack.com/" class="app btn btn-primary">WITHIN</button>
<button data-url="https://la-engineers.slack.com/" class="app btn btn-primary">LA-Engineers</button>
<button data-url="https://botmakers.slack.com/" class="app btn btn-primary">Botmakers</button>
</p>
<em>David is the best.</em>
{{ end }}
{% block scripts %}
{{define "scripts" }}
<script>
$(document).ready(function() {
$("#google-search").focus();
@ -35,4 +40,4 @@
window.open(url, "_blank", "width=1024,height=768,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0");
}
</script>
{% endblock %}
{{ end }}

Ver ficheiro

@ -119,6 +119,7 @@ sub-pages when this list gets too long.
* [Architecture for a Golang Web App](https://larry-price.com/blog/2015/06/25/architecture-for-a-golang-web-app/)
* [Structuring Applications in Go](https://medium.com/@benbjohnson/structuring-applications-in-go-3b04be4ff091)
* [The Project Directory Structure](http://www.nguyenanhdung.info/2017/11/golang-project-directory-structure.html)
* [How I write Go services after seven years](https://medium.com/@matryer/how-i-write-go-http-services-after-seven-years-37c208122831)
* Makefiles
* [Make and Go for Fun and Profit](https://unwiredcouch.com/2016/05/31/go-make.html)
* Interoperability