X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=_data%2Fpersonal-projects.yml;fp=_data%2Fpersonal-projects.yml;h=251ceb563a05c5609e7684bdedd66c95c63d5c6b;hb=7d05bc31df7579040af812d878a8553309a94799;hp=298cab790645b299228be912d8ed1d8c0b76923e;hpb=b704b0530da0a02611622448211ba86ffd9fc5ba;p=disinclined.org.git diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml index 298cab7..251ceb5 100644 --- a/_data/personal-projects.yml +++ b/_data/personal-projects.yml @@ -10,7 +10,7 @@ - name: dylansserver description: | - The initial instance of this server, which once ran it's namesake virtual domain as a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups. + The initial instance of this server, which once ran it's namesake virtual domain on a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups. - name: simpletimingattack description: | This program implements a simple timing attack. It measures the execution time of a target program over a number of iterations, rotating through a character set and appending the fastest (or slowest) character to the result.