JavaScript
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers
A Self-Hostable Wasm Sandbox for JavaScript Workers Ever wanted to run a Cloudflare Workers-style handler, on a VPS or anywhere, without Node.js, Bun, or even Docker? Kyushu is an open source CLI that lets you write a JavaScript or TypeScript handler, build it into a self-contained WebAssembly binary, and run it anywhere with one command - kyu . No Node, Bun, or Docker - just a single binary - Cloudflare Workers-style API - familiar fetch handler - Self-hostable - runs on a VPS or anywhere -...
Macsurf, "modern" web browser for macOS 9
The modern web, on a 25-year-old Mac. MacSurf is a web browser for Classic Mac OS 9 PowerPC. CSS3, ES5 JavaScript, PNGs with alpha, running on a G3 iMac.
Gleam v1.17.0 Released
Gleam is a type safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.17.0 has been published. But first: the first videos from the first ever all-Gleam conference have been released!
The IsUpMap lets you check the status of over 100 major sites at once
Live status for 80+ popular internet services isUpMap is a real-time status heatmap that checks whether the services you depend on are up, degraded, or down right now. The live dashboard requires JavaScript, but here's what we monitor: - AI: OpenAI, Anthropic, xAI, Groq, Perplexity, Hugging Face, ElevenLabs, Cursor and more. - Developer & Cloud: GitHub, Cloudflare, AWS, Vercel, Netlify, npm, Docker, GitLab, Supabase, Firebase. - Payments: Stripe, Coinbase, Shopify, Plaid, Square, Klarna. -...
When LLMs Invent Rust Crates: An Empirical Study of Hallucination Patterns and Mitigation
Announce Type: new Abstract: Large Language Models (LLMs) have become powerful tools for code generation, yet they remain prone to hallucinations-producing plausible but incorrect or fabricated outputs. Among these, package hallucination, where an LLM suggests non-existent dependencies, poses an emerging security risk to the software supply chain. While previous studies focus on popular languages like Python or JavaScript, in this work we present the first large-scale empirical study on...
Chrome's zero-day Whac-A-Mole continues with fifth exploited bug of the year
Google has fixed its fifth actively exploited Chrome zero-day of 2026, and this one earned its finder a $55,000 bounty. The flaw, tracked as CVE-2026-11645, is an out-of-bounds memory access bug in Chrome's V8 JavaScript engine. Google confirmed that the vulnerability is being exploited in the wild, but has disclosed little beyond the bare technical details.
C++: The Programming Language back cover raises questions not answered by front
A little while ago, we considered how the cover of the book C++: The Programming Language raises questions not answered by the cover, since the cover illustration for a book putatively about the C++ programming language shows code written in JavaScript.¹ But there’s also a question raised by the back cover. According to the blurb for the book, The topics included in it are of utmost significance and are bound to provide incredible insights to students.
Ableton is letting musicians build browser-style extensions for Live
Ableton Ableton already has Max for Live, which allows users to build MIDI effects, synths, and samplers for its digital audio workstation (DAW). But now with its Extensions SDK, features can be added to Ableton Live with common JavaScript. Where Max is largely limited to MIDI and audio processing, Extensions can touch almost any part of the DAW simply by right-clicking within your Live set.
CSS-Native Parallax Effect
jun 02, 2026 🔗 CSS-native parallax effect Parallax effects have a long history, and while there are countless ways and libraries to achieve them, a new CSS-native way was recently made possible with CSS Scroll-driven animation timelines. The usual recipe was a scroll event listener in JavaScript, recalculating positions on every frame and nudging an element up and down. Scroll-driven animations handle all of that with CSS.
SQLite is all you need for durable workflows
Here is the summary: SQLite is a powerful and versatile database that can be used for durable workflows. It is a self-contained, serverless, and zero-configuration database that can be easily embedded into applications. SQLite is also highly reliable and can handle large amounts of data. It is a great choice for applications that require durable workflows, such as data processing, analytics, and machine learning. SQLite is also easy to use and can be integrated with other technologies, such as Python and JavaScript. With its powerful features and ease of use, SQLite is an ideal choice for durable workflows. ## Welcome to [Stack Overflow](https://stackoverflow.com/) This is a Q&A forum for computer programming. The [automatic community-generated FAQ](https://meta.stackexchange.com/questions/7931/faq-proposed-faq-for-stack-exchange-sites) has answers to many common questions. Read the [tour](https://stackoverflow.com/tour) to learn more about us. Some questions to help you get started: * [What is Stack Overflow?](https://meta.stackexchange.com/questions/92107/what-is-stack-overflow) * [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) * [How to create a Minimal, Complete, and Verifiable example