Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Port Flow

test test test

My portfolio site! The primary use is a static site where my blogs are stored.

## Technologies
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blogs/great-internal-processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publishDate: "February 5th, 2026"

At any company, you’ll end up having to have jobs that “keep the lights on”. This is common and to be expected. Much the same as when you own a home, someone’s gotta do the dishes.

There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing agency to do them.
There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing level of agency to do them.

When you give someone the responsibility to “run XYZ meeting”, “keep the dishes done”, “Check in on XYZ employees”, or “Know what people are working on”, but then force them to work in a strict way, do routine check-ins and micromanaging, you’re creating a dysfunction that leads to work being done slower, and people being less and less happy.

Expand Down
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Icon } from "astro-icon/components";
At any company, you’ll end up having to have jobs that “keep the lights on”. This is common and to be expected. Much the same as when you own a home, someone’s gotta do the dishes.
</p>
<p>
There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing agency to do them.
There is a common dysfunction that occurs in companies though, which doesn’t usually happen at home. People end up getting an ever-growing set of responsibilities, without an equivalently growing level of agency to do them.
</p>
</BlogCard>

Expand Down Expand Up @@ -205,6 +205,8 @@ import { Icon } from "astro-icon/components";
.blogCardContainer {
padding-bottom: 5rem;
padding-top:5rem;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
flex-direction: column;
gap: 3rem;
Expand Down