• 0 Posts
  • 69 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle
  • For software not exempted, the California Digital Age Assurance Act takes effect on 1 January 2027 for requiring age collection at device setup time and age-bracket signals for applications.

    As a reminder, the law doesn’t require age verification, only attestation. It’s a really stupid law that accomplishes nothing for the services that now require age verification and nothing for the people opposed to it. It just makes some OSs (but apparently potentially no longer Android?) ask your age on account creation.

    I still have no clue how this will work for Windows server (and the cursed Mac servers), but honestly it’s on you for using that over a Linux server.



  • We are somewhat similar to contractors and directly help our customers write their code. Usually this means bringing in some kind of starting template, and it’s easier to do this with a permissively licensed template than make them sign another legal agreement.

    They own the code once we’re done, and they don’t need to make it open source (companies naturally don’t like to open source their products). Our templates are open source and well-documented, though.


  • We’ve managed to convince our workplace to allow us to use MIT on a few projects. We mainly share that code directly with customers, and it’s easier to do that with permissively licensed code, plus we can make it public for an extra win (both at work and for the community).

    There are definitely good uses for permissive licenses. In the same way that you should consider not using one, you should also consider whether one meets your specific needs.






  • The README lists the VRAM requirements for their different models if you plan to run with a GPU. Without a GPU, you can translate those roughly to system RAM.

    Note that ML models pretty much always runs faster on a GPU due to the kinds of operations needed to execute them. If you have the option to run on a GPU, you probably should just do that. Even their largest model only requires ~10GB VRAM based on their table, and if you only need English, you can use a smaller one specialized for English (like medium.en).







  • While not legal advice:

    In general, you can copy and create your own works for personal use as long as you keep them to yourself. Copyright is usually enforced on distribution, so if you don’t distribute, nobody cares.

    Free licenses (MIT, GPL variants, Apache, BSD, and so on) allow you to copy and create your own works and distribute the work freely. Free licenses allow you to distribute your work if you share the source code, and some (MIT, Apache, etc) allow you to distribute the work even without sharing your source code as long as you provide the source code for whatever was licensed (like a library you’re using that’s MIT licensed).

    The licenses all have different restrictions, so it’s good to research a license before you use something licensed that way. For example, AGPL, GPL, and LGPL are all different, and some licenses may require you to rename and rebrand something if you create a fork of it.




  • reddit Lemmy

    ?

    Moderators have to ban them, but the bans are per server.

    If you want to avoid children in the server for whatever reason, mark the channel as NSFW (though this might trigger the age verification BS for some people). Even without that, Discord generally has a minimum age requirement, so if someone admits to being below that age, you can report their account (and server owners might need to if they want to avoid issues).

    There are many benefits to switching to something forum-based like Lemmy though. Aside from freeing yourself from Discord’s chokehold, you also get better archival of discussions for free, better discoverability through internet/post searches, better control over who can comment, a potential community of moderators, possibly better accessibility for visually-impaired people (even if only because images can have alt text), and so on.

    Alternatives to Lemmy could be as simple as issues or discussions on the project, a community-maintained wiki, and so on.


  • The “F” stands for “free”. Free software is defined as having four essential freedoms:

    • The freedom to run the program as you wish, for any purpose (freedom 0).
    • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
    • The freedom to redistribute copies so you can help others (freedom 2).
    • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

    Notably, this definition places no restrictions on ethics. In fact, it explicitly states the opposite:

    The freedom to run the program means the freedom for any kind of person or organization to use it on any kind of computer system, for any kind of overall job and purpose, without being required to communicate about it with the developer or any other specific entity. In this freedom, it is the user’s purpose that matters, not the developer’s purpose; you as a user are free to run the program for your purposes, and if you distribute it to other people, they are then free to run it for their purposes, but you are not entitled to impose your purposes on them.

    What you are looking for is a different term, for example, “accessibility”. Accessibility of information is very important, but source availability and limited restrictions are what make something FOSS.


  • This whole thread seems weirdly dismissive of, and in some cases hostile to, maintainers of FOSS projects. To be clear, I’m not referring to OP here - the ID verification wall, and even the need to use a platform like Discord in general, are real problems. It’s many of the responses that are problematic.

    The reason many projects have support servers on Discord is because that’s where their communities formed. For example, Rust has communities on Matrix and Discord. The majority of the community is on Discord. There’s also a lot of users who discuss the language on Reddit.

    Communities existing on proprietary, walled off platforms isn’t the problem. The problem is when those platforms are the only way to access documentation or support. For projects like this, try creating an issue and explaining how ID verification stops you from accessing documentation and support, and see if they can open up discussions (if they’re on GitHub), create a community wiki, etc.

    As for what to call them - let’s assume that anything that requires access to these platforms doesn’t exist. What do you call that? FOSS with shitty documentation? It’d still be FOSS at least.