Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WM
Posts
106
Comments
337
Joined
5 yr. ago
  • In blender for example you receive prioritized support when you sponsor them.

    There are also various rewards (like voting on features, exclusive access to discord channels, having a sponsorship section on the website that acts as something like an ad).

    There are various guides for this. but that's the shortened version.

  • I looked around for some info about A/B testing but it seems relatively complicated to setup. Do you have any tools to suggest for that?

    Not really. i know wikimedia foundation did that but it is probably not the best option. googling gives a few results but that's not really insightful.

    And I can see what you mean about the text sounding unsure. What do you think about this one?

    I don't think this solves the problems i mentioned (including in the pull request). donations and working full time are a means to an end. the average response by average joe might be "well they can just get a regular job like the rest of us".

    I don't we should insist on just having a elevator pitch. sure an elevator pitch is very useful but i know that when i wanted to donate to charities I looked for a decent chunk of information to help me make a decision.

    this part that appears inside thunderbird (which seems to be doing very well interm of fundraising) is more like something i had in mind (in term of feeling important)

    there is some research about this type of messaging (see risk aversion and fear appeals). naturally it does not feel great because i think the thought that a project is at risk and might need donations is a negative evaluation that will probably produce a negative emotion. but i think it is the honest truth for thunderbird and lemmy and any large scale open source project.

  • If you know a catchy name for this series you can also comment it below.

    Add "help design lemmy" next to the title? e.g.

    Help Design Lemmy: How to improve the Joinlemmy Donation page?

    As i said adding a "learn more" section would be really helpful. right now it sounds like you are not really sure you even want donations. if you won't believe people should donate and are not willing to explain why people should do it why should potential donors believe it? . so far i didn't really see a noticeable spike in the patreon and liberapay stats despite many of the largest servers using the newest version (you can enable it to show the version of servers). some projects have a fairly consistent increases in the number of donations for years (e.g. 1 2 3 ) and i don't think lemmy has less potential. even piefed donations have been increasing organically.

    Of course A/B testing will be the best way to prove these claims.

    Maybe we could crowd source a list of arguments about why people should donate.

  • IANAL , but theoretically a judge could decide that part of the AGPL is "unreasonable" and a case could go to trail which could be expensive.

    Also you are still running the lemmy.ml instance which could theoretically lead to a lawsuit. its why lemmy.world created the fedihosting foundation which reportedly functions as a limited liability company.

    Also a cooperative (what you want to set up), where some of the profit in the form of a salary go to the "owners" which are the workers as far as i can tell can't be a non profit

  • That is true, but not so easy to do. To make donation pages like those in your link would require setting up some kind of nonprofit and directly handling credit card payments with some payment processor

    Shouldn't it be a good idea anyway to set up a limited liability company at some point anyway? in case you will get sued.

  • Graphtreon says their API is $760 / month.

    didn't even know they have a API. i meant parsing the HTML with something like selenium, there are probably lighter options. if you will do this once a day or week i can't see why your API should be blocked (its like some developer repeatedly checking that in his browser).

    Patreon isn’t going to do anything for us specifically

    They probably make something like 80 dollar a month of you. maybe a tech support representative just needs to input your IP to their system. it takes a couple of minutes for someone who makes about $20 an hour so not unreasonable . especially if you will warn/threaten them that you will remove patreon.

  • We had this automated, but patreon blocked our IP, so I’ll update it manually rn, and try to do that at least once a month.

    Did you try sending them an email or opening a issue asking them to to whitelist the IP? . this is completely unreasonable. you are a paying customer.

    graphtreon is making a ton of requests so i think there should not be a problem. or maybe you could parse graphtreon instead.

    You could create a repository with just this data and be liberal when giving out access.

  • Implement donation dialog

    isn't it suppose to pop up for me? i see nothing.

    so far no change on the reported donations when comparing to previous reporting which is actually down.

    maybe have somewhere a dashboard graph of something like "revenue per 1k active users".

    active users are higher then on march 2024 yet donation are down from 3,9K to 2.3K.

  • We really need a user friendly way to show packages that are really manually installed by the user (some automatically installed package are marked as manually installed, see the answers to this question).

    even nix interface is known as being kinda bad but you still have a easy way to do this.

  • Have you considered a UX similar to old reddit for this? where you hover over the join button with the mouse and it gives you the option to create a feed or add and remove to a feed?

    I actually checked multiple times and could not find it (but admittedly maybe that is my mistake and not a real problem with discoverability).

  • The only thing certain is death and taxes . but unlike for example omegle and it's successors you have to register so if it will be detected that it is a LLM it could be banned (eventually people will find out because LLM are not that good). Also i assume someone will have a incentive to do that so eventually it will try to get someone money or something like that and will probably get banned.

    You can also say the same thing for every platform you communicate with people like lemmy . you might even wonder if a for profit company might have better resources to detect bots.

  • Promoting_open-source_projects @lemmy.ml
    wiki_me @lemmy.ml

    MeroChat is a open source website that helps you to find people to chat with

    Libre Culture @lemmy.ml
    wiki_me @lemmy.ml

    MeroChat is a open source website that helps you to find people to chat with (AGPL 3)

    Free and Open Source Software @beehaw.org
    wiki_me @lemmy.ml

    MeroChat is a open source website that helps you to find people to chat with

  • meta makes 156B per year, assuming 3.98B users per year (average monthly active users). that's about 39$ revenue per user per year and 3.2$ per user per month.

    If you want to make that kind of money, i think they only realistic option adding ads with an option to pay to disable the ads. i never saw a open source project raises that kind of money with fundraising. even then i am not sure it will work because i think i read a report that people who block ads basically don't read them when they can't block so those ads will make no money.

  • You could have a multi-paradigm programming language and use FP techniques in the code. And at least in my university there was an introduction to FP and i assume that is true for most CS degree programs.

    Anyway no offence but i wonder how many of the people who upvoted you actually programmed in a purely functional programming language . i read and did the exercises for real world haskell and i don't think purely functional programming language can create the clearest code. i can see the advantages but a language with a strong support for FP and OOP would be better IMO (Ruby?). I also can't think of a popular FOSS project that uses a purely functional language (pandoc is an exception, but that seems like a sweet spot for FP).

    But it is a cool project and i like the endeavor.

  • I don't want to start a holy war. but they say it should bring more contributors and a more fun programming language should mean more contributions but contribution metrics on openhub show no meaningful improvement IMO.

  • Yeah, but i think any programmable system should allow low level constructs if the high level constructs are not enough.

    iirc this caused serious problems with wine because the API of windows requires setting coordinates.

  • Open Source Hardware @lemmy.ml
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    Open Source @lemmy.ml
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    www.oshwa.org OSHWA needs your help

    OSHWA is in a pickle! In the US where our not for profit is registered there is a law stating that one third of all income must be from the public, while we have been extremely lucky to have receiv…

    Open Source @lemmy.ml
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    www.oshwa.org OSHWA needs your help

    OSHWA is in a pickle! In the US where our not for profit is registered there is a law stating that one third of all income must be from the public, while we have been extremely lucky to have receiv…

    Libre Hardware @lemmy.ml
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    Libre Hardware @lemmy.ml
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    Free and Open Source Software @beehaw.org
    wiki_me @lemmy.ml

    The Open Source Hardware Association needs your help

    Free Open-Source Artificial Intelligence @lemmy.world
    wiki_me @lemmy.ml
    Open Source @lemmy.ml
    wiki_me @lemmy.ml

    PureOS Optional Subscription Added to Advance Development

    Linux @lemmy.ml
    wiki_me @lemmy.ml

    PureOS Optional Subscription Added to Advance Development

    Linux @lemmy.world
    wiki_me @lemmy.ml

    PureOS Optional Subscription Added to Advance Development

    Linux @programming.dev
    wiki_me @lemmy.ml

    PureOS Optional Subscription Added to Advance Development

    Free and Open Source Software @beehaw.org
    wiki_me @lemmy.ml

    PureOS Optional Subscription Added to Advance Development

    Open Source Hardware @lemmy.ml
    wiki_me @lemmy.ml

    Talk about The Beijing institute of Open-Source Chip , details work about open source RISC-V cores for phones and servers (xiangshan), work on open source EDA , enabling verification of chips using pr

    Open Source @lemmy.ml
    wiki_me @lemmy.ml

    Talk about The Beijing institute of Open-Source Chip , details work about open source RISC-V cores for phones and servers (xiangshan), work on open source EDA , enabling verification of chips using pr

    Libre Hardware @lemmy.ml
    wiki_me @lemmy.ml

    Talk about The Beijing institute of Open-Source Chip , details work about open source RISC-V cores for phones and servers (xiangshan), work on open source EDA , enabling verification of chips using pr

    Free and Open Source Software @beehaw.org
    wiki_me @lemmy.ml
    Linux @lemmy.world
    wiki_me @lemmy.ml