Alessio Frateily
@alessiofrateily
527
10.13k
6.24k
chain.link/education/web3
Jul 11, 2023
4
www.viewsaremyown.social/p/marketing-funnel
Jul 9, 2023
5
blog.tally.xyz/governance-legos-6559f2234a3a
Jul 7, 2023
17
www.studiogaeta.com/it/dettaglio_news.aspx?iddettaglio=461&myband=1
Jul 3, 2023
31
www.studiogaeta.com/it/dettaglio_news.aspx?iddettaglio=455&myband=1
Jul 3, 2023
12
www.studiogaeta.com/it/dettaglio_news.aspx?iddettaglio=450&myband=1
Jul 3, 2023
19
medium.com/future-literacy/autonomous-self-fe2dfa755b74
Jul 3, 2023
7
ftw.usatoday.com/2020/05/novak-djokovic-psuedoscience-babble
Jul 3, 2023
5
medium.com/future-literacy/one-meal-23-hr-fast-100-nutrition-18187a2f5b
Jul 3, 2023
1
buffer.com/resources/people-dont-buy-products-they-buy-better-versions-of-themselves/
Jun 12, 2023
4
www.nfx.com/post/network-effects-bible
Jun 11, 2023
66
a16zcrypto.com/posts/article/considerations-for-regulating-cryptonetworks/
Jun 10, 2023
2
www.notboring.co/p/the-dao-of-daos
Jun 9, 2023
129
www.coindesk.com/business/2021/03/04/nfts-daos-and-the-new-creator-economy/
Jun 9, 2023
15
www.placeholder.vc/blog/2019/10/6/protocols-as-minimally-extractive-coordinators
Jun 9, 2023
11
www.theatlantic.com/technology/archive/2023/02/home-printer-digital-rights-management-hp-instant-ink-subscription/672913/
Jun 6, 2023
16
medium.com/@EqualVentures/companies-build-capabilities-before-they-build-moats-d331bb167a2b
May 28, 2023
10
medium.com/@EqualVentures/what-is-a-moat-and-why-does-it-matter-a5252ba39b08
May 28, 2023
3
www.semianalysis.com/p/google-we-have-no-moat-and-neither
May 26, 2023
5
bootcamp.uxdesign.cc/training-gpt-4-to-be-a-midjourney-prompt-expert-in-a-specific-theme-a9a6e21cb23c
May 22, 2023
5
medium.com/mlearning-ai/10-things-you-can-do-with-chatgpt-as-a-machine-learning-engineer-to-make-your-work-more-efficient-ba7814a44f56
May 22, 2023
13
medium.com/mlearning-ai/an-advanced-guide-to-writing-prompts-for-midjourney-text-to-image-aa12a1e33b6
May 21, 2023
5
cryptonomist.ch/2023/03/18/trading-system-bias-intraday-ethereum/
May 20, 2023
7
ungeracademy.com/blog/intraday-bias-strategy-for-eth-better-than-buy-and-hold
May 20, 2023
6
ungeracademy.com/it/posts/sistemi-bias-come-sfruttare-la-stagionalita-dei-mercati-finanziari
May 19, 2023
15
ekinvesting.com/il-bias-nel-trading-ecco-perche-devi-conoscerlo-nel-modo-giusto-se-non-vuoi-commettere-errori-molto-costosi/
May 19, 2023
3
emaggiori.com/employed-in-tech-for-years-but-almost-never-worked/
May 19, 2023
3
www.bitget.com/en/academy/article-details/How-to-Trade-Crypto-Responsibly
May 17, 2023
22
www.freecodecamp.org/news/how-to-use-github-copilot-with-visual-studio-code/
May 15, 2023
2
www.codecademy.com/article/spaced-repetition
May 15, 2023
14
medium.com/rareskills/blockchain-job-tier-list-dd4775cf4bfe
Apr 22, 2023
13
medium.com/rareskills/mastering-solidity-master-the-computer-science-fundamentals-first-f135946c7fde
Apr 22, 2023
761
medium.com/rareskills/the-blockchain-developer-shortage-is-not-real-e08b4296421
Apr 22, 2023
24
fortelabs.com/blog/the-inner-game-of-work-focus-desire-and-working-free/
Apr 19, 2023
7
fortelabs.com/blog/strategically-constrained-how-to-turn-limitations-into-opportunities/
Apr 18, 2023
49
fortelabs.com/blog/the-4-levels-of-personal-knowledge-management/
Apr 18, 2023
34
blog.samaltman.com/how-to-be-successful
Apr 18, 2023
117
www.paulgraham.com/disagree.html
Apr 16, 2023
42
fs.blog/map-and-territory/
Apr 16, 2023
3
www.bogleheads.org/forum/rules
Apr 16, 2023
2
1️⃣ Explain Machine Learning algorithms in simple words
quick recap of what an algorithm does/how it works, ask ChatGPT to do it for you
2️⃣ Help you debug some complex error messages in your machine learning code .
head over to stackoverflow to find even more obscure explanations ? Not anymore
3️⃣ Get a starter code generated for simple tasks/ functions ( And also code completion / autocompletion )
write an ML code for building an image classifier using PyTorch on the MNIST dataset .
4️⃣ Refactor your code.
Make some good looking code by just pasting it in the chat box and ask the AI to do it for you!
5️⃣Convert equation to latex code
write a technical paper and chances are, you need to convert your equations into Latex code
6️⃣ Identify and fix common coding errors and bugs.
Struggling with some logical errors in your code ? Or just don't want to spend time debugging a short piece of code ? Think AI !
7️⃣Comment your code / Create documentation