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

help-circle


  • That’s the traveling bit sorted, but you suggested living there, and there are many more problems to overcome to achieve that.

    As a previous commenter said, within the EU it’s doable, but you’re going to run into visa related issues trying to immigrate to most other countries. Some, perhaps most, of those can be overcome by throwing money at the problem, but others are more permanent. Even once you have a visa there are often limits on what you can do and where you can work until you get the equivalent of a green card, which can take years.

    Then there are the logistics of living in your adopted country. I’ve known enough immigrants to know it’s possible, but also how much effort it takes, especially if you’re moving as a family. There may be a new language to learn, there will certainly be a new culture, and whilst you can probably get by for a while, long term you need to learn it and integrate into it, or permanently be the outsider.

    Then you have the upheaval of your life. Leaving your family and friends behind, and walking away from all the little things you know that make living where you do easier. These you face moving even a comparatively short distance, but they’re magnified going overseas.

    Of course it’s possible, but it’s nowhere near as simple as you suggest.




  • notabot@lemm.eeto196@lemmy.blahaj.zoneHouse rule
    link
    fedilink
    arrow-up
    4
    ·
    26 days ago

    Most people buy with a mortgage, so that is functionally exactly the situation they are in. Most property transactions are part of a chain, and if any link in that chain fails, the entire thing, which can be many links long, comes to a screeching halt and possibly collapses.


  • Oof, that sounds rough. Are these the kids got hit hardest by the pandemic lockdowns? If so, maybe there’s a glimmer of hope that this is an aberration and next year will be a bit more 'normal ', if you can get through this year with your sanity intact. It’s got to be rough on the kids too, the ones who aren’t causing trouble must still be struggling to deal with itm and the ones who are just sound desperate.

    I enjoy teaching, or at least, transferring knowledge and experience, I’ll do it to pretty much anyone who sits still long enough, and I’ve been told I’m good at it, but you couldn’t pay me enough to teach a classroom full of kids all day, so you have my respect for that.

    Good luck, and I hope things get better for the kids and teachers everywhere.


  • I enjoy reading dead tree books as much as anyone, and whilest the publisher/distributor can’t take it away, there are plenty of ways you can lose access to them. Fire and flood being the two obvious ones, whereas digital books can be backed up offsite. It’s also easier to carry many books when they’re digital compared to physical.

    For books I care about I try to get both a physical and a (drm free) digital copy for the best of both world.







  • notabot@lemm.eeto196@lemmy.blahaj.zonetrout rule
    link
    fedilink
    arrow-up
    89
    ·
    2 months ago

    Wait, it purged the entire ecosystem except trout, so what are the trout eating? Don’t tell me we now have nuclear powered fish, the implications are terrifying. What happens if you’re bitten by a radioactive trout? Do we get troutman, the superhero we neither want, need or deserve?



  • I agree that them having users’ phone numbers isn’t ideal. There are other identifiers they could use that would work just as well. However, both the client and server are open source, so you can build, at least the client, yourself. If you can content yourself that it does not leak your ID when sending messages, then you don’t need to trust the server as it does not have the information to build a graph of your contacts. Sealed sender seems to have been announced in 2018, so it’s had time to be tested.

    Don’t get me wrong, the fact they require a phone number at all is a huge concern, and the reason I don’t really use it much, but the concern you initially stated was addressed years ago and you can build the client yourself to validate that.


  • You’re correct that if you use the system the way it used to work they can trivially build that connection, but (and I know this is a big assumption) if it does now work the way they say it does, they do not have the information to do that any more as the client doesn’t actually authenticate to the server to send a message. Yes, with some network tracing they could probably still work out that you’re the same client that did login to read messages, and that’s a certainly a concern. I would prefer to see a messaging app that uses cryptographic keys as the only identifiers, and uses different keys for different contact pairs, but given their general architecture it seems they’ve tried to deal with the issue.

    Assuming that you want to use a publicly accessible messaging app, do you have any ideas about how it should be architected? The biggest issue I see is that the client runs on your phone, and unless you’ve compiled it yourself, you can’t know what it’s actually doing.




  • Whilst I absolutely agree it’s correct to be skeptical about it, the ‘sealed sender’ process means they don’t actually know which account sent the message, just which account it should be delivered to. Your client doesn’t even authenticate to send the message.

    Now, I’m just going on what they’ve published on the system, so either I could be completely wrong, or they could be being misleading, but it does look like they’ve tried to address the very issue you’ve been pointing out. Obviously it’d be better if they didn’t have your phone number at all, but this does seem to decouple it in a way that means they can’t build a connection graph.