diff options
-rw-r--r-- | drafts/365 days of working from home.html (renamed from drafts/my latitude) | 0 | ||||
-rw-r--r-- | drafts/het-club.html | 6 | ||||
-rw-r--r-- | drafts/it's not rust vs go.html | 63 | ||||
-rw-r--r-- | drafts/latitude and longevity.html | 0 | ||||
-rw-r--r-- | drafts/my web site has no runtime.html | 1 | ||||
-rw-r--r-- | drafts/quarantine to vaccine: Corona Blues Review.html | 0 | ||||
-rw-r--r-- | info.html | 92 |
7 files changed, 117 insertions, 45 deletions
diff --git a/drafts/my latitude b/drafts/365 days of working from home.html index e69de29..e69de29 100644 --- a/drafts/my latitude +++ b/drafts/365 days of working from home.html 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! + +<a + href="https://hetclub.org/index.php?option=com_civicrm&task=civicrm/contribute/transact&Itemid=466&reset=1&id=1" + >link</a +> 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 @@ +<h1>It's Not Rust VS Go</h1> + +include coworker conversation tidbits draft notes: +<ul> + <li>These are two very different languages</li> + <li>These two languages are solving two very different problems</li> + <li> + What attracted me to Rust is the error handling and borrow checker. You + don't need a runtime and you don't need to worry about a variety of memory + pitfalls. + </li> + <li> + Rust is not just a systems-level language, and Go is not just a server-side + language. + </li> + <li>Rust isn't *really* about speed or performance. It's about safety.</li> + <li>Rust is just plainly a more powerful language.</li> + <li> + Go is for Python developers who need speed. Rust is for C++ developers who + need safety. + </li> + <li> + Rust has opt-in concurrent runtimes and opt-in garbage collection. These are + standard in Go, there's no getting out of them. + </li> +</ul> + +<p> + Go has great concurrency. Goroutines are high-performance, parallel green + threads. Rust's concurrency is provably-correct. +</p> + +<p> + 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. +</p> + +<p> + 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. +</p> + +<p> + 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. +</p> + +<p>sources</p> + +<p> + 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 + <a + href="https://twitter.com/inancgumus/status/1174728131925676032?ref_src=twsrc%5Etfw" + >source</a + > +</p> diff --git a/drafts/latitude and longevity.html b/drafts/latitude and longevity.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/latitude and longevity.html 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 --- /dev/null +++ b/drafts/quarantine to vaccine: Corona Blues Review.html @@ -117,7 +117,16 @@ <h2>Contacting Me</h2> - <p>You can write to <a href="mailto:atc@53hor.net">atc@53hor.net</a>.</p> + <p> + You can write to <a href="mailto:atc@53hor.net">atc@53hor.net</a>. + <span> + If you want it, + <a + href="https://nextcloud.53hor.net/index.php/s/bX5K5JBHNnyZgr2/download" + >here is my GPG public key</a + >. + </span> + </p> <p> 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. </p> - <ul> - <li> - <span>Discord: <code>53hornet#2015</code></span> - </li> - <li> - <span - >Tox: - <code - >33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41</code - > - </span> - </li> - <li> + <p> + <span> + <a title="53hornet#2015">Discord (hover)</a> + </span> + <span> + <a + title="33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41" + >Tox (hover) + </a> + </span> + <span> <a href="https://www.reddit.com/user/53hornet">Reddit</a> - </li> - <li> - <a href="#">GitHub</a> - </li> - <li> - <a href="#">GitLab</a> - </li> - <li> - YouTube - <ul> - <li> - <a href="https://www.youtube.com/user/my53hornet" - >53hornet: slideshows and time lapses of my car</a - > - </li> - <li> - <a href="https://www.youtube.com/user/STMUAC/about" - >STMUAC: some Lego stop-motions and high school projects</a - > - </li> - </ul> - </li> - <li> + </span> + <span> + <a href="https://github.com/53hornet">GitHub</a> + </span> + <span> + <a href="https://gitlab.com/53hornet">GitLab</a> + </span> + <span> + <a href="https://www.youtube.com/user/my53hornet" + >YouTube (53hornet)</a + > + </span> + <span> + <a href="https://www.youtube.com/user/STMUAC/about" + >YouTube (STMUAC)</a + > + </span> + <span> <a href="https://twitter.com/AdamCar09144367">Twitter</a> - </li> - <li> + </span> + <span> <a href="https://www.linkedin.com/in/adam-carpenter/">LinkedIn</a> - </li> - <li> + </span> + <span> <a href="https://steamcommunity.com/id/53hornet/">Steam</a> - </li> - <li> + </span> + <span> <a href="https://www.facebook.com/53hornet">Facebook</a> - </li> - </ul> + </span> + </p> <h2>Disclaimer</h2> |