• 1 Post
  • 91 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle




  • That doesn’t make any sense. Why not just use PowerShell directly then? Why use Bash or even command line and a batch file? It sounds to me like you’re over-complicating things for nothing and putting the blame on Microsoft for some reason.

    I’m a heavy Bash user myself and often find myself struggling a bit with PowerShell trying to look for equivalent commands. (commandlets?) But, the more I use it, the more I understand how it works and the more I improve my skills at using it.

    I know a lot of people like to shit on Microsoft, but seriously give their PowerShell a chance. It has its strengths. It’s especially nice with Oh My Posh running in Windows Terminal.



  • I’ve been using EarPeace earplugs with interchangeable filters.

    They’re relatively cheap so if you lose them you can replace them easily.

    I carry them with me everywhere in a little keychain tube. I use them when I need to tone down the noise either at work or in a bar or cabaret or whatever. I change the filters to the stronger ones when going to concerts.

    They’re great!












  • Cyborganism@lemmy.catoProgrammer Humor@programming.devRebase Supremacy
    link
    fedilink
    arrow-up
    53
    arrow-down
    2
    ·
    edit-2
    3 months ago

    I prefer to rebase as well. But when you’re working with a team of amateurs who don’t know how to use a VCS properly and never update their branc with the parent branch, you end up with lots of conflicts.

    I find that for managing conflicts, rebase is very difficult as you have to resolve conflicts for every commit. You can either use rerere to repeat the conflict resolution automatically, or you can squash everything. But when you’re dealing with a team of Git-illiterate developers (which is VERY often the case) you can either spend the time to educate them and still risk having problems because they don’t give a shit, or you can just do a regular merge and go on with your life.

    Those are my two cents, speaking from experience.




  • Hey man. I failed two classes and today I’m a software engineer earning 6 figures. Don’t sweat it. If you fail a class you can always retake it. It’s not the end of the world.

    Just do your best and take care of yourself. The most important part is eating well, drinking enough water and getting enough sleep. Sleep is very important.