summaryrefslogtreecommitdiffstats
path: root/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/_index.md')
-rw-r--r--content/_index.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..3dba320
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,39 @@
+---
+title: ""
+date: 2025-12-23T17:12:55-03:30
+draft: false
+---
+
+
+# About
+
+| Personal information | |
+| --- | --- |
+| Name | Sam Anthony |
+| Occupation | Computer programmer |
+| Location | Newfoundland, Canada |
+| Education | Bachelor of computer science, [Concordia University](https://www.concordia.ca/), 2026 |
+| Previous employers | [C-CORE](https://c-core.ca/)<br>[WheelTec](https://wheeltec.ca/) |
+
+![Headshot](img/headshot.jpg)
+
+| Contact | |
+| --- | --- |
+| Email | [sam@samanthony.xyz](mailto:sam@samanthony.xyz) |
+| Phone | +1 (709) 746 7582 |
+| LinkedIn | [sam-anthony-4746252b5](https://www.linkedin.com/in/sam-anthony-4746252b5) |
+
+| Design philosophy | |
+| --- | --- |
+|[Simplicity, clarity, generality.](https://www.cs.princeton.edu/~bwk/tpop.webpage/)|
+|[Frugality](https://suckless.org/philosophy/). [Less is more](https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html).|
+|[Consistency, coherence, conceptual integrity.](https://archive.org/details/MythicalManMonth/page/n53/mode/2up)|
+|[Timelessness. Ignore design trends.](https://usgraphics.com/)|
+|Transparency. Don't hide the innards; make them beautiful.|
+|Respect the user, don't infantilize them.|
+|Readability. Code is documentation (but not a substitute for it).|
+|[Design top-down, build and test bottom-up.](https://archive.org/details/MythicalManMonth/page/n153/mode/2up)|
+|Reliability. Consummate design and rigorous testing.|
+|Performance and [minimal memory footprint](https://archive.org/details/MythicalManMonth/page/n109/mode/2up).|
+|Maintainability. Programs outlive people and computers.|
+|Incremental development. Software is [grown](https://www.cs.dartmouth.edu/~cs50/Reading/NoSilverBullet.pdf), not built.|