• 3 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
rss
  • Not sure about the colonial mindset or the caste practices of centuries but Indian culture is extremely hierarchial in almost all facets of life. Elders, seniors, higher officials, etc all expect to be respected even if it is just one year difference, etc.

    One of the ways to show respect it to not use names and call as sir,madam, teacher, officer or at best elder brothers/sisters for college seniors. All this works well in the regional languages of India but sounds weird in English.

    Directly calling names of elders is still seen as bad and if needed would use their name appended with sir madam uncle aunt etc.

    This is less practiced in IT field in my experience. After years of schooling and college calling my teachers sir and maam it was hard to shake off the habit. A few of my managers had to remind me a bunch of times to call them by their name and not as sir / maam in the beginning. Even then I avoidedcallintg out their names and just started speaking to get their attention. Now I almost call everyone by name by default in office setting. It is still fun when freshers join and are asked to use names of 15+ year elders and them wondering if we are joking.













  • Even assuming all other factors remain same sure it uses more power but by how much? Best case by how much do you expect the increase to be ? 5-10% of their daily electricity consumption ?

    And when you consider the power source, hw efficiency and so on theres no way to assess what the environmental effect an OS has.

    Also you are assuming behavior of the person remains the same when using a precompiled packages v. compiling their own. I’ve installed many sw just to try for a few minutes and remove just to try various options. If it takes hours to compile I’d be very picky on what I install.


  • exa is a nice alternative to ls and tree commands. Just add an alias to them based on the views you want.

    But like other comment points out avoid lots of customization if you work on various shared systems, esp SSHing in.

    With my keyboard layout and other keybind customizations my system is pretty unusable to others except basic mouse on browser. Like wise i have trouble using others’ systems and need to setup any new installs to a precise way before able to work. Slightly regret going too much into customization in certain aspects.








  • Tried checking for systemd-boot config file to look for resume=.

    This is the most relevant config file I found and didn’t find resume on it. Am I looking at the right place ?

    ❯ sudo cat /boot/efi/loader/entries/Pop_OS-current.conf 
    title Pop!_OS
    linux /EFI/Pop_OS-f5a850fb-0b54-49f7-b84c-09d05b7d910e/vmlinuz.efi
    initrd /EFI/Pop_OS-f5a850fb-0b54-49f7-b84c-09d05b7d910e/initrd.img
    options root=UUID=f5a850fb-0b54-49f7-b84c-09d05b7d910e ro quiet loglevel=0 systemd.show_status=false splash
    

    And yes the disk repair was only one off. Didn’t get it subsequent boots.