From 9351ddf769be58b33d4cae6dd36f7b28e94cc2a6 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 20 Apr 2021 17:27:14 -0400 Subject: added some drafts and post on making websites boring --- cv.html | 43 +++-- drafts/2021-reading-list.html | 1 + drafts/altrustic-angelshark.html | 2 + drafts/make-your-web-site-look-boring.html | 3 - drafts/stack-end-devs.html | 13 ++ drafts/what is programming.html | 5 + drafts/why make your web site worse in 2020 | 0 index.html | 1 + ...0-how-to-make-your-website-boring-and-why-.html | 214 +++++++++++++++++++++ rss.xml | 1 + 10 files changed, 268 insertions(+), 15 deletions(-) create mode 100644 drafts/altrustic-angelshark.html delete mode 100644 drafts/make-your-web-site-look-boring.html create mode 100644 drafts/stack-end-devs.html create mode 100644 drafts/what is programming.html delete mode 100644 drafts/why make your web site worse in 2020 create mode 100644 posts/computing/2021-04-20-how-to-make-your-website-boring-and-why-.html diff --git a/cv.html b/cv.html index ab4318f..fbb5561 100644 --- a/cv.html +++ b/cv.html @@ -15,24 +15,19 @@ git.53hor.net -

- This document is available in - HTML or as a - PDF. -

-

Summary

- I am a computer programmer who has been developing and maintaining web - applications and services since 2018. I have also been providing systems - administration services and technical learning assistance since 2016. + I am a computer programmer who has been developing and maintaining native + and web applications since 2018. I have also been providing system + administration services and technical mentoring since 2016. I aim to + create simple, performant, and well-documented software with no surprises.

- I am fluent in Rust, C#, Python, JavaScript, Bourne Shell, and HTML. I am - also familiar with Java, PHP, C, C++, TypeScript, and PowerShell. + I am fluent in Rust, C#, Python, JavaScript, Bourne Shell, and HTML+CSS. I + am also familiar with Java, PHP, C, C++, TypeScript, and PowerShell.


@@ -40,7 +35,7 @@

Software Development

Systems Administration

-

Technical Leadership

+

Technical Mentoring and Leadership


Experience

@@ -48,13 +43,32 @@ @@ -71,5 +85,10 @@ 2014) + +
+

About Me

+ +

...

diff --git a/drafts/2021-reading-list.html b/drafts/2021-reading-list.html index 529bb84..46d4707 100644 --- a/drafts/2021-reading-list.html +++ b/drafts/2021-reading-list.html @@ -5,4 +5,5 @@
  • Sachar, Louis. Holes
  • Steinbeck, John. The Pearl
  • Fitzgerald, F. Scott. The Great Gatsby
  • +
  • Wells, H.G. War of the Worlds
  • diff --git a/drafts/altrustic-angelshark.html b/drafts/altrustic-angelshark.html new file mode 100644 index 0000000..f90bb86 --- /dev/null +++ b/drafts/altrustic-angelshark.html @@ -0,0 +1,2 @@ +I finally got the chance to open source a long-term project from work and +release it into the outside world. diff --git a/drafts/make-your-web-site-look-boring.html b/drafts/make-your-web-site-look-boring.html deleted file mode 100644 index c8cd03a..0000000 --- a/drafts/make-your-web-site-look-boring.html +++ /dev/null @@ -1,3 +0,0 @@ -

    Make Your Web Site Boring!

    - -- functional - not disctracting - tasteful - readable no javascript? no runtime! diff --git a/drafts/stack-end-devs.html b/drafts/stack-end-devs.html new file mode 100644 index 0000000..7520133 --- /dev/null +++ b/drafts/stack-end-devs.html @@ -0,0 +1,13 @@ +slightly peeved we are not full stack developers, we are not front- or back-end +developers. we are computer programmers trying to solve a problem. that problem, +specifically is to automate, or reduce manual touch-time for a variety of tasks. +we are not mature enough as a team to be discussing our team's brand. we don't +even have one product as a team. we don't focus on one vs the other, we're focus +on making problems go away. we need general-purpose programmers who can +efficiently make those things go faster. we're not on a department-level +strategy. we're barely on a team-level strategy. we still have "developers" who +are staying up late doing manual deployments. we have developers with years of +experience rewriting functionality between "ends" because they're constantly +cloning huge amounts of data from one location to another instead of working on +a single subset. I don't have the answers to fix these problems but I almost +don't think it's specialization or rebranding that will make them go away. diff --git a/drafts/what is programming.html b/drafts/what is programming.html new file mode 100644 index 0000000..4b4e26d --- /dev/null +++ b/drafts/what is programming.html @@ -0,0 +1,5 @@ +programming isn't coding programming is computational problem solving (see +CSCI101) programming is getting data from point A to point B see what +programming isn't about informal lecture being a good programmer isn't about +following best practices or paradigms. it's still possible to write bad programs +using test-driven development and "Clean Architecture" diff --git a/drafts/why make your web site worse in 2020 b/drafts/why make your web site worse in 2020 deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index ffbdf28..2cd4e88 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,7 @@