Construí un clon de LWN.net en un solo App.vue de 2292 líneas porque estaba enojado
Andres Avalos Gallegos created TuxTimes, a news platform for Linux and open-source software, out of frustration with paywalls on LWN.net. The platform is built using Vue 3 and Firebase, allowing anyone to publish for free. TuxTimes offers features like dark mode and responsive design, which LWN.net lacks.
- ▪TuxTimes was developed as a response to the $35 annual paywall of LWN.net.
- ▪The platform allows community contributions and is free to use.
- ▪TuxTimes includes modern features such as dark mode and mobile responsiveness.
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 === 3936964) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Andres Avalos Gallegos Posted on May 18 • Originally published at tuxtimes-new.web.app Construí un clon de LWN.net en un solo App.vue de 2292 líneas porque estaba enojado #linux #vue #javascript #opensource TuxTimes nació de la rabia pura contra los paywalls arcaicos. Vue 3 + Firebase + GPLv2. Todo en un archivo.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).