I wonder how many inventions/discoveries are misattributed because of intelligence/military reasons.
Prateek (प्रतीक)
@prateek.page
Maths Nerd | Senior Rust Engineer @astratech.ae | Ex - ByteDance, Apple , AQR Capital ♥️ Rust and JavaScript 🇮🇳🦀🕸️
Pyrefly, Meta’s fast Python type checker and language server (written in Rust) is officially stable 1.0 #rustlang
Started a math blog (twopi.dev). The first post is about π. Do give it a read. twopi.dev/2026/what-is...
What is π, really? — TwoPi
π is not just a circle constant. It appears in infinite sums, bell curves, and counting problems that have nothing to do with circles.
twopi.dev
i don’t think we’re ready for hacktoberfest and ‘vibe coding’ sending strength to open source maintainers
Rust 1.89.0 will stabilize let-chains (yay 🎉). In the same release, clippy will flag `if` statements that can be collapsed further using a let-chain. Outcome: your CI will fail when 1.89.0 is released, and you can't fix it ahead of time because the feature clippy wants you to use isn't stable yet 🙃
When privacy groups and Meta are agreeing that something is bad, it must be really bad. The UK forcing Apple to break encryption is really, really bad for everyone's privacy and security.
WhatsApp joins legal action against UK demand for Apple ‘back door’
Meta-owned group becomes first Big Tech company to intervene in the case
ft.com
I have been working so much past month. Now I need a vacation.
If I am building an app and not a library, then there’s no difference between dependencies and devDependencies, right? Is my understanding correct?
Setting up your new home in a new city is exciting and exhausting at the same time! #NewBeginnings
Is there a free API for currency conversion data? I don't need real time data.
I just spent a few hours debugging why the api routes weren't working in @tanstack.com Start only to realise I was missing the `app/api.ts` file.
I was terribly sick till this week. Recovered now. Let's hope this weekend to be productive one. 🚀
Today’s my last day at Apple. It has been an incredible journey.
I have created a private leaderboard for #adventofcode. Here's the code `3190832-72270d5d` to join.
Hey everyone 👋🏻🦋 What are people using for analytics software these days? What's automatically EU compliant? What's got a good dev experience and easy integration? What are you using?
Hey everyone, could you recommend some good React component libraries? I’m planning to build a dashboard with numerous form elements and charts.
4 days left for advent of code 2024. Let me know if you want to join my private leaderboard. #adventofcode
Good article on understanding pinning in Rust. 🦀 sander.saares.eu/2024/11/06/w...
Why is std::pin::Pin so weird?
Values of certain Rust types need to be pinned, which prevents them from moving in memory. This is expressed via the std::pin::Pin wrapper type and is typically encountered in the form of a functio…
sander.saares.eu