HN user

pixelmelt

737 karma
Posts2
Comments66
View on HN
Click (2016) 2 months ago

Try blackbox, its a puzzle game that will have you messing with device settings to beat levels

Im in the community reverse engineering web CAPTCHAs, it's because they are too easy to reverse engineer with Claude now.

I've seen multiple people break botguard (the obfuscation used by recapcha) within the last year when before it was considered a huge technical envour.

Devices like phones don't have this issue since Google owns the client attestation end to end and can fingerprint you without the risk of receiving spoofed values.

Grok 4.3 3 months ago

I've been working on my own misaligned model and grok is definitely different enough with a syspronpt compared to all the other frontier models that I've considered using it to generate synthetic training data, however it leans really heavy into LLMisms which makes it not really worth it. Tangentially I also really like the idea of llms as librarians they are trying out with grokapedia.

Cursor Camp 3 months ago

There was an old game called cursors.io which was the same concept but collaboratively traversing a maze where you would sometimes have to leave other players behind to reach the next level

I liked this, reminds me of some other discussion on recycling/global warming etc being pushed as the comsumers fault

I've been getting into making and breaking these antibots recently and it's funny to me how the person who wrote this post gave so much attention to what LinkedIn was doing and left the other antibots on the page as a footnote. They grab way more, they just don't let you see it. I haven't reversed PX or Recap yet but the antibot on twitch and Nike similarly checks if you have any of these 53 apps installed (when loaded on a WebKit browser) https://pastebin.com/raw/KACvjpTK

I've been enjoying smashing through those panes of glass with LLMs. Just spin up a browser, go and export all the requests to undocumented user endpoints to curl commands, specify what you want out of it and after a few minutes you have an api endpoint up and running!