Viewing profile — ghosts_
ghosts_
HN member- Joined
- Fri, Jan 18, 2019, 1:11 AM UTC
- HN karma
- 22
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About ghosts_
Recent public activity
-
story
Show HN: allmcps-server – MCP server for MCP servers
MCP to hook up your agents to find and install other mcp servers, or submit one you're building yourself directly to our registry.
- story
-
story
Show HN: AllMCPs – Directory of MCP Servers
Browse, submit, and upvote unique or useful MCP servers to incorporate in your daily workflows.
- story
-
comment
Comment #48850728
Yeah the main product I'm working on (Moxie Docs) has AI generation of mermaid diagrams, I find that it works __well enough__ but I needed some strong guardrails, quality checks, a…
-
comment
Comment #48850712
Would you consider introducing any tooling around that? I've been building an automation setup for keeping dev docs up to date (and eventually user-facing knowledgebase docs) but w…
-
comment
Comment #48850693
Have you tried any AI review tools? I've been using / trialing a few and find they do an OK job but still seem hell bent on __finding__ and issue no matter what
-
comment
Comment #48825475
this better not affect zen browser
-
story
Ask HN: How do you keep documentation up to date with AI generated code?
I've seen numbers like 75% of code at Google is AI generated, huge %s of code overall is AI generated, open source projects overwhelmed with "slop" PR requests. It's pretty undenia…
-
story
Show HN: Free Mermaid Diagram Editor
I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor …
-
story
Show HN: Moxie Docs – Automatic codebase documentation and MCP
Built this because I'm sick of keeping documentation up to date when everyone's using AI tools now. It will not only generate missing docs / update / remove docs as they need align…
-
comment
Comment #48378221
Built this because I'm sick of keeping documentation up to date when everyone's using AI tools now. It will not only generate missing docs / update / remove docs as they need align…
- story
-
comment
Comment #35982780
a BUNdler
-
comment
Comment #34603689
what a stupid link to share
-
comment
Comment #34510412
Dashlane's been using argon2 for quite awhile now, AFAIK one of the only ones doing so.
-
comment
Comment #33841066
It's shared standard in the sense that all implementations will be the same, AFAIK passkeys you generate on iOS systems aren't easily used on windows ones, etc. Or they'd require s…
-
comment
Comment #33825491
They're essentially certificates, so most implementations will only store them on-device, and most implementations I've seen seem to favor the phone as the device you use. It reall…
-
comment
Comment #33812212
These probably won't replace password managers, just result in passkey managers... Dashlane already supports passkeys & 1password just announced intent to support soon.
-
comment
Comment #33812206
Dashlane, 1Password & Bitwarden are the most popular I believe.
-
comment
Comment #33812181
I think this gives people a false sense of security, yes zero knowledge is extremely useful + cool, and certainly reduces the risk in event of a breach, but all it really means is …
-
comment
Comment #21498235
Adding to this - ISPs likely would never try any of the above, simply because it would hurt their public perception, isn't worth the time, and is potentially illegal depending on t…
-
comment
Comment #21498223
ISP's could easily stop Bitcoin, I don't really think anyone claims they can't? Bitcoin isn't mean to be an impossible to kill hydra of economic power, but a decentralized, peer-to…
- story
-
comment
Comment #21220168
I've used some easter eggs to enable developer features. Like the konami code would prevent session timeouts so we could test things over a longer period, etc. Haven't introduced a…