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. -If I remember correctly this was intended to use HTMX to minimize the need for page reloads without needing a bunch of javascript.
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.
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.
I won’t go into detail but I did not finish everything needed for -this assignment. The simple lesson which I will undoubtedly need to -relearn over and over again is that I shouldn’t procrastinate, things -can be harder/take longer than expected.
+I shouldn’t procrastinate. +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.