diff options
Diffstat (limited to 'blog/content')
| -rw-r--r-- | blog/content/notes/index.gmi | 52 | ||||
| -rw-r--r-- | blog/content/notes/tech/how-this-site-works.gmi | 2 | ||||
| -rw-r--r-- | blog/content/notes/tech/on-software-development.gmi | 3 |
3 files changed, 36 insertions, 21 deletions
diff --git a/blog/content/notes/index.gmi b/blog/content/notes/index.gmi index 95933044..5453c5ee 100644 --- a/blog/content/notes/index.gmi +++ b/blog/content/notes/index.gmi @@ -9,9 +9,10 @@ Notes about some books and long articles I like: => cliffs/mythical-man-month The Mythical Man-Month -=> cliffs/governable-spaces Governable Spaces => cliffs/peopleware Peopleware + => cliffs/the-tyranny-of-structurelessness The tyranny of structurelessness +=> cliffs/governable-spaces Governable Spaces ## Tech @@ -20,36 +21,45 @@ Notes about some books and long articles I like: => tech/misc-linux-stuff Misc Linux stuff => tech/running-commands-in-linux Running commands in Linux => tech/ssh-for-beginners SSH for beginners -=> tech/document-formats Document formats +=> tech/containers-might-not-be-the-right-answer Containers might not be the right answer +=> tech/a-monitoring-system A monitoring system + +=> tech/git-advice Git advice +=> tech/github-annoyances GitHub annoyances +=> tech/what-i-would-like-to-see-in-a-forge What I would like to see in a forge + => tech/internet-communication-channels Internet communication channels => tech/modern-irc Modern IRC -=> tech/ledger Ledger => tech/migadu Migadu +=> tech/internet-basics Internet basics + +=> tech/document-formats Document formats +=> tech/ledger Ledger +=> tech/resumes Resumes + => tech/ripping Ripping -=> tech/about-apis About APIs +=> tech/splicing-mkvs Splicing MKVs + => tech/modularity Modularity -=> tech/about-relational-databases About relational databases -=> tech/containers-might-not-be-the-right-answer Containers might not be the right answer +=> tech/about-apis About APIs +=> tech/about-web-development About web development +=> tech/on-software-development On software development +=> tech/on-testing On testing + +=> tech/misc-python-stuff Misc Python stuff +=> tech/python-modules-primer Python modules primer +=> tech/so-you-want-to-play-with-functional-programming So you want to play with functional programming + => tech/crud-is-an-important-unsolved-problem CRUD is an important unsolved problem => tech/about-django About Django -=> tech/git-advice Git advice -=> tech/github-annoyances GitHub annoyances + +=> tech/about-relational-databases About relational databases => tech/prolog-vs-sql Prolog vs. SQL +=> tech/real-time-relations Real-time relations +=> tech/motivating-example-for-logical-replication-for-dynamic-ui Motivating example for logical replication for dynamic UI + => tech/take-the-less-traveled-road Take the less traveled road => tech/the-tragedy-of-the-geeks The tragedy of the geeks -=> tech/misc-python-stuff Misc Python stuff -=> tech/python-modules-primer Python modules primer -=> tech/so-you-want-to-play-with-functional-programming So you want to play with functional programming -=> tech/motivating-example-for-logical-replication-for-dynamic-ui Motivating example for logical replication for dynamic UI -=> tech/real-time-relations Real-time relations -=> tech/about-web-development About web development -=> tech/on-software-development On software development -=> tech/on-testing On testing -=> tech/internet-basics Internet basics -=> tech/splicing-mkvs Splicing MKVs -=> tech/what-i-would-like-to-see-in-a-forge What I would like to see in a forge -=> tech/a-monitoring-system A monitoring system -=> tech/resumes Resumes ### Gadgets diff --git a/blog/content/notes/tech/how-this-site-works.gmi b/blog/content/notes/tech/how-this-site-works.gmi index 9c78b9fc..eafbe7bf 100644 --- a/blog/content/notes/tech/how-this-site-works.gmi +++ b/blog/content/notes/tech/how-this-site-works.gmi @@ -45,6 +45,8 @@ gemini-to-http serves all Gemini requests by making an equivalent HTTP request t (The site is actually published at two different URLs, so all internal links are relative. Also extra care is required to never include extensions in links. But the differences between the gemtext and HTML conversion is minimal.) +(Also, multiviews helps with pretty URLs. Because canonical URLs do not include the file format extension, they look prettier. Many websites use URLs that end in a trailing slash instead, but that tends to be annoying to do with static site generators.) + ## Publishing the site The site is part of a Git repository. The server hosting this site has this Git repository. diff --git a/blog/content/notes/tech/on-software-development.gmi b/blog/content/notes/tech/on-software-development.gmi index 5c549f9e..cd5791ee 100644 --- a/blog/content/notes/tech/on-software-development.gmi +++ b/blog/content/notes/tech/on-software-development.gmi @@ -64,3 +64,6 @@ In my experience, the number of value-delivering stories done per sprint is a go => https://linear.app/method The Linear method. Linear is a software development management tool that I like. Linear is designed for a process similar to Scrum, but with significant differences. The Linear method is an interesting read that describes this process. + +=> https://zwischenzugs.com/2022/05/29/business-value-management-autonomy-and-engineer-retention/ Business Value, Soccer Canteens, Engineer Retention, and the Bricklayer Fallacy +About how to fit longer, less immediate tasks in incremental customer-oriented methodologies. |
