HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fka

no profile record

Submissions

[untitled]

1 points·by fka·قبل شهرين·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.