🧑🏻‍💻

Suriya

Hi! 👋

I’m Suriya (pronounced Soo-r-ya)

I’m an Engineer, who loves to write. Suffice to say, I write here when I’m trying to think through something or when I’ve solved something.

I’m currently doing my Masters in Privacy Engineering at CMU, and my research is on the intersection between Machine Learning, Privacy and Systems Software.

I Love reading and experimenting with Distributed and embedded systems.

I enjoy meeting new people. So definitely send a shout-out to me at, hi at suriya.cc. 🙂

📚 books that I’ve read/reading

🚪 Privacy Things

🧑🏻‍🏫 Readlog

🛍 ToDo

📜 essays

You can find the table of contents here

Recent Posts

Async rust,   Aug 10 2025

Asynchronous programming is a powerful paradigm for building highly concurrent and efficient I/O-bound applications.

I will dissect the core components of Rust’s asynchrony, from the fundamental Future trait to the complexities of Pin and memory management. We will then unravel the inner workings of Tokio, the most popular async runtime, exploring its scheduler, I/O handling with mio, and how it all comes together to execute our asynchronous code.

...click to read


Rust Benchmarking,   Jun 25 2025

Libraries

Criterion.rs

  • Has really good defaults and seems to work out of the box.
  • The ecosystem around criterion is really good. purely because criterion has been around for so long

Rust iai

Even though it is supported by a lot of ecosystem tools. It hasn’t been in development for the past 4 years. and bheisler is the creator of criterion, so even more reason to use criterion.

...click to read


the metamorphosis - Franz Kafka,   Apr 1 2025

Reading Kafka is a strange experience. There’s an uncomfortable feeling, especially with Metamorphosis, that you’re being told a story that is both completely impossible and deeply, uncomfortably true.

...click to read


AI media Editor,   Mar 29 2025

The first animation movie, toy story was made in 1995. At that time this was a break through. It involved a lot of proprietary software (Ray tracing, shaders, motion blur) and decades of research and development. In 2025, for the first time a movie made in open source software (blender) received the oscar.

...click to read


The Immortal Life of Henrietta Lacks,   Mar 15 2025

HeLa Cells, as they’re called by the science community. Has been through it all, exposed to radiation, injected with virus, exposed in space, treated with chemical burn. All of modern medicine depends on HeLa cells to create the medicine. HeLa cells are what are used to test vaccines, chemicals, and physics to see hwo humans cells would work under certain conditions, HeLa cells are being manufactured around the world in troves.

...click to read


Server Setup,   Mar 7 2025

Oh my zsh

  • oh-my-zsh has hands down been a godsend for me.

for that though we first need to install zsh

...click to read


Mobile Dev,   Feb 28 2025

Mobile development is probably the most highest abstracted operation possible. because of this there are too many pitfalls that trip up

...click to read


Source Code,   Feb 26 2025

Bill Gates starts this story from his roots up until the point he found Microsoft and it became a really serious thing. I like that the book closes right after the founding of Microsoft. Because much has been written about that part of the story

...click to read



React Native,   Feb 22 2025

I’ve worked with React Native before but never professionally.

Recently I’ve been getting into building a complete react-native app

And, that is when you see the dark underside of things.

...click to read


More Recents...