JavaScript Bloat in 2024 - Nikita Prokopov "Tonsky":
https://tonsky.me/blog/js-bloat/
This profile might be incomplete.
Open on floss.social Adrian CochraneLiberapay:
Rhapsode:
Argonaut Constellation:
Contact infoWebsite:
Personal infoAbout:
A browser developer posting mostly about how free software projects work, and occasionally about climate change. Though I do enjoy german board games given an opponent. Pronouns: he/him
Wall 8 posts
JavaScript Bloat in 2024 - Nikita Prokopov "Tonsky": Harmful complexity: using React for static content - Go Make Things: https://gomakethings.com/harmful-complexity-using-react-for-static-content/ One thing us developers can do for the environment: Write more efficient software! You might save some electricity, thus making it easier to switch the grid fully over to renewables. But what really matters is for you not to be the reason your users buy new hardware! Depending on how large your audience is and how green your other habits are, this might be the single biggest thing you can do! Probably not though. The future of the right to repair and free software - Elizabeth Chamberlain of iFixit @ LibrePlanet 2023: https://media.libreplanet.org/u/libreplanet/m/the-future-of-the-right-to-repair-and-free-software/ (video) Funktal: a frugal functional programming language - Wim Vanderbauwhede: https://wimvanderbauwhede.github.io/articles/funktal/ Lua, put simply, is the simplest scripting you can imagine! It is based on similar ideas to what JavaScript started with but without the evolutionary pressures into resembling a mainstream programming language. Or rather what Sun convinced us all including academics that a mainstream programming language looks like. Lua was allowed to remain a minimalistic language! (To be clear, as a programming language I don't think JavaScript is terrible. But Lua does look better.) 1/? @alcinnz May I honestly ask, what are the criterias used to conclude Lua does look better ? (Not trying to contest, I actually don't like reading or writing JS) Denmark bans Chromebooks and Google Workspace in schools over data transfer risks - Paul Sawers @ Tech Crunch: https://techcrunch.com/2022/07/18/denmark-bans-chromebooks-and-google-workspace-in-schools-over-gdpr/ |
@alcinnz that post is infuriating.
@alcinnz This is one of the reasons why I use JavaScript as a last resort when other ways to achieve the desired functionality and design via HTML/CSS have been exhausted.
But what destroyed me the most was @nikitonsky post about a fundamental object and term like "checkbox": https://tonsky.me/blog/checkbox/