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/)CH
Posts
0
Comments
465
Joined
2 yr. ago

  • To be fair that might just be a poor implementation? XMPP can support push notifications just fine now:

    https://xmpp.org/extensions/xep-0357.html https://modules.prosody.im/mod_cloud_notify

    There are some remaining issues with push (mostly on iOS as far as I know), but it’s all to do with OMEMO. OMEMO is kind of like the signal protocol but in XMPP. This is kind of moot for corporate XMPP, though, as you probably aren’t using OMEMO.

    The OMEMO issue is that the contents of the message are end-to-end encrypted so you can’t simply send the notification to devices. I believe conversations on Android may just keep a socket open (or maybe that’s just the fdroid version?) so it just manages it with background tasks. And on iOS monal does what signal does and will use push notifications as a trigger to pull messages from the server. Siskin on iOS just sends you a “you have a new message!” notification instead because they don’t want to spin up the radio to fetch messages in order to preserve battery life. So basically push works fine on monal, and Siskin also has working push but you don’t get message contents.

  • I feel like your example is pretty judgemental. You can absolutely like people but rather do your own thing most of the time, or not want to bother people. Or maybe you’re not much of a talker or whatever. I think it’s best not to prescribe how people should behave, it can be super alienating.

  • It Takes Two is probably the best jumping off point (as you’ve already been informed). It has enough variety that you can discuss what parts they liked and maybe find the games in that kind of genre.

    My partner isn’t big on games, but loves The Binding of Isaac for coop. The latest DLC adds a better coop mode, but the original coop mode with coop babies works well too (and there’s advantages like them being able to fly so they don’t need to worry about floor hazards). I think the fact that they grew up in a catholic household but aren’t religious helped them get into it lol.

  • This didn’t really work for us to be honest. It went a little better than most games, but it was too easy to get separated and do your own thing and it just didn’t really feel like we were playing together. Could be a strength, but I don’t think it’s ideal if your partner doesn’t really like video games haha.

  • NOPE. This might work for some people but my partner couldn’t handle it :/. When walking around in 3D and paying attention is hard portals are just too hard when thrown into the mix. I would kill to be able to play Portal 2 coop, but alas :C. Maybe Portal 2 would be better to start on, they do a better job of introducing some concepts and the story is harder to completely ignore lol.

  • Signal push notifications don’t contain any useful plain text data (no content, no information about who sent you a message). AFAIK the only thing you would be leaking is that you received a message on signal, and frankly that metadata is probably going to be leaked to the US government regardless of your use of push notifications.

  • I feel like AAA games usually aren’t innovative. AAA games have large budgets and therefore need to have mass appeal which usually means a relatively safe existing formula with a lot of the budget going towards graphics and scale (and marketing). That’s not necessarily a bad thing, and I wouldn’t say no innovation happens in AAA games… but it’s not that surprising that they can be a little formulaic.

    Honestly all games are kind of starting to feel the same to me and I’m not sure if it’s what I’m playing, that I’ve played too many games and “seen too much”, or that I need a break or what lol.

  • Yeah, this is the real issue. That said it is a shame and a waste for the results of these efforts to be artificially restricted. I do really hope that one day we can find a way to keep people fed and happy while fully utilizing the incredible technology we have for copying and redistributing data.

  • I mean it really depends on what you're measuring to compare car dependence. Is it number of people who have to drive every day? Number of cities where most of the population has to drive every day? Are you comparing transit infrastructure on equivalently sized cities (and then is the size by population, or do you compare cities of the same density...). If you're looking at how many people across the country need a car, NYC is very relevant. Realistically this is something that mostly makes sense to compare by city rather than by country (obviously the country has influence over transit, but that's not really the point).

  • Eh I don’t know. I’m from Canada and I live in the USA right now. Most places in Canada that I’ve experienced are completely car dependent, and there’s only a few cities with big transit systems? Where I live now has incredible transit compared to where I was in Canada and people here complain far more about transit than they did in Canada (probably in part because people actually use it). The cities that I’ve lived in definitely give a bit of a biased perspective, though.

    It’s hard to say which is really more car dependent. There are more larger cities in the US and more with decent transit infrastructure compared to Canada, but maybe per capita or per city Canada would win because there’s a lot of Midwest and the US has a higher population? If I was picking a place to live and transit was the only consideration, though, I would probably pick the USA over Canada because there’s more cities to choose from and more rail.

  • More technically, the data on the disk is encrypted with that “password”, so there’s not really a password prompt. It’s more like your DVD player will have this encryption key stored on it somewhere (possibly on a separate chip where it’s hard for somebody to extract it and distribute it on the internet lol), and then it will automatically run the decryption algorithm with this key on the disk contents transparently.