HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fka

no profile record

投稿

[untitled]

1 ポイント·投稿者 fka·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 fka·4 か月前·0 コメント

Wvw.dev: world vibe web – A free and OSS federated app store for vibecoded apps

wvw.dev
2 ポイント·投稿者 fka·4 か月前·1 コメント

Show HN: Agentlytics – See stats from all your AI coding agents (100% local)

agentlytics.io
1 ポイント·投稿者 fka·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 fka·4 か月前·0 コメント

Show HN: Deeper – Open-Source Beeper Analytics App for macOS

github.com
3 ポイント·投稿者 fka·5 か月前·0 コメント

Show HN: Npx check-AI – check your repo for AI-readiness

github.com
1 ポイント·投稿者 fka·5 か月前·0 コメント

Show HN: Textream: Dynamic Island-style teleprompter for macOS with voice track

blog.fka.dev
3 ポイント·投稿者 fka·5 か月前·1 コメント

Show HN: Free and open sourced prompt skills game for kids

prompts.chat
1 ポイント·投稿者 fka·6 か月前·0 コメント

Prompts.chat/Builder: Prompt Building Suite

prompts.chat
1 ポイント·投稿者 fka·7 か月前·0 コメント

Show HN: Typed-Prompts – Type-Safe Prompt Engineering

github.com
2 ポイント·投稿者 fka·7 か月前·3 コメント

Prompts.chat: the social platform for AI prompts

prompts.chat
2 ポイント·投稿者 fka·7 か月前·0 コメント

Prompts.chat: Free and Open Source Social Platform for AI Prompts

prompts.chat
2 ポイント·投稿者 fka·7 か月前·0 コメント

The Misconceptions About Vibe-Coding

blog.fka.dev
4 ポイント·投稿者 fka·7 か月前·0 コメント

MCP Apps: Bringing Interactive UIs to AI Conversations

blog.fka.dev
3 ポイント·投稿者 fka·8 か月前·0 コメント

My Git history was a mess of 'update' and 'fix' – so I made AI clean it up

github.com
68 ポイント·投稿者 fka·8 か月前·100 コメント

What Happened to Google's A2A?

blog.fka.dev
1 ポイント·投稿者 fka·10 か月前·0 コメント

コメント

fka
·4 か月前·議論
A distributed app store for projects built with AI coding agents. Each store is an apps.json in a GitHub repo. A build script aggregates them into a unified catalog on GitHub Pages. No backend or database needed. just JSON.

Adding your apps: create an apps.json, open a PR. Or tell your AI agent to do it the spec is designed for that.

Built on Appétit (https://github.com/f/appetit), a standalone App Store UI in vanilla HTML/CSS/JS you can deploy as your own store. WVW federates multiple Appétit instances into one catalog.

Source: https://github.com/f/wvw.dev
fka
·4 か月前·議論
Hi HN,

I built Agentlytics because I use multiple AI coding editors and had no way to see how I actually use them.

It's a single-command local dashboard that reads chat history from Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravity, and OpenCode. (contribution needed for more support)

Technically it's a Node.js CLI that reads from local SQLite databases, state.vscdb files, JSONL logs, and (for Windsurf) a local ConnectRPC API exposed by the running language server. Everything gets normalized into a local SQLite cache and served via Express to a React frontend with Chart.js.
fka
·7 か月前·議論
Yes :))
fka
·7 か月前·議論
Hi HN!

I'm Fatih, maintainer of prompts.chat. I've built a new NPM package called "typed prompts" which is a new approach to write chat, image, audio, video prompts using types and methods. It's actually an opinionated string builder, but it works!

Happy to hear your feedbacks!
fka
·8 か月前·議論
that makes sense!
fka
·8 か月前·議論
My username was f before Elon made Twitter X.
fka
·8 か月前·議論
this is a really good idea.
fka
·8 か月前·議論
Nope, just seems cool.
fka
·8 か月前·議論
honestly, I used to like writing README files before the AI (see my other repos), but I don’t like writing them anymore. GPT does it really well, it may have some mistakes but thankfully, you guys highlight them :)
fka
·8 か月前·議論
yes that’s what I’ve done! :)
fka
·8 か月前·議論
it's like, every day ;_;
fka
·8 か月前·議論
totally agree. in principle, commit histories should be treated as immutable, especially on shared or production branches.

this tool is not meant to rewrite public history or alter real project timelines. it's more of a utility for personal or experimental repos (or branches), the kind of messy ones full of "update again" commits that never had a proper history. that's exactly why I built it.
fka
·8 か月前·議論
Agreed! I've already added several warnings and disclaimers to the README :) It's really meant to be a "use it once or twice in your lifetime" kind of tool, not something to run on every project. Actually, mostly shouldn't.
fka
·8 か月前·議論
I've created my account ~16 years ago :)
fka
·8 か月前·議論
Good point. The purpose of git-rewrite-commits isn’t to "polish" history or rewrite meaning, it’s more of a rescue tool for those chaotic early stages of side projects (like mine) where commits are basically "update again" for months.

In those cases, the "intent" was never recorded in the first place, so the AI is just giving some structure and readability to what’s already lost context.

It’s not about pretending the repo was well maintained, it’s about making messy histories a bit more understandable for humans (and future me) without rewriting the actual code or meaning.