Files
davideisinger.com/content/notes/first-it-must-work/index.md
2024-02-26 00:15:57 -05:00

102 lines
4.6 KiB
Markdown

---
title: "First, It Must Work"
date: 2023-05-11T23:00:26-04:00
draft: false
references:
- title: "Second-guessing the modern web - macwright.com"
url: https://macwright.com/2020/05/10/spa-fatigue.html
date: 2023-07-04T01:51:17Z
file: macwright-com-vvkegs.txt
- title: "In defense of the modern web - DEV Community"
url: https://dev.to/richharris/in-defense-of-the-modern-web-2nia
date: 2023-07-04T01:51:24Z
file: dev-to-ptnb0b.txt
- title: "The Grug Brained Developer"
url: https://grugbrain.dev/
date: 2023-05-12T13:08:33Z
file: grugbrain-dev-dzqozx.txt
- title: "Even Amazon can't make sense of serverless or microservices"
url: https://world.hey.com/dhh/even-amazon-can-t-make-sense-of-serverless-or-microservices-59625580
date: 2023-05-12T14:09:23Z
file: world-hey-com-ivvqlb.txt
- title: "Imaginary Problems Are the Root of Bad Software"
url: https://cerebralab.com/Imaginary_Problems_Are_the_Root_of_Bad_Software
date: 2023-06-20T16:28:39Z
file: cerebralab-com-qy5zqs.txt
- title: "When to Build Millennia Sewers"
url: https://taylor.town/millennium-sewer
date: 2023-07-03T00:32:43Z
file: taylor-town-5siv9a.txt
- title: "We are wasting up to 20% of our time on computer problems, says study"
url: https://techxplore.com/news/2023-06-problems.html
date: 2023-07-03T21:19:28Z
file: techxplore-com-8o7hmu.txt
- title: "Dan McKinley :: Choose Boring Technology"
url: https://mcfunley.com/choose-boring-technology
date: 2023-07-04T03:40:17Z
file: mcfunley-com-5myzcq.txt
- title: "There's still no silver bullet |> Changelog"
url: https://changelog.com/posts/still-no-silver-bullet
date: 2023-07-04T16:04:24Z
file: changelog-com-kqx1ni.txt
- title: "No one actually wants simplicity - lukeplant.me.uk"
url: https://lukeplant.me.uk/blog/posts/no-one-actually-wants-simplicity/
date: 2023-09-09T02:23:06Z
file: lukeplant-me-uk-ms1b6l.txt
- title: "Keep your stack short | Aaron Bushnell"
url: https://aaronmbushnell.com/keep-your-stack-short/
date: 2023-10-25T14:21:17Z
file: aaronmbushnell-com-x5e6nn.txt
- title: "Dan Stroot · Blog · Making Software Last Forever"
url: https://www.danstroot.com/posts/2023-05-25-making_software_last_forever
date: 2023-11-13T04:44:27Z
file: www-danstroot-com-wwjfi6.txt
- title: "The Market for Lemons - Infrequently Noted"
url: https://infrequently.org/2023/02/the-market-for-lemons/
date: 2024-02-26T03:15:24Z
file: infrequently-org-tvobg0.txt
- title: "The time to unmaintainable is very low | daverupert.com"
url: https://daverupert.com/2024/01/time-to-unmaintainable/
date: 2024-02-26T05:14:52Z
file: daverupert-com-v58fx7.txt
---
### Thoughts on priorities in software development
* So much stuff doesn't work -- bugs stop you from accomplishing your desired task
* Over time, complexity creeps in, making changes gets harder
* The focus on performance, serverless, microservices, etc. -- these increase complexity, reduce reliability
* Everyone agrees that the current status quo sucks, but we disagree on the solution: go back to how things worked in the past, or continue down the path we're on with the hope that things will improve
* Reference ["Second-guessing the modern web"][1] and ["In defense of the modern web"][2]
[1]: https://macwright.com/2020/05/10/spa-fatigue.html
[2]: https://dev.to/richharris/in-defense-of-the-modern-web-2nia
### Links
* [The Grug Brained Developer][3]
* [Even Amazon can't make sense of serverless or microservices][4]
* [Imaginary Problems Are the Root of Bad Software][5]
* [When to Build Millennia Sewers][6]
* [We are wasting up to 20% of our time on computer problems, says study][7]
* [Choose Boring Technology][8]
* [There's still no silver bullet][9]
* [No one actually wants simplicity][10]
* [Keep your stack short][11]
* [Making Software Last Forever][12]
* [The Market for Lemons][13]
* [The time to unmaintainable is very low][14]
[3]: https://grugbrain.dev/
[4]: https://world.hey.com/dhh/even-amazon-can-t-make-sense-of-serverless-or-microservices-59625580
[5]: https://cerebralab.com/Imaginary_Problems_Are_the_Root_of_Bad_Software
[6]: https://taylor.town/millennium-sewer
[7]: https://techxplore.com/news/2023-06-problems.html
[8]: https://mcfunley.com/choose-boring-technology
[9]: https://changelog.com/posts/still-no-silver-bullet
[10]: https://lukeplant.me.uk/blog/posts/no-one-actually-wants-simplicity/
[11]: https://aaronmbushnell.com/keep-your-stack-short/
[12]: https://www.danstroot.com/posts/2023-05-25-making_software_last_forever
[13]: https://infrequently.org/2023/02/the-market-for-lemons/
[14]: https://daverupert.com/2024/01/time-to-unmaintainable/