• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle


  • Doesn’t really seem like the same motivation as what would suddenly lead to a 50% increase in adoption in the EU. I just don’t really see the cause and affect between apple prompting you and suddenly firefox uptick. I’m guessing most people who used to install it never realised just installing it didn’t make it the default (but they should’ve when they open any url).



  • emax_gomax@lemmy.worldtoFirefox@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    109
    arrow-down
    27
    ·
    8 months ago

    after Apple started letting users choose their default browsers on iOS 17.4 in the EU last week.

    Lol, srsly, why does anyone use apple devices willingly. Like for work I sorta get it if there’s no alternative but it really took government action to compell this extremely basic customisation.




  • In general yes. You can think of each container in a docker network as a host and docker makes these hosts discoverable to each other. Docker also supports some other network types that may not follow this concept if you configure them as such (for example if you force all containers to use the same networking stack as one container (I do this with gluetun so I can run everything in a vpn) all services will be reachable only from the gluetun host instead of individual service hosts).

    Furthermore services in a container are not exposed outside of it by default. You must explicitly state when a port in a container is reachable by your host (the ports: option).

    But getting back to the question at hand, what you’re looking for is a reverse proxy. It’s a program that accepts requests from multiple requested and forwards them somewhere else. So you connect to the proxy and it can tell based on how you connect (the url) whether to send the request to sonarr or radarr. http://sonarr.localhost and http://radarr.localhost will both route to your proxy and the proxy will pass them to the respective services based on how you configure it. For this you can use nginx, but I’d recommend caddy as it’s what I’m using and it makes setting up things like this such a breeze.





  • I mean, if you can afford it you should support industries. I pirate a lot. Movies. Games. Music. Etc. Nothing wrong with that IMO, at this point piracy is the closest we can get to true ownership over anything because the entire industry has f*cked over consumer rights for assumed profit. But I still buy physical releases because I don’t want content I enjoy to die and I like building a collection of good content. Blurays are great (although also DRM encumbered :/), nothing beats the smell of new manga, and at this point music streaming is just a far better experience than piracy (I use qobuz). If you’re young or poor then do what you have to to enjoy yourself. If you’re an adult with a great salary then don’t be an entitled prick. If theirs ways to support content you enjoy you should. If such ways aren’t provided like most Netflix originals not having blurays then f*ck Netflix release some blurays if you want my money.



  • Pretty much the only reason I use brave. 99% of the time librewolf. I don't wanna go through the effort of installing chromium and an ad blocker and all that other stuff for the 1% of sites that are broken on firefox for me so brave it is. Really I just wish there was a chrome repackage with all this stuff out of the box. God knows chrome and chromium will never be that.



  • I disagree with this almost on principle. GitHub was a mistake. We don’t need these large, bloated, isolated forges that are just going to be acquired and converted into social networks. Forgejo> is the future. Any new forge not even trying to support federation and independent hosting out of the box is dead in the water to me. You wanna build a github style accessible platform above forgejo go right ahead, the thing github did best was make all of this accessible.





  • I’m not saying they don’t contribute anything, they dont, they fund others contributions which is just ss valuable, I’m saying their not the champions of Foss when the modification theyve made for their own hardware is pretty opaque by their own design. It’s like praising nvidia for opening up their drivers when all they bloody is dis dump code to a public gihtub repo periodically with all actual changes squashed together. As for what they haven’t open sourced:

    1. The pulse audio configuration that let’s the builtin speaker system actually… you know, work. Someone else kindly looked into and contributed. it https://github.com/alsa-project/alsa-ucm-conf/pull/233#issuecomment-1372671325
    2. The sddm changes to support the lockscreen code. This is a valve specific feature they forked and have as of yet refused to upstream.
    3. The trackpad drivers for the steamdeck/controller touch sensor. You literally have to run steam itself to get this basic hardware functionality working.

    I praise valve for their support of Foss projects but that doesn’t equivocate their lack of openness on the steamdeck.