Published on January 22, 2026 at 06:01 CET (UTC+1)
Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete (30 points by williamzeng0)
This article introduces "Sweep," a 1.5B parameter, open-weights AI model designed for predicting a developer's next code edit. It is quantized to run locally on a laptop with low latency and claims to outperform models four times its size on specific benchmarks. The model is based on Qwen2.5-Coder and is available in GGUF format, accompanied by a run script and a JetBrains plugin for integration.
Threat actors expand abuse of Microsoft Visual Studio Code (84 points by vinnyglennon)
This security report details how threat actors, specifically those linked to North Korea in the "Contagious Interview" campaign, are increasingly abusing Microsoft Visual Studio Code. The attackers use malicious tasks.json configuration files and obfuscated JavaScript within dictionary files to execute payloads when a victim opens a compromised repository. The research is a collaborative finding from Jamf Threat Labs and OpenSourceMalware (OSM).
Binary fuse filters: Fast and smaller than xor filters (2022) (66 points by redbell)
This 2022 academic paper introduces "Binary Fuse Filters," a new probabilistic data structure for approximate set membership. The authors claim these filters are faster and more memory-efficient than the prior state-of-the-art XOR filters, coming within 13% of the theoretical storage lower bound. They also note benefits in construction speed and compare performance favorably against Bloom, cuckoo, and ribbon filters.
Show HN: ChartGPU – WebGPU-powered charting library (1M points at 60fps) (536 points by huntergemmer)
This Show HN presents ChartGPU, a high-performance, open-source charting library built with TypeScript and powered by WebGPU. It is designed to render large datasets (e.g., 1 million points) smoothly at 60 frames per second in the browser. The library offers various chart types and emphasizes interactive, visually appealing graphics for data-intensive applications.
Claude's new constitution (369 points by meetpateltech)
Anthropic has publicly released a new, detailed "constitution" that defines the values, behavior, and operational context for its AI model, Claude. This document is used to shape Claude's training and is intended to make it helpful, safe, and ethical. Released under a permissive CC0 license, it is presented as a holistic vision to guide the model's development and align its outputs with Anthropic's principles.
Show HN: TerabyteDeals – Compare storage prices by $/TB (110 points by vektor888)
This Show HN presents TerabyteDeals, a website tool designed to compare prices of storage products (like hard drives and SSDs) based on their cost per terabyte ($/TB). The service helps consumers quickly identify the best value and most cost-effective storage options available on the market.
From stealth blackout to whitelisting: Inside the Iranian shutdown (8 points by oavioklein)
This blog post provides a technical analysis of a major internet shutdown in Iran in January 2026. It describes how the government transitioned from a total "stealth blackout" to a "whitelisting" model, selectively allowing only approved domestic and international services. The article examines the technical mechanisms, the evolving strategy of state-level internet control, and the broader geopolitical implications of such tactics.
Skip is now free and open source (333 points by dayanruben)
The post announces that Skip, a toolchain for building native iOS and Android apps from a single Swift/SwiftUI codebase, is now completely free and open source. After initially using a paid model to bootstrap development, the company states that open-sourcing is necessary to achieve widespread adoption and compete with established cross-platform frameworks, inviting community support and sponsorship.
Show HN: Rails UI (136 points by justalever)
RailsUI is a commercial product offering a suite of professionally designed UI components, themes, and templates specifically for Ruby on Rails applications. It aims to help developers build aesthetically pleasing Rails apps quickly without requiring deep front-end or design expertise, providing copy-pasteable elements that integrate seamlessly with the Rails ecosystem.
Show HN: Open-source certificate from GitHub activity (16 points by brendonmatos)
This is a simple, open-source web tool that generates a personalized "contribution certificate" based on a user's GitHub activity. Users enter their GitHub username to create a shareable or printable certificate showcasing their development contributions, serving as a form of recognition or profile embellishment.
Trend: The Rise of Small, Efficient, and Deployable Models. Articles 1 (Sweep) and 4 (ChartGPU, indirectly) highlight a shift towards highly optimized, smaller models and algorithms. Sweep is a 1.5B parameter model claiming to beat larger models on a specific task, while Binary Fuse Filters (Article 3) optimize a core data structure.
Trend: Proliferation of Open-Source and Community-Driven AI/Dev Tools. Articles 1 (Sweep), 4 (ChartGPU), 8 (Skip), and 10 (Certificate) exemplify the strong momentum behind open-source tools. From core AI models to full development frameworks and niche utilities, transparency and community collaboration are key drivers.
Trend: AI and Developer Tools as Security Vectors. Article 2 on VS Code abuse underscores how the very tools and ecosystems favored by developers (like VS Code extensions and config files) are becoming prime targets for sophisticated supply-chain attacks.
Trend: Formalization of AI Alignment and Governance. Article 5 (Claude's Constitution) represents a move towards explicit, documented value systems for AI. This goes beyond simple rule-based filtering to a more holistic, principle-driven training methodology.
Trend: High-Performance, GPU-Accelerated Data Visualization for AI. Article 4 (ChartGPU) taps into the new WebGPU standard to render massive datasets in the browser. This trend is symbiotic with AI, as understanding model outputs, large-scale datasets, and real-time telemetry requires powerful visualization.
Trend: Intense Focus on Developer Experience (DX) and Productivity. Articles 1 (Sweep autocomplete), 8 (Skip's cross-platform Swift), and 9 (RailsUI components) all aim to drastically reduce friction and boilerplate in the development process.
Analysis generated by deepseek-reasoner