Posts
4222
Following
735
Followers
1628
"I'm interested in all kinds of astronomy."
repeated

well this is the scariest thing my work computer has ever done. I didn’t even know it was structurally possible for popup windows to appear over the Windows Update screen

11
8
2
Imagine going to the hospital to see a doctor. You wait for hours, then the doctors shift is over so they tell you that you are healthy and should go home.

This is how autoclosing issues feels like.
0
5
11
repeated

Today I learned that glibc has a broken %s implementation in strftime. It applies the timezone even when we want UTC...

https://github.com/curl/curl/issues/22038

4
4
0
repeated

bert hubert 🇺🇦🇪🇺🇺🇦

I spend a lot of time discussing digital autonomy over at think tanks & other civil society places. I think we're going round in circles & need to look further ahead into more practical things to make any progress: https://berthub.eu/articles/posts/eu-civil-society-need-progress-digital-autonomy/

1
5
0
repeated

I can't believe that we live in a timeline where the thing people go most apeshit for in the world is a repository that literally consists of 77 lines of markdown that literally just say "don't write code that is pointless to write" in 6 bullet points

3
8
0
repeated

Okay, could someone explain something to me please?

Why did ANYONE ever think “guardrails” would work?

We all know that blocklisting is suboptimal because you can’t possibly enumerate all the badness (see also: antivirus). And anyone who has had to write a statement of work that includes application security requirements knows how impossible THAT is without adding a whole textbook as an appendix. (Or just writing “Don’t do stupid shit with the code,” which covers it pretty broadly.)

Don’t do that. Or that. Or that, either. And not like that. Oh, we didn’t know you could do that! Don’t do that.

Seriously, why??

3
2
0
repeated

I have just published a new bug fixes minor release for , version 3.4.1.

https://github.com/joxeankoret/diaphora/releases/tag/3.4.1

1
2
0
repeated

UK government to make Mastodon compulsory for annoying children

0
6
0
repeated

The video of the Kernel-Hack-Drill Masterclass that I gave in Kuala Lumpur🌴

A lot of live demos of Linux kernel attacks and defenses🛠

https://www.youtube.com/watch?v=zXVqGaJY6iM

0
2
0
Re: Social media bans

Does IRC count as social media?
3
0
2
repeated
Edited 25 days ago

As a teenager I was intensely isolated from my peers. I had been removed from education by a parent and, along with my siblings, spent all my time at home. I had little in the way of homeschooling.

The internet, and in particular social mediums, ended up giving me a lifeline. It was my connection to the outside world and gave me a way to socialise, as well as signpost me to subjects I could then look up and learn.

https://www.gov.uk/government/news/social-media-to-be-banned-for-under-16s-in-landmark-government-move-to-givekids-their-childhood-back

1/2

2
6
0
repeated

Last iOS27 optimizations are kind of a challenge for reversing tools. Thanks @codecolorist for the analysis. i'll do my best to handle all those new constructions in r2, if you have suggestions i'm all ears https://codecolor.ist/posts/2026-06-15-ios27-reworked-stub-islands/

0
2
0
repeated
Edited 25 days ago

Can't quotetoot the original but:

This is a VERY CLEAR attack on open source projects. Why would random people be registering domains en masse for popular open source projects that (currently) only redirect to the authoritative home?

Why? Because they're building search engine credibility. Once the attackers have gained enough credibility, they will pull the bait and swap to an attack payload at the domain.

Exercise EXTREME caution with your internet searches.

https://social.kernel.org/objects/bc6c59fe-a58c-47f7-9f1a-604d21b7f003

2
10
0
repeated

I am collecting material, sources on LLMs and vulns before and after the recent mythical moment in time.

The (searchable) list is here: https://tzafaar.codeberg.page/

Take a look and let me know if your favourite source, paper, blog post, repo is missing.

Would appreciate retoots

2
7
0
repeated

One thing I've noticed after tracking down so many cybercriminals is that it's super common for the person's first sales thread on a forum to include data stolen from an organization in the country where they live. This is more remarkable when the threat actor is outside the United States, because it very often tells you exactly which country they are from.

You might think that this would be a very dumb thing to do from a self-preservation perspective, but a lot of times they are eager to make a splash on the forums and the best data or access they have is their government's data or some company working with their country's govt. And if you consider that many young people get started in hacking by sticking it to the local authorities and trying to make them look like clowns, it makes a lot more sense.

3
10
0
repeated

See how a single race condition led to renderer RCE.

In our new article, we examine a high-severity TOCTOU bug between Blink and V8's WebAssembly compiler that allowed a benign module to pass validation while a malicious one was compiled. Because the Wasm JIT pipeline resides outside the V8 heap sandbox, this resulted in renderer RCE without requiring a V8 sandbox escape.
Read our full analysis: https://ssd-disclosure.com/readablestream-toctou-v8-sandbox-bypass-via-wasm-streaming/

1
1
0
repeated

strace(1) is cool btw

I usually take it for granted, but like, imagine how hard life would be if your OS didn't have a well-documented syscall layer, or if you couldn't snoop at it to see how a process interacts with the rest of the system.

2
3
0

I broke my Rust installation by deleting .cache (who stores anything important in .cache?!) and had to reinstall on a dirty FS.

Now I don’t know if it’s me, or it’s impossible to install @atuin from crates.io with rustc 1.85.0?

On the latest version the atuin-ai breaks - which I really don’t need in a shell history manager - this one worked:

cargo install atuin --no-default-features --features=client,check-update,daemon,pty-proxy

0
0
0
Show older