Impressive
China outdoes itself again… After setting a world record with over 8,000 drones in a light show… Now they have a 10,000 drone light show.
常常会惊叹于英文圈的高质量interview和podcast,给我一种取之不尽用之不竭的错觉,同质量下中文的内容则很有限了。 强烈建议没有听过英文版podcast的人去尝试一下,无论是对于语言的提升还是对于这个世界的打开方式都会有所不同。 顺便分享一下我自己收藏的podcast/油管频道:
【家庭關係可能是最被低估的不平等優勢?】 今天跟群組朋友們聊房價、租房、買房的問題, 從惡房東漲房租,聊到遠距工作能否只租不買;最後聊到我的家庭關係,這一段讓我特別有體悟: ▌1. 人們往往會低估自己所擁有,直到有人羨慕,才發現它的價值。…
我痴迷于收集那些让人觉得非法的网站。 我收集的8个最佳网站:♨️

我的Perplexity pages 发布啦!刚刚无意中点开 library,发现居然 pages 已经可用了,迫不及待上手体验: 1. 只需要输入我想要写的 topic,perplexity 会自动生成大纲以及图文混排的内容 2. 可以根据自己的需求增加、减少章节 3. 在章节内,可以做类似于 Notion AI…

Vik Paruchuri 写了自己是如何从一个学历史的普通工程师,用了一年的时间学习AI并且训练出相当优秀的OCR PDF模型的历程。 里面给了一下他自己的学习路径和学习渠道,感觉想要入门的都可以看看。 下面是总结的文章要点和全文翻译的链接。 1️⃣实用技能 如果你想进入AI领域,精通编程是首要任务。…

I wrote a blog post on going from not knowing anything about deep learning last year to training state of the art OSS models - vikas.sh/post/how-i-got… . Hope it helps you. tldr; read the deep learning book, implemented papers + taught, built open source tools
多年累積下來,我的 Apple Notes 已經有 7000 多則筆記,搜尋愈來愈不準確,常在寫新筆記時想參考舊筆記,卻怎麼也找不到 於是,我決定替 Apple Notes 加個 RAG(順便當練習)。隨著新筆記輸入,底下便自動推薦相似度最高的五則筆記,效果可參考下方影片…
今日开源大新闻:Cloudflare 开源了自己底层使用的网络框架:Pingora github.com/cloudflare/pin… 使用 Rust 编写,有各种各样的亮点: * Async Rust: fast and reliable * HTTP 1/2 end to end proxy * TLS over OpenSSL or BoringSSL * gRPC and websocket proxying * Graceful reload *…
When your program is a complet mess, but it does it's job.
最喜欢的技术博客 Joshwcomeau 更新了,这次居然是《How To Center a Div 怎样居中一个 Div》 joshwcomeau.com/css/center-a-d… 非常好的一篇文章,感受到了CSS 的发展。仿佛浓缩了我自己的前端学习生涯,而且从文章开始就学到了好多新的 CSS 属性,比如 margin-inline 等。 文章中提到的方法包括: * Auto…
如何用 Heptabase 深度學習一堂實體課? 上週末去上了一堂價值 $20,000+ 的實體課程,當作給自己的生日禮物。 由於這是我人生參與過「單價/時數」最高的課程,因此我也用 Heptabase 拿出滿滿的學習誠意: ▌Step 1. 課前預習: 事先設計白板版面,根據講師課綱、課前作業,預先拉好版位。…
今日开源库:Google Indexing Script github.com/goenning/googl… 可以让你的页面快速的被 Google 搜索收录,No tricks, no hacks,48 小时之内有效。 并且附有一篇很好的文章讲解原理: seogets.com/blog/google-in… 作者发现现在(2022-2023) Google 收录的策略有两个: * they have backlinks…


老婆蠻疼愛的一位侄子現在高一,一個多月前想請我幫忙做讀書規劃,分享一下: 侄子的高中在雙北的排名約在中上,他目前校排名也在中上。 1.第一步我請他選幾個他有興趣的科系。 先把這些科系的官網翻過,細看大學四年會學的課程,看看這些是不是自己喜歡的。…



这两天看到的收获很大的一篇论文《AlphaCodium:引领代码生成新境界,从提示工程到流程工程》,它提出了一种新的生成代码的方法,比传统的直接基于Prompt生成代码的方式准确率更高。 它用的测试集是CodeContests ,这是由 Deepmind 推出的一项挑战性编程数据集。相对来说还是很权威的。以 GPT-4…
🚀 Introducing AlphaCodium - A first-of-its-kind open-source code generation tool that surpasses most human competitors in code contests ⭐️ Inspired by DeepMind's AlphaCode❤️🔥, but beats it (judge by yourself!) 1/
If you want a more "traditional" easing for when the links snap back, use those CSS custom properties 🤙 a { --s: 0.25s; --ease: ease-out; } There it is! 👇
CSS Trick 🧲 You can create magnetic links with the power of custom properties and some JavaScript 💪 a { translate: calc(clamp(-1, var(--x), 1) * var(--pad-x)) ...; transition: translate var(--s, 1s) var(--ease, var(--elastic)); } a:hover { --s: 0s; } The trick here…
每次看到新產品的 landing page 都覺得他們的前端特效很酷給人一種很豐富也很沈浸的感覺但身為懶懶的 developer 有時候也不想真的去實現這些,Aceternity UI 提供了很多常見的特效 components 也把 code 提供給你下載和修改 ui.aceternity.com/components
My recommended materials for cracking your next technical interview Coding - Leetcode - Cracking the coding interview book - Neetcode System Design Interview - System Design Interview Book 1, 2 by Alex Xu, Sahn Lam - Grokking the system design by Design Guru - Design…
查理芒格说李光耀是他的学习榜样。他可能是古往今来最优秀的领导者之一,用50多年的时间将新加坡从一个沼泽般的第三世界国家拉升为第一世界国家。这是个奇迹。 翻阅李光耀的访谈和资料,整理了10条李光耀对国家治理和国际环境的观点,很硬核: 1,…

United States Trends
- 1. Chauncey Billups 82.9K posts
- 2. Terry Rozier 78.2K posts
- 3. #FalloutDay 4,736 posts
- 4. Mafia 117K posts
- 5. Damon Jones 23.7K posts
- 6. Ti West 2,455 posts
- 7. Binance 189K posts
- 8. Tiago Splitter 3,049 posts
- 9. #7_years_with_ATEEZ 68.3K posts
- 10. #에이티즈_7주년_항해는_계속된다 53.8K posts
- 11. #A_TO_Z 53K posts
- 12. The FBI 172K posts
- 13. Changpeng Zhao 18.8K posts
- 14. The NBA 220K posts
- 15. Gambling 166K posts
- 16. Gilbert Arenas 8,980 posts
- 17. Kirby Air Riders 11K posts
- 18. Kash Patel 47.7K posts
- 19. New Vegas 6,100 posts
- 20. Stephen A 20.1K posts
Something went wrong.
Something went wrong.