Notes on "How to pick up a spouse"
Key takeaways on choosing a life partner: understanding what makes a good marriage, watching for red flags and green flags, the 7 Cs to look for, and why observing behavior under pressure matters.
Author
Articles by grapeot.
Key takeaways on choosing a life partner: understanding what makes a good marriage, watching for red flags and green flags, the 7 Cs to look for, and why observing behavior under pressure matters.
Build cheap compute clusters on AWS using spot instances: automated system configuration, sshfs file transfer, and GNU parallel for job distribution.
A practical guide to scraping photos from Facebook groups when Graph API doesn't expose the endpoint - using Chrome dev tools, curl with cookies, grep and awk to extract image URLs from rendered HTML.
记录飞行训练中首次单飞的经历,以及训练过程中遇到的趣事:引擎故障模拟、仪表飞行训练、座椅调整乌龙等。
记录接妹子、IROS论文接收、在西雅图国际机场B级空域完成touch and go降落等好消息的一天。
Building a web interface for MATLAB using Node.js and Express, enabling file upload, real-time status updates, and result download—useful for collaborative research and distributed computing.
Shares experience using Amazon's Fulfilled by Amazon service to resell Black Friday deals. Documents pitfalls in the seller center interface, particularly around pricing and inventory management, with a price monitoring utility.
一次rm误删文件后git reset --hard又覆盖未提交代码的血泪教训:紧急时刻先冷静思考再行动,日常使用trash-cli替代原生rm命令避免灾难性后果。
博士阶段的感悟:很多事需要耐心积累;方向对了事半功倍;向他人学习要关注冲突点;喜欢从零到一创造东西;做东西要时刻问自己最重要的是什么。
Using GitHub WebHook to create a self-updating Node.js web app that automatically pulls code and restarts when you push to the repository.