Just your normal everyday casual software dev. Nothing to see here.

  • 0 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • a retail license doesn’t even prompt that, just sign in with your MS account and bobs your uncle, that’s how I manage all of my VM stuff I just sign into my primary Microsoft account and it automatically activates, I’m sure one of these days it’s going to hit a Hidden activation limit but I’m not really sure how Windows works with that, I don’t change vm’s all that often.

    My main bottleneck for swapping fully off of dual booting is the annoyance when it comes to trying to configure GPU pass through with KVM, I would definitely be using that virtual machine for gaming on the few games that no longer work using proton but like it’s such a pain in the butt to set up, that and for the duration of me having to transfer the system I basically need to have twice the amount of disk space because I need to clone that data over to an image before being able to free up the partitions


  • Pika@sh.itjust.workstoLinux@lemmy.mlMicrosoft parody
    link
    fedilink
    English
    arrow-up
    36
    ·
    edit-2
    6 days ago

    Man that post is about three or four paragraphs too long to be any Microsoft form advisor post.

    Usually it’s a “Welcome to the forum, please run an update and sfc /scannow and try safe mode then clean install” then ghosting when you update saying it doesn’t work











  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldDynamic IP - Self hosting
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    also keep in mind for people not on windows, namecheaps API only functions for business grade, and also is not clearly documented, there is a “dynamic dns setup page” but it isn’t up to date. I find myself trying to use openwrt’s DDNS pages for it but it still isn’t accurate, I am likely going to transfer elsewhere when im closer to the end of my lease. This API restriction also prevents you from easily automating your SSL process using letsencrypt as you are locked down to subdomain based entries instead of wildcard domains.





  • Seconding this, I took the plunge a month or two back myself using proxmox for my home lab. Fair warning if you have never operated anything virtualized outside of using virtualbox or Docker like I was you are in for an ice Plunge so if you do go this route prepare for a shock, it is so nice once everything is up and running properly though and it’s real nice being able to delegate what resource uses what and how much, but getting used to the entire system is a very big jump, and it’s definitely going to be a backup existing Drive migrate data over to a new Drive style migration, it is not a fun project to try to do without having a spare drive to be able to use as a transfer Drive


  • To add information on that the other person didn’t, YouTube was purchased by alphabet in 2006, it was purchased in a very unstable state, it was bleeding money, but they wanted it because they saw potential in the platform for Data Tracking and video analytics along with the fact that it had a very high traffic ratio.

    When they purchased it one of the first things they started working on was trying to turn it to be green instead of red, but despite this they still didn’t start seeing any real decent change until about 2009, and it wasn’t until 2015 that the platform itself started running in the green.

    All this happened with YouTube being one of the most popular video platform sites out there. YouTube doesn’t have to do anything to actively block competitors from doing it, with their established market dominance, search engine self promotion tendancies(there was an ongoing lawsuit in Australia regarding this) and the amount of sheer money they have, no company is going to try to compete, the closest arguably is likely twitch but they are pushing the reverse direction with streaming instead of video hosting


  • honestly I don’t think there is a better way, like others have said you can use a trash program or you can chmod the git directory before deleting but, I would recommend against the comments saying alias the command, that can lead to even bigger problems if you typo thr alias or mess up in the script. rf can’t break anything unless you say the wrong directory which would be the same with aliases anyway,

    My recommendation out of them all would be using a trash program to move it to the trash that way if you do screw up the location you have a way to restore it otherwise you could make a script to list the files affected using ls and then prompt a yes/no prompt using read before doing the rm script, but that’s something you definitely want to test in a sandbox or user restricted environment if you’re not used to scripting in case something breaks