• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: August 5th, 2023

help-circle


  • You’ll have to be more precise on the definition of God. There are quite a lot of them.

    The existence of an abstract concept is provable by thinking of it. If there exists an idea that you call God, then a God exists. However, that proves nothing about its properties beyond its mere existence as an idea, including whether it pertains to any real thing. Likewise, all attributes you ascribe to that idea become part of the idea, but do not automatically prove anything about reality.

    Thus, the question whether there is an idea called God is trivially answered by asking it at all, but has little bearing on anything at all.

    What makes ideas useful is that they group properties, and what makes them real is that there exists an actual thing having all those properties.

    Thus, the question whether a real thing exists depends on the properties of that thing, so let’s tackle one:

    Do I believe that there can be an omnipotent entity? No. The typical argument here is “Can God create a rock so heavy, They cannot lift it anymore?” Either answer contradicts the premise of omnipotence, unless that entity can create logical contradictions, in which case all argument and reasoning is moot anyway.

    In particular, do I believe that some variation of the Abrahamic God exists? No, or at least none of those I’m aware of. That doesn’t mean I’m not open to being shown otherwise.

    However, the idea of an omnipotent, omniscient and all-loving God runs decidedly counter to the existence of suffering, even if we ignore (or exclude) the contradiction about omnipotence.





  • I can’t comment on the general trend, but this specific one seems a bit too circumstantial to be of use for a serious spying effort. You’d have to have the spyware running parallel to the apps usong passwords you want to steal in a specific way.

    The risk exists, which is bad enough for stochastic reasons (eventually, someone will get lucky and manage to grab something sensitive, and since the potential damage from that is incalculable, the impact axis alone drives this into firm "you need to get that fix out asap), but probably irrelevant in terms of consistency, which would be what you’d need to actually monitor anyone.

    If you manage to grab enough info to crack some financial access data, you can steal money. If you can take over some legit online account or obtain some email-password combo, you can sell it. But if you want to monitor what people are doing in otherwise private systems, you need some way to either check on demand or log their actions and periodically send them to your server.

    It would be far more reliable to have injection backdoors to allow you access by virtue of forcing a credential check to come up valid than to hope for the lucky grab of credentials the user might change at an arbitrary moment in time.



  • I googled about lemmy, found a blog post to introduce the whole concept, they linked an instance recommendation thing based on (if I understood correctly) the uptime, (de)federation and user count of the instance, and I just clicked one of the suggestions. So many posts claimed that it doesn’t make a great difference that I eventually decided to toss my overoptimisation habit and take what was suggested to me.

    But I’m still learning my way around here, who knows if this will stay my forever home.



  • You mean the magazine would pay people to write a story people would want to read… only to make money for the magazine? Like, they’re doing it for profit, and not out of the goodness of their hearts? Next you’re going to tell me my grocer is only selling me food to generate revenue.

    There’s a difference between “just marketing” and “buy this stuff, but also, turns out Lebanon has quite some distance to go in terms of human rights in general and gender equality in particular”. Companies can’t have morals, because they’re not a natural person, but the humans working for them can, and it’s not unthinkable for this story to be both: An expression of moral frustration on part of the journalist that also happens to be profitable for their employer.





  • Suppose I have a javascript file for a node server’s backend access named db.js

    Suppose I write tests for those functions and name the test script file db.test.js

    Suppose I tar and gzip that file (bear with me), now named db.test.js.tar.gz

    Suppose I sign that file with PGP, now named db.test.js.tar.gz.pgp

    Now suppose I want to hide that signed compressed tarball of a javascript tests file for my db functions, and to do so, I name it .db.test.js.tar.gz.pgp

    Now I have a file that looks like it consists of nothing but extensions. I’m sure you could push it even further though, if you tried.


  • The whole point of making a federated network of independent instances is to avoid the issues arising with one central instance, right? Putting the content out to multiple instances plays into that: If it’s important content, no single authority can easily censor it, and the loss of a single instance won’t erase it.

    If it’s trash, of course, every community in every instance you post it to will have to clean it up separately. Arguably, that puts more strain on the respective moderation teams, but if (ideally) those are disjunct people (again, to avoid the issues of a single authority), the strain should be distributed.

    And on the plus side, it would enable each community (in the lemmy sense) to enforce their own nuanced rules, additionally leading to slightly more choice between the types of moderation you favour (as opposed to “There’s one big sub, take it or leave it”).

    Individual communities may be smaller, but maybe some more form of coordination of similar communities across instances could amend that (like linking to the other communities in your sidebar etc.).

    I could also imagine a super-community solution that would allow you to aggregate several communities across instances similar to multireddits. I’m new here, so I’m not sure if that exists, nor have I given the implementation any thought, but I suppose that could be convenient.