Do It by Code
54 subscribers
713 photos
99 videos
14 files
1.24K links
We uhhhhh... do things by coding them.
Download Telegram
CVE-2025-30204

golang-jwt is a Go implementation of JSON Web Tokens. Prior to 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.
Forwarded from vx-underground
When you see someone on social media discussing using AI to code it is your personal responsibility to encourage them. Tell them to "ignore the haters" and "keep it up!".

This will keep our cybersecurity pockets phat for generations to come.
๐Ÿ˜2
This media is not supported in your browser
VIEW IN TELEGRAM
Think you know Gemini? ๐Ÿค” Think again.

Meet Gemini 2.5: our most intelligent model ๐Ÿ’ก The first release is Pro Experimental, which is state-of-the-art across many benchmarks - meaning it can handle complex problems and give more accurate responses. Try it now โ†’ https://goo.gle/4c2HKjf

Tweet source
1
This media is not supported in your browser
VIEW IN TELEGRAM
What does thinking for AI mean? ๐Ÿ’ญ

When you prompt Gemini 2.5, it reasons through its thoughts before responding โ€” effectively mimicking how humans process thoughts.

It approaches a problem gradually, refines potential solutions, and chooses the best one.

Tweet source
BREAKING: Gemini 2.5 Pro is now #1 on the Arena leaderboard - the largest score jump ever (+40 pts vs Grok-3/GPT-4.5)! ๐Ÿ†

Tested under codename "nebula"๐ŸŒŒ, Gemini 2.5 Pro ranked #1๐Ÿฅ‡ across ALL categories and UNIQUELY #1 in Math, Creative Writing, Instruction Following, Longer

Source
MCP server for Ghidra
ghidraMCP is an Model Context Protocol server for allowing LLMs to autonomously reverse engineer applications. It exposes numerous tools from core Ghidra functionality to MCP clients.


Article, Comments

Edit: it seems like the code itself in this repo is vibe-coded and trash
New limits for github repos per account
TIL: in telegram's mtproto, a dice message in a private chat can only be deleted if it was sent more than 24 hours ago (by a bot)

So this code will return 0:
return await (await user.the_bot.send_dice(user.me.id, "๐ŸŽฒ")).delete(True)
The first frozen account on the production server.

testpl1 they changed the username ok
It seems like this "bug" is now fixed tho