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

  • 0 Posts
  • 102 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle

  • I’m currently running proxmox on a 32 gig server running a ryzen 5600 G, it’s going fine the containers don’t actually use all that much RAM and personally I’m actually seeing a better benchmarks than I did when I just ran as a Bare Bones Ubuntu server, my biggest issue has actually been a larger IO strain than anything, because it’s a lot more IO heavy now since everything’s containerized. I think I easily could run it with a lower amount of ram I would just have to turn off some of the more RAM intensive items

    As for if I regret changing, no way Jose, I absolutely love the ability of having everything containerized because I can set things up how I want it when I want it and if I end up screwing something up configuration wise or decide that I no longer need that service I can just nuke the container without having to remember well what did I install on this program so I can remove it and do other programs need this dependency to work. Plus while I haven’t tinkered as much in this area, you can hard set what resources you want a lot to each instance, so if you have a program like say a pi hole that you know is never going to use x amount of resources to be able to appropriately work you can restrict what it can do so if something does go wrong with it it doesn’t use all of your system resources

    The biggest con out of it is probably having to figure out how to do the networking side because every container is going to have a different IP address, I found using a web dashboard is my friend because I can have heimdel tell me where all my services are and I just have to click the icon to bring me to the right IP address, it took a lot of work to figure out how it’s operational and how to get it working, but the benefits I’ve gotten of having it is amazing. Just make sure you have a spare disk to temporarily clone partitions to because it’s extremly difficult to use existing disks in the machine. I’ve been slowly going one at a time copying it over to an external drive nuking the and then reinitializing the disc as part of the proxmox lvm and then copying the data back over onto their appropriate image file.


  • I personally will never use nextcloud, it is nice interface side but while I was researching the product I came across concerns with the security of the product. Those concerns have since then been fixed but the way they resolved the issue has made me lose all respect for them as a secure Cloud solution.

    Basically when they first introduced encrypting folders, there was a bug in the encryption program, and the only thing that ever would be encrypted was The Parent Directory but any subfolder in that directory would proceed to not be encrypted. The issue with that is that unless you had server-side access to view the files you had no way of knowing that your files weren’t actually being encrypted.

    All this is fine it’s a beta feature right? Except for when I read the GitHub issue on the report, they gaslit the reporter who reported the issue saying that despite the fact that it is advertised as feature on their stable branch, the feature was actually in beta status so therefore should not be used in a production environment, and then on top of , the feature was never removed from their features list, and proceeded to take another 3 months before anyone even started working on the issue report.

    This might not seem like a big deal to a lot of people, but as someone who is paranoid over security features, the projects inaction over something as critical as that while trying to advertise themselves as being a business grade solution made me flee hardcore

    That being said I fully agree with you out of the different Cloud platforms that I’ve had, nextCloud does seem to be the most refined and even has the ability to emulate an office suite which is really nice, I just can’t trust them, I just ended up using syncthing and took the hit on the feature set








  • 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




  • Adding on to this that if they do decide not to go Windows do not use Debian.

    Don’t get me wrong it’s hella stable if you’re using stuff from like five six years ago, but if you’re trying to do anything remotely new or gaming related I would probably pass and try for one of the ones that are less stable. This is coming from someone who just made this mistake, steam will install but proton will not because the dependencies that proton relies on don’t exist in any of debian’s default sources, of course the launcher won’t actually tell you this unless you try to launch it from command line. On top of this if you’re planning on using games that originated on a windows partition, proton isn’t able to use those partitions unless you force yourself the owner by using uid and gid in fstab for the partitions, but it won’t tell you that either it will just fail to launch.

    I’m at the point where I think I’m just going to Nuke my Debian install and just go with another system because man has it fought me every step of the way in this process


  • Roblox in particular has been super hostile to the Linux community, they’ve two or three times now intentionally changed their application to make it so it won’t run under wine. If Roblox is something that is a hard requirement for him, I would highly recommend against any of the non-windows derivatives. The lead development team on Roblox seems to have the ideology that anything that isn’t Windows is a hacker platform and therefore they attempt to remove access from those platforms wherever possible. I don’t personally agree with it but, it is what it is.

    I also wish people would stop blindly recommending Unix platforms as a drop-in replacement for gaming on Windows. I have yet to see anyone who has been able to just install any of the flavors and have it “just work”. I fully agree that we are ages better in terms of compatibility than it was even 5 years ago, but at 100% should be going into it as a “you will have issues prepare to have to troubleshoot” and if this was his first time using anything not windows, I would have hard recommended against nuking the windows install, at the very least shrink the C partition on Windows which can be done via GParted, which thankfully is already pre-installed on the Linux Mint installation media.

    It’s disappointing that he is looking to go back, but I can fully understand his frustration, as someone who’s recently retaking the plunge after 6 or 7 years of being on windows again, I find myself getting aggravated at times trying to make hack scripts to make things work as well.

    That being said, if he is wanting to go back you shouldn’t force using it, that’s only going to remove the possibility of him switching back in the future(like when MS makes w10 a subscription model either end of this year or the year after which will force w11)



  • widespread cheating is still a net plus though, worst case scenario they pay less taxes then needed, but any non-zero number would be money that otherwise wouldn’t have been recieved. Actual calculations can be done on audits so if someone sends something in that is drastically different than what you would expect it should be then they can do the actual calculation but for the most part estimates should work fine for that matter.

    The way I see it a 5 to 10% variance in what is actually owed isn’t going to mean much in the long run, and if a number is submitted that does raise eyebrows, which would be easy to implement just based off what their annual income(which is already reported) is versus what their reported assets are, a more in-depth calculation can be done


  • if third party sites can come up with someone’s net worth without access to any tax returns/financial data, I’m sure the US government can do the same. Honestly they could just give a broad estimate and if its wrong have the taxee fight it with the data proving its wrong. The system for this already exists on tax forms. The administrative costs part of the argument seems really weird, it’s not like the US is like most other established governments and gives a bill/check. It requires citizens to calculate their own taxes so they technically don’t even need to do the math outside a simple “does this look right? ah probally” or audits