summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-11-17 19:20:23 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-11-17 19:20:23 +0100
commit91e4d70be7cf667b2e5154b3b09e3c5633a4f799 (patch)
treea95406fa0b86ccf1cb2652cf4690817982f6faf6
parent7b590b725eb2ab31526c69b4e399ffad92118ff6 (diff)
downloadUnspecifiedGarbage-91e4d70be7cf667b2e5154b3b09e3c5633a4f799.zip
UnspecifiedGarbage-91e4d70be7cf667b2e5154b3b09e3c5633a4f799.tar.gz
Update some links
-rw-r--r--doc/note/links/links.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/note/links/links.txt b/doc/note/links/links.txt
index 477e02a..20eb16b 100644
--- a/doc/note/links/links.txt
+++ b/doc/note/links/links.txt
@@ -109,6 +109,7 @@ Links (Aka argument amplifiers)
- "https://medium.com/humans-create-software/composition-over-inheritance-cb6f88070205"
- "https://softwareengineering.stackexchange.com/a/371715/306800"
- "https://youtu.be/wfMtDGfHWpA"
+- [Damn! Use it!](https://gitit.post.ch/projects/ISA/repos/bangbang/pull-requests/5/overview?commentId=316867)
## requirements, experts, business:
- "https://www.youtube.com/watch?v=BKorP55Aqvg"
@@ -205,6 +206,7 @@ Links (Aka argument amplifiers)
## Java Memory
- "youtube.com/watch?v=f2aNWtt0QRo"
- jvm GC statistics "https://stackoverflow.com/a/467366"
+- [sizeof(java.lang.Object)](https://stackoverflow.com/a/258150/4415884)
## Yaml Is Bullshit
- "https://www.arp242.net/yaml-config.html#can-be-hard-to-edit-especially-for-large-files"
@@ -252,9 +254,10 @@ Links (Aka argument amplifiers)
- [Houston OOM 2023-01-20](https://wikit.post.ch/x/iRepPQ)
- [Houston OOM Killed](https://jira.post.ch/browse/SDCISA-10871)
- [http cache disable](https://gitit.post.ch/projects/ISA/repos/bangbang/pull-requests/1/overview?commentId=287832)
+- [How to repair KISS for performance](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/304/diff)
## Common Performance
-- [Optimize code by doing less](https://m.youtube.com/watch?v=5rb0vvJ7NCY)
+- [going fast is about doing less](https://m.youtube.com/watch?v=5rb0vvJ7NCY)
- [CppCon Tuning Benchmarks clang CPUs Compilers" ](https://m.youtube.com/watch?v=nXaxk27zwlk)
## Bugs are not an issue
@@ -355,7 +358,8 @@ Links (Aka argument amplifiers)
## YAGNI (but also KISS and DRY)
- [YAGNI, KISS and DRY](https://medium.com/swlh/yagni-and-dry-the-kiss-of-death-for-your-software-project-cfd44b0654b6#fc82)
- [eagle queue json only](https://gitit.post.ch/projects/ISA/repos/eagle/pull-requests/331/overview?commentId=236944)
-- [Uncle Bob - Why Are Programmers slow](https://youtu.be/G6HyEeEcB-w)
+- [How to repair KISS](https://gitit.post.ch/projects/ISA/repos/preflux/pull-requests/304/diff)
+- [won't stream, bcause YAGNI](https://gitit.post.ch/projects/ISA/repos/bangbang/pull-requests/5/overview?commentId=316503)
## How to format method parameters
- "https://gitit.post.ch/projects/ISA/repos/god-backend/pull-requests/281/overview?commentId=210650"