• 1 Post
  • 38 Comments
Joined 1 year ago
cake
Cake day: August 26th, 2023

help-circle

  • While i agree with most of what you said, i think you might be falling into the trap of assuming the curve continues as it had.

    Like most technology, ANNs will follow a sigmoid curve. Turing was already working with the same theories. While I did my education in IT, we had really interesting ANNs working, but only nerds would be excited by them. Now ChatGPT surprised the rest of the world and I would assume we are in the steep part of the sigmoid function.

    But the problem is, that we can only determine where we where, if we look back. There is no way to say whether NOW is just the start, middle or towards the end of the curve.

    What I can say is that now, LLMs and other implementations of AI are able to replace a trainee in my line of work. They still need a lot of supervision and are a tool, which can speed up work. This may lead to other problems: If companies decided to not take on the expensive task of training people and replacing them with cheaper AI - at some point we will run out of well trained veterans.












  • I hope for you, that you don’t SSH into any random machine and just import their cert.

    Usually you know the machines you are trying to connect to. That gives you the ability to add their cert to your trusted hosts before connecting the first time. So for browsing the WWW this makes not much sense, since you connect to way too many unknown hosts. It would create a ‘red is green’ mentality where users just import any unknown cert.

    The only similarity i see, which makes sense, would be e-banking and such. The bank could send you their certificate with the login credentials by post.




  • Even if everyone is using English, there will be cultural differences. I used to work at a company which had a lot of indian externals working on their code base. Whenever I had to work on a mainly Indian developed project i had to get used to how they wrote things. Usually things where named a bit different. Not by much, but enough tho throw me off a couple of times before i got used to it.

    IMPORTANT: I am not shitting on how they used English, merely pointing out that they used it differently from how i would have expected.




  • I don’t claim to know what their true intentions are. But if you want your APK with additional malware removed from any appstore, it for sure helps to have terms which don’t allow ppl to do so.

    There is nothing wrong about wanting to earn money, but their approach is the weakest. I did not even see a dialogue asking me for money yet.


  • ToxicWaste@lemm.eeOPtoPrivacy@lemmy.mlShout-out to Grayjay
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    1 year ago

    I have found three comments from you, where you insert yourself as an expert on what Open Source is/not is. Although you do link to some sources, you do so without arguing your point. IMO this is not a constructive way of communication. Since I believe your perspective is purist but overall not too helpful, I will go through the trouble an actually argue the point:

    Your problem is following sentence published by the OSI: “The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources.” Which FUTO does - they won’t allow you to put ads on top of their software and distribute it. But I hope that you would agree with me that GNU GPL is an Open Source License. However, they do have a copyleft which practically makes selling software impossible. If you use a library which uses the GPL, you have to make your sources available - which makes selling a compiled version a difficult task…

    If we look at Wikipedia, we see following sentence: “Generally, open source refers to a computer program in which the source code is available to the general public for use or modification from its original design.”, Grayjay fulfils this. Wikipedia continues: “{…}. Depending on the license terms, others may then download, modify, and publish their version {…}”, you are allowed to download and modify Grayjay. They do not allow you to commercially distribute your modifications, which is a license term.

    Lets look at a big OSS company. Red Hat writes: “An open source development model is the process used by an open source community project to develop open source software. The software is then released under an open source license, so anyone can view or modify the source code.” These criteria are fulfilled by the FUTO TEMPORARY LICENSE (Last updated 7 June 2023). Red Hat does not mention the right to redistribute anywhere I could find it.

    To those who actually read up to this point: I hope you find this helpful to form your own opinion based on your own research.