
Try the client upload link — Sorted Receipts
分享链接上传收据,LLM 自动分类和整理。
jahnoikka · HN
Sorted Receipts - clients dump receipts in one link, LLM sorts them
完整作品展
技术栈
60 projects

分享链接上传收据,LLM 自动分类和整理。
jahnoikka · HN
Sorted Receipts - clients dump receipts in one link, LLM sorts them

计算加薪后的实际收入,应对福利悬崖。
@getpapi_ai · X
placed 3rd in the r/vibecoding vibejam 2026. It made me go viral in r/ohio It was my first ever jam entry, I'm also not a developer...or from Ohio. was planned, reviewed, shipped and currently managed by

实时转换年薪为时薪,获取详细的薪酬分解。
u/as1mo · Reddit
Got curious what a pointless meeting actually costs me, ended up building wage calculator www.wagescalc.com I was sitting in a meeting that should have been an email and wondered what that hour was literally costing me in wages. Turns out about $29. Then I wanted to know the per-minute number. Then per second. So it's a salary-to-hourly converter. There's a meter at the top that starts counting the second the page loads and shows what you've earned since you opened it. Leave the tab op

用 470+ 个免费财务计算器计算抵押贷款、税收和退休。
@AfridiMunir · X

对比比特币和 AFORE 退休方案的投资回报预测。
@edgadafi · X

在一个面板上查看配送日的收入、支出、每公里和每小时收入。
@jonas_silva_sp · X
Check out what I just built with Lovable!

@joovier_ https://t.co/keG2Rl4hD4 data analysis app. Check out
@MourynCher16712 · X
data analysis app. Check out

根据增长情景可视化股票期权价值和归属时间表。
@HRSuccessCentre · X
Nobody explains the vesting cliff until you've already signed. So here it is in 30 seconds — the wait, the cliff, the drip 🍯 See your own timeline: #Tech #Vesting #Stocks #Recruiting #FreeTool #Builder #VibeCoding

分析拉取请求以理解变更,区分重要改动与琐碎修改,识别潜在回归。
logphase · HN
I've always struggled to hold a large PR in my head. AI-assisted coding has made it worse. Especially when dozens of files are modified, it became harder to understand what changed: distinguishing important changes from trivial ones and identifying if regressions were introduced. I was also tired of switching between file and method to build the whole picture in my head — I wanted all the context at the point of the function I was reviewing. I guess I'm just more of a visual person. I realized t

通过分析客户投诉生成竞争对手情报档案。
@MertHemedan · X
I built a free tool for founders who are struggling with marketing, free of charge. Let me know if you like it,

PRcade 通过团队排行榜和分析可视化GitHub代码审查性能
u/SnooStrawberries827 · Reddit
my team had 47 open PRs and nobody was reviewing them, so I gamified it our team hit 47 open PRs at one point last month and nobody was reviewing them. tried slack reminders, deadlines, rotating reviewers, none of it really stuck. might be related to the fact that everyone's hyped about how fast AI can write code now, copilot cranking out entire features in hours, but none of that matters if the PR just sits there for a week. feels like writing code stopped being the bottleneck a while back

在浏览器中本地将 PDF 转换为 Markdown,无需上传文件。
halofanfan · V2EX
做了个浏览器本地处理的 PDF 转 MD 工具: PDF2MD Kit 因为经常要把 PDF 转成 Markdown 进笔记软件,觉得网上的工具太重还要上传服务器,就自己写了一个:**[PDF2MD Kit]( https://pdf2mdkit.com/)** * **纯前端解析**:文件零上传,比较安全 * **轻量**:无广告、免登录、最大 25M * **导出标准 .md** 网页地址:[https://pdf2mdkit.com/]( https://pdf2mdkit.com/) 第一次发,欢迎试用和反馈 bug 。