From be60a99b427940d69da9613a63aa9f9e6367b658 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 26 Jun 2026 13:49:46 -0230 Subject: home page: rewrite in md --- content/_index.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/_index.md (limited to 'content/_index.md') 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/)
[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.| -- cgit v1.2.3