Skip to main content

linux mint is amazing - from a new user

 

I am an engineering student who has switched to linux to do software development project work and study programming. I have been reading about linux for many years now but this is the first time I have up and actually installed it. And it's been amazing.

I did my research and shortlisted a couple of distros beforehand and live booted every one of them to get a taste of each one of them.

And here was my experience in short:

  1. Ubuntu:- SLOW. Used alot of system resources for basic tasks, and doesn't work 100% of the time on my new PC and is laggy and unusable on my old machine.

  2. Pop OS:- it was good. Liked some features it offers, but just like Ubuntu is hogged resources.

  3. Kali Linux:- couldn't get it to live boot for demo

  4. Arch:- I will do arch based linux later as I play with linux more. Have shortlisted Manjaro and endeavour OS.

And here is the main one

5. Mint:- it works flawlessly. Everything works well on both my old and new PC. There are a few things I haven't optimised like the battery using slimbook on my new laptop but on my old laptop it is the only distro i have tried that runs smooth like butter. The browser is actually usable on mint. There are a few issues but that is only on proprietary software from my new PCs OEM and I am fine with that. It's shocking how straightforward mint is. No nonsense, no gimicks, just clean , desktop computer experience. I am now bothered that my country recommends Ubuntu for all its linux based engineering use.

 

 

(It's about to get minty!)

:)

 

 

Comments

Popular posts from this blog

CAD : The computer aided design miracle

In this world the musing of the humble designer is seldom talked about or even thought of. What happens between the desk and the drawing board of an engineer, stays there. Even among engineering circles, the skill as important as making drawings of a physical product won't have enough suitors to fill a small room with to talk about. And in all honesty, that is fair. Making engineering drawings, or engineering graphics, for those with taste, is frankly very boring. It's tedious work making detailed drawings of a something that doesn't exist in the world, but you have to make sure its correct to the inch, on paper. To some it is an art only given to the most honored engineers, to most, it is as boring a watching paint dry.  The world has gone far away from the days of yore. No longer is the creation ground of all things engineered on paper, willed into the world by the mind of an engineer and his pencil. And with new blood, comes new innovations. The world has gone the way of...

Making rockets for science!

I joined this small group of model rocket enthusiasts from India on Discord. Having an interest in model rocketry and experimenting with model rocketry in my childhood, I really took an interest in their group. And thus, after 4 years of High School not doing much rocketry, I restarted my interest in designing rocket. I was in 1st year 2nd semester college by the time I joined Rocketery-IN. Suffice to say this was the very first time I had to balance a project this big for me and my 2nd semester . This taught me a great deal about time management.  Over the course of the next 6 months , the team and I were steadfast in developing our Jericho-1. And came December 25, 2023 -the time for Jericho to touch the sky with glory !   I will post more about the Jerico-1 in the upcoming posts.

Speech Recognition in Python

 I recently made this python speech recognition code. It's a simple , little project ment to teach the basics of speech recognition using python. It uses the SpeechRecognition library by Anthony Zhang and a text-to-speech (TTS)  element powered by the pyttx3 library made by Natesh Bhatt.  Below is the documentation to go along with the project. And here is the github repo Simple Python Speech Recognition by Prabal Pratap Singh Rawat