13
Some checks failed
Build Quartz Notes / build (push) Failing after 20s

This commit is contained in:
2026-07-13 09:16:09 +01:00
parent 9645ee23b0
commit 129ce1442b
336 changed files with 3812 additions and 579 deletions

View File

@@ -0,0 +1,22 @@
---
pdf:
- "[[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf]]"
date started: 2026-06-17
date finished:
type:
done:
---
# Effects of insufficient sleep on circadian rhythmicity: Notes
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=32,13,32,17|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > SEM
>
> SEM stands for Standard Error of the Mean, which is a statistical measure that estimates the accuracy with which a sample mean represents the population mean. It is calculated by dividing the standard deviation (SD) of the sample by the square root of the sample size (n). SEM provides insight into how much variability there is in the sample mean and is often used to create confidence intervals around the mean. A smaller SEM indicates that the sample mean is likely to be closer to the true population mean, while a larger SEM suggests more variability and less precision in the estimate.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=33,12,33,16|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > RNA
>
> RNA stands for Ribonucleic Acid, which is a molecule essential for various biological roles, including coding, decoding, regulation, and expression of genes. RNA is typically single-stranded and is involved in the synthesis of proteins through the processes of transcription and translation. It serves as a messenger carrying instructions from DNA for controlling the synthesis of proteins, although some RNA molecules have catalytic and regulatory functions as well.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=38,36,38,50|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > Transcriptome
>
> Transcriptome refers to the complete set of RNA transcripts produced by the genome under specific circumstances or in a specific cell. It includes all types of RNA, such as messenger RNA (mRNA), ribosomal RNA (rRNA), transfer RNA (tRNA), and non-coding RNAs. The transcriptome provides insights into gene expression patterns, cellular functions, and responses to environmental changes, making it a crucial area of study in genomics and molecular biology.

View File

@@ -1,10 +0,0 @@
---
pdf:
- "[[20-laws-software-engineering.pdf]]"
date started: 2026-06-03
date finished:
type: pdf-notes
done:
---
# Link: <https://substack.com/inbox/post/194605697>
# 20 Software Engineering Laws: Notes

41
Articles/Articles MOC.md Normal file → Executable file
View File

@@ -1,22 +1,41 @@
These are PDF articles that have been saved under the `pdfs/` folder, annotated and studied.
This is different to [[z resources]] as that will contain resources in general, including articles (articles are a subset of the responsibilities of [[z resources]])
These are articles, weather from `dev-articles` on slack, or ones that I find online. They can be in a PDF form, or an online link.
If I find an interesting article, this will get saved to the daily note. At the end of the day/week, when these dailies are cleaned up, the article may get added to this list if it's something I want to look into. If it's something for the future, it will go into [[z resources]].
## Software Articles:
- [[I thought I knew system design]]
- [[Every Senior Engineer has read these books]]
- [[Software Quality]]
- [[20 Software Engineering Laws]]
- [[Redefining the Software Engineering Profession for AI]]
- [x] [[I thought I knew system design]]
- [x] [[Every Senior Engineer has read these books]]
- [x] [[Software Quality]]
- [ ] [[20 Software Engineering Laws]]
- [ ] [[Redefining the Software Engineering Profession for AI]]
- [[Effects of insufficient sleep on circadian rhythmicity]]
- [[Effect of Tiktok on teens]]
- [[Reason some people are likable]]
## Science
All files that are not done:
- [ ] [[Effects of insufficient sleep on circadian rhythmicity]]
- [ ] [[Effect of Tiktok on teens]]
- [x] [[Reason some people are likable]]
## Misc
- [ ] https://shvetsm.github.io/posts/the-best-engineers-write-less-code/
- [ ] https://medium.com/data-science-collective/microsoft-banned-ai-because-it-cost-too-much-135bcbf15a18
## All files that are not done:
```dataview
TABLE
FROM "Articles"
WHERE done != true AND file.name!="Articles MOC"
SORT file.name ASC
```
```dataview
TABLE
    file.link AS Article,
    done AS Done
FROM "Articles"
WHERE file.name != "Articles MOC"
SORT file.name ASC
```

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
Articles/Attachments/2026-05-22-senior-books.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 860 KiB

After

Width:  |  Height:  |  Size: 860 KiB

0
Articles/Attachments/2026-05-22-software-quality.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 248 KiB

View File

@@ -1,9 +0,0 @@
---
pdf:
- "[[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf]]"
date started: 2026-06-03
date finished:
type:
done:
---
# Effects of insufficient sleep on circadian rhythmicity: Notes

View File

@@ -0,0 +1,18 @@
---
pdf:
- "[[20-laws-software-engineering.pdf]]"
date started: 2026-06-03
date finished:
type: pdf-notes
done:
note type:
- dev-articles
---
# Link: <https://substack.com/inbox/post/194605697>
# 20 Software Engineering Laws: Notes
> [!PDF|yellow] [[20-laws-software-engineering.pdf#page=2&selection=6,0,6,53&color=yellow|20-laws-software-engineering, p.2]]
> > In particular, we will talk about the following laws:
>
> ![[Pasted image 20260624145412.png]]
![[Pasted image 20260624145432.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -0,0 +1,33 @@
---
pdf:
- "[[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf]]"
date started: 2026-06-17
date finished:
type:
done:
---
# Effects of insufficient sleep on circadian rhythmicity: Notes
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=32,13,32,17|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > SEM
>
> SEM stands for Standard Error of the Mean, which is a statistical measure that estimates the accuracy with which a sample mean represents the population mean. It is calculated by dividing the standard deviation (SD) of the sample by the square root of the sample size (n). SEM provides insight into how much variability there is in the sample mean and is often used to create confidence intervals around the mean. A smaller SEM indicates that the sample mean is likely to be closer to the true population mean, while a larger SEM suggests more variability and less precision in the estimate.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=33,12,33,16|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > RNA
>
> RNA stands for Ribonucleic Acid, which is a molecule essential for various biological roles, including coding, decoding, regulation, and expression of genes. RNA is typically single-stranded and is involved in the synthesis of proteins through the processes of transcription and translation. It serves as a messenger carrying instructions from DNA for controlling the synthesis of proteins, although some RNA molecules have catalytic and regulatory functions as well.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=38,36,38,50|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > Transcriptome
>
> Transcriptome refers to the complete set of RNA transcripts produced by the genome under specific circumstances or in a specific cell. It includes all types of RNA, such as messenger RNA (mRNA), ribosomal RNA (rRNA), transfer RNA (tRNA), and non-coding RNAs. The transcriptome provides insights into gene expression patterns, cellular functions, and responses to environmental changes, making it a crucial area of study in genomics and molecular biology.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=118,0,121,1|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > epidemiological studies
>
> Epidemiological studies are research investigations that study the distribution and determinants of health-related states or events in specific populations. These studies aim to identify risk factors for diseases, understand patterns of health and illness, and inform public health interventions. Epidemiological research can be observational (such as cohort, case-control, and cross-sectional studies) or experimental (such as randomized controlled trials), and it often involves analyzing data from large groups of people to draw conclusions about health trends and causes of disease.
> [!PDF|] [[Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome.pdf#page=1&selection=177,26,179,62|Effects of insufficient sleep on circadian rhythmicity and expression amplitude of the human blood transcriptome, p.1]]
> > In fact, the liver transcriptome is affected to a larger extent by sleep loss than the brain transcriptome
>
>

View File

@@ -2,6 +2,10 @@
pdf: "[[Every Senior Engineer I Respect Has Read These Books (Have You_) _ by The Latency Gambler _ Mar, 2026 _ Medium.pdf]]"
type: pdf-notes
done: true
date started: 2026-06-15
date finished: 2026-06-15
note type:
- dev-articles
---
# Every Senior Engineer has read these books Notes:

View File

@@ -5,6 +5,8 @@ date started: 2026-06-03
date finished: 2026-06-03
type: pdf-notes
done: true
note type:
- dev-articles
---
# Software Quality: Notes

0
Articles/Substack Articles.md Normal file → Executable file
View File