Replacing JS with just HTML
For many years now, JavaScript has been the workhorse of the web. If you wanted to do something that couldn't be done with just HTML and CSS, you could usually find a way to do it with JS.
And that is great! JS has helped push user experiences forward, and honestly helped push HTML and CSS forward!
🧑💻 https:…
In 2011, Aaron Swartz was arrested after he downloaded millions of academic journal articles from JSTOR via the MIT network. He was charged under federal laws (including wire fraud and violations of the Computer Fraud and Abuse Act) with up to 13 felony counts, carrying the possibility of decades in prison, large fines, and other penalties. These federal charges eventually lead to his death in 2013.
No AI company was ever charged under federal laws.
JSProtect: A Scalable Obfuscation Framework for Mini-Games in WeChat
Zhihao Li, Chaozheng Wang, Zongjie Li, Xinyong Peng, Zelin Su, Qun Xia, Haochuan Lu, Ting Xiong, Man Ho Lam, Shuzheng Gao, Yuchong Xie, Cuiyun Gao, Shuai Wang, Yuetang Deng, Huafeng Ma
https://arxiv.org/abs/2509.24498
Caught a bug over the holidays so I’m mostly resting, feeling sorry for myself, and taking the time to at least carry out some mindless housekeeping tasks (updating dependencies, etc.) on some of my Node modules.
Released updates to the following packages yesterday:
Tape-based Node.js testing:
• Tap monkey (https://
LOL
Color me unsurprised.
https://masto.pt/@tugatech/115459508378263706
from my link log —
easrng/schema: derive JSON schema from TypeScript type using LSP autocomplete.
https://github.com/easrng/schema
saved 2025-12-28 https://
KAPLAY — The fun and open source game library for HTML5 Games.
KAPLAY.js, HTML5 Game library for JavaScript and TypeScript. Free & Open Source.
🦕 https://kaplayjs.com
:mastodon: @…
»Just use HTML — JavaScript is…
- Slower to load
- Slower to run
- More prone to breaking
- Harder to read and reason about
- Doesn’t actually look like the final output«
Don't use JavaScript for the design, because CSS as well as SVG images can create a lot of animation and the ability to create a dynamic web interface.
🧑💻