我通过制作工具来阻止自己拖延:一个悲伤的故事

2作者: thisislorenzov13 天前原帖
你好,亲爱的过度刺激的孩子们 我不知道这是否是我这一代人的特征,还是我日益严重的注意力缺陷多动障碍,或者仅仅是懒惰,但每当我坐下来开始学习某样东西时,神奇的是,我总是会去研究一些最随机的事情。 需要至少学习1小时的博弈论?我最多只能做到3.5小时的二战趣闻。 无论如何,作为一个懒惰的人,我没有找到专注和完成任务的意志力,而是做了一个可定制的前向代理。你可以在节点中定义自定义规则,按视觉方式排列它们在策略流程中,并将它们打包成模式。你可以在这里找到它:https://github.com/Vaccarini-Lorenzo/ProductivityProxy 这是我为个人使用而构建的项目,但由于工作等原因,我没有以前那么多的空闲时间,所以我希望有人比我更聪明、更有时间的人能接手并将其做好。或者也许它对某些人来说就这样也很有用。 几点说明: - 这是一个为“高级用户”设计的项目,你可能需要在节点中编写一些(Python)代码来描述它们的行为,但嘿,让大型语言模型(LLM)来为你完成这项工作吧:该项目有良好的文档,我计划打包一个AGENTS.md,并提供友好的API,以便你可以用自然语言定义本地流程,让你最喜欢的LLM来编写策略。 - 它是基于mitmproxy构建的,你需要将其作为依赖(以及他们的证书)。 附言: 这是一个Tauri应用。目前,自动代理设置仅支持macOS(我在Apple Silicon上进行了测试)。在其他平台上,你需要手动将浏览器指向代理,跨平台支持仍然是待办事项。
查看原文
Hello, fellow overstimulated kids<p>I don&#x27;t know if it&#x27;s something of my generation, my worsening ADHD or just laziness, but whenever I sit down and start studying something, magically, I find myself researching the most random shit ever.<p>Need to do at least 1 hour of Game Theory? Best I can do is 3.5 hours of WWII fun facts.<p>Anyways, as the lazy person I am, instead of finding the willpower to focus and get shit done, I made a customizable forward proxy. You can define your custom rules in nodes, arrange them visually in policy flows and bundle them into modes. You can find it here: https:&#x2F;&#x2F;github.com&#x2F;Vaccarini-Lorenzo&#x2F;ProductivityProxy<p>It&#x27;s a project I built for personal use but, with work and shit, I don&#x27;t have as much free time as I used to, so I hope someone smarter and with more time than me might just take it and make it good. Or maybe it&#x27;s just useful to someone as it is.<p>A few notes:<p>- It&#x27;s a project thought for &quot;power-users&quot;, you might need to write some (python) code in the nodes to describe their behaviour, but hey, just let a LLM do it for you: The project is well documented and I plan on bundling an AGENTS.md and expose agent-friendly APIs so that you can define your local flows in plain natural language and let your favourite LLM write the policies.<p>- It is built on top of mitmproxy, you will need it as dependency (as well as their certificates)<p>P.S. It&#x27;s a Tauri app. Right now the automatic proxy setup is macOS-only (I&#x27;ve tested on Apple Silicon). On other platforms you&#x27;d have to point your browser at the proxy manually, and cross-platform support is still a TODO.