Forwarded from vx-underground
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…
This is real. They're actually this fucking stupid.
https://www.gov.uk/government/news/national-drought-group-meets-to-address-nationally-significant-water-shortfall
https://www.gov.uk/government/news/national-drought-group-meets-to-address-nationally-significant-water-shortfall
GOV.UK
National Drought Group meets to address “nationally significant” water shortfall
Five areas remain in drought with six more in prolonged dry weather
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.
🔸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
Footer:
#premium_premiumbot | #CountryRu | #android (#Sdk31) | #Xiaomim2102j20sg | #app6 (Android, #v9_3_3_30262 #androidplaymarket) #tq1325937002 | #dc2 | #start
#premium_premiumbot | #CountryRu | #android (#Sdk31) | #Xiaomim2102j20sg | #app6 (Android, #v9_3_3_30262 #androidplaymarket) #tq1325937002 | #dc2 | #start
A cool looking retro accessory with an 8x8 monochrome screen!
https://github.com/glutesha/bitlace
#cpp
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
- PoC
- Patch (commit)
- Patch (PR)
#vulnerability #cve #rce
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.
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.
An HTML5/Canvas implementation of 8-bit color cycling
http://www.effectgames.com/demos/canvascycle/?sound=0
https://github.com/jhuckaby/canvascycle
http://www.effectgames.com/demos/canvascycle/?sound=0
https://github.com/jhuckaby/canvascycle
Effectgames
Canvas Cycle: True 8-bit Color Cycling with HTML5
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
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
mattjhall.co.uk
Be Careful with Go Struct Embedding - Matt Hall
The gophers nested too greedily and too deep.