diff --git a/posts/all-projects.md b/posts/all-projects.md index 9b8044a..8036c15 100644 --- a/posts/all-projects.md +++ b/posts/all-projects.md @@ -70,8 +70,8 @@ layover in statically set hubs but didn’t factor in Bus direction.

checked into the version control system that output is a build artifact, something which should be generated on/pre startup or something which should be generated on demand. -
  • Barring genuinely hard problems the first unit (probably week) of -work on a project should be scoped to whatever the MVP is.
  • +
  • Barring genuinely hard problems the first unit (most of the time a +week) of work on a project should be scoped to whatever the MVP is.
  • If I’m working in a team which I want to get things done and nobody has taken charge by the end of the first unit of work I need to take charge.
  • @@ -126,10 +126,9 @@ to email being annoying and deciding that comments didn’t add much.

    If I remember correctly this was intended to use HTMX to minimize the need for page reloads without needing a bunch of javascript.

    What was learned

    -

    At the time besides probably realizing that I should’ve had the -service use an SMTP connection instead of some specific API and with -hindsight that I should’ve used sqlite rather than PostgreSQL for that -project.

    +

    At the time besides realizing that I should’ve had the service use an +SMTP connection instead of some specific API and with hindsight that I +should’ve used sqlite rather than PostgreSQL for that project.

    Raft implemention in C++

    @@ -149,7 +148,7 @@ other to do this.

    Notably each computer doesn’t just change variables willy nilly, instead they keep a log of everything that’s happened and using that log figure out what the current state of things is.

    -

    In the Bank analogy this log would probably contain things like.

    +

    In the Bank analogy this log would contain things like.

    Fraction Generator

    @@ -278,12 +277,11 @@ hackathon. If I remember correctly it was a git hook which read a config file to figure out which docker container(s) to run. I also had time to build a not great looking web ui for it.

    What was learned

    -

    This is probably one of the earlier instances of me working on -something with a very tight deadline where I found that constraint made -me worke more effieciently than I normally do. This takeaway is -something which I don’t think I’ve fully internalized yet but it is -something I will occasionally stumble into under the right -circumstances.

    +

    This is one of the earlier instances of me working on something with +a very tight deadline where I found that constraint made me worke more +effieciently than I normally do. This takeaway is something which I +don’t think I’ve fully internalized yet but it is something I will +occasionally stumble into under the right circumstances.

    Small echo