mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add selected projects to "About" page
This commit is contained in:
parent
bc667feec6
commit
b9d9241f3b
2 changed files with 31 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue