Do It by Code
54 subscribers
710 photos
99 videos
14 files
1.24K links
We uhhhhh... do things by coding them.
Download Telegram
What stands out most is how little the attacker needed to provide to get meaningful results. In many cases, the attacker supplied only vague, low-skill prompts and allowed Claude to fill in the gaps: researching exposed services, identifying possible vulnerabilities, writing exploit code, validating access, and harvesting data. The attacker did not need to be an expert operator; they simply had to use the correct framing for their prompts. The agent supplied much of the structure and technical execution that the attacker appeared to lack.
How to lose $600 million:

Step 1: Get a message from Cursor CEO in 2022
Step 2: Don't see it
Step 3: Don't respond
Step 4: Don't help with content
Step 5: Don't negotiate for 1% advisory shares
Step 6: Cursor sells for $60 billion
Step 7: You sir are $600 million poorer

All jokes aside, massive congrats to @mntruell and the @cursor_ai team!

Posted by Alex Lieberman, 17 hours ago
A threat actor going by the name irleak is selling a massive database containing over 107 million personal records from more than 20 Iranian travel agencies. The post appeared on a dark web forum yesterday, June 17.

The compromised data is highly sensitive. It includes complete customer profiles with national IDs, passport numbers, and contact details, as well as extensive travel itineraries covering flights, trains, buses, and hotel accommodations.

Some of the most impacted agencies include Haftorang with 47.7 million records and Tikban with 23.6 million. The asking price for this immense trove of data is $60,000 in Bitcoin.
UE wants to remove blueprint (its visual graph-like language)
(due to AIs probably)

https://x.com/i/status/2067690324827484221
Do It by Code pinned «go 1.27's method generics https://go.dev/doc/go1.27#language https://github.com/golang/go/issues/77273»
This media is not supported in your browser
VIEW IN TELEGRAM
GPT Bidirectional Voice Mode is being rolled out in the ChatGPT app!

The model can interrupt the user, count as you speak and it can even correct you when you make a mistake.

Posted by XIVIX, 6 minutes ago
Nearly Half of LG Smart TV Apps Contain Residential Proxy SDKs
Article, Comments
1
The new HTTP QUERY method explained

🔸A new HTTP method, QUERY, has been introduced to handle complex search queries with a request body, replacing the need for POST in read-only requests. QUERY is similar to GET but with a body, intended to be safe and idempotent, allowing for caching and retrying failed requests.

23 Jun 2026

💬 comments
1
The Steam Machine literally gets beaten by 8 year old GPUs in terms of gaming performance

This is geniuenly embarassing for Valve

Posted by Rock Solid, 11 hours ago
11
Re: Fired by Google for creating the Google workspace CLI

Interesting that people here seem so sympathetic to the fired guy. Wouldn’t you kind of expect to be fired if you release a project under your employers name that’s not even associated with them and hasn’t been cleared? Working for them actually makes it worse because people could look up your name and would see that you actually work for google. It’s kind of obvious that this is a bad idea, right?

echoangle, 23 hours ago
Half-Life 2 in a Browser
Article, Comments

warning: extremely buggy and it eventually hangs
i was reading the CPython source and found that the bytecode interpreter usually does not dispatch opcodes with a giant switch statement

instead it uses computed goto, a GCC extension outside the C standard

the dispatch table stores addresses of labels and jumps directly between them

the only reason it exists is performance

CPython developers measured it and found it faster than the traditional switch based interpreter


Posted by trish, 1 hour ago