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

  • @[email protected]
    link
    fedilink
    53 months ago

    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)

    • Hazematman
      link
      fedilink
      23 months ago

      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]
        link
        fedilink
        13 months 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]OP
      link
      fedilink
      English
      13 months ago

      forget me not, i think on f-droid may be an option. it’s fairly easy to make data files for, and you could easily ask your favourite llm to wrap some data into the format.

    • @[email protected]
      link
      fedilink
      23 months 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

    • Riley
      link
      fedilink
      13 months ago

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

      • @[email protected]
        link
        fedilink
        13 months 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

  • Ray1992xD
    link
    fedilink
    313 months ago

    The EU managed to get Meta on their knees with GDPR. They could force unlocked bootloader and easy install of any OS on phones just like on laptop/pc. I believe then we would really get the Linux phone movement going. Imagine: iPhone with UBports.

  • @[email protected]
    link
    fedilink
    5
    edit-2
    3 months ago

    DNS management. Think something like InfoBlox where I can have GUI driven control from simple adding a new zone record all the way up to full anycast configuration.

    I love the terminal and CLIs to death but zone files suck and setting up bind or unbound/nsd is more painful than it should be.

    • @[email protected]
      link
      fedilink
      43 months ago

      I have a decent web UI based DNS (and other stuff) management if you’d like to give it a try.

      I’m running Netbox as the main tool Coupled with the DNS plugin With a cron job running OctoDNS with octodns-netbox as data source, and zone transfer to my local Unbound server for resolution and cloudflare for public DNS.

      It was a bit of work to setup but I didn’t have any issues with it so far.

  • @[email protected]
    link
    fedilink
    13 months ago

    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]OP
      link
      fedilink
      English
      13 months 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]
    link
    fedilink
    English
    22
    edit-2
    3 months ago

    At the minute, a true open source and free browser/web engine, though I know this is nigh impossible to maintain without thousands of people. Some part of me is hopeful though given recent events.

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      3 months ago

      They exist. Firefox and chromium are open source. Big companies pay their dev costs but they can be forked. Chromium is a descendent of WebKit which is a descendent of khtml from the KDE project. The engines have been open source for decades It’s the proprietary crap they put on top which is the problem.

  • @[email protected]
    link
    fedilink
    English
    73 months ago

    I have no clue yet if an open source solution exists, but I’m just getting started volunteering with a local animal rescue, and they definitely need a better solution for records management.

      • @[email protected]
        link
        fedilink
        English
        23 months ago

        Thanks! Looks interesting. Might be a bit awkward to fit the data types, but I’m definitely curious to play with it and see how it compares to the other ERPs I’ve experienced, which were also clunky, even with more typical business data.

        • @[email protected]OP
          link
          fedilink
          English
          2
          edit-2
          3 months ago

          Don’t use Odoo, you will end up having to pay for features. What features are you after? There are dozens of alternatives.

          • @[email protected]
            link
            fedilink
            English
            13 months ago

            I only just discovered this problem a few days ago, so I don’t really know yet. We definitely need to be able to track a number of details about the animals including source, outcome, medical records, etc. I think having a way to keep track of “employees” (we’re 100% volunteer run), “customers” (finders and adopters), and finances is also pretty important, and hopefully in a way that doesn’t require a lot of duplicate entries due to multiple fragmented systems.

            There’s quite a few (mostly proprietary) systems out there specifically designed for shelters, so I suspect something like that might be the best option for the current issue, but looking at Odoo might be relevant to my professional development in general, as I was recently laid off, and hoping to pivot a bit from the general administrative work I had previously been doing.

    • DigitalDilemma
      link
      fedilink
      English
      43 months ago

      It’s a shame that doesn’t exist yet. I was in your position for a horse charity 25 years ago and couldn’t find anything either. I ended up writing them such a system, which grew and grew. Sadly it was owned by them and replaced a couple of years ago.

      Is sheltermanager not suitable for self hosting? They claim to be open source

        • DigitalDilemma
          link
          fedilink
          English
          13 months ago

          That’s their decision, but it’s very unlikely. Like much bespoke software that’s evolved over a long time, it was a pretty messy codebase, and also mostly in perl and was entirely written to their exact needs. It worked because of me, which was a curse because they were unable to find another person to support it after I left.

      • @[email protected]
        link
        fedilink
        English
        43 months ago

        Thank you! This particular issue is something that I only started to become aware of a few days ago, so I’m still trying to learn more before pushing for any big changes. I don’t know that self hosting is even the right solution for our group, so I’m glad to see that they also offer a hosted option, although the self hosted option seems like a great way for me to test it out.

        • DigitalDilemma
          link
          fedilink
          English
          33 months ago

          I was curious so I took a closer look at Sheltermanager and, honestly, I’m very impressed. They have a free demo on their site so you can show it off to people and see if there’s any interest.

          And agree, self-hosting doesn’t sound like it would suit them or you, but you asked in an opensource thread and that is nearly always self-hosted. SM looks quite fairly priced for a hosted solution.

          • @[email protected]
            link
            fedilink
            English
            23 months ago

            Oh yeah, I’m very much aware of where I asked. Haha. I see an opportunity where I can at least advocate for the FOSS options, so I’m trying to learn what those are and how they compare to other solutions before I make any suggestions to the decision makers.

            I was recently laid off, and have been wanting to explore some personal self hosting projects, plus I’m hoping to make a bit of a career pivot, so my interest is coming from a variety of motivations.

  • Onno (VK6FLAB)
    link
    fedilink
    643 months ago

    Nothing and everything.

    There are thousands if not millions of open source solutions scattered around society. Some are feature complete, most are not. Some are maintained, many are not. A handful are funded, the rest is not.

    What open source needs, more than anything else is fundraising and the means to distribute those funds to the tune of the trillions of dollars that the corporate world extracts in profits from those open source efforts.

    In other words, the people who make this need to get paid.

    Firefox terms and conditions, Red Hat, and several other projects that have caused uproar through the community, are all caused by the need to get paid to eat food and have a roof over your head whilst you contribute to society and give away your efforts.

    • @[email protected]
      link
      fedilink
      English
      93 months ago

      I 100% agree with this what we need is a centralized store like steam that is a non-profit. Where they make it easy just to buy the software. I love distros as much as the next person but having it centralized between all distros gets people paid. My only concern is how do we get the devs of libraries used by those apps use paid. And yes i know it sounds crazy it’s open source how can you charge? Nothing in free and open source says you have to not charge. You just have to given them the source when you do so.

      Even if someone can build it themselves for free. If you make the store a great experience to use. People will just buy. It’s likely this i can go out and pirate any games I want. So from a monetary perspective it’s the same. With a little work I could have my games for free but steam is so good i just buy the game.

      • @[email protected]
        link
        fedilink
        33 months ago

        Perhaps a model like itch.io offers. Each product can set a price or have a “pay what you want” model. I feel some would be more likely to give money if it’s right up front.

        But the biggest part that I think we need, is a centralized location, store or not. Sometimes it’s hard to find if an open source alternative even exists because it could be on Github, Gitlab, Codeberg, etc.

      • exu
        link
        fedilink
        English
        83 months ago

        I know micropayments is a bad word, but a centralized nonprofit where I could pay 50$ a month to distribute amongst projects I use and their dependencies would be great. Disregarding any privacy concerns of course, as they would have to track all or most of the applications I use and for how long.

        • @[email protected]
          link
          fedilink
          English
          13 months ago

          Yeah the problem with that model is the overhead to pick who gets the money would cut in to much. My thought is you want it you buy it. They could do it like humble bundle and have a slider to pay more if you want.

          • exu
            link
            fedilink
            English
            23 months ago

            I know about that and use it for some projects, but it’s still the hassle of donating to individual projects and small payments have disproportionally higher fees (I’m not blaming them it just is like that)

  • Cas
    link
    fedilink
    English
    113 months ago

    I would really like to see something like Jellyfin/Komga but for sheet music. There’s a software in early development called Sheetable that stores it in PDF format, but I really want to see something that has MusicXML support so that sheets can be played back.

      • Cas
        link
        fedilink
        English
        33 months ago

        It can, and it’s quite good! But I mean something more like a self hostable archive.

    • @[email protected]
      link
      fedilink
      23 months ago

      Hi! My partner is a middle school band teacher. I have been trying to find anything that is music related for her so I can help her classroom workflow.

      Any recommendations? Because I honestly can’t find anything good. I will check out Sheetable soon.

      • Cas
        link
        fedilink
        English
        23 months ago

        Sadly, neither have I- in the closed source world there’s stuff like Soundslice which is pretty good but nothing really open source

  • @[email protected]
    link
    fedilink
    183 months ago

    for me the most critical ones are replacements for discord and microsoft teams. for discord the critical piece is the login - people don’t want to make accounts on each server, so until we have proper federation with a good user experience people won’t actually move off it.

    for teams i’m sure theres projects in development, i just don’t know them or their status - all i know is that i want a project to combine several specialized FOSS services (jitsi is great, and there’s lots of other collaboration tools for email/calendar/chat) into one nice unified frontend that is actually reasonably easy to self-host and maintain.

      • @[email protected]
        link
        fedilink
        English
        53 months ago

        The problem with Element as it compares to discord in my experience of showing it to discord-heavy users is that it does not contain the feature set that they are seeking.

        Discords roles and permissions abilities, multiple channel types, streaming capabilities, public bots that are easily joinable, profile customization features, moderation capabilities, and more have no real equivalent in Matrix/element. Hence, when I have shown it to discord users before, they have 0 interest in using it because for them it is like reverting to an IRC.

        • DFX4509B
          link
          fedilink
          English
          23 months ago

          Element’s still Electron-based for the desktop app, given Electron is Chromium and Google has the final say over Chromium, that doesn’t make it trustworthy at least in my opinion and I’m sure others’ opinions too.

        • JackbyDev
          link
          fedilink
          English
          43 months ago

          This is part of what suggesting alternatives to Discord is hard. People tend to view it as one thing, often chat or voice/video, instead of a holistic solution that is all of those things and more along with making most tasks super easy to do for people.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      3 months ago

      Was about to point you to MatterMost but saw it’s not open source, doh! Anyone know if it was and switched? Or was it always closed source?

      Edit: Turns out it was and still is open source, I just apparently suck at researching.

  • 𒉀TheGuyTM3𒉁
    link
    fedilink
    93 months ago

    Idk if there’s a os music sheet software somewhere but if someone know one i am interested

    • Ephera
      link
      fedilink
      English
      43 months ago

      If you’d like something LaTeX-like (best for transscribing rather than composing), then there’s LilyPond.

      • @[email protected]
        link
        fedilink
        English
        33 months ago

        Or to be specific as of late, “MuseScore Studio.” There have been… a lot of company changes over the past 2 years…

      • Avid Amoeba
        link
        fedilink
        5
        edit-2
        3 months ago

        Yeah I have no hope for an American FOSS design.

        Perhaps an EU-backed one might appear at some point.

        Recently I stumbled upon a Chinese team working on a FOSS pair of cores, with source in GitHub. I think they were aiming at competing with A76 and N2. Supposedly they’re well underway.

        Found it

        If these guys (or any others) tape out a competitive FOSE chip, it’ll change the world. If it’s a decent project, everyone and their mother will fork it. And we’ll get chips that cost just a bit over the silicon and packaging cost.

  • FarraigePlaisteaċ
    link
    fedilink
    1
    edit-2
    3 months ago

    I would love to see a non-proprietary desktop music player. Just something simple that I can listen to my MP3s with. Audacity is great, but it’s a PITA when it comes to casual listening.

    /s. As sbv Said in another comment, I think it’s best to join an existing project. Loops has potential to rival TikTok but it’s still not in a state I would use.

    Edit: I could have placed the /s a bit better to flag my surreal sense of humour. I was joking about FOSS lacking a desktop music player, because there seem to be hundreds of them. I use Audacity for editing, not listening to mp3s :)

  • @[email protected]
    link
    fedilink
    English
    23 months ago

    Leadership: What is important, what redundant projects should be joined or axed and their developers merged.