
worktracker
简单的工作时间追踪器,用于记录任务的时间。
@MiloPaigeTech · X
Learning how to code so just making a simple work hours tracker for me and my colleagues.
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
490 projects

简单的工作时间追踪器,用于记录任务的时间。
@MiloPaigeTech · X
Learning how to code so just making a simple work hours tracker for me and my colleagues.

使用开源浏览器工具分析象棋游戏,获得自然语言解释,无需登录。
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

一键创建并发布格式丰富的文章到网络。
@masafumiohta · X
I’ve been using Windows as my daily use lately despite I have been using Mac/Linux for a long time, but I keep running into all sorts of issues, so I’ve been fixing them vibe-coding with Claude. I’m gonna dump all that stuff on This blog is fully automated with Claude Code, from coding all the way to reporting. It’s nothing special—anyone could do it—but it’s actually pretty fun once you try it. The only annoyed is that it burns through tokens like crazy. Most of the tips are pretty interesting, so I hope you find them useful.

在可交互的时间轴上探索三个 AI 智能体的运行过程,展示规划、工具调用和故障恢复。
douvy · HN
Educational tool for understanding AI agents. Code: https://github.com/douvy/how-agents-think

追踪Pokémon TCG卡牌价格,获取AI市场预测来管理你的收藏。
@mylordbugsy · X
I'm working on TCG Forecast, a website for the #PokemonTCG community that will help users know which card in their collection is getting value using advanced AI, all for free! It also has a leaderboard showcasing the position of EVERY Pokémon's worth

设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

调整滑块为Tomodachi Life计算Mii角色性格。
langren · V2EX
[分享创造]Tomodachi Life Personality Chart & Calculator Tomodachi Life Personality Chart & Calculator:https://tomodachi-tools.com

根据剩余预算获得每日安全支出额度至月底。
@koomekelvink · X
a personal finance tool that gives you a daily safe to spend amount across each of your budget categories helping you get to end month within budget

One Question:上传知识库,让AI永远为你回答问题。
@Asym_Alwali · X

在浏览器中对 ZIP 文件排序、重命名,100% 本地处理,无需上传。
@TraXx474387 · X
Built ZipSort 🗂️ Sort files inside ZIP archives in seconds — no upload, 100% client-side (your files never leave your browser). Set rules by extension, prefix, suffix or keyword → download a clean, organized ZIP. Free to try:


在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared