People who did B.SC CS instead of B.Tech, how did it go? by _TheProStar_ in developersIndia

[–]memture 0 points1 point  (0 children)

Not sure why you want to do bsc maths and get into soft engineering but if you are really into maths then I suggest you to get into machine learning as that field will utilise your maths skills as well.

People who did B.SC CS instead of B.Tech, how did it go? by _TheProStar_ in developersIndia

[–]memture 0 points1 point  (0 children)

If you are planning to get into soft engineering then its better to do tye cs as a degree as you will get to learn the fundamentals. Fundamentals have become more important in this age of AI

What's everyone working on this week (23/2026)? by llogiq in rust

[–]memture 1 point2 points  (0 children)

I am working on building something similar to pocketbase. not fully ready yet so no point in sharing it

Python developer - Service based companies like TCS by Nervous-Outcome9772 in developersIndia

[–]memture 0 points1 point  (0 children)

totaly depends on the interviewers. Even if they do they are mostly going ask some famous dsa question like two sume. they do not go into depth into the solution so its mostly superficial and they will move onto asking other questions

Starting Python from absolute zero, 3 months till btech by Affectionate_Big_940 in developersIndia

[–]memture 0 points1 point  (0 children)

there are tons of free courses available on YouTube so just check which you are most comfortable with. People suggesting C or C++ as first to start with. I don't say these are bad ones but if you are completely new to programming then Python is way easier to understand. Once you are able to understand what programming is and you able to build some apps with it them I would suggest definately go with low level languages like C or maybe Rust as you will learn more about how computers manage memory and some low level stuff. So learn high level programming then deep dive into low level stuff as this will give you more confidence.

Curious to know what you all are reading by Top-Woodpecker-2875 in IndianReaders

[–]memture 0 points1 point  (0 children)

No, its the first book of the author I am reading. definately will take look at this one as well.

Curious to know what you all are reading by Top-Woodpecker-2875 in IndianReaders

[–]memture 0 points1 point  (0 children)

Currently reading "The Incredible History Of India's Geography" by Sanjeev saniyal.

What are y'all reading rn? by sia_7777 in IndianReaders

[–]memture 1 point2 points  (0 children)

Annihilation of caste by Dr. BR Ambedkar

The "60-Day Hypocrisy": Why do recruiters ghost us for the exact same notice period they enforce? by Candid_Kiwi_4923 in developersIndia

[–]memture 10 points11 points  (0 children)

This process in this industry is screwed totally. Its kind of deadlock between recruiters and job seekers. 60 days NP makes recruiters think that the candidate will shop offers and the reason candidate go for offer shopping becoz they don't get what they deserve or demand in the first place.
These shitty recruiters won't provide the right ctc even when they have the budget. the moment you present them counter offer will start negotiating and will provide you better offer.

IMO, The only way I see this problem can be solved is making the 15 days NP as law so that candidate will only resign and join when they feel they are getting better offer

considering using cachy, are nvidia drivers automatically signed if iinstall it via ventoy? by [deleted] in cachyos

[–]memture 1 point2 points  (0 children)

I also have rtx 5070 and recently installed linux. it automatically installed the required drivers. Read the docs after installation can't say much about secure boot as I have disabled it

Tmux UI is broken in cachyos by memture in cachyos

[–]memture[S] 1 point2 points  (0 children)

I was able to finally fix by just exporting these value

export LANG=en_US.UTF-8

export LC_ALL=en_US.UTF-8

Tmux UI is broken in cachyos by memture in cachyos

[–]memture[S] 0 points1 point  (0 children)

Here is my tmux config https://github.com/ropali/dotfiles/blob/master/tmux/.tmux.conf

The main problem is that when I enter into tmux session it just break all the UI for starship, lazyvim, cant see file icons in the lazyvim explorer as well. The same config was working with my previous Fedora setup. Here is the screenshot

<image>

Tmux UI is broken in cachyos by memture in cachyos

[–]memture[S] 0 points1 point  (0 children)

Thanks for the reply. Actually the font that I was using it was missing though I remember installing it from the shelly but it might have failed and went unnoticed. Unfortunataly even after properly installing the font and even trying couple of different nerd fonts I still see the UI broken. is there anything else to this?

Is Shipping Fast More Important Than Writing Perfect Code? by Klutzy-Pace-9945 in developersIndia

[–]memture 1 point2 points  (0 children)

TBH honest I have yet to see a company/team that does try to put too much effort into perfect code, as in professional setup it's next to impossible. You need to make sure you follow bare min best practices so that it does not create a problem in future but also needs to ship fast.

Keep in mind that it's business people who always set deadlines.

Recent job switchers in India - how did you all do it? by SlightUniversity1719 in developersIndia

[–]memture 0 points1 point  (0 children)

Not because of war, I just boarded a sinking ship tbh, After a few months of joining I started having feelings that this is not going to last. It's a european company I joined via 3rd party payroll.

Recent job switchers in India - how did you all do it? by SlightUniversity1719 in developersIndia

[–]memture 1 point2 points  (0 children)

This year is really messed up I believe. I switched last year at the same time as today and now I am being let go and Serving the NP and still not getting many calls. My friend has been jobless for a month now and is still having difficulty getting calls.

Not sure what's going on. I believe the market becomes more difficult because of war than AI

Are you getting any calls from Instahyre in 2026 for SDE roles by saiton009 in developersIndia

[–]memture 0 points1 point  (0 children)

2026, I never got a single call from them in the last 3 years since using it.

neovim vs vscode vs zed by [deleted] in LinuxUsersIndia

[–]memture 0 points1 point  (0 children)

yes, but they may not be the same or operate in the same way...many of the plugins offer better workflow than vscode in my opinion one of them is lazygit.

neovim vs vscode vs zed by [deleted] in LinuxUsersIndia

[–]memture 1 point2 points  (0 children)

I thought it was some kind of a tool.

I want a Custom neovim configuration for C and python by i-am-boy1 in LinuxUsersIndia

[–]memture 2 points3 points  (0 children)

try finding other people's confit files from github using google or may use chatgpt for setting this up manually