# A Short Probability Problem
5 min read
Given a_1 ~ Unif(0,1), a2 ~ Unif(0,2), a3 ~ Unif(0,3), a4 ~ Unif(0,4) and a5 ~ Unif(0,5), what is P(a1 <= a2 <= a3 <= a4 <= a5)?
Given a_1 ~ Unif(0,1), a2 ~ Unif(0,2), a3 ~ Unif(0,3), a4 ~ Unif(0,4) and a5 ~ Unif(0,5), what is P(a1 <= a2 <= a3 <= a4 <= a5)?
Maybe in another life :)
osu!gaming CTF 2025 web challenge writeup
Short writeup on one of JS's easier monthly puzzles
A short writeup on a bytevm reversing/pwn challenge I made for SieberrCTF 2025. Some sections currently removed due to an ongoing writeup contest