Issue 013 -- Think and Grow Rich
A picture I took at the Forbidden City before, with a very blue sky.
This weekly publication is open source, documenting what I see and hear each week, mainly focusing on front-end development, AI, independent development, open-source tools, etc. It is published every Saturday/weekend. Contributions are welcome, and I look forward to your follow/subscribe~
>> Topics to Discuss
Think and Grow Rich
This week I read the book “Think and Grow Rich”, and here’s a quote image:
Below is a recommendation written by someone else for this book:
In life, one should connect with positive people and think about positive things. Although no one can avoid encountering bad people and bad situations, we still need to learn to think about beautiful things and deliberately seek out those who can influence us, making us think and act for ourselves, and associate with them. They will not only not disappoint us but will also fill our minds with good people, good deeds, and beautiful dreams. Because belief is the main catalyst for thought. When belief and thought waves combine, the subconscious immediately receives the shock wave of their combination and transforms it into products equivalent to spirit, thus generating infinite wisdom. For instance, when we often think about how to become wealthy, the information our minds receive may contain many tips for wealth creation.
Capital does not simply refer to money; it more often refers to well-organized, intellectually superior groups whose members are adept at devising effective plans and methods for utilizing money for public and self-interest.
The only thing a person can absolutely control is their own thoughts. This is the most meaningful and inspiring aspect of all known matters to humanity, reflecting the sacred privilege that humans enjoy. This sacred privilege is the only way to control one’s destiny. If one cannot master their own thoughts, they certainly cannot control anything else.
Thought control is the result of self-discipline and habits. If we do not control our thoughts, they will control us in return. The two are uncompromising. The most practical way to control thoughts is to keep them busy, focusing on implementing action plans towards established goals.
Life is like a game of chess, and the opponent is time! If we are indecisive or negligent in changing our strategies, our pieces will be consumed by time, as time will not tolerate any hesitation.
This book, “Think and Grow Rich,” is a culmination of 25 years of work by Napoleon Hill, who interviewed over 500 business and political leaders and summarized a complete set of secrets to wealth and philosophy of success. It has guided countless ordinary people to practice the principles and laws in the book and achieve great success, turning many into millionaires. It is worth reading!
In summary, I've read it once so far (the book suggests reading it more than three times), and the reading process allows one to re-recognize oneself. For example, it discusses the role of belief, the intensity of desire, the powerful forces of sex and love, even extending to the concept of marriage, as well as the role of the subconscious, and so on. This feeling is quite pleasant.
The outline of the book is as follows:
- Desire: The starting point of all achievements
- Desire: Imagine success and believe in the realization of dreams
- Self-suggestion: A medium influencing the subconscious
- Specialized knowledge: Personal experience and insights
- Imagination: The factory of human wisdom
- Organized planning: The specific process of turning desire into action
- Decision: Overcoming the bad habits of procrastination and laziness
- Persistence: The unwavering belief in success
- The power of the mastermind: The principle of achieving more with less effort
- The mystery of transforming physiological desires: The law of mind-body balance
- Subconscious thinking: The path to infinite wisdom
- The brain: The broadcasting and receiving station of thought
- The sixth sense: The gateway to wisdom
As for the ideas in it, most are quite classic and have been seen in various places to some extent, but this book presents them in a way that is more convincing, perhaps because it provides numerous examples.
>> Must Read
Rspack 1.0 Official Release
Rspack is a next-generation JavaScript bundler written in Rust, compatible with the webpack API and ecosystem, and offers 10 times the build performance of webpack.
New features include:
- Extreme performance
- Better compatibility
- Smaller package size
- Supports Module Federation 2.0
- Stable API and new official website
Other blogs: Moonvy - A Complete Upgrade in Development Experience, Migrating from Vite to Rspack
Telegram Arrested by French Authorities
I won’t elaborate on this, but I want to mention a recent blog I read - Is Telegram Really an Encrypted App?, key point:
Telegram does not have end-to-end encryption enabled by default; users need to manually activate the "Secret Chat" feature, which is only applicable to one-on-one conversations. The author points out that this means most Telegram conversations, including all group chats, could potentially be viewed by Telegram's servers.
Notion to Delete Data of Russian Users
On September 9, Notion will delete all data of Russian users due to new U.S. sanctions.
So now I prefer to manage my own data:
- Local first
- Self-hosted open-source repositories
- Can export in universal formats ### V0 Now Supports Vue Code
>> Useful Tools
Anthropic's Repository of Tutorials on Large Models
Includes:
- Basic Course on Anthropic API
- Interactive Prompt Engineering Tutorial
- Real-World Prompt Course (Learning how to integrate prompt techniques into complex real-world prompts)
- Tool Usage Course
(Using Jupyter Notebook, allows for learning while running, a great way to learn)
Website with 100,000 Copyright-Free Images from Art Museums/Public Libraries
The site is well-designed, allowing you to drag images up and down, left and right, supports keyword search, and one-click download...
Claude System Prompts
Self-Hosted Docker Log Real-Time Monitoring
A web page for real-time monitoring of Docker logs that can be self-hosted.
Advantages:
- Intelligent fuzzy search for container names 🤖
- Use regular expressions to search logs 🔦
- Low memory usage 🏎
- Split-screen view of multiple logs
- Real-time statistics, including memory and CPU usage
- Multi-user authentication, supports proxy forwarding authorization 🚨
- Cluster mode support 🐳
- Proxy mode for monitoring multiple Docker hosts 🕵️♂️
- Dark mode 🌙
(It does not store any log files. It is only used for real-time monitoring of your container logs)
Navigation Site with 1500 Design Resources
Command Line Task List Management Tool
A command line task management tool called Taskwarrior.
As a programmer who deals with the command line every day, using this to manage TODOs is also a good choice.
(However, it has a fatal flaw: no cross-device synchronization)
Collection of Free APIs
A total of about two hundred free APIs covering various fields, supporting classification filtering, searching, and ensuring API availability.
2.5D Icon Library
Handwritten Signature
Self-Hosted Vercel Alternative
An open-source, self-hosted alternative to Heroku / Netlify / Vercel.
Over 30K stars on GitHub.
Anyquery
Use SQL to query anything (JSON, CSV, GitHub, Notion, Airtable, etc.)
>> Interesting Finds
Git Pull vs Git Push
Taking Over Old Project Code:
>> Worth Reading
Insights on Self-Media Covers and Titles
Covers are for people to see, while titles are mainly for machines to read.
Linux Pipes Are Slow
Writing to pipes is ten times slower than writing to raw memory. This is because writing to a pipe requires us to spend a lot of time acquiring locks, and we cannot effectively use vector instructions.
In principle, we can move data at a speed of 167 GB/s, but we need to avoid the costs of locking buffers and the costs of saving and restoring SIMD contexts. That is exactly what splice and vmsplice do. They are often described as avoiding copying data between buffers, which is indeed correct, but more importantly, they completely bypass the conservative kernel code with extensive programs and scalar code.
More
- A slightly dizzying hover effect implementation
- Self-hosting the entire planet in 30 minutes
- Using Notion as a Headless CMS with Nuxt
- Converting Your Video to CSS Keyframes
- Chatting with Any Codebase, Turning Your Repository into Vectors
- Scroll-Based SVG Filter Animation Text
- The Secret in One Million Checkboxes
- Using GPT to Deobfuscate Code
Top comments (0)