返回首页
最新
I've been noticing greenwashing everywhere lately and wrote about it here: https://olek.works/notes/greenwashing-everywhere/<p>A few examples that stood out to me:<p>Online grocery stores that proudly email receipts instead of printing them—but force you to buy new plastic/paper bags with every delivery instead of offering reusable crates for regular customers.<p>"100% recycled plastic" bottles that conveniently don't mention plastic degrades with each recycling cycle and ends up in landfills after a few rounds anyway.<p>Budget airlines that ask passengers to dispose of trash to "help the environment"—while selling everything in single-use plastic and generating dozens of enormous garbage bags per flight. They've just outsourced the guilt.<p>Once you start seeing it, it's everywhere.<p>What greenwashing examples have you noticed? I'm collecting them to build a library in the post. Share yours—the more specific, the better. Bonus points for the subtle ones that most people miss.
我使用 Electron 构建了一个个人营销应用程序,这激励我去开发其他应用程序。因此,我将所学的知识整理成一个桌面启动应用程序并将其开源。<p>这个应用程序能节省大量时间,让你更快地搭建和运行项目。它还内置了自动更新功能,利用 GitHub 发布和 CI/CD 自动发布新版本。<p>这个应用程序的设计 intentionally 很简洁。
我想了解AlphaZero,但我觉得只有在一个有趣的项目中实现它才能真正学习到。这里有两个方面:
1. 在浏览器中与alpha-toe-zero进行4x4x4井字棋对弈,据我所知,这在之前是没有人做过的,因此对我来说非常令人兴奋。
2. 通过4个互动笔记本学习AlphaZero的内部工作原理。这些笔记本可以在浏览器中运行,连接到你的本地运行环境,也可以下载。我理解让用户将本地Python运行环境连接到一个随机网站可能存在一些安全隐患,因此我添加了下载笔记本的选项。
代码库链接:<a href="https://github.com/nottherealsanta/alpha-toe-zero" rel="nofollow">https://github.com/nottherealsanta/alpha-toe-zero</a>