You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 9 месеци
пре 9 месеци
пре 8 месеци
1234567891011121314151617181920212223242526272829303132
  1. # talk-end-of-procrastination
  2. The End of Procrastination - a personal experience
  3. ## Build & Run
  4. ```
  5. npm install
  6. npm start
  7. ```
  8. Open [localhost:8000](http://localhost:8000) in your browser.
  9. ## Credits
  10. This presentation was prepared using the following resources:
  11. ### Books
  12. - [The End of Procrastination](https://procrastination.com/book), Petr Ludwig
  13. - Grit: The Power of Passion and Perseverance, Angela Duckworth
  14. - Flourish: A Visionary New Understanding of Happiness and Well-being, Martin Seligman
  15. - Focus: A Simplicity Manifesto in the Age of Distraction, Leo Babauta
  16. - Leaders Eat Last, Simon Sinek
  17. ### Stable Diffusion
  18. Illustration images generated locally on my GPU using SD 2.0
  19. ### Pathfinding Visualizer
  20. Adapted from [github.com/honzaap/Pathfinding](https://github.com/honzaap/Pathfinding)
  21. ### Built using Reveal.JS
  22. reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/).