A quebra de um ideal: o choque entre a filosofia open-source e a realidade do mercado
The article discusses the conflict between open-source philosophy and market realities. The author reflects on their journey with open-source and how it shaped their understanding of technology and ethics. Ultimately, they express the pain of having to adopt proprietary practices for survival in the industry.
- ▪The author learned valuable lessons from hacker culture and the principles of open-source.
- ▪They believe that the open-source movement has significantly contributed to affordable software access.
- ▪The author experienced a personal conflict when they had to add a proprietary license to their project.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3959327) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } José Dercy Vieira da Silva Filho Posted on May 30 A quebra de um ideal: o choque entre a filosofia open-source e a realidade do mercado #watercooler #opensource #career #programming Aprendi as coisas mais fascinantes que sei com as lendas da cultura hacker. Minha base técnica e moral foi forjada lendo os manifestos da FSF e entendendo a elegância absoluta da filosofia Unix — a magia dos pipes, o princípio de "fazer uma única coisa e fazê-la muito bem".
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).