RSSAmplifier

Blog

Nikita's Blog

My name is Nikita Skobov and this is my blog. I studied statistics, and computer science at the University of Minnesota. Sometimes I write code for fun. Check out the code for this website at https://github.com/nikita-skobov/blog-updater

blog.nikitas.linkRSS feed ↗4 posts

Latest posts

A short list of things I feel strongly about

I wanted to write a blog post for the last few months but I kept doubting myself that anything I'd write would be interesting. So instead of taking time to write a long post, I thought itd be fun to write a quick list of things I feel strongly about.

Have you ever hurt yourself from your own code?

Have you ever accidentally caused harm to yourself or others from your code? I have.

Recording pulse audio sound while being able to change the volume

Recently I took on a fun side project where I would like to record the audio of some program while listening to it at the same time. I am going to show you two ways of accomplishing this:

Hello World

A lot of times when I get stuck on some problem I search for solutions online, and a lot of times I find really specific solutions in the form of blog posts. Occasionally, I find a solution myself, so I got the idea that I should start a blog and post about: