From dd3d2da50bd34dc855d7c6d8b3de003f5d00af64 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 28 Feb 2021 21:24:27 -0500 Subject: added some drafts, updated/fixed info page --- drafts/365 days of working from home.html | 0 drafts/het-club.html | 6 ++ drafts/it's not rust vs go.html | 63 +++++++++++++++ drafts/latitude and longevity.html | 0 drafts/my latitude | 0 drafts/my web site has no runtime.html | 1 + ...quarantine to vaccine: Corona Blues Review.html | 0 info.html | 92 +++++++++++----------- 8 files changed, 117 insertions(+), 45 deletions(-) create mode 100644 drafts/365 days of working from home.html create mode 100644 drafts/het-club.html create mode 100644 drafts/it's not rust vs go.html create mode 100644 drafts/latitude and longevity.html delete mode 100644 drafts/my latitude create mode 100644 drafts/my web site has no runtime.html create mode 100644 drafts/quarantine to vaccine: Corona Blues Review.html diff --git a/drafts/365 days of working from home.html b/drafts/365 days of working from home.html new file mode 100644 index 0000000..e69de29 diff --git a/drafts/het-club.html b/drafts/het-club.html new file mode 100644 index 0000000..a144d91 --- /dev/null +++ b/drafts/het-club.html @@ -0,0 +1,6 @@ +joint the club! + +link diff --git a/drafts/it's not rust vs go.html b/drafts/it's not rust vs go.html new file mode 100644 index 0000000..8b3d6fc --- /dev/null +++ b/drafts/it's not rust vs go.html @@ -0,0 +1,63 @@ +

It's Not Rust VS Go

+ +include coworker conversation tidbits draft notes: + + +

+ Go has great concurrency. Goroutines are high-performance, parallel green + threads. Rust's concurrency is provably-correct. +

+ +

+ Why is the immediate question when someone says they wrote something in Go, + "why not rust?". The inverse is true. When I tell a dev I wrote something in + Rust, the immediate response is "you should have used Go, it's better." This + is false. +

+ +

+ What does suck about Rust? The compiler is slow. It will probably always be a + degree of magnitude slower than another compiler for a similar target. +

+ +

+ It's not Rust VS Go, it's when to use Rust and when to use Go. And the number + one argument I get for why Go should be used is it's simpler and faster to + learn and work with. There's the answer! The answer is use whichever one works + best for you. There's no better or worse, or superiority. Redditors will say + otherwise. +

+ +

sources

+ +

+ Go vs Rust discussions are ridiculous. It should be more like: When to use Go. + When to use Rust. When to use X… — Inanc Gumus (@inancgumus) September 19, + 2019 + source +

diff --git a/drafts/latitude and longevity.html b/drafts/latitude and longevity.html new file mode 100644 index 0000000..e69de29 diff --git a/drafts/my latitude b/drafts/my latitude deleted file mode 100644 index e69de29..0000000 diff --git a/drafts/my web site has no runtime.html b/drafts/my web site has no runtime.html new file mode 100644 index 0000000..7b60165 --- /dev/null +++ b/drafts/my web site has no runtime.html @@ -0,0 +1 @@ +no javascript? no runtime! diff --git a/drafts/quarantine to vaccine: Corona Blues Review.html b/drafts/quarantine to vaccine: Corona Blues Review.html new file mode 100644 index 0000000..e69de29 diff --git a/info.html b/info.html index b06994f..5842f7d 100644 --- a/info.html +++ b/info.html @@ -117,7 +117,16 @@

Contacting Me

-

You can write to atc@53hor.net.

+

+ You can write to atc@53hor.net. + + If you want it, + here is my GPG public key. + +

The best way to keep up with what I'm up to is not "social" media. I'm @@ -131,55 +140,48 @@ not at all. The best way to reach me is by mail.

- + +

Disclaimer

-- cgit v1.2.3