From 4d61e6bd055dc913777f741e34e99c6934417388 Mon Sep 17 00:00:00 2001 From: justin3go Date: Sun, 9 Jun 2024 21:29:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E5=BC=80=E5=8F=91=E7=9A=84=E5=8A=A8=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/utils/createSideBar.ts | 2 + docs/en/posts/2024/002.md | 200 ++++++++++++++++++++++++ docs/posts/2024/002.md | 201 +++++++++++++++++++++++++ 3 files changed, 403 insertions(+) create mode 100644 docs/en/posts/2024/002.md create mode 100644 docs/posts/2024/002.md diff --git a/docs/.vitepress/utils/createSideBar.ts b/docs/.vitepress/utils/createSideBar.ts index a34593a..76bc207 100644 --- a/docs/.vitepress/utils/createSideBar.ts +++ b/docs/.vitepress/utils/createSideBar.ts @@ -4,6 +4,7 @@ export function createSideBarZH() { text: '2024年', collapsed: true, items: [ + { text: '002期--独立开发的动力', link: '/posts/2024/002' }, { text: '001期--AI内容污染搜索', link: '/posts/2024/001' }, { text: '000期--新的开始', link: '/posts/2024/000' }, ] @@ -18,6 +19,7 @@ export function createSideBarEN() { text: 'The Year 2024', collapsed: true, items: [ + { text: '002: The Motivation for indie Development', link: '/en/posts/2024/002' }, { text: '001: AI Content Pollution in Search', link: '/en/posts/2024/001' }, { text: '000: A New Beginning', link: '/en/posts/2024/000' }, ] diff --git a/docs/en/posts/2024/002.md b/docs/en/posts/2024/002.md new file mode 100644 index 0000000..0dc3738 --- /dev/null +++ b/docs/en/posts/2024/002.md @@ -0,0 +1,200 @@ +--- +title: Issue 002 -- The Motivation for indie Development +date: 2024-06-09 +cover: https://oss.justin3go.com/blogs/f0c6649e32af80e4c17655bd56e915e.jpg +--- +# Issue 002 -- The Motivation for indie Development + +![](https://oss.justin3go.com/blogs/f0c6649e32af80e4c17655bd56e915e.jpg) + +This photo was taken near Lianglukou in Chongqing. It’s a snapshot that coincidentally relates to motivation, which is the topic of this issue. +## \>\> Topics to Discuss + +**How to maintain the motivation for indie development?** + +This week, I came across an [article](https://mbuffett.com/posts/maintaining-motivation/) discussing how to maintain the motivation for indie development. Previously, I briefly talked about the four basic motivations of human beings as described by the Indian philosopher Bhaktivinoda Thakura. + +1. Fear: Driven by "fear of disease, poverty, hell, or death." +2. Desire: Seeking personal satisfaction through success, wealth, and happiness. +3. Responsibility: Driven by gratitude, duty, and the willingness to do the right thing. +4. Love: Driven by the impulse to care for and help others. + +However, these are too general. To keep moving forward, we need a constant source of motivation. One of my favorite sayings is, "Winning lies in execution, and the value lies in persistence." Both the initial motivation to execute and the sustained motivation to persist are crucial, but obtaining a constant source of motivation is very challenging. + +In indie development, besides having to develop, maintain, and market your product all by yourself, it's even more important to maintain the corresponding motivation, which is often more difficult than working a job. The aforementioned article shares some very practical points on how to maintain motivation: + +1. External motivation: Notifications of subscriptions, notifications of paid conversions; +2. Leaving unfinished tasks to quickly complete the next morning for a quick win, which can maintain motivation for the day; +3. Using your own product as much as possible; +4. Fixing the bad parts instead of enduring them. Unlike in a company, you have full control and don’t need to endure things; complete them as you envision; +5. Doing nothing and sitting down to think for a while; +6. Reviewing progress and summarizing, like writing a weekly journal, which is a form of review; +7. Finding like-minded partners; +8. Avoiding the guilt of idleness; + +Of course, some sources of motivation are not recommended for frequent use, such as fear. Overstimulation can be harmful; it’s more like a stress response, and too much stimulation can easily break you down, making you a machine driven by fear, losing that indefinable creativity. + +**[Receiving an AI-generated email from a friend?](https://mrgan.com/ai-email-from-a-friend/)** + +Using AI to polish some wording is no longer a novelty, but how would you feel if you discovered the person you're chatting with isn't your friend but AI answering on their behalf? + +For me: + +- If a new friend sends an AI-polished email, I wouldn’t mind as long as the email content is clear. Of course, the premise is that the email was reviewed by them. +- If it’s an old friend, an AI-generated email would make me feel disoriented. AI would erase the personal characteristics I recognize in them, like their usual mannerisms, making it feel like the email is from a stranger. +## \>\> To Watch + +### [Chrome Browser Now Has Built-in AI Models](https://developer.chrome.com/docs/ai/built-in?hl=zh-cn) + +The obvious advantage of local AI models over online ones is locality. Running something locally in the browser has many benefits, just like [`tensorflow.js`](https://www.tensorflow.org/js?hl=zh-cn), which allows running APIs like face recognition locally in the browser. Specifically, the advantages include: + +- Reducing network transmission and improving response speed; +- Reducing server pressure; +- Protecting user privacy in certain situations. + +In short, it’s very promising! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609191604.png) + +### ChatGPT, Claude, and Perplexity Went Down + +Perplexity relies on OpenAI. When OpenAI's services went down, it’s understandable that Perplexity couldn’t be used. However, it’s interesting that Claude also went down at the same time. + +Large language models are gradually becoming a foundational infrastructure for applications. We can foresee that almost all applications will integrate AI capabilities in the future. Most applications do not have the capability to develop, deploy, and maintain a large language model on their own, and many rely on APIs from a few leading companies. If such a situation occurs, many applications’ AI capabilities will be unavailable, which is quite terrifying. + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609194518.png) + +Another interesting comment is: + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609195322.png) +### [V2EX - Blog Aggregator VXNA](https://www.v2ex.com/xna) + +V2EX claims to be a community for creative workers, with a lot of exciting content and enthusiastic OPs. It maintains a daily active user count of around 5000, making it a great community. + +VXNA is a dedicated node for reading blogs. Blog owners can apply to display their blogs on V2EX, which can bring good traffic to personal blogs. Blog owners can give it a try. + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609191649.png) + +## \>\> Useful Tools + +### [3D Parallax Hover Effects for Landing Pages](https://github.com/nolimits4web/atropos/) + +If you’re designing a landing page, check this out. It easily achieves 3D parallax hover effects and is compatible with almost all front-end frameworks (React, Vue, Solid...). It only requires 2KB to import and has zero dependencies, making it unbeatable (you can secretly use Atropos and amaze everyone 😂). + +The effect is indeed very impressive. You can experience it on the [Atroposjs official website](https://atroposjs.com/). + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609195658.png) + +### [Awesome Cheat Sheets for Various Languages and Frameworks](https://github.com/LeCoupa/awesome-cheatsheets) + +I found a project with 38k stars on GitHub that includes cheat sheets for JS, Node, HTML, Django, Bash, Redis, Docker, K8S, Bash, Vim, and more! + +Each type contains a single file with the essential APIs you need to know. The framework APIs might be slightly outdated, but the language APIs are still worth a look. They are well-organized and great for review before interviews or for consolidating into your own notes. + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609210159.png) + +### [Coolify - Open-source Self-hosted Alternative to Vercel](https://github.com/coollabsio/coolify) + +For me, anything open-source and self-hostable is good! After all, I like to tinker with things myself. If there are issues, I can contribute to PRs, which is nice. + +Coolify is an open-source, self-hosted alternative to Heroku / Netlify / Vercel. It now has nearly 20k stars on GitHub. The [Coolify official website](https://coolify.io/) mentions the following features: + +- **Any Language**: Coolify supports various programming languages and frameworks, allowing you to launch static websites, APIs, backends, databases, services, and other types of applications. +- **Any Server**: You can deploy resources to any server, including your own server, VPS, Raspberry Pi, EC2, DigitalOcean, Linode, Hetzner, and more. You just need an SSH connection. +- **Any Use Case**: Depending on your needs, you can deploy resources to a single server, multiple servers, or a Docker Swarm cluster (Kubernetes support is in progress!). +- Push Deployments: Provides integration with hosted and self-hosted platforms like GitHub, GitLab, Bitbucket, Gitea, etc. +- **Free SSL Certificates**: Coolify automatically sets up and updates Let's Encrypt SSL certificates to secure your custom domains, giving you peace of mind. +- **No Vendor Lock-in**: You have full control over your data. All configurations are stored on your server, so even if you stop using Coolify, you retain control. +- **Automatic Database Backups**: Your data is automatically backed up to any S3-compatible solution, and you can easily restore it with a few clicks if needed. +- **Webhooks**: Integrate into your CI/CD pipeline or create custom integrations using Github Actions, Gitlab CI, Bitbucket Pipelines, or any other CI/CD tool of your choice. +- **Powerful API**: Automate deployments, manage resources, and integrate with your current tools, offering limitless possibilities. +- **Collaboration**: Share your projects with team members and collaborate. You can also control permissions and roles for each member. +- **PR Deployments**: Automatically deploy new commits and pull requests for quick review and faster teamwork! +- **Server Automation**: Once your server is successfully connected, Coolify will automatically handle many tasks, allowing you to focus on your code. +- **Monitoring**: Coolify monitors your deployments, servers, disk usage, and more, notifying you of any issues. +- **Notifications**: Coolify notifies you of any events related to servers or deployments through your chosen channels (like Discord, Telegram, and email). + +### [2024 Front-end Developer Handbook](https://frontendmasters.com/guides/front-end-handbook/2024/) + +I looked at the table of contents, and it’s quite comprehensive. I'll bookmark it first, though I might not read it... + +### [Beautiful Website Backgrounds](https://bg.ibelick.com/) + +This [post](https://x.com/CoooolXyh/status/1798268341750317217) shares a website with preset backgrounds, and the comments mention some other sites: + +- [uvcanvas.com](https://uvcanvas.com/) +- [magicpattern.design](https://www.magicpattern.design/tools) + +You can try these when designing websites; they look great! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609192820.png) + +### [Open-source AI Content Search Engine Supporting Images and Videos](https://github.com/QmiAI/Qmedia) + +There are already many AI search engines, and many are open-source, but most only handle text. This one mainly handles images and short videos. Its features include but are not limited to: + +- Search for image and short video materials. +- Efficiently analyze image and short video content, integrating scattered information. +- Provide content sources and breakdowns of image and short video information, presenting information through content cards. +- Generate customized search results based on user interests and needs from image and short video content. +- Local deployment, enabling offline content search and Q&A for private data. + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609193033.png) + +## \>\> Interesting + +### The Stone Meme 🏸 + +1. Shi Yuqi starts off poorly +2. Shi Yuqi loses rhythm +3. Shi Yuqi runs out of stamina +4. Shi Yuqi is in a desperate situation +5. Shi Yuqi delivers his victory speech + +Shi Yuqi is China's number one male singles player in the national badminton team. Watching his matches recently, I often see such situations, and netizens have summarized the above phrases 😂. + +The Olympics are coming soon, and I am really looking forward to exciting matches from the Chinese badminton team! +### CEO Jensen Huang’s Chest Signature + +NVIDIA’s market value soared, and CEO Jensen Huang was so happy that he signed on a female fan’s chest. The following picture has gone viral recently! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609203222.png) + +This [post](https://x.com/ai_for_success/status/1798232482988593295) includes the corresponding video. + +### VSCode’s Copilot Now Supports Voice + +Recently, [VSCode was updated](https://code.visualstudio.com/updates/v1_90#_vs-code-speech), including this feature. Now, developers won’t feel lonely; they can even chat while coding! 😂 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609205632.png) + +## \>\> Readable + +### [The Explainability of GPT4](https://openai.com/index/extracting-concepts-from-gpt-4/) + +As we all know, AI has always been more about engineering practice than theory, which is why it’s often mocked as alchemy, because you don’t know why the parameters you adjust work better. This article from OpenAI attempts to explain GPT4. + +### [The Most Convenient Donation Collection Method in China](https://indiehackertools.net/tools/wechat-appreciation-code) + +WeChat Appreciation Code is the most convenient method for collecting donations in China. It allows setting 6 fixed donation amounts and supports user-defined donation amounts. Additionally, it is interconnected with international WeChat donations and is fee-free. It is suitable for websites targeting Chinese users for donation collection. + +### [Some Notes on Influencing](https://lcamtuf.substack.com/p/some-notes-on-influenceering) + +The main points are as follows: + +1. The road is long and difficult. +2. There are many trolls. +3. Don’t waste too much of your breath. +4. The number of followers does not equate to influence. +5. Monetizing content. + +### Tips for Handling Sports Injuries + +Sharing my experiences of recovering from three sports-related ankle sprains. + +- The first time, I didn’t know how to handle it, so I bought Yunnan Baiyao and sprayed it. As a result, it took more than a month to fully recover! +- The second and third times, I immediately applied ice to the injury, and after 24 hours, applied heat. I recovered in a week. + +When you’re tired, stop exercising. When you’re not focused, your movements are more likely to be off during confrontations, such as dragging your feet, which can lead to sprains. + +Finally, strengthen your muscles! diff --git a/docs/posts/2024/002.md b/docs/posts/2024/002.md new file mode 100644 index 0000000..6cb4a93 --- /dev/null +++ b/docs/posts/2024/002.md @@ -0,0 +1,201 @@ +--- +title: 002期--独立开发的动力 +date: 2024-06-09 +cover: https://oss.justin3go.com/blogs/f0c6649e32af80e4c17655bd56e915e.jpg +--- +# 002期--独立开发的动力 + +![](https://oss.justin3go.com/blogs/f0c6649e32af80e4c17655bd56e915e.jpg) + +这张图拍摄于重庆两路口附近,是一张甩狙图,正好这期谈论到动力,我就想到了它。 +## \>\>想聊的 + +**如何保持独立开发的动力?** + +这周看到了这样一篇[文章](https://mbuffett.com/posts/maintaining-motivation/)讲了一下如何保持独立开发的动力。之前简单聊过,印度哲学家巴克提维诺德·塔库拉(Bhaktivinoda Thakura)讲过人的四种基本动机。 + +1. 恐惧:“疾病、贫穷、对地狱或对死亡的畏惧”使然。 +2. 欲望:通过成功、财富和快乐来寻求个人满足。 +3. 责任:感激、职责和做正确事情的意愿使然。 +4. 爱:关心他人和帮助他人的冲动使然。 + +但还是太泛了,我们想要不断地前进,就得需要源源不断的动力,我很喜欢的一句话就是“赢在执行力,贵在坚持”,无论是最开始执行的动力,还是后续能一直坚持下去的动力,都是非常重要的,但获取源源不断的动力是非常困难的。 + +独立开发除了你需要一个人开发、运维、营销你的产品之外,更重要的是你得保持对应的动力,这往往比打工更加困难。上述那篇文章就非常真实地分享了一些比较具体的部分,来如何保持动力: + +1. 外部动力:被订阅的通知,得到付费转化的通知; +2. 留下未完成的任务,第二天早上快速完成、快速胜利,可以保持一天的动力; +3. 尽可能自己使用自己的产品; +4. 解决糟糕的部分,而不是强忍着,毕竟这不是在公司,很多东西你自己可以完全做主的,你不用再忍了,去按你心中所想的去完成它; +5. 什么都不做,静坐思考一下; +6. 回顾进展,总结复盘,比如我每周写一篇周刊,也算是一种回顾; +7. 找志同道合的伙伴; +8. 避免无所事事产生的内疚; + +当然,有一些动力的来源并不推荐经常使用,比如恐惧,过度刺激反而有害,它更像是一种人的应激反应,刺激多了很容易击溃自己,也会丧失那种说不清楚的创造力,成为由恐惧支配前进的机器了。 + +**[收到来自朋友的人工智能邮件?](https://mrgan.com/ai-email-from-a-friend/)** + +用AI来润色一些话术已经不是一种新鲜事了,但如果你发现和你聊天的并不是你的朋友,而是AI在回答,你会作何感想? + +对于我来说: + +- 如果是新朋友发送了人工智能润色后的邮件,我并不觉得什么,只要邮件的内容能表达清楚即可。当然,前提是这封邮件是由他review过的。 +- 如果是老朋友的话,他发送人工智能的邮件会让我不知所措,AI会把我认识的他的特性给磨灭,比如一些他常用的语气词,让我反而不认识这位发送邮件的人了。 +## \>\>该看的 + +### [Chrome浏览器已经内置大模型了](https://developer.chrome.com/docs/ai/built-in?hl=zh-cn) + +本地大模型与那些在线大模型来说显而易见的优势是本地,而浏览器本地运行一些东西的好处非常多,就好像之前的[`tensorflow.js`](https://www.tensorflow.org/js?hl=zh-cn)一样,可以在浏览器本地运行一些如人脸识别的API,其实道理是差不多的,具体来说体现在如下方面: + +- 减少网络传输,提高响应速度 +- 降低服务器压力 +- 特定情况下可以保护用户隐私 + +总之,是非常值得期待的! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609191604.png) + + +### ChatGPT、Claude 和 Perplexity崩了 + +Perlexity依赖于openai,openai的服务崩了,perplexity无法使用可以理解,不过同一时间段Claude也崩了就有意思了。 + +大语言模型已经逐渐成为了一种应用的基建,可以预想未来几乎所有的应用都会接入AI能力,而大多数应用并没有能力自己开发部署运维一个大语言模型,很多则依赖于几个头部的大公司API,而一旦出现这天这种情况,很多应用的AI能力将不可用,这是非常恐怖的。 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609194518.png) + +还有一个有趣的评论是这样的: + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609195322.png) +### [V2EX--博客聚合阅读VXNA](https://www.v2ex.com/xna) + +V2EX号称创意工作者的社区,里面有非常多精彩的内容以及爱折腾的OP们,日在线人数也保持在5000左右,是一个很好的社区。 + +而VXNA则是专门的节点用来阅读博客,由博客站长申请,然后就可以展示在V2EX上,对于个人博客可以得到不错的流量,个人博客站长可以去申请试试。 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609191649.png) + +## \>\>好用的 + +### [为Landing Page锦上添花的3D视差悬停效果](https://github.com/nolimits4web/atropos/) + +做Landing Page可以瞧瞧,轻松搞定3D视差悬停效果,几乎适用所有的前端框架(React、Vue、Solid...),引入还只需要2KB,还零依赖,无敌了 (你要悄悄使用Atropos,然后惊艳所有人😂) + +效果确实非常不错,可以点击[atroposjs官网](https://atroposjs.com/)去体验一下 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609195658.png) + +### [各种语言、框架的速记表](https://github.com/LeCoupa/awesome-cheatsheets) + +github上发现的一个38k的项目,包含了JS、Node、HTML、Django、Bash、Redis、Docker、K8S、Bash、Vim...等各种语言、框架的速查表! + +每个类型都包含一个单文件,里面就是你需要了解的常用API,框架的API略微过时,但语言的API还是值得一看的,整理得挺好!面试前看看挺不错的,或者吸收整理为自己的笔记也挺方便。 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609210159.png) + +### [Coolify-Vercel的开源自部署替代](https://github.com/coollabsio/coolify) + +对于我来说,开源可自部署的东西都是好东西!毕竟,好多东西还是喜欢自己折腾一下,如果用着有问题还可以去蹭蹭PR,挺不错的。 + +而coolify就是一款号称开源且可自托管的 Heroku / Netlify / Vercel 替代方案。在github上如今也快有20k star了。[coolify官网](https://coolify.io/)上提到了如下的功能: + +- **任何语言**:Coolify 兼容各种编程语言和框架,使您能够启动静态网站、API、后端、数据库、服务和其他类型的应用程序。 +- **任何服务器**:您可以将资源部署到任何服务器,包括您自己的服务器、VPS、Raspberry Pi、EC2、DigitalOcean、Linode、Hetzner 等等。您只需要一个 SSH 连接。 +- **任何用例**:根据您的需求,您可以将资源部署到单个服务器、多个服务器或 Docker Swarm 集群中。(对 Kubernetes 的支持正在进行中!) +- 推送部署:提供与托管和自托管平台(如 GitHub、GitLab、Bitbucket、Gitea 等)的集成。 +- **免费SSL证书**:Coolify 会自动设置和更新 Let's Encrypt SSL 证书,以便为您的自定义域名提供保护,让您可以放心,无需操心。 +- **无供应商锁定**:您对数据拥有完全控制权。所有设置都保存在您自己的服务器上,即使您决定停止使用 Coolify。 +- **自动数据库备份**:您的数据会自动备份到任何与 S3 兼容的解决方案,如果出现任何问题,您只需点击几下就可以轻松恢复数据。 +- **Webhooks**:集成到您的 CI/CD 流水线中,或者使用 Github Actions、Gitlab CI、Bitbucket Pipelines 或您选择的任何其他 CI/CD 工具创建自定义集成。 +- **强大的API**:能够自动化部署、管理资源,并与您当前的工具集成,提供无限的可能性。 +- **合作**:与团队成员分享您的项目,并共同合作。您还可以为每个成员控制权限和角色。 +- **PR部署**:自动部署新的提交和拉取请求,以便快速审查贡献并加快团队合作的速度! +- **服务器自动化**:一旦您的服务器连接成功,Coolify 将自动处理许多任务,让您可以专注于您的代码。 +- **监控**:Coolify 将监视您的部署、服务器、磁盘使用情况等各个方面,并在出现任何问题时通知您。 +- **通知**:Coolify 会通过您选择的渠道(如 Discord、Telegram 和电子邮件)通知您有关服务器或部署的任何事件。 + +### [2024年前端工程师手册](https://frontendmasters.com/guides/front-end-handbook/2024/) + +看了下目录,挺全的,先收藏吧,多半不会看... + +### [好看的网站背景](https://bg.ibelick.com/) + +这篇[贴子](https://x.com/CoooolXyh/status/1798268341750317217)分享了这个背景预设的网站,同时评论下方提提到一些其他的网站: + +- [uvcanvas.com](https://uvcanvas.com/) +- [magicpattern.design](https://www.magicpattern.design/tools) + +大家做网站的时候可以试试,看着非常不错! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609192820.png) + +### [支持图片、视频的开源 AI 内容搜索引擎](https://github.com/QmiAI/Qmedia) + +AI搜索引擎现在已经非常多了,开源的也非常多,但大多数都只是处理的文本,而这款则是主要处理的图文/短视频,功能特点包含但不仅限于: + +- 图文/短视频素材搜索. +- 高效分析图文/短视频内容, 整合零散信息. +- 提供内容来源及图文短视频信息拆解, 通过内容卡片的方式呈现信息. +- 基于图文/短视频内容, 根据用户兴趣需求生成定制化搜索结果. +- 本地化部署, 可针对私有数据离线内容搜索问答. + + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609193033.png) + +## \>\>有趣的 + +### 石头的梗🏸 + +1. 石宇奇开局不利 +2. 石宇奇节奏脱节 +3. 石宇奇体能告罄 +4. 石宇奇身陷绝境 +5. 石宇奇发表获奖感言 + +石宇奇是中国羽毛球国家队的一号男单,最近看石宇奇的比赛,经常看到这样的局面,于是就被网友们总结出来了上面这段话术😂 + +奥运会快到了,真的很期待国羽的精彩比赛! +### 老黄的胸前签名 + +英伟达市值飙升,老黄开心地在女粉丝胸前签名,下面这张图最近被传疯了! + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609203222.png) + +这个[帖子](https://x.com/ai_for_success/status/1798232482988593295)里面由相应的视频。 + +### VSCode的Copilot也支持语音了 + +最近,[VSCode也更新了](https://code.visualstudio.com/updates/v1_90#_vs-code-speech),其中就包含这项功能。以后开发不在孤单了,还能聊聊天!😂 + +![](https://oss.justin3go.com/blogs/Pasted%20image%2020240609205632.png) + +## \>\>可读的 + +### [GPT4的可解释性](https://openai.com/index/extracting-concepts-from-gpt-4/) + +众所周知,人工智能一直是工程实践走在了理论的前面,所以一直被调侃为炼丹,因为你也不知道你调的参数为什么就效果更好了。这篇有openai官方发布的文章尝试解释GPT4 + +### [国内最便捷的打赏收款方式](https://indiehackertools.net/tools/wechat-appreciation-code) + +微信赞赏码是国内最便捷的打赏收款方式,可以设置 6 个固定打赏金额,同时支持用户自定义打赏金额。此外,还与国际微信打赏互通,并且免收手续费。适合面向华人用户的网站进行打赏收款。 +### [一些关于影响力的注意事项](https://lcamtuf.substack.com/p/some-notes-on-influenceering) + +大致内容如下: + +1. 道阻且长 +2. 小黑子不少 +3. 不要过多消耗自己的口水 +4. 粉丝数量并不意味着影响力 +5. 内容货币化 + +### 运动崴脚小知识 + +分享一下我三次运动崴脚损伤恢复的经历。 + +- 第一次,不知道怎么处理,就买了云南白药,喷了喷,然后完蛋,等了一个月多才完全好! +- 第二、三次,刚伤时,立即冰敷,24小时后热敷,一周就好了 + +打累了就不要再运动下去了,精力不集中,对抗时动作很容易不到位,比如脚拖着动,然后就扭伤了 + +最后,还要加强力量训练! \ No newline at end of file