Long time GTA fan and I have to agree. There’s an unbelievable amount riding on this one, and I feel like the GTA satirical magic is somewhat lost. From what I heard, a lot of the original team from R* have left - but let’s see! Real info is scarce.
Fascinating hearing from those at the end of their careers in this era. For me personally I’m excited for what the future holds, as uncertain and scary as it can be. Nothing is guaranteed and heck, AI could really turned pear shaped but all in all it feels like an amazing to build. I hope those wrapping it up can see this isn’t simply the end for the rest of us. Just change.
The forum listing for the stolen source code (per the screenshot in article) says 1 buyer or they leak for free. Is GitHub about to become open source?
There's been no direct explanation for the suspensions, though an AWS staff member did post this on the Kiro Discord around the same time:
"We're tuning our fraud and abuse detection systems, which has impacted some valid accounts... We've cleared the backlog of remaining cases, except for a handful that require additional investigation. Most users can expect a response within 12 hours."
Can someone who has set up a lobster and given it access to their life please tell me how it’s going? Or has gone? I’ve been waiting and watching and I’m yet to be convinced this is a good idea! But maybe I’m missing something? Looking for a new prospective here, not a jab at your set up. It’s just besides all the media and general consensus from tech people I know, it sounds like a security nightmare.
I just stumbled upon a recent repo for playwright via the CLI. I use OpenCode w/ Opus 4.6. After installing the skill in my repo Claude navigated my local running frontend and has grasped some UI/UX refactors I was struggling to convey.
Thought I would share this for anyone running a similar set up doing frontend/full-stack work. I know playwright MCP is nothing new, but the CLI + skill is much lighter on token usage. So far so good.
What are some good alternatives to Firefox? I have loved the browser for years, but the future isn’t looking bright. Waterfox is on my radar. Any others I should be aware/you guys are using?
- Simple online verification: the easiest way is to use the public POST /v1/verify endpoint. Any of your services can call this with the agent's credential. It's a stateless check that returns a JSON object confirming if the token is valid and crucially what scopes and user_identifier it was issued for.
- Decentralized/offline verification: for more advanced use cases or high-throughput services that want to avoid a network call you can also verify the credentials offline. The tokens are standard JWTs signed with RS256, and I expose the public keys via a standard /.well-known/jwks.json endpoint on the main domain. You can fetch the keys, cache them and then verify the token signatures locally.
The goal is to make it easy for a developer to get started with the online endpoint, while still providing the standard, scalable method for more mature systems. Thanks for checking it out!
Right! My girlfriend runs ads all the time and even after explaining to her uBlock existed (before MV3) she wasn’t that interested. I can’t stand them, but she doesn’t seem to mind them. In fact sometimes enjoys them - not missing deals I suppose? I don’t quite understand it.