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

Go 1.25 release includes changes in toolchain, runtime, and libraries with no language changes affecting Go programs, maintaining the Go 1 promise of compatibility. The release introduces new features such as a lightweight execution trace, improved garbage collector, and new JSON implementation, while also fixing a compiler bug and improving performance in various areas.
Forwarded from vx-underground
The United Kingdom government says it needs to utilize "Facial Recognition" vans and the "Online Safety Act" to protect you and your children from criminals and dangerous things online.

Meanwhile, the government suggests deleting e-mails to save water.

Actual fucking morons
FFmpeg 8.0 adds Whisper support
Article, Comments

(GitHub mirror)
Kitten TTS – 25MB CPU-Only, Open-Source TTS Model

🔸Kitten TTS is an open-source realistic text-to-speech model with just 15 million parameters, designed for lightweight deployment and high-quality voice synthesis.
Forwarded from Volunteer Support
я бы поспорил
A cool looking retro accessory with an 8x8 monochrome screen!

https://github.com/glutesha/bitlace

#cpp
CVE-2025-49113

Roundcube Webmail before 1.5.10 and 1.6.x before 1.6.11 allows remote code execution by authenticated users because the _from parameter in a URL is not validated in program/actions/settings/upload.php, leading to PHP Object Deserialization.

- PoC
- Patch (commit)
- Patch (PR)

#vulnerability #cve #rce
Action bias

Action bias is the psychological phenomenon where people tend to favor action over inaction, even when there is no indication that doing so would point towards a better result.
It is an automatic response, similar to a reflex or an impulse and is not based on rational thinking. One of the first appearances of the term "action bias" in scientific journals was in a 2000 paper by Patt and Zechenhauser titled "Action Bias and Environmental Decisions", where its relevance in politics was expounded.

People tend to have a preference for well-justified actions. The term “action bias” refers to the subset of such voluntary actions that one takes even when there is no explicitly good reason to do so.
2
🤓1
Be Careful with Go Struct Embedding

Embedding structs can quietly mask deeper-nested fields: a duplicate field name isn’t ambiguous unless it appears at the same ‘depth’, meaning your program may choose an unintended value.

https://mattjhall.co.uk/posts/be-careful-with-go-struct-embedding.html

#go
1
when the frontend guy is too lazy to implement pagination:
1
XZ Utils Backdoor Still Lurking in Docker Images
Article, Comments