• 0 Posts
  • 75 Comments
Joined 10 months ago
cake
Cake day: August 25th, 2023

help-circle






  • There are like 10,000 different solutions, but I would just recommend using what’s built in to python

    If you have multiple versions installed you should be able to call python3.12 to use 3.12, etc

    Best practice is to use a different virtual environment for every project, which is basically a copy of an existing installed python version with its own packages folder. Calling pip with the system python installs it for the entire OS. Calling it with sudo puts the packages in a separate package directory reserved for the operating system and can create conflicts and break stuff (as far as I remember, this could have changed in recent versions)

    Make a virtual environment with python3.13 -m venv venv the 2nd one is the directory name. Instead of calling the system python, call the executable at venv/bin/python3

    If you do source venv/bin/activate it will temporarily replace all your bash commands to point to the executables in your venv instead of the system python install (for pip, etc). deactivate to revert. IDEs should detect the virtual environment in your project folder and automatically activate it





  • A couple of them fall into the “technically true, but misleading territory” - I’m sure the person handing this out couldn’t identify which though - broken clock right twice a day and all

    “Can you reverse effects” - no you can’t make your immune system forget how to work. Probably not what they are going for here though.

    “Risk of […] or other side effects?” - yeah the vaccines generally give people a headache and short lived fever symptoms

    “Have there been deaths?” - The astrazeneca vaccine had like a 0.000001% mortality risk (more likely to die driving to the pharmacy), and was pulled in many countries because that was deemed too dangerous. Person handing out the flyer has likely been parroting “mRNA vaccines cause blood clots” nonsense for years while being completely unaware that AZ was a traditional viral vector vaccine

    “Are there doctors recommending NOT taking it” - yeah, there are many notable anti-vaccine doctors, what they typically have in common is they earned their doctorate in computer science, social studies, or some other field that gives them no qualifications to talk about immunology




  • Actually, I‘m just excluding companies like yours because they are making way too much revenue on the basis of FOSS without giving back

    You don’t know anything about my company? You don’t know what proportion of FOSS vs proprietary software we use, nor how much we give back lol.

    It would completely break the locked down proprietary software model and break walled gardens wide open.

    This is very pie in the sky. Your license idea only penalizes small to medium sized businesses. Alphabet’s 1% would just go to Chromium/AOSP, and Meta’s 1% would just go to React/Torch






  • That’s still not that much data

    Gaming is 10-20% of the ISPs total network load, and the MW3 launch constituted like a 110% increase over base network load, so yes it’s a lot of data.

    Advertisements and crawlers constantly use up far more bandwidth.

    Crawlers rely on private connections between datacenters, very little of that traffic touches residential ISPs

    Fight the real problems instead of blaming the users.

    Literally no one is blaming users - There are plenty enough reasons to hate most ISPs, we don’t have to make up facts to find new ways to be mad.


  • Literally why CDNs and bitorrent tech exist

    Neither of these reduces the amount of bandwidth an end user requires to download a 120gb file. If anything torrenting makes it more problematic because the upload is spread amongst a dozen low density residential users rather than a single high throughput datacenter

    This is just the ISPs posturing to raise rates.

    Ya absolutely. Doesn’t change the fact that ‘gaming uses very little bandwidth’ is only considering the UDP packets sent during an online gaming session and ignoring all the other sources of usage.

    I literally have 5-10gb of updates queued up the first time I open steam nowadays