this post was submitted on 06 Mar 2025
108 points (96.6% liked)

Open Source

34778 readers
331 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
 

Is there some project that the opensource world is missing that you think it needs?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 week ago

Google earth

[–] [email protected] 2 points 1 week ago (1 children)

Another good email client. Many are trying to leave Thunderbird on GNU Linux but there aren't many to choose from.

[–] [email protected] 1 points 6 days ago

Why? Thunderbird announced it is not adopting the Firefox EULA.

https://mastodon.online/@thunderbird/114112105485771954

[–] [email protected] 1 points 1 week ago (1 children)

A self-hosted photo/video viewer which presents itself as an Open Directory that maps closely to the underlying file system and also includes the ability to view images and stream videos. If videos are too large/incompatible with the user’s browser, they should be transcoded on the fly (optionally with the gpu). Genuinely surprised something like this doesn’t exist

[–] [email protected] 1 points 1 week ago

lists niche-specific list of requirements Genuinely surprised this doesn't exist.

Most of what you want already exist in tons of simple php scripts that will take a directory and present each directory as a gallery. The live transcoding thing is something you can always add, because ya know, the majority of servers do not have GPUs.

[–] [email protected] 3 points 1 week ago

Proper 3D CAD software, we have FreeCAD but it isn't very good.

[–] [email protected] 5 points 1 week ago (3 children)

Open source language learning only has Anki. Everything else is in an enbryonic stage.

There are so many low hanging fruits. Add-on to look up words in subtitles and add it to Anki. Luo dingo clone that's a bit less tedious (without having to write so much of your native language). Clozemaster clone (unless someone knows how to set up Anki to do this)

[–] [email protected] 1 points 1 week ago (1 children)

I think Memento is open source. It's good for subtitles->Anki cards.

[–] [email protected] 1 points 1 week ago

That's a good one, but it's only for Japanese.

Of course, you can't easily extend that to other languages unless you have conjugation/declension tables. When I want to learn a word I need to be adding the base form to Anki, not the actual word said

[–] [email protected] 2 points 1 week ago

See I just started getting into learning another language and like most people I just downloaded Duolingo. But now on YouTube everybody recommends Anki. Over anything else I mean also immersion but like Anki is the go-to so I think Open source won

[–] [email protected] 2 points 1 week ago (1 children)

100% agree, would like to see more stuff in this space. Do you have any links to more "enbryonic tools". I recall seeing another tool awhile ago that I tested (can't remember the name) that worked a bit like LingQ. It would run a webserver and you could read links through it and mark words you didn't understand. I couldn't really get into a flow using it as tool to learn languages.

[–] [email protected] 1 points 1 week ago

You're talking about learning with texts

It's not great for languages like Korean where you might have a lot of different conjugations that will be detected as new words

[–] [email protected] 2 points 1 week ago (1 children)

This is niche, but I really want a good FOSS screenwriting software that can rival Highland. There are some options like Trelby and others (because the Fountain syntax makes interchangeable screenplay files possible) but right now none of them are as good as Highland. A good alternative could let me finally leave Apple

[–] [email protected] 3 points 1 week ago (1 children)

Not FOSS but Fadein supports Linux and I have no problems with it

[–] [email protected] 1 points 1 week ago (1 children)

TY! I'll give that one another look. Can it export .fountain?

[–] [email protected] 2 points 1 week ago (1 children)

It can import and export fountain

[–] [email protected] 1 points 1 week ago

Good to know, thank you! I too, love boobies

[–] [email protected] 6 points 1 week ago (1 children)

I'd like a local filesharing option. Where a single folder would be synced in my phone from home computer when I'm at home, and from work computer and phone when I'm at work. Without using cloud sync between them only when I'm physically traveling between them, that's good enough for most use cases of cloud sync that I want for work.

[–] [email protected] 6 points 1 week ago (1 children)

So just sync over local wifi basically? I'm pretty sure you can do thing with syncthing if you just disable "global discovery". You can read the local discovery protocol here https://docs.syncthing.net/specs/localdisco-v4.html but afaiu there is no cloud sync involved at that point and just device to device sync.

[–] [email protected] 5 points 1 week ago (3 children)

Perfect, it looks like the thing I want. Hopefully it can do multiple devices in different networks. I'll test it out when I can.

Thank you :)

[–] [email protected] 1 points 1 week ago

Yep it can! :)

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

It's awesome that more people are discovering new useful software through answering here!

[–] [email protected] 2 points 1 week ago (1 children)

No problem! I personally use syncthing to keep my password database synced between my phone, laptop, and desktop. As well as to keep some important files backed up between different devices that way if my hdd or something happens to one of the devices I have backup on the other ones.

[–] [email protected] 2 points 1 week ago (1 children)

Would you be able to trigger it using something like nfc actions, so you'd only have to swipe an nfc tag and it'd start copying automatically? In which case, a few cheap nfc stickers from china, throw them about the house / apt and then carry on with your life.

[–] [email protected] 2 points 1 week ago (1 children)

Probably? I just have it setup to always be running in the background on my devices. So if it detects a file change to my sync folder that gets sent to all other devices currently connected. I use global sync so as long as the device has an internet connection or is on the same local network it should be able to sync.

There is an API to interface with syncthing daemon running on your computer https://docs.syncthing.net/dev/rest.html so if you wrote a program to track the nfc action and interface with that API I think you probably could.

[–] [email protected] 2 points 1 week ago

Ah well in that case it wouldn't be needed because as soon as it's in range of the local network would be easier than taking the trouble of using nfc!

load more comments
view more: next ›