• 0 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle

  • I know this is not everyone and there’re some unicorns out there but after working with hiring managers for decades i can’t help but see cheap programmers when I see Devops. It’s ether Ops people that think they are programmers or programmers that are not good enough to get hired as Software Engineers outright at higher pay. It’s like when one person is both they can do both but not great at ether one. Devops works best when it’s a team of both dev and Ops working together. IMO



  • well it’s worse than that becase most of those houses and other assets were bought for the most part from loans taken out at very low interest rates against the stock he has in his company’s and other shares in his portfolio . The stocks on whole give better return than that interest rate. So it’s free money they can spend an they don’t even have to sell their stock and pay taxes on the returns just the dividends at a way lower rate that any working person. the way this is setup it becomes impossible for him to spend money fast enough for him to actually lose more money than he gained.















  • call them whatever you want but they are only viable in Maine, Hawaii and Alaska. i wish more third party candidates would run in disguise as Democrats or Republicans and push for Rank Choice Voting vs running third party. But I understand their value as to platform ideas and influence the two main parties, but that is so slow.

    I mean we have Tactical Voting in the primaries why can’t we have tactical running. Hell the Republicans do it all the time look at Tulsi and those two parties that are the opposite. Where is the Greens (Jill excluded) I would call that a coalition under a different name. sometimes you have to do it out in the open sometimes you got to do it 5th column style.


  • that workflow seems fine if it works for you. seems overkill for debian but if it works i don’t see anything wrong with it.

    one way I do it is dpkg - l > package.txt to get a list of all install packages to feed into apt on the new machine then to setup two stow directories one for global configs. when a change is made and one for dot files in my home directory then commit and push to a personal git server.

    Then when you want to setup a new system it’s install minimal install then run apt install git stow

    then clone your repos grab the package.txt run apt install < package.txt then run stow on each stow directory and you are back up and running after a reboot.