Skip to main content

Royalty for developers - need open source App Store

In the developer world, royalty concept is not widespread, but glad that Apple has introduced the royalty through App Store.

What's in royalty?
You--the developer code a piece of logic for a company and it get sold and start milking; but you don't get anything even if it sells more than million copies. Apple's App Store is a novel concept that the developer acts as a company and directly gets sales commission.

Why royalty is important?
A book author gets royalty, a film maker gets it, an artist gets it--but not a developer. A developer has to code, code, code to live.

Who can change the scenario?
After open source revolution, I think, it's time for "royalty revolution". We need a movement like "free software movement" by Richard Stallman to take the royalty concept to all developers. In short, we need an open source "App Store"

Comments

Anonymous said…
This comment has been removed by a blog administrator.

Popular posts from this blog

Solved: "Ports" Tab Not Visible in VS Code (WSL2)

None of the solutions I found on Reddit or GitHub worked, and most of the related GitHub issues were locked. So I'm documenting this here for future reference. Problem When using WSL2 in Visual Studio Code, the Ports tab—needed to access your application in Windows browsers like Chrome or Edge—doesn't appear. Even the Ports-related options are missing from the Command Palette. Solution After a lot of trial and error, here's what worked: Run npx serve in the VS Code terminal. It will output a URL such as http://localhost:3000/ . Click the link (or use the Follow Link option). This will open the app in your default browser. You may notice that it opens on a different port (for example, http://localhost:64198 ). At this point, the Ports tab becomes available in VS Code. After this initial trigger, the Ports tab seems to remain available in future VS Code...

I'm Zend (PHP 5) Certified Engineer:-)

As of January 13, 2007, I'm ZCE/ Zend Certified Engineer (PHP 5)

Shaping the Future: My Hopes and Dreams for My Children

I believe every parent has their own hopes for what their children might become, often shaped by personal experiences or insecurities. For instance, a janitor may wish for his child to achieve the success of his boss, and so on. My aspirations for my children stem from my own life and career experiences. There were many things I wanted to pursue but couldn’t, for various reasons. Over the years, I’ve suggested career paths to others based on their talents, and some have succeeded to the extent I anticipated. This gives me confidence in my ability to foresee what might be best for someone. For a long time, I’ve had ideas about my children’s future, and I want to put them in writing to see how things unfold. In short, I have a positive view of the freelance economy and royalty-based work. Royalty-based careers are a dream for many—creating something once and earning from it for a lifetime. I see similarities between Pillai and Heleena in how quickly they pick up new things. Pillai is a n...