Just a guy shilling for gun ownership, tech privacy, and trans rights.

I’m open for chats on mastodon https://hachyderm.io/

my blog: thinkstoomuch.net

My email: nags@thinkstoomuch.net

Always looking for penpals!

  • 9 Posts
  • 223 Comments
Joined 2 年前
cake
Cake day: 2023年12月21日

help-circle
  • I always tell the interviewer what they want to hear. Its very obviously a game of correct answers.

    I lie on my resume too, but not in ways I can’t back up.

    For instance, I imply I have a degree because I did go to college for 4 consecutive years for a multitude of degrees. So I have different resumes with different majors depending on what job I’m applying to. I mostly use my CS/Engineering degree now-a-days. I’m able to talk the talk enough that they’ve never checked or asked for a transcript.

    But it sounds more like your job wanted to, on paper, be compliant with workers rights stuff

    “We offer a break at X and Y hours.”

    But had a cultural expectation to not follow it. Which is dumb and they can, in my humble opinion, get fucked. Nursing has a massive burnout rate and shit like that is why.

    I think you should recognize you dodged a bullet more than you should think about “lying” in an interview.


  • You didn’t ghost her first of all. Inadvertently or otherwise.

    This is a pretty easy way to gauge someone’s interest by just seeing if they ever message you first.

    Really you should just take this as a sign to move on and work on relationships that are two sided. Ones where the other person texts first.

    Sorry its happened to you, but its always better now then after you’ve invested a serious amount of time and emotional energy into a relationship.















  • The rats nest is behind it

    I need to re do some of the wiring.

    I have all 4 power cables braided and zip tied together with the single data cable so its nice to pull out and put back into the entertainment center.

    Only problem is I only had four 1 foot Ethernet cables and three 7 foot cables. So I used the 1 footers for the Pis and the 7 footers are bundled up as best I could and neatly hidden.

    I’m waiting on some color coordinated .5 foot cables from Cables and Kits and I will swap the switch and patch panel. I want the Pis to have that one cable and that’s it, but I also want all the patch panel ports to work.





  • Yeah!

    So i am running these three computers in a set up that let’s me manage virtual machines on them from a website with Proxmox.

    I want to play with a tool that let’s me run Docker Containers. Containers being a way to host services like websites and web apps without having to make a Virtual machine for each app.

    This has a lot of advantages but I’m trying to use the High Availability feature when you run these on a cluster of computers.

    My problem is that I know I can use the Built In container software in the already clustered Proxmox computers called LXC Linux Containers. However, I want to use a container software called Kubernetes but I would have to build Virtual machines on my servers and then cluster those virtual machines.

    Its a little confusing because I have three physical computers clustered together and I’m trying to then build three virtual computers on them and cluster those. Its an odd thing to do and that’s the problem.