Skip to content

Feedback #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: feedback
Choose a base branch
from
Open
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
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Git Practice
A simple project to practice a few git/github workflows. Replace the contents of this file with the contents indicated in the [instructions](./instructions.md).
A simple project to practice a few git/github workflows. Replace the contents of this file with the contents indicated in the [instructions](./instructions.md).

## Getting The Most Out Of Your Existing Software Infrastructure

**Link:** https://www.forbes.com/sites/forbestechcouncil/2023/02/02/getting-the-most-out-of-your-existing-software-infrastructure/?sh=6d0b0cc567ae

Some people would like to chase the latest version of every software they use, from Operating Systems, audio players, to Photoshops and even drives. But it is worth taking a look at your existing systems before making a lot of changes. This piece goes through a series of steps you could use to get the most value out of your current systems.


## Robert Zheng Response
The advice seems to line up with the Modern tendency to distribute work onto multiple systems rather than relying on a singular central machine to handle everyhting, offloading work onto google drive sounds similar to ideas of Distributed processing or storing like Hadoop.


## Danica Jin Response
I agree with the opinion that some people "chase the latest version", but at the same time there's also inertia to make clients keep using the prior system with old habits, and then it will lead to extensions of the period of usage. Thus, we may consider integrating the latest tools into the system we already have to update it instead of replacing it.