• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "open source". Back to normal view
    1. Dear Quora, please stop holding information hostage on the internet and remove the paywall

      The benefits of a free and open Internet is something that the millennial generation created long ago to make this world a better place and full of opportunities for everyone, not just those who...

      The benefits of a free and open Internet is something that the millennial generation created long ago to make this world a better place and full of opportunities for everyone, not just those who can afford access to it. These benefits are something that makers of quora platform themselves used in the form of open source software like Python, Django, HTML, etc. to build that very platform in the first place.

      But now, by denying those benefits to others and bringing in a paywall, quora is striking on its own proverbial roots. There are much better ways to reward their content creators than holding their answers hostage with a paywall. The plain old advertising revenue sharing model can be still used, just like Adsense does. This is a win-win thing where everyone gains including the platform, content-creator and advertiser.

      It's extremely important to oppose this paywall move by quora because this attacks the very foundation of the free and open Internet as we know it. Imagine what happens tomorrow if other informative sites like StackOverflow, Wikipedia, etc. start following quora's path. Imagine the plight of the poor and under-privileged sections of the society who cannot afford costly subscription to information. And yet, as members of the evolved human race of 2023, they very much deserve access to this information.

      I urge all netizens who consider themselves part of this free and open culture tribe to sign this petition and through it, convey our grievance to quora and let them know why this is wrong and what is at stake (our freedom).

      If you agree with my cause, I urge you to sign this change.org petition created in this regard requesting Quora to revert the Paywall move.

      5 votes
    2. Honest question: Are Windows or Linux laptops more suited for freelancers?

      I know it's a technical question but I want to know specifically from freelancer perspective. A freelancer's decision making differs from that of regular corporate worker in this regard due to...

      I know it's a technical question but I want to know specifically from freelancer perspective. A freelancer's decision making differs from that of regular corporate worker in this regard due to many reasons:

      1. Freedom to choose: Unlike corporate, a freelancer isn't imposed any process or specific software guidelines to follow. They're free to use Linux and open source if they want to.
      2. No team compatibility: A freelancer can work on specific project with a geographically distant team but they don't have to submit to any long-term compatibility constraints.
      3. Budget constraints: A freelancer can't typically afford costly licenses. With corporate, they can scale well and bring down the licensing costs which isn't true for freelancers. Hence, open source software is typically more suited to their workflow (even when using a Windows OS).

      Given all these factors, do you think a Windows or Linux laptop is more suited for a typical Freelancer? What do you happen to use?

      4 votes
    3. Looking for smallish feature suggestions for an open source project

      I'm thinking about increasing the level of my open source contributions a bit. Instead of searching blindly until I stumble upon an issue that: A) Piques my interest B) I feel somewhat qualified...

      I'm thinking about increasing the level of my open source contributions a bit. Instead of searching blindly until I stumble upon an issue that:
      A) Piques my interest
      B) I feel somewhat qualified to implement

      I figured I'd check with the tildes community. Is there any Open Source software that you use that is missing a feature/capability? Can you give a brief description of it (bonus points for links to an issue tracker with an open ticket :))?

      Can't of course promise anything will come of it, but if I do pick up your suggestion at least I'll give you a ping if I make any progress!

      7 votes
    4. Open source recommendations for a photo/post voting site?

      TLDR: I need a website that let's signed in users vote on each others photos, and stores that data on who voted for what in a database. Background I run a facebook group of about 2,000 members....

      TLDR:

      I need a website that let's signed in users vote on each others photos, and stores that data on who voted for what in a database.

      Background

      I run a facebook group of about 2,000 members. This group is designed for analog (any non-digital format) photographers to swap high quality artistic prints with each oter. The community was essentially dead and the admin wanted to throw in the towel so I took over. We've made progress, the group growth jumped by over 500% in the first month after I took over.

      Right now trading prints doesn't work well. People make a post using the facebook selling format, and those who are interested comment with the image they'd like to trade for. The problem is that the posts get limited visibility due to facebook's algorithms, and stale posts hang around. All of this reduces over all activity, and the majority of posts don't end up in a trade.

      My solution is to do a trade event with everyone participating at the same time. Since facebook doesn't lend itself to this I'd like to whip up a quick site for the event. My time is so limited these days I really don't have the capacity to build something from scratch, and the group certainly doesn't have any other developers to help out with it (it skews heavily on the older side).

      I'd like to find an open source project that lets users sign in (sign in using facebook would be a bonus) and upload/vote on images. After the voting closes, I'll write code to pair everyone up in a way that optimizes for everyone getting to make a trade. If Alice votes for Bob's image, and Bob votes for Alice's image, they would get paired up to make the swap.

      I feel okay writing the code to map out swaps, but I'm pretty terrible at web design and especially at front end design. I've looked across github, but I wanted to reach out and see if anyone could recommend something that I might of missed.

      I don't expect to have 2,000 members participate, I think it may be as few as under 100, so hopefully I won't need to worry about scale.

      Thanks in advance for the help!

      11 votes