Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:philosophy:java_downfalls [2022/03/24 00:59] i3_relativism [What are the issues?] finalize text in this section |
en:philosophy:java_downfalls [2024/12/09 17:58] (current) throgh [What are the issues?] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | <note warning> This page is still in progress, so please dont aprove this draft yet!</ | ||
- | |||
====== Java's Language Downfalls ====== | ====== Java's Language Downfalls ====== | ||
- | As free software activists, we all enjoy using the latest and greatest in free software, but we need to make sure that the software we are using **really does respect our freedom**. A lot of software relies and **depends on Java**, since it appears to be fully free software, nontheless we have **many concerns with implementation** and decisions made by authors of this language. | + | As free software activists, we all enjoy using the latest and greatest in free software, but we need to make sure that the software we are using **really does respect our freedom**. A lot of software relies and **depends on Java**, since it appears to be fully free software, nontheless we have many concerns with **implementation** and **decisions** made by authors of this language. |
===== What are the issues? ===== | ===== What are the issues? ===== | ||
- | Firstly the **OpenJDK** trademark policy is problematic, [[https:// | + | Firstly the **OpenJDK** trademark policy is problematic. Their trademark license |
- | Secondly, on what comes to security | + | Secondly, on what comes to security, Java has been one of the most common |
- | And Lastly, current or previously used PKGBUILDs that were inherited from Arch are less prefected, in the sense that they download various pre-compiled and pre-packaged binaries. These are a risk to our users. To properly build them requires several hundred additional PKGBUILDs and the time to rebuild Java from scratch. This would require considerable effort and is not currently feesable given the size of our team. | + | And lastly, current or previously used packaging-scripts |
- | In short, **OpenJDK won't be happy with us applying patches and modifications** to try to adress this issues in to their trademarked language** without approval, or the need for entire language rebrand, so it is belated atack to our users freedom**. | + | For further references, [[https:// |
- | ===== Big Picture ===== | + | |
- | + | ||
- | There are various project utilizing Java as a aceptable language. I2P is one of them, has well as a huge plenora of projects. | + | |
- | + | ||
- | <note tip>As an alternative to the java I2P implementation, | + | |
===== Solutions ===== | ===== Solutions ===== | ||
- | * **Rebranding** the entire language to avoid the trademark restriction. Such as [[https:// | ||
- | maintained by the GNU Project and FSDG-compliant distros could be the way**. However, we would need patches to adapt all Rust-dependant applications to the modified version of Rust, since it is a programming language. We would also need to maintain a list of nonfree cargo packages to blacklist those for [[https:// | ||
- | |||
- | * Getting Rust to change its trademark agreement to allow modifications on the rust binary for any purpose in respect of [[https:// | ||
- | |||
- | ===== Comparisons with other software trademarks ===== | ||
- | |||
- | Some users have correctly mentioned that many other software packages have trademarks, do we plan to remove them all? No. We are not against all trademarks, only those which explicitly prohibit normal use, patching, and modification. | ||
- | As an example, neither [[https:// | + | There are no real further solutions as **Java is a clearly trademark-protected language**. It will always come towards a conflict with the persons |
- | Due to the anti-modification clause, Rust is a non-permissive trademark that violates user freedom. |