HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fka

no profile record

Submissions

[untitled]

1 points·by fka·2 месяца назад·0 comments

[untitled]

1 points·by fka·4 месяца назад·0 comments

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

wvw.dev
2 points·by fka·4 месяца назад·1 comments

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

agentlytics.io
1 points·by fka·4 месяца назад·0 comments

[untitled]

1 points·by fka·4 месяца назад·0 comments

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

github.com
3 points·by fka·5 месяцев назад·0 comments

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

github.com
1 points·by fka·5 месяцев назад·0 comments

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

blog.fka.dev
3 points·by fka·5 месяцев назад·1 comments

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

prompts.chat
1 points·by fka·6 месяцев назад·0 comments

Prompts.chat/Builder: Prompt Building Suite

prompts.chat
1 points·by fka·6 месяцев назад·0 comments

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

github.com
2 points·by fka·7 месяцев назад·3 comments

Prompts.chat: the social platform for AI prompts

prompts.chat
2 points·by fka·7 месяцев назад·0 comments

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

prompts.chat
2 points·by fka·7 месяцев назад·0 comments

The Misconceptions About Vibe-Coding

blog.fka.dev
4 points·by fka·7 месяцев назад·0 comments

MCP Apps: Bringing Interactive UIs to AI Conversations

blog.fka.dev
3 points·by fka·8 месяцев назад·0 comments

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

github.com
68 points·by fka·8 месяцев назад·100 comments

What Happened to Google's A2A?

blog.fka.dev
1 points·by fka·10 месяцев назад·0 comments

comments

fka
·4 месяца назад·discuss
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 месяца назад·discuss
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 месяцев назад·discuss
Yes :))
fka
·7 месяцев назад·discuss
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 месяцев назад·discuss
that makes sense!
fka
·8 месяцев назад·discuss
My username was f before Elon made Twitter X.
fka
·8 месяцев назад·discuss
this is a really good idea.
fka
·8 месяцев назад·discuss
Nope, just seems cool.
fka
·8 месяцев назад·discuss
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 месяцев назад·discuss
yes that’s what I’ve done! :)
fka
·8 месяцев назад·discuss
it's like, every day ;_;
fka
·8 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
I've created my account ~16 years ago :)
fka
·8 месяцев назад·discuss
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.