Open Source

32686 readers
1161 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
1
 
 

Or maybe a catchier name would be a "basic human decency GPL extension"

I can't help but notice that organisations constantly co-opt free software which was developed with the intent to promote freedom, use it to spread hate and ideas which will ultimately infringe on freedom for many.

The fact that hateful people who use such software may then go on to use it to promote or otherwise support fascism which prevents others from enjoying the software in the way it was imagined, is one potential manifestation of the paradox of tolerance in this respect. I think this is particularly true for e.g. social media platforms and the fediverse.

My proposal to combat this would be the introduction of a "paradox of tolerance" license which says that organisations which use the software must enforce a bare-minimum set of rules to combat intolerance. So anti-racism, anti-homophobia, anti-transphobia, etc. The idea is then to make overtly hateful organisations legally liable for the use of the software through the incompatibility of the requirements with their hateful belief system.

This could be an extension to GPL and AGPL where the license must be replicated in modified versions of the software, thereby creating virality with these rules.

Is this a thing already? I understand OS and FOSS have historically had a thing for political neutrality but are we not starting to find the faults with this now?

2
 
 

New version of AI news bot is available https://github.com/muntedcrocodile/ai_news_bot

The program scrapes news articles from RSS feeds generates an AI summary of the article text and posts the article link along with the api summary to a Lemmy community.

You can find an example deployment of the bot !news_summary@hilariouschaos.com

No the AI summary is not as bad as it sounds. The summary is 60% identical to human generated summary and >95% accurate in meaning.

3
4
5
 
 

Hi all,

About to go full no-Google, but am missing one app alternative. This is URL Forwarder: https://play.google.com/store/apps/details?id=net.daverix.urlforward

It allows users to share to it like a bookmarklet. Anyone know of something else that does this?

An example use case would be browsing in your Lemmy app and sharing the post URL to another webpage.

6
7
8
 
 

Few things I remember about the website are: it contained ads, it listed the software first you had to click on the description to understand to which software it was an alternative of.

I am not sure if this is allowed, mods please feel to remove it if it violates any guidelines.

Update: Thanks guys, got it!

9
10
11
 
 

Anything better?

12
 
 

Hi, I am writing here since I've been searching for something like this for over a month now, but I cannot seem to find anything that is satisfying, possibly because there isn't something out there that fits what I'm looking for.

Basically, I am interested in decentralized recommender systems that are:

  • currently being used

  • customizable, on the client side, at run time, to a certain extent (e.g. regulate exploratory vs safe recommendations, tag based)

  • if not being used, at least "usable out of the box", via code released on github

  • if nothing like this, at least a promising projects that are currently very active

Best case scenario would be a decentralized recommender system already applied to the fediverse. I am trying to get into this eco-system, but the lack of filters/tools of discovery for the content I'm being shown is a major hindrance for usability, at least for me. Being able to direct my own reccomender system, in order for it to be alligned with my goals and not with my addictive tendencies would be a bit of a dream, but I feel that a decentralized system would be the only way to achieve such a thing.

13
58
submitted 1 day ago* (last edited 1 day ago) by JackAttack@lemmy.dbzer0.com to c/opensource@lemmy.ml
 
 

I saw a post on reddit asking for open source android keyboards in recent years since a lot of the posts were older. One user recommended "Futo Keyboard".

To be clear, I'm not affiliated with them but I've been trying them based on that reddit response and I just wanted to share here in case anyone else has been looking.

In short, this keyboard is about as close to awesome as you can get so far. Features I like:

  • Feels like GBOARD
  • Works fully offline
  • Gesture typing (about 75% as accurate as GBoard)
  • Built in offline speech to text (no third party engine needed to download

I've tried other options like heliboard and openboard and they are great too, but I think so far this has been the best I've tried and I wanted to recommend it on here in case anyone else is looking. Feel free to share any other setups or recommendations below!

EDIT: it was pointed out that it is source-available and not open source. Apologize for my initial assumption. The source and license can be viewed here: Futo Keyboard. It is fully open for non-commercial use. Anything commercial can have restrictions.

14
15
 
 

I basically gave up on finding a custom ROM for this TV so I'm looking for alternative TV apps to at least change the default app. Do you know if there is an app like this exist? It should work with satellite, I'm not looking for IPTV or streaming services, just something that supports plain satellite TV.

Edit: Currently experimenting with KODI, no luck yet though. If you also have suggestions regarding to it, I'm all ears.

Edit 2: KODI (and so Jellyfin, Plex etc.) needs a backend server for Live TV so add-ons alone won't work. According to KODI Wiki, currently there are no backends that work on Android. I also tried Google's older app called Live Channels but Google doesn't let you to run it because it's old ~~more useful~~.

Edit 3: I at least blocked ~~all~~ many of those ad streaming domains on pi-hole. Here is the regex I added to my blacklist. Maybe it will be useful for another poor soul who bought TCL TV.

^(.*\.)?(leiniao\.com|kedo-tclrestream\.b-cdn\.net|now\.amagi\.tv|huan\.tv|rttv\.com|kaltura\.com|plex\.tv|otteravision\.com|ads\.ottera\.tv|sofast\.tv|jwplayer\.com|fuelmedia\.io|molotov\.tv|mcncdndigital\.com|evrideo\.tv|aniview\.com|partytymestreaming\.com|playmoviesdfe-pa\.googleapis\.com|ov-static\.ottera\.tv|ottera\.tv)$

There are also some cloudfront domains however they use hash, so it's not possible to block the future hashes by now and they will appear again.

16
 
 

I came across tools like nightshade that can poison images. That way, if someone steals an artist's work to train their AI, it learns the wrong stuff and can potentially begin spewing gibberish.

Is there something that I can use on PDFs? There are two scenarios for me:

  1. Content that I already created that is available as a pdf.
  2. I use LaTeX to make new documents and I want to poison those from scratch if possible rather than an ad hoc step once the PDF is created.
17
 
 

Hi /c/opensource,

I am developing PdfDing - a selfhosted PDF manager, viewer and editor. You can find the repo here.

Today I reached a big milestone as PdfDing reached over 600 stars on github. A good portion of these stars probably comes from being included in the favorite selfhosted apps launched in 2024 on selfh.st.

Here is a quick overview over the project's features:

  • Seamless browser based PDF viewing on multiple devices. Remembers current position - continue where you stopped reading
  • Stay on top of your PDF collection with multi-level tagging, starring and archiving functionalities
  • Edit PDFs by adding annotations, highlighting and drawings
  • Clean, intuitive UI with dark mode, inverted color mode and custom theme colors
  • SSO support via OIDC
  • Share PDFs with an external audience via a link or a QR Code with optional access control
  • Markdown Notes
  • Progress bars show the reading progress of each PDF at a quick glance

As always I am happy if you star the repo or if someone wants to contribute.

18
 
 

cross-posted from: https://floss.social/users/kde/statuses/113958737186066693

KDE's recently adopted animation program Glaxnimate releases version 0.6.0 Beta.

This is the first official _test_ release of Glaxnimate under the KDE umbrella and testers are needed to check for bugs. Download the AppImage and try it out!

https://glaxnimate.org/news/releases/0.5.80/

#animation #FreeSoftware #OpenSource #design #videoediting

@kde@lemmy.kde.social

19
 
 

I just wanted to shout out TRMNL.

They have an interesting product, and they're trying to build a business that includes a lot of open source aspects.

The device that they sell is proprietary, but it's also just an ESP32, screen, enclosure, and battery, with a custom PCB for convenience. They plan to add instructions to build your own device, and their firmware is open source under a GPLv3 license.

By default, their device connects to their servers, and they have a slick web configuration tool for people who don't care about having smart devices call home, but you can easily modify the firmware to connect to your own self-hosted server instead. As of this evening, both the Phoenix and Sinatra server implementations are open source under an MIT license after I pointed out that they had no license in an issue, and they pretty much immediately updated the repositories.

There are two other repositories that they have not added a license to, but given their swift response, I'll give them the benefit of the doubt, and I would expect them to be updated shortly.

They have not shared all of the plugins that are available on their hosted service for use on a self-hosted instance, but a few are available for use and there are many plugins made by others available as well!

As soon as they update those last two repositories, I plan to pre-order one (unlike the conceptually cool VU Dials who's creators still have not added a license even after being called out by the co-creator of Rocky Linux).

20
21
22
 
 

Hey all! Just thought I'd share my open source project as I think some of you guys might enjoy it.

Bonjourr is a browser startpage extension that combines beautiful high-quality photographs with useful widgets, making your new tabs both stylish and functional. If you've ever heard of Tabliss or Momentum, then you know the idea.

We’re really proud of what it’s become, and we’re always looking for feedback, users, and supporters.

You can download and learn everything about Bonjourr on our website: bonjourr.fr

If you like our work, you can support us on Ko-Fi, which we would appreciate a ton! ❤️

Thank you for taking the time :)

23
24
 
 

It seems all apps from Divested were archived in December, particularly the antivirus app Hypatia. When you try to update the signature database, you get a 404 error, so I guess the development of this app is dead. Does anyone know of any alternatives or similar apps? Or is it not really necessary to have an antivirus like this on Android?

25
 
 

I've always used custom launchers on Android. The stock launchers like One UI Home and Launcher3 just don't cut it for me.

Despite that, I'm hard pressed to find any open-source launcher that meets my expectations like Smart Launcher does.

Any suggestions?

view more: next ›