From 298e0077e87b35404b5c541b654d5e0cad13a7aa Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:38:03 +1100 Subject: [PATCH 1/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61dd2ed..c764da3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -[go-proverbs.github.io](http://go-proverbs.github.io) +[no-proverbs.github.io](http://no-proverbs.github.io) -[Rob Pike's talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) +[Introducing No Code](https://twitter.com/kelseyhightower/status/961026365146320896) From 7335e4515739c89e438c643acbdcaf25a670b7cc Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:38:57 +1100 Subject: [PATCH 2/7] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 46d814a..ad93c26 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 go-proverbs +Copyright (c) 2018 no-proverbs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 6250febbf51ae96072ec010eb7677dd3f3bc2e8a Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:41:42 +1100 Subject: [PATCH 3/7] Update site.css --- site.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/site.css b/site.css index a1ff85a..5fe87ab 100644 --- a/site.css +++ b/site.css @@ -1,13 +1,11 @@ -@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100); +@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed'); body { - font-family: 'Roboto Mono'; + font-family: 'Barlow Condensed', sans-serif; color: #4c4c4c; text-align: center; padding: 15px; - background: url("gopher.png") no-repeat bottom; - background-position: 50px; } h1 From 637f70578b0143a71f45135122ba22ecc0aaf6dc Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:43:03 +1100 Subject: [PATCH 4/7] Update site.css --- site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.css b/site.css index 5fe87ab..ed06239 100644 --- a/site.css +++ b/site.css @@ -2,7 +2,7 @@ body { - font-family: 'Barlow Condensed', sans-serif; + font-family: 'Barlow Condensed', serif; color: #4c4c4c; text-align: center; padding: 15px; From c04ab1781bcfd45436a294264d37a68ce134834b Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:49:43 +1100 Subject: [PATCH 5/7] Update index.html --- index.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 3ae3f3c..e3de97a 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,14 @@ - Go Proverbs + No Proverbs -

Simple, Poetic, Pithy

+

No Code. Write Nothing, Deploy Nowhere

-

Don't communicate by sharing memory, share memory by communicating.

-

Concurrency is not parallelism.

-

Channels orchestrate; mutexes serialize.

-

The bigger the interface, the weaker the abstraction.

+

Less is more but nothing is everything.

Make the zero value useful.

interface{} says nothing.

Gofmt's style is no one's favorite, yet gofmt is everyone's favorite.

@@ -31,12 +28,9 @@

Documentation

Don't panic.

+ From b785458633eeb92a1ee1ea12e0e600de9aa0fcef Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 10 Feb 2018 07:57:11 +1100 Subject: [PATCH 6/7] Update index.html --- index.html | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index e3de97a..f92e4bb 100644 --- a/index.html +++ b/index.html @@ -5,27 +5,14 @@ No Proverbs -

No Code. Write Nothing, Deploy Nowhere

Less is more but nothing is everything.

-

Make the zero value useful.

-

interface{} says nothing.

-

Gofmt's style is no one's favorite, yet gofmt is everyone's favorite.

-

A little copying is better than a little dependency.

-

Syscall must always be guarded with build tags.

-

Cgo must always be guarded with build tags.

-

Cgo is not Go.

-

With the unsafe package there are no guarantees.

-

Clear is better than clever.

-

Reflection is never clear.

-

Errors are values.

-

Don't just check errors, handle them gracefully.

-

Design the architecture, name the components, document the details.

-

Documentation is for users.

-

Don't panic.

+

No code needs a license.

+

No slides, no preparation.

+

No code, no problems.