diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
| commit | be60a99b427940d69da9613a63aa9f9e6367b658 (patch) | |
| tree | cbb0bd518c4334bf44408639fcb009b9dae97b40 /content/_index.md | |
| parent | 3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 (diff) | |
| download | samanthony.xyz-be60a99b427940d69da9613a63aa9f9e6367b658.zip | |
home page: rewrite in md
Diffstat (limited to 'content/_index.md')
| -rw-r--r-- | content/_index.md | 39 |
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/) | + + + +| 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.| |