Skip Navigation

User banner
Posts
297
Comments
887
Joined
4 yr. ago

  • Futo is not open source, as they (now, finally) even admit themselves: https://www.futo.org/about/futo-statement-on-opensource/

    See also https://opensource.org/osd and https://opensource.org/authority and compare it to Futo's licenses; there are (at least) three reasons it doesn't qualify, can you spot them all? (rhetorical question; don't @ me)

    I am locking this thread to avoid needing to remove misinformation and advocacy from Futo fans who think they should be allowed to redefine a term which there has been consensus about the definition of since before they were born.

  • even if it’s from its own repository, it is still on F-droid

    There is nothing to stop anyone from running their own f-droid repo and distributing non-free software through it, which is what futo is doing.

    seems open source enough

    This is the definition. Compare it with Futo's license; it fails to meet both the Open Source Definition and Free Software Definition in several ways. After insisting they could redefine the term for a while (despite the definition's wide acceptance) and inspiring some of their very vocal fans to promulgate their dishonest argument on their behalf, Futo themselves finally came around and agreed to stop calling their software open source.

  • usaid.gov is serving a redirect to www.usaid.gov which currently does not resolve.

  • Am I still missing something? This is posted on the instance of .world, wtf are we talking about .ml and politics for? If your instance filters your comments on other instances than that’s concerning and something I didn’t know.

    Yes, something you're missing is that it was your (our) instance which removed the word from your comment. I believe the slur filters are effectively a combination of the configured filters on the writer's instance, the reader's instance, and the community's instance.

    If you view this thread from other other users' instances (via the

    link on their comments in the web view), you will see that the word which was removed from your comment is not removed from comments by users on some other instances (despite that it is also removed from their comments when viewed from our instance). HTH.

    (imo false positives from the slur filter are annoying, but so are the people casually using slurs who are prevented from doing so by it; it's a tradeoff i don't feel strongly about. although i do think it would be much better if the writer-side version of it could notify users of the impending bowdlerization prior to posting.)

  • It looks huge on a Mercator Projection map even though it isn’t that large.

    In the Mercator projection it appears to have about the same area as Africa, while in reality it is about a 14th of it. But, I wouldn't say that "isn't that large": if Greenland was independent it would be (and Denmark is, because of it) the 12th largest country in the world.

  • I used that link to look up the source. It wasn’t here so I posted it here. I do the same with archive links.

    Do you post MBFC links on articles from outlets they classify as "unbiased" too, or just the "biased" ones?

    As others have pointed out many times before, the entirely flawed premise behind MBFC is that centrism correlates with credibility and/or factualness.

    I didn’t report this and don’t have a problem with it.

    cool 👍

    In general, the fact that they don’t disclose the country they operate out of is problematic

    Who doesn't disclose where People Dispatch operates out of? MBFC? Yeah, they don't, because they're lazy hacks who's job it is to impugn the reputation of anyone doing any journalism that isn't in service of the status quo.

    since we can’t know if they’re operating from a place where telling the truth is illegal.

    A couple minutes of research shows that (although their contributors are all over the world) their legal entity People's Dispatch Ltd. is registered in New York. So, the way things are headed, I guess actually you might be on to something here soon 😬

    Edit: I should also say that it’s important they’ve never failed a fact check. I don’t really care about them having editorial bias as long as we know what it is.

    The notion that any outlet could have no bias in what they decide is and isn't worthy of reporting on, especially the people MBFC says are unbiased, is ridiculous. And it's usually not difficult to see what an outlet's bias is without relying on a 3rd party using their own bias to classify someone else's.

  • Wow, a lot of people emotionally disagree with that quote. You can tell because 30+ down voted and you maybe see 1 of them commenting to take a stance.

    Cowards who are afraid of reality deserve no respect.

    Maybe... it got all those downvotes because it was a ridiculous thing to post in reply to an article which is simply reporting facts without any bias whatsoever, and posting that comment here in this context appears to be an attempt at discrediting Petro (who is, in fact... a leftist 😱 ...watch out) in response to his standing up to to Trump?

    And maybe all those other people downvoting it didn't bother replying because I had already posted my reply (which adequately pointed out the absurdity of it) right after the comment was posted? 🤔

  • I'm curious, do you think there is some bias in this article? What is it?

    In case you doubt their translation, you can find the original source of the statement by Petro here.

    Is there some other source, which you consider less biased, which has published an English-language translation of his response to Trump?

    Or, would you consider any reporting at all of this head of state's response to be intrinsically biased?

  • I see. What a mess.

    The instructions at https://docs.searxng.org/admin/installation-docker.html mention that the docker image (which that page tells you to just pull and run) has its "sources hosted at" https://github.com/searxng/searxng-docker and has instructions for running it the image without docker-compose.

    But, the Dockerfile source for the image is actually in the main repo at https://github.com/searxng/searxng/blob/master/Dockerfile and the searxng-docker repo actually contains a docker-compose.yaml and different instructions for running it under compose instead.

    Anyway, in the docker-compose deployment, SEARXNG_BASE_URL (yet another name for this... neither SEARXNG_URL or BASE_URL, but apparently it sets base_url from it) is constructed from SEARXNG_HOSTNAME on line 58 here: https://github.com/searxng/searxng-docker/blob/a899b72a507074d8618d32d82f5355e23ecbe477/docker-compose.yaml#L58

    If I had a github account associated with this pseudonym I might open an issue or PR about this, but I don't and it isn't easy to make one anymore 😢

  • Organic Maps is great, but see also OsmAnd.

    The former is faster and easier to use but the latter has a lot more features.

  • yes, when the month is written non-numerically (and the year is written with four digits) there is no ambiguity.

    but, the three formats in OP's post are all about writing things numerically.

    In some contexts, writing out the full month name can be clearer (at least for speakers of the language you're writing in), but it takes more (and a variable amount of) space and the strings cannot be sorted without first parsing them into date objects.

    Anywhere you want or need to write a date numerically, ISO-8601 is obviously much better and should always be used (except in the many cases where the stupid formats are required by custom or law).

  • Changing SEARXNG_HOSTNAME in my .env file solved it.

    nice. (but, i assume you actually mean SEARXNG_URL? either that or you're deploying it under some environment other than one described in the official repo, because the string HOSTNAME does not appear anywhere in the searxng repo.)

  • https://docs.searxng.org/admin/settings/settings_server.html says you need to set base_url, and that by default it's set to $SEARXNG_URL.

    however, https://docs.searxng.org/admin/installation-docker.html#searxng-searxng says that if you are running it under docker the environment variable which controls base_url in the config is actually BASE_URL rather than SEARXNG_URL.

    (possibly whichever variable it is is currently empty, which might make it construct a URL based on the IP address it is configured to listen on.)

  • What the people here saying this "seems legit" are really saying is that, if the site is providing DRM content which you want to see, then it is indeed using this for its intended purpose (which is to prevent you from recording and/or retransmitting the stream). This is true, but, it doesn't mean that the site isn't also collecting your device identifiers and using them for some nefarious privacy-invasive purposes. And of course, they most likely are.

    So if I were you I would look for a pirated streaming website instead of running this proprietary software to watch a DRM'd stream. (The pirated site will probably also be privacy-invasive, but they won't get your device ID... and you're more likely to be able to block its ads.)

  • in my experience DeepL has the best results for some language pairs while Google is better for others (and has a lot more languages).

    But, these days I'm happy to say Firefox translate is the first thing I try and it is often sufficient. I mostly only try the others now when the Firefox result doesn't make sense or the language is unsupported.

  • Yeah, that would make sense - language detection is trivial and can be done with a small statistical model; nothing as complicated as a neural network is needed, i think just looking at bigram frequency is accurate enough when you have more than a few words.

    If that is what is happening, and it is only leaking the language pair to the server the first time that pair is needed, that would be nice... I wish they made it clear if that is what is happening 😢

  • World News @lemmy.ml

    I’m not trying to destroy art, says man planning to do just that if Assange dies in jail

    World News @lemmy.world

    Australian federal MPs – including the prime minister and cabinet members – have voted overwhelmingly to urge the US and the UK to allow the WikiLeaks founder Julian Assange to return to Australia

    World News @lemmy.ml

    Australian federal MPs – including the prime minister and cabinet members – have voted overwhelmingly to urge the US and the UK to allow the WikiLeaks founder Julian Assange to return to Australia

    World News @lemmy.ml

    Poland's PM says authorities in the previous government widely and illegally used Pegasus spyware

    Risa @startrek.website

    "Now, if you are holding on to some temporal equivalent of that directive, then isn't it possible that you have an occasion here to make an exception"

    Lemmy Shitpost @lemmy.world

    it doesn't have one of those screens with the big, haphazardly-arranged pixels

    Memes @lemmy.ml

    very upsetting

    Security @lemmy.ml

    Mastodon security update: every version prior to today's is vulnerable to remote user impersonation and takeover

    Fediverse @lemmy.ml

    Mastodon security update: every version prior to today's is vulnerable to remote user impersonation and takeover

    Memes @lemmy.ml

    Trolley Problem Solution

    Lemmy Shitpost @lemmy.world

    Italian province orders all dogs to be DNA tested in poo crackdown

    linuxmemes @lemmy.world

    A rough translation of the principle of Ubuntu is "humanity towards others". Another translation could be: "the belief in a universal bond of sharing that connects all humanity".

    Technology @lemmy.ml

    Engineers at MIT and in China develop desalination system which could produce freshwater that is cheaper than tap water

    Risa @startrek.website

    eight months to go

    World News @lemmy.world

    Britain to send patrol ship to Guyana amid Venezuela border dispute

    World News @lemmy.ml

    Britain to send patrol ship to Guyana amid Venezuela border dispute

    World News @lemmy.ml

    Ukraine to celebrate Christmas on 25 December for first time

    World News @lemmy.ml

    Teen GTA VI hacker sentenced to life in a secure hospital

    Security @lemmy.ml

    Unicode tricks in pull requests: Do review tools warn us?

    Lemmy Shitpost @lemmy.world

    Before starting your daily practice routine, read and seriously consider the following