Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GH
Posts
3
Comments
419
Joined
2 yr. ago

Permanently Deleted

Jump
  • That's not an SSL error. Also, it says it's trying to connect to port 60114, if that's correct that would be very weird, and would explain why they're refusing the connection, as there is nothing running behind that port. You should be connecting over port 443 for https:// links.

  • Are you downloading from several mirrors at the same time? In that case it could be faster because the individual mirrors have a lower bandwidth than you have.

    Wonder if google would do something like this, but I would guess they download everything from the same server local to you, so I don't think it should have any effect really.

  • I also loved this game on the 3DS. I've recently been playing the N64 version as well, and I gotta say the 3DS version is so much better. I'm not sure what it is, but movement feels a lot less precise to me in the N64 version. I have some replays of me trying, and failing, to break a pot with my sword as adult link, like 8 times before finally hitting it.

    Also, I finally understand why everyone hates the water temple. The iron boots aren't an item in this version, so you have to go to the equipment menu every time you want to put them on/take them off.

  • Proton drive has a photo backup option in the app, but their gallery thing is still lacking in features. You can't edit or crop photos, and you can't create albums and stuff like that. It's really just a list of photos and nothing more.

  • Oh yeah I had the same issue last time I wanted just a prescription, couldn't find a single optician that would just do an eye test without also getting glasses there.

    Ended up finding one I really liked and just also got my glasses there in the end, didn't really have another choice.

  • Sure, but typically you can only get contacts in specific strengths (increments of 10 as the other person said), while they can grind the glasses lenses to pretty much anything. So you usually get a different prescription for contacts.

  • Yes, you can. You just enter a url, and put the %s somewhere in the query params which firefox will replace with your query.

    I just tested this with my own website, which definitely does not support any OpenSearch standard, and it works exactly like you'd imagine (except the page doesn't exist of course).

    Edit: nevermind, turns out this is a librewolf thing. Sorry about that

  • The views are all just webviews. You can find all of the pages in the app/src/main/assets/pages folder, it's all html and css.

    Their package name is also still com.example, their target sdk doesn't match their compile sdk, and also neither match with the target sdk in their AppManifest.xml.

    So I'm guessing this is just someone who isn't really familiar with java or native android views or something, so just decided to build it in something they do know instead.