javascript

Tag

Cards List
#javascript

I wish Deno would keep doing what it does best

Lobsters Hottest · 2026-06-08 Cached

A reflective article critiquing Deno's shift towards Node.js compatibility, arguing it dilutes its original streamlined, zero-config philosophy that made it compelling for developers.

0 favorites 0 likes
#javascript

HTMX Is So Cool I Rolled My Own

Lobsters Hottest · 2026-06-08 Cached

The article explores HTMX, a library that favors server-rendered HTML over JavaScript-heavy frontends. The author finds HTMX useful for persistent UI components but ultimately decides to roll their own solution due to personal preference for minimal dependencies.

0 favorites 0 likes
#javascript

Ladybird browser update (May 2026)

Lobsters Hottest · 2026-06-05 Cached

The May 2026 update for Ladybird browser brings major improvements in real-world site compatibility (e.g., passes Cloudflare Turnstile, enables MSE), responsiveness (async scrolling, JS bytecode caching, WASM JIT with Cranelift, incremental sweeping), and infrastructure (Rust HTML parser, ad-blocking via adblock-rust, CSS container queries).

0 favorites 0 likes
#javascript

VoidZero Is Joining Cloudflare

Hacker News Top · 2026-06-04 Cached

Cloudflare is acquiring VoidZero, the company behind Vite, Vitest, Rolldown, and Oxc, with all team members joining Cloudflare. The tools will remain open source, vendor-agnostic, and community-driven, and Cloudflare is committing $1 million to a Vite ecosystem fund.

0 favorites 0 likes
#javascript

NPM packages from RedHat have been compromised

Hacker News Top · 2026-06-01 Cached

A README for the RedHatInsights/javascript-clients monorepo that auto-generates Javascript API clients for Swagger/OpenAPI specs, using NX for monorepo management and GitHub Actions for CI/CD and NPM publishing.

0 favorites 0 likes
#javascript

pi-dynamic-workflows (GitHub Repo)

TLDR AI · 2026-06-01 Cached

pi-dynamic-workflows is a Pi extension that adds a workflow tool allowing the model to write JavaScript scripts to fan out work across subagents, enabling tasks like codebase audits and large refactors.

0 favorites 0 likes
#javascript

Ember.js 7.0

Hacker News Top · 2026-05-29 Cached

Ember.js 7.0 has been released, removing features deprecated in previous versions, with version 6.12 becoming an LTS release. The update continues Ember's policy of delivering new features in minor releases to ease major upgrades.

0 favorites 0 likes
#javascript

@llama_index: When we say “LiteParse runs everywhere,” we mean it. Our WASM package is lightweight, minimal, and built for browser an…

X AI KOLs Timeline · 2026-05-29 Cached

LiteParse is a lightweight WASM-based PDF parser designed for browser and edge runtimes like Cloudflare Workers, enabling efficient document parsing in edge environments.

0 favorites 0 likes
#javascript

@nicodotdev: Everything you always wanted to know about Transformers.js, in one video. I made a deep dive into how AI models run fro…

X AI KOLs Following · 2026-05-27 Cached

A deep dive video explaining how AI models run from JavaScript using Transformers.js, covering tensors, ONNX, quantization, WebGPU/WASM, and more.

0 favorites 0 likes
#javascript

If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT?

The Old New Thing (Raymond Chen) · 2026-05-26 Cached

Raymond Chen explains why C++/WinRT does not allow multiple awaits on asynchronous operations like C#, JavaScript, and Python do, citing the lack of a standard library task type and the principle of not paying for unused functionality.

0 favorites 0 likes
#javascript

Announcing BABLR

Lobsters Hottest · 2026-05-25 Cached

Announcing BABLR, a new generalized parser framework and API-based platform for software development that aims to shift the IDE paradigm from text file editing to code document editing. It includes a parser framework competing with Tree-sitter, a parse tree format agAST competing with ESTree, and a new data language CSTML.

0 favorites 0 likes
#javascript

JS Crossword - a crossword where the clue = eval(answer)

Lobsters Hottest · 2026-05-24 Cached

JS Crossword is a web-based crossword puzzle where each clue is the result of evaluating the JavaScript expression that is the answer. It uses obscure and cursed JS features, aimed at experienced JavaScript developers.

0 favorites 0 likes
#javascript

datasette-agent 0.1a4

Simon Willison's Blog · 2026-05-24 Cached

datasette-agent 0.1a4 adds a 'Start a new agent chat' interface integrated into Datasette's Jump to menu, leveraging the new makeJumpSections() JavaScript plugin hook.

0 favorites 0 likes
#javascript

Mad House — Usborne Creepy Computer Games

Simon Willison's Blog · 2026-05-24 Cached

A developer used Claude to recreate the 'Mad House' game from a 1980s Usborne book as an interactive JavaScript artifact, complete with retro aesthetic and mobile-friendly design.

0 favorites 0 likes
#javascript

AI agents generate code fast, but they still don’t understand blast radius.

Reddit r/AI_Agents · 2026-05-24

Introduces Ripple, a VS Code extension that analyzes JS/TS projects locally to give AI coding agents context about file dependencies and impact before making edits, addressing the problem of AI agents causing unexpected breakage due to lack of blast radius awareness.

0 favorites 0 likes
#javascript

Node.js 26.0.0 (Now with Temporal)

Hacker News Top · 2026-05-20 Cached

Node.js 26.0.0 has been released, featuring the Temporal API enabled by default, updates to V8 14.6 and Undici 8.0, along with various deprecations and removals.

0 favorites 0 likes
#javascript

Triangle Tessellation with Clamped Parallelograms

Hacker News Top · 2026-05-19 Cached

This article presents a novel algorithm for triangle tessellation using clamped parallelograms, improving upon Dx11-style tessellation by ensuring smooth transitions without popping, and includes an interactive JavaScript implementation under MIT license.

0 favorites 0 likes
#javascript

@ngxson: Qwen3.6-27B running 100% on WebGPU. Not the best speed but still

X AI KOLs Following · 2026-05-17 Cached

A developer demonstrates running the Qwen3.6-27B AI model entirely on WebGPU in a browser, though speed is not optimal.

0 favorites 0 likes
#javascript

My Favorite Bugs: Invalid Surrogate Pairs

Hacker News Top · 2026-05-16 Cached

A blog post recounting a bug where inserting adjacent multi-byte emoji caused a splice in a CRDT library, splitting a surrogate pair and silently breaking collaborative editor synchronization.

0 favorites 0 likes
#javascript

'No way to prevent this,' says only package manager where this regularly happens

Hacker News Top · 2026-05-16 Cached

Satirical article highlighting the recurring supply chain attacks in the npm registry, contrasting with more secure ecosystems like Go and Rust, and mocking the JavaScript community's acceptance of such vulnerabilities.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback