Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francisrstokes/githublog
I'm sick of complex blogging solutions, so markdown files in a git repo it is
https://github.com/francisrstokes/githublog
Last synced: 14 days ago
JSON representation
I'm sick of complex blogging solutions, so markdown files in a git repo it is
- Host: GitHub
- URL: https://github.com/francisrstokes/githublog
- Owner: francisrstokes
- Created: 2021-12-17T21:42:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T18:19:49.000Z (5 months ago)
- Last Synced: 2024-08-10T19:17:11.155Z (3 months ago)
- Language: TypeScript
- Size: 20.5 MB
- Stars: 594
- Watchers: 21
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Worlds Simplest Blog
Hi, I'm Francis Stokes 👋 I'm sick of complex blogging solutions, so markdown files in a git repo it is.
## RSS Feed
[An RSS feed for this blog is available.](https://raw.githubusercontent.com/francisrstokes/githublog/main/feed.xml)
The [feed generator is bespoke](./feed-builder/index.ts), and why you might argue that such a feature is adding complex to something that's meant to be simple, my response would be: *whatever* 🤷♂️
## Articles
- [Everything I Know About The Fast Inverse Square Root Algorithm](./2024/5/29/fast-inverse-sqrt.md) [29/5/2024]
- [Why the CORDIC algorithm lives rent-free in my head](./2024/5/10/cordic.md) [10/5/2024]
- [Building A Jank UART to USB Cable From Scavenged Parts](./2023/3/1/building-a-jank-uart-cable-from-scavenged-parts.md) [3/1/2023]
- [Rolling your own crypto: Everything you need to build AES from scratch (and then never use it for anything of consequence)](./2022/6/15/rolling-your-own-crypto-aes.md) [15/06/2022]
- [Notes on a lateral career move](./2022/4/29/notes-on-a-lateral-career-move.md) [29/04/2022]
- [Doing more than one thing at once](./2021/12/14/doing-more-than-one-thing.md) [14/12/2021]