1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add selected projects to "About" page

This commit is contained in:
Rohan Kumar 2021-02-03 15:33:52 -08:00
parent bc667feec6
commit b9d9241f3b
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 31 additions and 0 deletions

View file

@ -41,6 +41,24 @@ If you find a "Seirdy" somewhere else and don't know whether or not it's me, ple
My preferred forge for personal projects is Sourcehut, but my repositories have remotes for GitHub and GitLab too.
## Selected projects
### Clogstats
=> https://sr.ht/~seirdy/clogstats/ Code forge
Analyze WeeChat logs to quantify, graph, forecast, and perform anomaly-detection on IRC channel activity. Written in Python; uses Pandas.
### MOAC
=> https://sr.ht/~seirdy/MOAC/ Code forge
Analyze password strength given physical limits to computing. Based on a weblog/gemlog entry:
=> gemini://seirdy.one/2021/01/12/password-strength.gmi Becoming physically immune to brute-force attacks
Written in Go; uses zxcvbn-go. Currently in very early development.
## Interests, preferences, et cetera
I ought to come up with more interests than these, but that sounds hard.

View file

@ -37,6 +37,19 @@ If you find a "Seirdy" somewhere else and don't know whether or not it's me, ple
My preferred forge for personal projects is Sourcehut, but my repositories have remotes for GitHub and GitLab too.
Selected projects
-----------------
### [Clogstats](https://sr.ht/~seirdy/clogstats/)
Analyze WeeChat logs to quantify, graph, forecast, and perform anomaly-detection on IRC channel activity. Written in Python; uses Pandas.
### [MOAC](https://sr.ht/~seirdy/MOAC/)
Analyze password strength given physical limits to computing. Based on a weblog/gemlog entry: [Becoming physically immune to brute-force attacks](https://seirdy.one/2021/01/12/password-strength.html).
Written in Go; uses zxcvbn-go. Currently in very early development.
Interests, preferences, et cetera
---------------------------------