Alessio Frateily
@alessiofrateily
563
11.31k
6.58k
garyvaynerchuk.com/how-to-build-your-childs-self-esteem/
Apr 13, 2023
6
fortelabs.com/blog/basboverview/
Apr 12, 2023
47
fs.blog/tradeoffs-decision-making/
Apr 8, 2023
2
fs.blog/survivorship-bias/
Apr 8, 2023
1
fs.blog/performance-reviews-kill-culture/
Apr 8, 2023
14
retireinprogress.com/my-story-chapter-9b-hooli-dark-side-of-a-dream-job/
Apr 8, 2023
9
retireinprogress.com/my-story-chapter-9c-hooli-inevitable-corporate-bs/
Apr 8, 2023
3
retireinprogress.com/how-i-track-my-finances-using-spreadsheets-part-1-why-and-what/
Apr 7, 2023
3
retireinprogress.com/nw/
Apr 7, 2023
5
yourmoneyoryourlife.com/book-summary/
Apr 7, 2023
1
fortelabs.com/blog/para/
Apr 5, 2023
24
fortelabs.com/blog/how-to-build-your-personal-productivity-stack/
Apr 5, 2023
18
ethereum.foundation/infinitegarden
Mar 31, 2023
3
retireinprogress.com/biweekly-learning-journal-4-14-09-2020/
Mar 28, 2023
2
retireinprogress.com/deep-work/
Mar 28, 2023
3
blog.matter-labs.io/open-source-is-freedom-8b1b914daa98
Mar 24, 2023
10
ofdollarsanddata.com/just-keep-buying/
Mar 13, 2023
6
ofdollarsanddata.com/income-producing-assets/
Mar 11, 2023
15
www.kkr.com/global-perspectives/publications/wisdom-compounding-capital
Mar 11, 2023
1
dariusforoux.medium.com/save-20-hours-a-week-by-removing-these-4-useless-things-in-your-life-c0d831b09a3a
Mar 6, 2023
20
notion.moontowermeta.com/teach-a-kid-binary-and-other-non-base-10-number-systems
Mar 5, 2023
14
dariusforoux.com/waste-years/
Feb 27, 2023
4
www.csabakissi.com/blog/learn-javascript-with-chatgpt/
Feb 22, 2023
42
historyplex.com/list-of-adinkra-symbols-their-meanings
Feb 20, 2023
7
blog.hubspot.com/marketing/two-simple-frameworks-thatll-make-you-a-better-storyteller-in-business-and-in-life
Feb 15, 2023
18
blog.hubspot.com/marketing/storytelling
Feb 15, 2023
5
www.wired.it/article/accumulare-libri-senza-leggerli-spiegazione-tsundoku/
Feb 12, 2023
20
samueljwoods.com/30-principles-pre-suasion-robert-cialdini-conversions/
Feb 8, 2023
68
www.freecodecamp.org/news/how-to-set-smart-goals-you-can-achieve/
Feb 5, 2023
25
medium.com/accelerated-intelligence/thomas-edison-salvador-dali-and-a-navy-seal-all-follow-the-20-rule-427eb55c9b3c
Feb 1, 2023
25
azlibdar.hashnode.dev/a-complete-git-github-tutorial-beginners
Feb 1, 2023
26
hbr.org/2014/01/how-netflix-reinvented-hr
Jan 28, 2023
9
moulshree.medium.com/stoicism-the-best-mind-hack-to-change-your-life-it-changed-mine-7a0be2cd21b0
Jan 26, 2023
31
www.swyx.io/create-luck/
Jan 25, 2023
21
jamesclear.com/saying-no
Jan 23, 2023
21
www.swyx.io/learn-in-public/
Jan 22, 2023
5
nickwignall.com/do-we-really-want-the-things-we-say-we-want/
Jan 21, 2023
2
themindcollection.com/how-to-ask-good-questions/
Jan 18, 2023
5
sive.rs/plaintext
Jan 17, 2023
19
medium.com/swlh/dont-just-set-goals-build-systems-8158ac541df
Jan 17, 2023
27
Start with a math puzzle from Martin Gardner’s Entertaining Mathematical Puzzles:
THE SILVER BAR
bar of pure silver, 31 inches long,
cut the bar into smaller pieces
give the lady an inch of the bar
on each succeeding day he would add another inch to her amount of silver
keep this silver as security
prospector expected to be able to pay his rent in full, she would return the pieces to him
March has 31 days
cut it into 31 sections, each an inch long
prospector wished to carry out his agreement with the fewest possible number of pieces
determine the smallest number of pieces into which the prospector needs to cut his silver bar
Pick a 4-digit number and break it down in base 10 (highlight how many symbols were available to us and how in base 10 the highest symbol is 9 and in base-5 the highest symbol is 4)
Then we do the same thing in binary ie base-2. Break down the number “44”
Represent “44” in base-6
Represent the current year in base 5
Show how you can represent any number up to 63 on one hand in binary
Spell their name in binary using a cipher (ie A = 1, B = 2…Z = 26)
Bridge this to ASCII so they understand that physical inputs like a keyboard stroke is converted to binary which a processor can understand! Computers do calculations in binary because electrical signals on a chip are either on or off. So representing numbers can be thought of like a morse code of “on”/”off” at light speed or something.