#zsh
nano ~/.zshenv
nano ~/.zshenv
echo "Welcome Back $USER 🔥🔥🔥"
echo "To customize initialization run: nano ~/.zshenv"
echo "Would You like to run Jupyter? Yes/ No (Default: No)"
read -t 3 answer
if [ "$answer" = 'yes' ] || [ "$answer" = 'y' ]; then
terminal -e
echo "starting Jupyter 🪐"
export PATH="/usr/local/anaconda3/bin:$PATH"
jupyter notebook
;
fi
echo "Console Started ✅"
sleep 2
clear
Forwarded from Amir
YouTube
Legit or Fake Guru: Dan Lok
Disclaimer: Everything in this video is my opinion
Stay until the end where I provide a score for Dan Lok and if he can be considered authentic or charlatan. This is the first episode of Exposing Internet Marketers for my Authentic or Charlatan series.…
Stay until the end where I provide a score for Dan Lok and if he can be considered authentic or charlatan. This is the first episode of Exposing Internet Marketers for my Authentic or Charlatan series.…
Devs
https://blog.icons8.com/articles/user-testing/
YouTube
Discount Usability 30 Years
For 30 years, the recommendations have remained the same for improving usability in a UX design project on a tight budget: simplified user testing with 5 users, early test of paper prototypes, and heuristic evaluation. (For more information, see https://…
Insisting on complex user testing makes it too costly for companies to adopt it; that is why the notion of discount user testing can be useful to get early feedback.