HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dheerajmp

no profile record

投稿

Claude Skills for Cybersecurity

github.com
3 ポイント·投稿者 dheerajmp·2 か月前·0 コメント

Gstack to Be Renamed as Gslop

twitter.com
3 ポイント·投稿者 dheerajmp·3 か月前·0 コメント

Claude Code Leaks

github.com
4 ポイント·投稿者 dheerajmp·3 か月前·1 コメント

Claude Code full source code leaked on NPM

github.com
47 ポイント·投稿者 dheerajmp·3 か月前·3 コメント

Non trivial client-side UI manipulation in runtime using AI

leanmcp.com
1 ポイント·投稿者 dheerajmp·4 か月前·0 コメント

Trivy Attacks

ramimac.me
3 ポイント·投稿者 dheerajmp·4 か月前·0 コメント

Delve.co and SoC Type 2 Compliance Scandal and Audit

kaggle.com
2 ポイント·投稿者 dheerajmp·4 か月前·0 コメント

Laws of UX – in the age of AI vibe coding

lawsofux.com
2 ポイント·投稿者 dheerajmp·4 か月前·0 コメント

Never knew news websites could survive without ads

text.npr.org
9 ポイント·投稿者 dheerajmp·4 か月前·12 コメント

Awesome-Webmcp

github.com
3 ポイント·投稿者 dheerajmp·4 か月前·1 コメント

Infinite Mario levels – generated on the fly

supermario.leanmcp.live
2 ポイント·投稿者 dheerajmp·4 か月前·3 コメント

Building AI agent for our own company

blog.leanmcp.com
2 ポイント·投稿者 dheerajmp·4 か月前·0 コメント

WebMCP App for Composing Music

music.leanmcp.live
10 ポイント·投稿者 dheerajmp·5 か月前·8 コメント

Mathematicians issue a major challenge to AI

scientificamerican.com
2 ポイント·投稿者 dheerajmp·5 か月前·1 コメント

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

pai.dev
1 ポイント·投稿者 dheerajmp·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 dheerajmp·7 か月前·0 コメント

コメント

dheerajmp
·先月·議論
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 か月前·議論
You do not need Claude for finding FreeBSD vulns. Just plain eyes. Pick a file you can find one.
dheerajmp
·3 か月前·議論
Feel free to add this to Awesome Claude code. https://github.com/rosaboyle/awesome-cc-oss
dheerajmp
·3 か月前·議論
Awesome resources related to the claude code leaks
dheerajmp
·3 か月前·議論
April Fool tool
dheerajmp
·3 か月前·議論
Yeah, this is crazy
dheerajmp
·3 か月前·議論
Its not dupe. It's a working copy which can build. The other version doesn't build
dheerajmp
·3 か月前·議論
Source here https://github.com/chatgptprojects/claude-code/
dheerajmp
·4 か月前·議論
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 か月前·議論
The mobile version of BBC has ton of ads
dheerajmp
·4 か月前·議論
Yeah, I hope npr is still funded amidst the funding cut by the government.
dheerajmp
·4 か月前·議論
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 か月前·議論
Much needed
dheerajmp
·4 か月前·議論
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 か月前·議論
Yeah, planning to add the wavesurfer (https://www.npmjs.com/package/wavesurfer.js) support soon. Do you recommend any other library for that?