Do It by Code
54 subscribers
710 photos
99 videos
14 files
1.24K links
We uhhhhh... do things by coding them.
Download Telegram
A playable Tetris game inside of a PDF file (you need to open it with Chrome or a web browser which has javascript enabled)

https://th0mas.nl/downloads/pdftris.pdf
afrog
A Security Tool for Bug Bounty, Pentest and Red Teaming, written in Go.
https://github.com/zan8in/afrog/

afrog is a high-performance vulnerability scanner that is fast and stable. It supports user-defined PoC and comes with several built-in types, such as CVE, CNVD, default passwords, information disclosure, fingerprint identification, unauthorized access, arbitrary file reading, and command execution. With afrog, network security professionals can quickly validate and remediate vulnerabilities, which helps to enhance their security defense capabilities.


#penetration_testing #bug_bounty #vulnerability_scanner
#go
Language:
py


Code:
print(hash(-1) == hash(-2))
print(hash(-1))


Output:
True
-2
I don't really use vim, but this was way too tempting to not send...so here we go:

Bad Apple but it's 6,500 regexes that I search for in Vim
Article, Comments
Do It by Code via @wiki
https://en.wikipedia.org/wiki/Pareto_principle
The 80/20 rule, also known as the Pareto Principle, states that roughly 80% of effects come from 20% of causes. This powerful concept was first observed by Italian economist Vilfredo Pareto in 1896 when he noticed that 80% of Italy's land was owned by 20% of the population.

The principle applies to many areas:
- In business: 80% of profits often come from 20% of customers
- In productivity: 80% of results come from 20% of efforts
- In software: 80% of errors come from 20% of code
- In time management: 80% of value is achieved in 20% of time spent

This insight can help with prioritization and decision-making by focusing on the vital 20% that delivers the most impact. However, these numbers aren't exact - they illustrate a general principle about uneven distribution and the importance of identifying high-impact activities or factors.

In practice, you can use the 80/20 rule to:
- Focus on your most important tasks
- Identify your most valuable customers/relationships
- Streamline processes by targeting major bottlenecks
- Optimize resource allocation

The key is recognizing that not all inputs contribute equally to outputs, allowing you to focus on what truly matters.
ChatGPT: Unauthenticated Reflective Distributed Denial of Service

https://github.com/bf/security-advisories/blob/main/2025-01-ChatGPT-Crawler-Reflective-DDOS-Vulnerability.md

tldr: you can send 5000 http requests to a random URL per a request to chatgpt API without auth
thanks to openai + azure
12 years later the Sony McDonalds patent is becoming real

Hulu asks you to answer advertisements to continue watching
1
Media is too big
VIEW IN TELEGRAM
Roo-Cline

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
https://github.com/RooVetGit/Roo-Cline

Whereas github copilot is designed to be very cost-effective, this assistant is the most hungry model for token burning. it's way too expensive and is known to over-bloat the context each time.
Trump is set to announce 500 billion dollars in private sector investment to build artificial intelligence infrastructure in the U.S., OpenAI, Softbank and Oracle are planning a joint venture called Stargate — CBS

the big change is coming, same as how computers are now being used in every single place of the world, such as military, management, education, etc.. AIs will also have the exact same era, very soon
SDL v3 is released. (Stable version, which is 3.2.0; all previous 3.x versions were pre-release)