• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • i second the comment that you need to consider why you want to do this. You generally need a pretty good reason to split your codebase into multiple languages.

    As far as actually doing it, you have a ton of different options, some of which have been mentioned here. Some i can think of off the top of my head:

    • create a library (dll or so file or the like)
    • set up a web server and use communication protocols (either web socket or rest API or the like)
    • use a 3rd party communication/messaging framework like MQ or kafka or something
    • create your own method of communication. Something like reading and writing to a file on disk, or a database and acting on the information plopped in

    basically every approach is going to require you to come up with some sort of API that the two work together through, though, an API in the generic sense is basically a shared contract two disconnected pieces of code use to communicate.


  • They were ripping off both their users and anyone using affiliate links (including the content creators who promoted them)

    During checkout, when you clicked the “find coupon” button in honey (which it prompted you to do on screen during checkout), it would strip out any affiliate link and add their own. So if you clicked on a product from a review, they would strip out the referral link from the YouTube video or website that sent you and indicate they sent you instead and get the commission.

    In addition, they were working with online retailers and basically extorting them. They said that if retailers paid them a fee, they got to pick the discount code that was used during checkout. So if there was a 20% coupon and a 5% coupon, stores could pay them to ignore the 20%.

    This, in turn, was basically faking out their users, thinking they were giving them the “best deal” like they claimed to.








  • Running arr services on a proxmox cluster to download to a device on the same network. I don’t think there would be any problems but wanted to see what changes need to be done.

    I’m essentially doing this with my set up. I have a box running proxmox and a separate networked nas device. There aren’t really any changes, per se, other than pointing the *arr installs at the correct mounts. One thing to make note of, i would make sure that your download, processing, and final locations are all within the same mount point, so that you can take advantage of atomic moves.





  • I have mediacom as well, but in a larger city of the midwest. They have datacaps here too, and i was paying about $100 for exactly this same plan up until a couple years ago. They started upgrading our speeds/caps because a new fiber company (metronet) is building in the area. Now i’m on 1 gbps down and a 4 TB cap. I still plan to switch to metronet when they finally light up my area, as its cheaper for the same speeds (plus no data caps)