Kind reminder that you can set your default feed to subscribed only, or alternatively block the one bot that is reposting into communities on that instance
Mini USB has to be one of the most robust connectors I've used tbh. All my original cables from over a decade ago still work flawlessly, as well as the ports on the devices housing them.
As for Micro USB... not great. I hope USB-C is more durable, so far I haven't had any issues with ports going bad that wasn't down to some ultra cheap adapter or cable
Made even worse by Sony, the manufacturer, completely exiting that market. I wonder if/how Sony will fix this, are there even staff on hand there with the technical details for their projector's DRM anymore?
It speaks volumes about how silly DRM is when a massive game publisher like TakeTwo/Rockstar resorts to selling a pirated version of their own game 🤦♂️
The next time this happens those projectors may end up being $20000 bricks, and I'm not too sure how many independents will be able to afford dumping a quarter of a million to replace all their projector screens
Microsoft has really messed up GitHub. Logs you out automatically if you haven't visited in a few days, constantly asks you to verify your 2FA, and the new feed makes it extremely difficult to track engagement on your own projects.
The worst one for me is that they allow you to view your recovery keys any time - IMO this is a really bad practice, recovery keys should only be shown once after a user has set up 2FA
Probably going to move to Codeberg since I'm seeing a lot of projects making the jump over there, but the real solution IMO is a federated version control system
I was permanently banned from both these subreddits, r/SFXLibraries and r/AudioPost for "piracy efforts"! Where or how did I commit "piracy" in any of these reddit posts?! Only adding insult to injury; I got immediately muted from contacting both subreddit admins for 28 days! I didn't even mention anything pirate-related like keygens or torrents. I just asked for help to locate these
It's imperative I get it in their original unedited sound file form and in MP3 as .wav is too big and .ogg could crash certain programs like Vegas Pro.
If you can find the existence of it on Wayback machine somehow, that would be a great start, we could then have a filename to drop into the various P2P DHT search engines to get you what you're after.
This post is a bit off topic for this community though - a moderator may remove it, just so you're aware
Instead of OP using the description to explain why they think users are "uninformed", we instead get a description that reads with a very sassy demeanor, which is literally just going to encourage downvotes from people seeing it on their /all feed.
Also IMO the political word salad is also going to turn a lot of people off, me included. The description box was the opportunity for OP to change that, but they decided not to
Following as I'm in the same boat as you... for me the only thing that helps is when I'm doing one of my hobbies or something else, although usually I end up forgetting to eat in that scenario 😢
Do these files come pre-patched or are they clean? If they're clean, re-install, disconnect from the internet, and see if it is able to open normally. That way we'd then be able to isolate the issue to the patch painter.
If they come pre-patched, then aside from trying on another system or in a VM, i'm not too sure how this would be fixed. Have a look at the readme/description of wherever you downloaded it from, there could be extra steps needed that haven't been done yet. If the collection came inside an ISO file, mount it instead of extracting it, as Windows Defender can't delete things from ISOs AFAIK. If you extracted, then maybe something important was deleted by Windows defender
Also, at your own risk, disable Windows defender, it may delete the patched Adobe DLLs off your system the second it sees an executable loading them
That's halfway correct - I'll try and break it down a bit further into the various parts.
Your subdomains are managed in using DNS - if you want to create or change a subdomain, that happens here. For each of your services, you'll create a type of DNS entry called an "A record", containing your service's full domain name, and the IP address of your reverse proxy (in this example, it is 10.0.0.1)
With these records created, typing any of these domains in a browser on your network will connect to your reverse proxy on port 80 (assuming we are not using HTTPS here). Your reverse proxy now needs to be set up to know how to respond to these requests coming in to the same port.
In the reverse proxy config, we tell it where the services are running and what port they're running on:
Now when you type the domain names in the browser, your browser looks in DNS for the "A record" we created, and using the IP in that record it will then connect to the reverse proxy 10.0.0.1 at port 80. The reverse proxy looks at the domain name, and then connects you on to that service.
What we've done here is taken all 3 of those web-based services, and put them onto a the same port, 80, using the reverse proxy. As long as the reverse proxy sees a domain name it recognises from its config, it will know what service you want.
One thing to note though, reverse proxies only work with web-based services
A reverse proxy takes all your web-based services, e.g.
plex on port 32400
octoprint on port 8000
transmission on port 8888
and allows you to map these to domain names, so instead of typing server.example.com:32400 you can type plex.example.com. I have simplified this quite a bit though - you need DNS configured as well, and depending on your requirements you may want to purchase a domain name if you intend on accessing content from outside your home without a self hosted VPN.
Cloudflare is a DDoS mitigation service, a caching web proxy, and a DNS nameserver. Most users here would probably be using it for Dynamic DNS. You can use it in combination with a reverse proxy as a means to mask your home IP address from people connecting to your self hosted web-based services remotely, but on its own it cannot be used as a reverse proxy (at least easily - would not recommend attempting to). Do note that Cloudflare can see all the data you transmit through their systems, something to bare in mind if you are privacy conscious.
In my opinion though, it would be much better for you to use a self hosted VPN to access your self hosted services (can be used in combination with the reverse proxy), unless there is a specific need to expose the services out to the internet
Edit: fix minor typo, add extra info about cloudflare
Have previously seen similar things posted into communities such as !lemmy@lemmy.ml and !fediverse@lemmy.ml but it would be nice to have a dedicated one IMO, probably a sister community for one of the lemmy status sites
Hands up if you/someone you know purchased a Steam Deck or other computer handheld, instead of upgrading their GPU 🙋♂️
To be honest I stopped following PC hardware altogether because things were so stagnant outside of Intel's alder lake and the new x86 P/E cores. GPUs that would give me a noticeable performance uplift from my 1060 aren't really at appealing prices outside the US either IMO
Personally I use Stevenblack's default one, in combination with a personal one that i've curated since 2019. Previously I used to use MVPS, however that list's included in the SB default.
Stuff that tends to slip through the cracks with a lot of the common lists includes things like admiral 🤬, user session recorders, and app monitoring platforms like sentryio (useful for development, but I didn't consent my activity being recorded). There's also Bauer Media Group garbage that I've resorted to creating firewall packet inspection rules for, because they're using a subdomain technique that's even worse than Admiral's autogenerated domains - at least with those you can use DNS analysis tools like dnsdumpster to uncover the rest of autogenerated domains in that batch
They've got some pretty interesting stuff in the pipeline, like container tabs optionally being hooked up to their own independent Mozilla VPN connection.
IMO I think they're going to go all in eventually offering a kind of "privacy ecosystem" similar to Proton
Kind reminder that you can set your default feed to subscribed only, or alternatively block the one bot that is reposting into communities on that instance