HN user

dheerajmp

66 karma
Posts19
Comments17
View on HN
github.com 2mo ago

Claude Skills for Cybersecurity

dheerajmp
3pts0
twitter.com 3mo ago

Gstack to Be Renamed as Gslop

dheerajmp
3pts0
github.com 3mo ago

Claude Code Leaks

dheerajmp
4pts1
github.com 3mo ago

Claude Code full source code leaked on NPM

dheerajmp
47pts3
www.leanmcp.com 3mo ago

Non trivial client-side UI manipulation in runtime using AI

dheerajmp
1pts0
ramimac.me 4mo ago

Trivy Attacks

dheerajmp
3pts0
www.kaggle.com 4mo ago

Delve.co and SoC Type 2 Compliance Scandal and Audit

dheerajmp
2pts0
lawsofux.com 4mo ago

Laws of UX – in the age of AI vibe coding

dheerajmp
2pts0
text.npr.org 4mo ago

Never knew news websites could survive without ads

dheerajmp
9pts12
github.com 4mo ago

Awesome-Webmcp

dheerajmp
3pts1
supermario.leanmcp.live 4mo ago

Infinite Mario levels – generated on the fly

dheerajmp
2pts3
blog.leanmcp.com 4mo ago

Building AI agent for our own company

dheerajmp
2pts0
music.leanmcp.live 5mo ago

WebMCP App for Composing Music

dheerajmp
10pts8
www.scientificamerican.com 5mo ago

Mathematicians issue a major challenge to AI

dheerajmp
2pts1
pai.dev 5mo ago

I went through the OpenClaw Source code. And here are my observations

dheerajmp
1pts0
chromewebstore.google.com 1y ago

Hate filling forms – Built an AI that just does that in one click

dheerajmp
2pts1
github.com 1y ago

Open sourcing my SSE virtualization layer for Remote MCP

dheerajmp
3pts1
ship.leanmcp.com 1y ago

Show HN: Built a No-code platform to build and deploy MCP Servers

dheerajmp
1pts0
labs.fprime.ai 2y ago

Show HN: LLM Labs – UI to Test 3 LLMs in Parallel

dheerajmp
1pts0

This is a spyware IMO. Exactly, what YC is looking for founders to install.

Looking at the script, here's exactly what git data gets collected and sent to YC proxy:

Commit metadata (per commit, up to 1000 commits):

Full SHA hash Short SHA Author name Author email Author timestamp Commit subject line (the first line of the commit message)

Numstat data (per commit):

File paths that were modified Number of lines added per file Number of lines deleted per file

Author detection — it actively tries to find ALL your email addresses by:

Reading your git config user.email Cross-referencing commit SHAs found in your session transcripts against git log Scanning all commits where the author name matches your git config user.name

Like why does it need YOUR GIT COMMIT HISTORY? Unless you want to spy on what products founders are actually building and shipping. And which one has the hottest product etc.

I hate these tricks run by YC.

Awesome-Webmcp 4 months ago

It does capture animations. Meaning I add CSS to render the animations well. I use Idiomorph for directly manipulating DOM rather than using threeJS layer though. I haven't tried anything as heavy as threeJS with webmcp yet. I will give a try. And share

I've been building AI-powered games recently and wanted to test something: how well can AI generate game assets in real-time while you're actively playing?

I tried it with Super Mario. Built on top of an open-source browser implementation (from https://github.com/meth-meth-method/super-mario) , I added an AI backend that generates full levels.

Two different generation modes. 1. Generate entire levels at one shot. 2. Infinity mode: where you keep playing and Claude keeps generating new levels for you on the fly.

Especially, the infinity level. I myself played for around 45 minutes before being bored (and my token limits start hitting). There is still a lot of optimization that can be done.

Planning to extend this towards more webgames - both Unity and Godot supported webgames.

What do you guys think? Would you play these games forever. Any specific games you have in mind for which this would work perfectly?

Video demo - https://youtu.be/Xi3DgAha4pE

Hate filling forms. So made this. Put all your info at one place and then fill long forms with one single click. Ctrl + Shift + F.

(Fully open source, you bring your API Key. The content is directly sent to Anthropic. All source code is open - https://github.com/recruitaidev/mundane-ai)

Personally, I am building a startup. And I use this for specifically sending personalized follow up emails for every update of our software. Use it for filling random RSVP forms for events.

I also used this to apply for YC, SPC, Techstars, A16Z, Lightspeed Launch and others all withing like 30 mins.

Source code - https://github.com/recruitaidev/mundane-ai

Hi,

I built this virtualization layer for my Serverless MCP platform startup LeanMCP.com . 150+ developers used our platform to build and ship their MCP servers. And it costed us <200$ is AWS vs what it could have otherwise costed $3000+.

Open sourcing most of it to further benefit to the community. Most of the clients are moving towards Streamable HTTPs anyway, but its still relevant given Cursor, Windsurf still support just SSE MCPs.