ubergeek77

joined 1 year ago
[–] ubergeek77@lemmy.ubergeek77.chat 6 points 3 weeks ago* (last edited 3 weeks ago)

However, I do believe they’re entering a very oversaturated market, with the likes of 8BITDO and GuliKit creating high-quality, affordable controllers in the same niche. ANBERNIC would have to aggressively outprice them to get any kind of attention, but only time will tell.

Not really. 8BitDo really blew it with the Ultimate. They confusingly have two different "versions" of it, and neither have the full range of device compatibility that previous 8BitDo controllers had. The most egregious exclusion from the Ultimate was Xinput over Bluetooth. I still have no idea why they decided to drop that.

Its design takes inspiration from a modern-day Xbox controller and is fully compatible with PC, Steam, Nintendo Switch, Android, and iOS using Bluetooth 5.3 and 2.4g connection. It can also be connected using a USB-C wire too.

If this new controller has Xinput over Bluetooth, all of the compatibility from above, and a strong battery life, it might be a day 1 buy. It will have hall effect sticks, so this sounds like everything I wanted the 8BD Ultimate to be. I hope there aren't any showstoppers once reviews start coming out.

[–] ubergeek77@lemmy.ubergeek77.chat 71 points 1 month ago (6 children)

They've been on some kind of emulation crusade then, because it looks like they just killed Ryujinx:

[–] ubergeek77@lemmy.ubergeek77.chat 6 points 1 month ago (1 children)

I'm really curious to learn how you get calls in so many different languages. I could definitely see Spanish, English, and maybe Vietnamese all being spoken in a general geographic area, but you listed a lot of diverse languages. Pretty cool if that's really all within one area!

[–] ubergeek77@lemmy.ubergeek77.chat 26 points 2 months ago* (last edited 2 months ago) (1 children)

They just sent out a mass email to users yesterday informing us of this, I got it too. I wonder if it wasn't getting enough attention, or if they wrote this back in June but only just made the article visible.

[–] ubergeek77@lemmy.ubergeek77.chat 18 points 3 months ago (27 children)

People need to understand what this will mean from a developer perspective before getting all up in arms. This initiative is more kneejerk emotional than it is realistic.

If you're going to watch only one of these videos, watch the second one:

https://youtu.be/ioqSvLqB46Y

https://youtu.be/x3jMKeg9S-s

[–] ubergeek77@lemmy.ubergeek77.chat 7 points 3 months ago (1 children)

I use Backblaze B2, but stored in an encrypted Restic container, set up using this guide:

https://helgeklein.com/blog/restic-encrypted-offsite-backup-with-ransomware-protection-for-your-homeserver/

Restic has been great for automating backups, and even letting me mount the encrypted storage to grab individual files. I like doing it this way since I don't have to trust Backblaze isn't reading my data - I know for sure that they can't.

Performance of storage that is both remote and encrypted is about what you would expect, but I don't need access to the data unless something bad happens.

[–] ubergeek77@lemmy.ubergeek77.chat 1 points 3 months ago (2 children)

Ok.... sure. But what physical devices would I use, and what software would they run?

[–] ubergeek77@lemmy.ubergeek77.chat 2 points 3 months ago* (last edited 3 months ago) (4 children)

Are there any "open" solutions to mesh networking that can compare to TP-Link Omada? I don't think any open source hardware or software can come close, especially not for the newer Wi-Fi standards.

I haven't bought them yet, but I'm seriously thinking about some Omadas. I imagine I can prevent them from phoning home, and the management software can run locally in a Docker container. Running it like that would be good enough for me even though they're not "open."

I'm planning a rework of my home Wi-Fi, and my current plan is an OPNsense box from Protectli, and a few EAP772's:

https://www.tp-link.com/us/business-networking/omada-wifi-ceiling-mount/eap772/

If there's something comparable/better that's more of an open ecosystem, you definitely have my attention while I'm shopping around for different options.

Definitely recommend Motrix:

https://motrix.app/

If the Google download link supports it, it should be fairly resistant to interruptions. If it doesn't, this might not help much, but you should still use this instead of just a browser.

I haven't tried to download a Google takeout, so you might need to get clever with how you add the download link to it.

If you just can't get it to work, you can try getting the browser extension to automatically send all downloads to Motrix. There is some setup required, though:

https://github.com/gautamkrishnar/motrix-webextension

Good luck!

[–] ubergeek77@lemmy.ubergeek77.chat 19 points 4 months ago (1 children)

They have to restrict themselves to pickpocketing roaming NPC fascists.

What? Fascists? RuneScape doesn't have...

Oh. HAM, I almost forgot about those guys.

[–] ubergeek77@lemmy.ubergeek77.chat 12 points 5 months ago (12 children)

The guy you were replying to is saying "People hate GrapheneOS because it requires a Pixel," they were not saying "everyone in the world should be using a Pixel" as you seem to have mistaken.

You're getting very fired up and heated in the comments here... maybe take a break?

[–] ubergeek77@lemmy.ubergeek77.chat 18 points 5 months ago (5 children)

He did not really step down, it was just a symbolic public gesture. He's still actively contributing to the project, check the GitHub commits and comments. He just stopped having so many Twitter meltdowns.

 

In the past few days, I've seen a number of people having trouble getting Lemmy set up on their own servers. That motivated me to create Lemmy-Easy-Deploy, a dead-simple solution to deploying Lemmy using Docker Compose under the hood.

To accommodate people new to Docker or self hosting, I've made it as simple as I possibly could. Edit the config file to specify your domain, then run the script. That's it! No manual configuration is needed. Your self hosted Lemmy instance will be up and running in about a minute or less. Everything is taken care of for you. Random passwords are created for Lemmy's microservices, and HTTPS is handled automatically by Caddy.

Updates are automatic too! Run the script again to detect and deploy updates to Lemmy automatically.

If you are an advanced user, plenty of config options are available. You can set this to compile Lemmy from source if you want, which is useful for trying out Release Candidate versions. You can also specify a Cloudflare API token, and if you do, HTTPS certificates will use the DNS challenge instead. This is helpful for Cloudflare proxy users, who can have issues with HTTPS certificates sometimes.

Try it out and let me know what you think!

https://github.com/ubergeek77/Lemmy-Easy-Deploy

 

In the past few days, I've seen a number of people having trouble getting Lemmy set up on their own servers. That motivated me to create Lemmy-Easy-Deploy, a dead-simple solution to deploying Lemmy using Docker Compose under the hood.

To accommodate people new to Docker or self hosting, I've made it as simple as I possibly could. Edit the config file to specify your domain, then run the script. That's it! No manual configuration is needed. Your self hosted Lemmy instance will be up and running in about a minute or less. Everything is taken care of for you. Random passwords are created for Lemmy's microservices, and HTTPS is handled automatically by Caddy.

Updates are automatic too! Run the script again to detect and deploy updates to Lemmy automatically.

If you are an advanced user, plenty of config options are available. You can set this to compile Lemmy from source if you want, which is useful for trying out Release Candidate versions. You can also specify a Cloudflare API token, and if you do, HTTPS certificates will use the DNS challenge instead. This is helpful for Cloudflare proxy users, who can have issues with HTTPS certificates sometimes.

Try it out and let me know what you think!

https://github.com/ubergeek77/Lemmy-Easy-Deploy

view more: next ›