nodejs

Tag

Cards List
#nodejs

@clickhouse/rowbinary: when your library is also a parser compiler

Lobsters Hottest · 2026-07-15 Cached

ClickHouse releases @clickhouse/rowbinary, a Node.js library for reading/writing RowBinary formats that also includes a skill file enabling coding agents to generate query-specific, high-performance parsers that run 1.5–3.4x faster than generic parsers.

0 favorites 0 likes
#nodejs

Show HN: YouTube Guitar Tab Parser

Hacker News Top · 2026-07-13 Cached

A CLI tool that downloads YouTube guitar lesson videos, uses Claude vision to detect and crop tablature regions, de-duplicates frames by bar number, and stitches them into a PDF. Requires Node.js, yt-dlp, ffmpeg, and an Anthropic API key.

0 favorites 0 likes
#nodejs

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

Hacker News Top · 2026-07-13 Cached

DOM-docx is an open-source library that converts semantic HTML fragments into native, editable Word documents (OOXML) without screenshots or layout hacks, supporting Node.js and browser environments.

0 favorites 0 likes
#nodejs

I built barebrowse: give a local-model agent a browser without Playwright — pruned ARIA snapshots instead of raw HTML (far fewer tokens)

Reddit r/LocalLLaMA · 2026-07-10

barebrowse is a tool that generates pruned ARIA snapshots from web pages, reducing token consumption for local AI models by stripping boilerplate and ads, and reusing existing browser cookies.

0 favorites 0 likes
#nodejs

SecretSpec 0.13: SDKs for Python, Node.js, Go, Ruby, and Haskell

Lobsters Hottest · 2026-07-04 Cached

SecretSpec 0.13 releases native SDKs for Python, Node.js/TypeScript, Go, Ruby, and Haskell, enabling applications to resolve secrets declared in secretspec.toml directly without relying on the CLI.

0 favorites 0 likes
#nodejs

@vintcessun: The first time you encounter anti-scraping encryption parameters, you'll probably think "manual breakpoints, environment patching, endless trial and error." But this project directly installs an AI reverse engineering Agent in Firefox — it automatically captures traffic, locates parameters, and non-invasively traces the SpiderMonkey engine at the C++ layer, completely invisible to the page. The core idea is to extract the black-box signature from the browser environment and reduce it to a standalone Node.js algorithm.

X AI KOLs Timeline · 2026-07-04 Cached

An AI reverse engineering Agent project based on Firefox that non-invasively traces at the engine's C++ layer and strips out webpage encryption parameters, reducing them to standalone Node.js algorithms.

0 favorites 0 likes
#nodejs

@Jolyne_AI: Another high-performance crawler/scraper found on GitHub: AnyCrawl — makes data collection easier and more efficient. It bundles three engines: Cheerio, Playwright, and Puppeteer: lightning-fast static page parsing, complex JavaScript rendering…

X AI KOLs Timeline · 2026-07-03 Cached

AnyCrawl is a high-performance open-source crawler/scraping tool that integrates Cheerio, Playwright, and Puppeteer engines. It supports static parsing and JS rendering, batch SERP scraping, site-level crawling, multi-threaded/multi-process concurrency, proxy support, and optimized output formats for LLM data collection.

0 favorites 0 likes
#nodejs

Slint and the Node.js Event Loop

Lobsters Hottest · 2026-06-30 Cached

Slint's integration with Node.js previously caused a 16ms tick that wasted CPU and delayed events; version 1.17 fixes this on Linux and macOS by allowing the Rust UI loop to cooperate with libuv without polling, improving efficiency and responsiveness.

0 favorites 0 likes
#nodejs

@Arcane_Aii: SOMEONE JUST BUILT TORLINK — A SLEEK TERMINAL-NATIVE TORRENT CLIENT THAT SEARCHES EVERY TRUSTED SOURCE AT ONCE AND DOWN…

X AI KOLs Timeline · 2026-06-29 Cached

TorLink is a terminal-native torrent client that searches multiple trusted sources in parallel and downloads directly to disk, with a keyboard-driven TUI and auto-seeding support. It's MIT-licensed and requires only Node.js to run.

0 favorites 0 likes
#nodejs

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

Hacker News Top · 2026-06-24 Cached

Nub is a fast all-in-one toolkit for Node.js that provides a Bun-like developer experience, including running TypeScript files, managing dependencies, and Node versions, all in one CLI tool written in Rust.

0 favorites 0 likes
#nodejs

@seclink: vercel ai sdk

X AI KOLs Following · 2026-06-20 Cached

Vercel AI SDK is an open-source, framework-agnostic toolkit for building AI-powered applications and agents, supporting React, Next.js, Vue, Svelte, Node.js, and more.

0 favorites 0 likes
#nodejs

@colinhacks: Introducing Nub. The all-in-one JavaScript toolkit that augments Node.js (instead of trying to replace it)

X AI KOLs Following · 2026-06-17 Cached

Introducing Nub, an all-in-one JavaScript toolkit that augments Node.js instead of replacing it.

0 favorites 0 likes
#nodejs

A new way to think about agent MEMORY a "chef's palate" — every day's work gets a fingerprint that can be un-mixed back into its projects, and it detects projects nobody has named yet [open source]

Reddit r/openclaw · 2026-06-14

Introduces 'tastebud-memory', an open-source agent memory system using hyperdimensional computing to create reversible, searchable project fingerprints, with backtested validation and an MCP server for integration.

0 favorites 0 likes
#nodejs

browser sessions start failing at around 20 concurrent. nobody warns you about this

Reddit r/AI_Agents · 2026-06-12

Playwright scrapers in production on Node.js start failing around 20 concurrent browser sessions, causing memory spikes and crashes. The developer notes documentation does not warn about this limit.

0 favorites 0 likes
#nodejs

@aronhouyu: Sharing an open-source SaaS foundation project open-saas (well-known) - Based on the Wasp full-stack framework, it integrates a large number of essential SaaS features out of the box, including authentication, payments, email, social media login, Stripe, UI, and more. Can save weeks of development time, allowing you to focus...

X AI KOLs Timeline · 2026-06-12 Cached

Introducing an open-source SaaS foundation project, open-saas, based on the Wasp full-stack framework, which integrates a large number of essential SaaS features such as authentication, payments, email, and social media login, helping developers save weeks of development time.

0 favorites 0 likes
#nodejs

Ableton Live Extensions SDK

Lobsters Hottest · 2026-06-02 Cached

Ableton has released a software development kit (SDK) for Live 12.4.5 beta, allowing developers to create custom extensions that interact with tracks, clips, MIDI, and more using Node.js.

0 favorites 0 likes
#nodejs

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

Hacker News Top · 2026-05-31 Cached

Reverse-engineered and extracted maps from the 1990 DOS game Test Drive III, providing an online viewer and OBJ exports. The project includes file format specifications and extraction tools.

0 favorites 0 likes
#nodejs

Title: I ripped out OpenClaw's default markdown memory and built a strict Node.js/Postgres API layer instead. The hallucination drop is insane.

Reddit r/openclaw · 2026-05-30

The author replaced OpenClaw's default flat-file memory with a strict Node.js/PostgreSQL API layer, eliminating context drift and hallucinations by enforcing typed schemas and immutable truth.

0 favorites 0 likes
#nodejs

@GitTrend0x: AI Agent from Newbie to Master Pro-Grade Artifact https://github.com/pguso/ai-agents-from-scratch… This is ai-agents-from-scratch, a 3.9k star hit that 'truly explains AI Agent…'

X AI KOLs Timeline · 2026-05-26 Cached

Introduces a 3.9k star open-source tutorial project, ai-agents-from-scratch, which builds AI Agents from scratch using local LLM and Node.js, covering core concepts such as system prompts, tools, memory, and reasoning patterns.

1 favorites 1 likes
#nodejs

I made a local-first MCP tutorial repo with node-llama-cpp and a custom agent loop

Reddit r/LocalLLaMA · 2026-05-25

A tutorial repo that teaches the Model Context Protocol (MCP) by building it step by step in Node.js, with a local-first setup using node-llama-cpp, GGUF models, and a custom agent loop.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback