HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dheerajmp

no profile record

Submissions

Claude Skills for Cybersecurity

github.com
3 points·by dheerajmp·2 bulan yang lalu·0 comments

Gstack to Be Renamed as Gslop

twitter.com
3 points·by dheerajmp·3 bulan yang lalu·0 comments

Claude Code Leaks

github.com
4 points·by dheerajmp·3 bulan yang lalu·1 comments

Claude Code full source code leaked on NPM

github.com
47 points·by dheerajmp·3 bulan yang lalu·3 comments

Non trivial client-side UI manipulation in runtime using AI

leanmcp.com
1 points·by dheerajmp·4 bulan yang lalu·0 comments

Trivy Attacks

ramimac.me
3 points·by dheerajmp·4 bulan yang lalu·0 comments

Delve.co and SoC Type 2 Compliance Scandal and Audit

kaggle.com
2 points·by dheerajmp·4 bulan yang lalu·0 comments

Laws of UX – in the age of AI vibe coding

lawsofux.com
2 points·by dheerajmp·4 bulan yang lalu·0 comments

Never knew news websites could survive without ads

text.npr.org
9 points·by dheerajmp·4 bulan yang lalu·12 comments

Awesome-Webmcp

github.com
3 points·by dheerajmp·4 bulan yang lalu·1 comments

Infinite Mario levels – generated on the fly

supermario.leanmcp.live
2 points·by dheerajmp·4 bulan yang lalu·3 comments

Building AI agent for our own company

blog.leanmcp.com
2 points·by dheerajmp·4 bulan yang lalu·0 comments

WebMCP App for Composing Music

music.leanmcp.live
10 points·by dheerajmp·5 bulan yang lalu·8 comments

Mathematicians issue a major challenge to AI

scientificamerican.com
2 points·by dheerajmp·5 bulan yang lalu·1 comments

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

pai.dev
1 points·by dheerajmp·5 bulan yang lalu·0 comments

[untitled]

1 points·by dheerajmp·7 bulan yang lalu·0 comments

comments

dheerajmp
·bulan lalu·discuss
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.
dheerajmp
·3 bulan yang lalu·discuss
You do not need Claude for finding FreeBSD vulns. Just plain eyes. Pick a file you can find one.
dheerajmp
·3 bulan yang lalu·discuss
Feel free to add this to Awesome Claude code. https://github.com/rosaboyle/awesome-cc-oss
dheerajmp
·3 bulan yang lalu·discuss
Awesome resources related to the claude code leaks
dheerajmp
·3 bulan yang lalu·discuss
April Fool tool
dheerajmp
·3 bulan yang lalu·discuss
Yeah, this is crazy
dheerajmp
·3 bulan yang lalu·discuss
Its not dupe. It's a working copy which can build. The other version doesn't build
dheerajmp
·3 bulan yang lalu·discuss
Source here https://github.com/chatgptprojects/claude-code/
dheerajmp
·4 bulan yang lalu·discuss
You should check this - https://www.redox-os.org/. There are some folks who wrote from scratch.

But not at the size of linux. The linux kernel is so huge mostly because of drivers. Which are mostly supported by the hardware providers. Not sure how easy would it be to convert to rust.
dheerajmp
·4 bulan yang lalu·discuss
The mobile version of BBC has ton of ads
dheerajmp
·4 bulan yang lalu·discuss
Yeah, I hope npr is still funded amidst the funding cut by the government.
dheerajmp
·4 bulan yang lalu·discuss
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
dheerajmp
·4 bulan yang lalu·discuss
Much needed
dheerajmp
·4 bulan yang lalu·discuss
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
dheerajmp
·5 bulan yang lalu·discuss
Yeah, planning to add the wavesurfer (https://www.npmjs.com/package/wavesurfer.js) support soon. Do you recommend any other library for that?