
Avi
6.4K posts

Avi
@AviTheDev
Author of @NuruProgramming || Building @DeployTZ || CTO @SubCodeAfrica || Chronic Builder || All code is open source if you can read assembly


Releasing the model weights and technical report of Kimi K3. Kimi K3 is our most capable model: a 2.8T MoE model with native visual understanding and a 1M-token context window. New model architecture: 2.5x the intelligence per unit of compute, not just more params. Alongside Kimi K3, we're opening up more of the stack behind it — high-performance attention kernels, MoE communication library, and infrastructure for running agent environments at scale. Model weights: huggingface.co/moonshotai/Kim… Tech report: github.com/MoonshotAI/Kim… Tech blog: kimi.com/blog/kimi-k3



Every time I write login, I do one small thing on line 122 that looks completely pointless. If the email isn't in the database, I still run a bcrypt compare against a dummy hash before I return. Why would you hash a password for a user that doesn't exist? Because of timing. If you return early the moment the user is missing, that path is fast. The path where the user does exist is slow, because bcrypt is slow on purpose. An attacker times your responses and now knows which emails are registered. That's user enumeration. So I make both paths cost about the same. User exists or not, the response comes back in roughly the same time. Nothing leaks. Small detail, big difference. Detailed video on this coming soon, stay tuned.




wayland took 15 years to replace X11 not because it was hard because nobody wanted to admit X11 was broken 🧵

CEO of Anthropic Dario Amodei awkwardly smiles through his answer to a question about why Claude AI directly contributed to the US Military bombing of the elementary school in Minab.





We are investigating unauthorized access to GitHub’s internal repositories. While we currently have no evidence of impact to customer information stored outside of GitHub’s internal repositories (such as our customers’ enterprises, organizations, and repositories), we are closely monitoring our infrastructure for follow-on activity.

Ain't no way my first npm package (reveal-ui) is getting 33 downloads the first week, and I haven't even advertised it yet 🥹🥹🥹 Built it for #reactjs flows where a select is too cramped and a modal breaks context, like inline text editors, plan comparison, and nested flows. 🤌🏿




I know right! I didn't like this shit, so I turned this episode off. They tried to frame Satan as if he is a misunderstandood being and that hell is not a bad place. The part that made me not finish the episode is when Invincible asks since hell exists then it must mean that heaven does too. The demon literally said heaven doesn't exist and there's no need for it when it's on earth. So let me get this straight, Hell and Satan can exist but God and Heaven doesn't? Bruh, this episode was straight up satanic propaganda.






