
Rebalance Calc v2
Calculate portfolio rebalancing strategies and tax-optimized allocation decisions.
@mvo_guy_travis · X
I've noticed an explosion of new (free) financial tools from relatively amateur sources. Is this the vibe coded future?
The full gallery
Tech stack
60 projects

Calculate portfolio rebalancing strategies and tax-optimized allocation decisions.
@mvo_guy_travis · X
I've noticed an explosion of new (free) financial tools from relatively amateur sources. Is this the vibe coded future?

Convert WordPress sites to production-ready Astro starter projects with clean Markdown.
@WPress2Astro · X

Compare costs of coding-agent harness strategies with event-level cache and context accounting.
taosx · HN
I created a simulation for coding harnesses based on my own pi sessions. When taking into account all factors, DS-v4-Pro is cheaper than gpt-5.6-luna due to caching. Look at the bill segments difference for cache read cost and uncached cost between deepseek and the other models. At this point is cheaper to use ds-v4-pro than the luna models from openai. ignore the numbers except the classic and keep in mind that classic is based on pi with the only change limiting tool output to 10kb https://har

Browser-based tools for formatting, encoding, testing, and converting data.
4seasons · V2EX
devfun.org - 开发者(网络)工具集合 ## 访问地址 https://devfun.org ## 主要功能 - 本机 IPv4/IPv6 网络检查及 IP 信息查询 - 站点可访问性检查(支持全球区域) - 代理检查及代理全球出口检查 - 各类编解码、格式测试、文本格式化、校验密钥生成、文本处理、转换工具 欢迎大家使用,提供建设性的建议和意见!

Practice LeetCode problems with automated spaced repetition scheduling.
@JoydeepNath007 · X

A calculator and data manager for LORT game statistics and analysis.
LORT Calculator — Stream 游戏 LORT 工具网站

Merge, compress, split, and convert PDFs entirely in your browser without uploading files.
@notApplicaky · X

Claude Code plugin that generates concise versions of responses, reducing length by 71% on average.
@TahiGichigi · X
Introducing: Say Less Our custom-made Claude Plugin that cuts Claude Code replies by 71% on average. Free to use.

Track AI coding costs attributed to pull requests, teams, and organizations.
haseebejaz · HN
TokenSpend, the AI ROI Solution

Benchmark local coding models on consumer hardware to measure accuracy, latency, and throughput across 27 tasks.
u/Unfair_Association89 · Reddit
I built a reproducible benchmark for local coding models (Ollama, 27 tasks, live leaderboard) ran it on my 8GB card, here's what I found I kept eyeballing "vibes" to decide whether one quant of a coding model was actually better than another on my machine, so I built Sakura to get real numbers instead. What it does: - Points at any Ollama model and runs it through 27 hand-curated tasks: codegen, bugfix, SQL, refactor, systems design, protocol implementation, and terminal-agent episode

Useful online calculators for business, finance, mathematics, science, and more.
@jega_csaba · X

Compress any video to an exact file size, no watermark or signup.
mengyuxuan · V2EX
写了个在线压视频的站,能压到指定大小,顺手聊两个踩坑 起因很土。给客户发一个 60 多 M 的录屏,Gmail 说超了 25M ,扔网盘对方公司的网又打不开。本机有 ffmpeg ,但每次都得去翻 crf 该给多少,笔记本风扇还要吼两分钟。想找个在线的,搜出来前几个一半给你打水印,一半让你先注册。 于是自己搓了一个: https://vidsmaller.com 先把话说在前面:编码这一层是买的第三方转码 API ,不是自建 ffmpeg 集群。剩下的东西(登录、额度、计费、下载代理、i18n 、后台)都是自己写的,Next.js + Drizzle + Supabase ,跑在 Vercel 上。 能干的事: - 直接填数字。要 18MB 就填 18 ,它按这个体积去编码,输出基本落在你要的值上 - Discord 20M 、WhatsApp 16M 、邮件附件这些常见上限做成了滑块下面的按钮,不用自己算 - 也能完全手调,CRF 、分辨率、最高码率都在高级里 - 不加水印,免费也不加 - 不登录就能直接试,单文件 500M 以内;注册了免费 30 次