• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2023

help-circle

  • You’re not just looking for conversation.

    Unless you get a response from the site admins, anyone’s answer is pure speculation. No one is going to be able to say, definitively, why .ml was chosen, except the site admins.

    My theory is: .ml domains used to be offered for free. So they made lemmy.ml for free, as it was just a toy project. Then, they upgraded to the paid .ml domain (which is how they managed to avoid the recent free .ml purge).

    The “its Marxism-Leninism” could be true, but unless you get an answer from a site admin, everyone asserting that it’s true is talking out of their ass. They don’t know any more than you or I know.


  • What a weird take. You’re allowed to pay for whatever you’d like. Personally, I can’t afford to pay for any JetBrains product, even if I wanted to.

    Not only are there alternatives which may be better overall or better suited to someone’s needs, that wasn’t even my point. My point was more that it is only temporarily free, and so the parent commenter’s comment of “it’s free” should be taken with a grain of salt if you’re considering the product.

    Moreover, we’re in the Open Source community: Fleet is neither free nor open source, and pointing that out here is relevant.





  • 133arc585@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    2
    ·
    edit-2
    1 year ago

    For the “schedule expression” (the * * * * * part), try https://crontab.guru/. Some distributions have shortcut expressions like @hourly or @daily so you don’t have to type * */1 * * * etc.

    The crontab generally has a header that shows the columns, but if not, they’re: m h dom mon dow command.

    From * * * * * /usr/bin/sct 2750 I’m guessing you want to run every minute. If that’s the case, as another commented pointed out, try */1 * * * * /usr/bin/sct 2750, meaning every 1 minute.





  • My statement above was not meant to come across as xenophobic, but wary considering, historically, how involved China’s government is with local tech companies and entities that would contribute to a project like this.

    This right here is where the problem is though. Simply being associated with the Chinese governement is not sufficient to assume malfeasance. Just as any of the large USA tech giants that take various forms of government funding aren’t automatically assumed to be malicious simply by being associated with a “malicious” government. Hell, the Linux Foundation (Linus’ employer) is almost entirely funded by really creepy USA-based tech companies that themselves receive government money for various projects or products. I don’t assume baselessly that Linus would make the distribution insecure simply because he’s funded by people who might want that.

    Obviously, more data needs to be evaluated, but I think it’s fair to be cautious.

    It is only fair to be exactly as cautious as you would be to run any other random Linux distribution: say, some random person’s fork of Debian. Again, unless you have actual reason to treat it differently, doing so baselessly is rather lame and doesn’t serve anyone. Of course it’s fair to be catious of something as critical as an operating system; but viewing it through a biased lens doesn’t make you more secure.

    SIGs (special interest groups)

    I’m not sure the precise definition for what counts as an SIG here, but it could mean something analagous to the Linux Foundation. It isn’t necessarily suspicious. I think, from context, it’s used in contrast to “enterprises”; that is, I take it to include any volunteer or not-for-profit contributions.




  • I’ve been trying to find an app that works with my self-hosted FreshRSS instance. Supposedly Readrops supports freshrss, but since it’s self-hosted, I am having issues getting the self-signed SSL cert working. Readrops demands to connect with SSL, and despite adding the cert to the Android system trust list, Readrops still throws exceptions when it tries to validate the certificate. Until I can figure that out, I just use FreshRSS web interface, it’s acceptable.

    Does anyone have an app that supports FreshRSS?