Skip to content

Instantly share code, notes, and snippets.

View longrackslabs's full-sized avatar
💭
Learning python...

George Peden longrackslabs

💭
Learning python...
  • Portland, Oregon, USA
View GitHub Profile
@longrackslabs
longrackslabs / linux_setup.md
Last active December 5, 2022 06:13
Linux VM install & dev env setup
  1. Update VMWare Fusion
  2. Download Linux Mint MATE .iso
  3. Create new VM from ISO: 4 processors, 40+ GB hard drive
  4. Basic OS Setups
    1. Install multimedia codecs
    2. Encrypt home drive folders
    3. Standard password
    4. Restart
  5. Install Google Chrome

Steve Jobs' last words He died a billionaire at 56yrs of Pancreatic Cancer and here are his last words on the sick bed:

"I reached the pinnacle of success in the business world. In others’ eyes my life is an epitome of success.

However, aside from work, I have little joy. In the end, wealth is only a fact of life that I am accustomed to.

At this moment, lying on the sick bed and recalling my whole life, I realize that all the recognition and

wealth that I took so much pride in, have paled and become meaningless in the face of impending death.

Hi,

Due to high workload and client commitments, I am currently checking and responding to e-mail three times daily at 8AM, 12PM and 4:00 PM Pacific time.

If you require urgent help that cannot wait, please contact me via IM (MS Teams, iMessage, SMS), phone, or schedule time in my diary.
 My US mobile # is: +1 503.349.4247

Thank you for understanding this move to more focused efficiency and effectiveness. It helps me accomplish more to serve you and our customers better.

Feel free to use this auto-responder yourself, and any of my other personal policies.

@longrackslabs
longrackslabs / Code of Conduct.md
Created March 28, 2018 06:09 — forked from Integralist/Code of Conduct.md
Code of Conduct (Template)

Code of Conduct

A code of conduct is a set of rules outlining the social norms and rules and responsibilities of, or proper practices for, an individual, party or organization

Sumary

The {NAME} is dedicated to providing a harassment-free working environment for all, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of any form. All communication should be appropriate for a professional audience including people of many different backgrounds.

Sexual language and imagery is not appropriate for any communication and/or talks. Be kind and do not insult or put down others. Behave professionally. Remember that harassment and sexist, racist, or exclusionary jokes are not appropriate for {NAME}. Staff violating these rules should be reported to an appropriate line manager.

  • WHAT NEW BELIEF, BEHAVIORS, OR HABITS, ADOPTED WITHIN THE LAST 5 YEARS, HAVE MOST POSITIVELY IMPACTED YOUR LIFE?
  • PURCHASES OF LESS THAN $100 THAT HAVE MOST IMPROVED YOUR LIFE?
  • WHAT DO YOU DO WHEN YOU FEEL UNFOCUSED OR OVERWHELMED?
  • WHAT IS YOUR FAVORITE FAILURE?
  • WHAT IS ONE OF THE MOST WORTHWHILE INVESTMENTS YOU’VE EVER MADE?
  • WHAT ARE SOME UNUSUAL HABITS YOU HAVE?

Do The Job

  • Scrum Master
    • Agile Scrum Ceremonies
    • Sprint Planning
    • Sprint Review
    • Daily Standup
    • Backlog Refinement / Grooming
    • Defend the team
  • Product Owner (proxy)
  • Story Mapping / Story Writing workshops
@longrackslabs
longrackslabs / rebase.txt
Last active August 4, 2017 10:28
rebase
1) `git checkout master`
2) `git pull origin master`
3) `git checkout <your branch>`
4) `git rebase master`
5) edit the file that conflicts, make it look right, remove all ==== and <<<<< and >>>>> that the conflict tool inserts.
6) `git add <file>`
7) `git rebase --continue`
8) repeat 5-7 until complete
9) `git push origin <your branch> --force`
  • Safe & Secure: secure building, gated neighborhood, concierge, security, etc. This is our primary concern. We stayed in a basement flat (Airbnb) in Holland Park area over Christmas with a door directly to the street we did not feel very safe. No basement flats.
  • Natural Light & bright: Coming from a similar gray and rainy northern climate in Portland, Oregon we are familiar with SAD, etc. No basement flats please.
  • Modern & Nice: Not exactly sure how to define this, but we know it when we see it. A nice kitchen and common area (family room in US-speak) are important. We aren’t expecting a 6-star flat, but no dumps either, we aren’t fresh out of college J. At home we spend most of our time together in the kitchen, so that is probably our most important room.
  • 3 bedrooms: We are a family of 5. Cheri and I need a room, our youngest son Jackson is 16 years old and will be spending the year with us in 11th grade. He will need a bedroom. Our older kids are in university but will be staying with us over

Feature:

As a

I want

So that