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

help-circle
rss

  • My personal idea/hope is that there is some other dimension of spacetime over which the big bang had directionality, emitting matter and antimatter across different poles, and that’s why. That’d also mean there’s an anti-universe, which is why I like the idea.

    In terms of the galaxies, I believe there’s enough of an observable difference that I think we would be able to detect antimatter clusters, or similar, based on emission lines but I’m not 100% on that. Huge annihilation events from colliding galaxies and clusters would have massive energy signatures unlike anything else but the frequency of this would determine how likely it would be to see the evidence.







  • Don’t really understand why you’re overriding __new__. Surely it’d work better to use:

    def __init__(self, source: str | Path, *args: Any) -> None:
            super().__init__(Path(source, *args).expanduser().resolve())
    

    But this removes self.__source and the property. I’m not sure what the advantage of using that is but you could always set that before the line super().__init__(Path(source, *args).expanduser().resolve()).

    EDIT: if I’ve completely misunderstood, please could you explain? I don’t really understand what subclassing is trying to achieve here, other than simplifying access to certain os.path functions.



  • Personally I don’t mind initial registration, so long as they don’t continue to get data, so I’m not sure. There is some development for Garmin connectivity that I’m hoping comes to fruition.

    I did like the old amazfit bip and that could be used without registration using the Notify for Amazfit & Zepp app, from what I can remember. I never used it with Gadgetbridge though, and it didn’t last for very long before dying (cheap build quality). It isn’t much of a fitness tracker either.




  • The title here said E2EE is made impossible, I was simply saying that is untrue. Clarity matters. It says in the article they removed the bit about banning encryption or requiring back doors to it before it passed.

    The rest sucks, as I acknowledged, and they want to make it easier to scan devices that would include messages that have been decrypted upon arrival. There's already spyware they does exactly that. However, that doesn't make it so that E2EE is impossible.