Steam Machine launches today

https://clan.akamai.steamstatic.com/images/45479024/7d1bda5486460ba7efc032efb727a61d638420a0.png
The SUPPORT sign has multiple language options for users to choose from. Users can report translation problems for any language.

The new HTTP QUERY method explained

https://kreya.app/blogposts/new-http-query-method/query-example.png
A new HTTP method, QUERY, has been introduced to handle complex search queries with a request body, replacing the need for POST in read-only requests. QUERY is similar to GET but with a body, intended to be safe and idempotent, allowing for caching and retrying failed requests.

Will It Mythos?

https://swelljoe.com/img/full-bench.png
The author created a benchmark suite to test various AI models' ability to find security bugs, specifically those found by Mythos, and found that some models, like Gemma 4 and Qwen 3.6, performed well.

GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/~gitbook/image?url=https%3A%2F%2F3215535692-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FxhOjnexMCB3dmuQFQ2Zq%252Fuploads%252FJgdvmCITNT51eYmwwJE1%252Fglm52_top1_acc_anchored_vs_gb.png%3Falt%3Dmedia%26token%3D6a08d6cf-7762-45d6-97b9-6106daa89329&width=768&dpr=3&quality=100&sign=5a549303&sv=2
Run the new GLM-5.2 model by Z.ai on local hardware!

Polymarket has flooded social media with deceptive videos by paid creators

Please enable JS and disable any ad blocker

VibeThinker: 3B param model that beats Opus 4.5 on reasoning with novel SFT+GRPO

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
VibeThinker-3B achieves frontier-level performance on verifiable tasks with 94.3% on AIME26 and 96.1% on LeetCode contests. It matches larger models like DeepSeek V3.2 and GLM-5 in performance, suggesting compact models can be a path to frontier-level performance.

In praise of memcached

The user is discussing the misuse of Redis as a database due to its ease of use and features, leading to maintenance and monitoring issues. They prefer Memcached for caching due to its simplicity and stateless architecture, making it easier to handle downtime and clustering.

An Introduction to YOLO26

https://storage.ghost.io/c/2c/8d/2c8d8c0d-1c15-4b6d-825e-02b78d61d40a/content/images/size/w1200/2026/01/rfdetr-seg--1-.png
YOLO26 is a multi-task model family for object detection, segmentation, and classification, optimized for edge deployment with faster CPU inference and lower latency. It features five size variants and improved training with the MuSGD optimizer, outperforming previous YOLO generations in edge deployment.

OpenAI DayBreak – GPT-5.5-Cyber

https://images.ctfassets.net/kftzwdyauwt9/7x54Eb1FniAlhNjopx6bKr/251c02c82c39cb8f82ca2f8401f65eac/Inline_Stats__1_.png?w=3840&q=90&fm=webp
OpenAI is expanding Daybreak to help organizations patch vulnerable software at machine speed, using models like GPT-5.5-Cyber and Codex Security.

Plotnine

https://plotnine.org/homepage/img/plotnine-logo-border.png
Plotnine is a data visualization package for Python based on the grammar of graphics, a coherent system for describing and building graphs. The syntax is similar to ggplot2, a widely successful R package. Let’s explore Plotnine’s features and walk through a typical workflow by visualizing Anscombe’s Quartet—four small datasets with different distributions but nearly identical descriptive ...

Optocam Zero: a Pi Zero based digital camera made using off the shelf components

https://raw.githubusercontent.com/dorukkumkumoglu/optocamzero/main/assets/DSCG1663.jpg
Optocam Zero is a compact digital camera made with off the shelf components and Raspberry Pi Zero. It's designed for fun and ease of use with a printable case and simple build process.

My Mathematical Regression

https://blog.dahl.dev/img/problem15.png
User found an old Python project with a problem15.txt file, imagining a naive brute force approach followed by memoization and dynamic programming to solve it. User is impressed by past self's coding skills but feels nostalgic and a bit sad about the contrast between past and present abilities.

Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Ultralytics YOLO26 is a unified real-time vision model family addressing limitations of YOLO detectors through coordinated architecture and training advances. It achieves 40.9-57.5 mAP on COCO at 1.7-11.8 ms latency, advancing the accuracy-latency Pareto front.

Improvements to Std:Format in C++26

https://www.mariusbancila.ro/images/personale/marius2020_180.jpg
The C++26 standard features a series of improvements to the format library. In this article, we will look at the most important of them. In C++26, std::println has an overload without any parameters that prints a new line to the console. Formatting pointer types was not available directly, it required a hack: reinterpreting the pointer type as an integer type in order to print it. int i = 0; ...

Cyberdecks, going analog, and convivial technology

https://blog.hydroponictrash.solar/content/images/size/w160/2026/03/aghuVek1_400x400.jpg
People are opting out of social media and technology, seeking a return to physical media and handmade crafts. This movement is connected to a broader critique of industrialization and the exploitation of the working class.

Moebius: 0.2B image inpainting model with 10B-level performance

https://hustvl.github.io/Moebius/image_assets/tab2.png
Moebius achieves high-quality inpainting with 0.22B parameters, 15x inference speedup, and on-par/surpassing 10B-level models in 6 benchmarks. It's a task-specific specialist that's smarter, lighter, and faster than bloated generalists.

Windows NT for GameCube/Wii

https://opengraph.githubassets.com/57d70c1e9ff801306cff1c5f876ffc736f11ea8d2d52d14a3b86fce22248b4fa/Wack0/entii-for-workcubes
The ARC firmware supports various hardware devices including GameCube controllers, N64 controllers, and USB controllers, allowing users to install and run NT 3.51 on GameCube and Wii consoles. To install NT 3.51, users must create a raw disk image, partition the disk, and load the necessary drivers and HAL, following specific steps and requirements for each console and hardware configuration.

Show HN: Oak – Git alternative designed for agents

https://oak.space/oak/oak/cover
Oak is an open-source version control system for agents, developed as a Cargo workspace with a reusable VCS library and command-line client. It's in public beta, with a prebuilt binary available for macOS and Linux.

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://raw.githubusercontent.com/imtomt/ymawky/linux/docs/ymawky.png
ymawky is a hand-written ARM64 assembly web server for Linux with syscall-only functionality and no libc. It supports static file serving, CGI scripts, and custom error pages.

Japanese symbols that speak without words

https://arun.is/.netlify/images?url=_astro%2Fmon.BtGYKqsG.jpg&w=1440&h=960&q=100&dpl=6a39944c88709e000835c1ec
Japan uses symbols to convey meaning without words, such as the new driver sticker and police and fire service emblems. These symbols help people understand and respond to situations, especially in situations where context is incomplete.

Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040

https://i.cbc.ca/ais/4d6542bd-2c48-422d-8c55-7951b56230a5,1782148011502/full/max/0/default.jpg?im=Crop%2Crect%3D%280%2C169%2C4544%2C2556%29%3B
Canada plans to build up to 10 new nuclear reactors and double uranium exports by 2050 to meet its goal of doubling the electrical grid's capacity. The strategy aims to establish Canada as a reliable uranium export partner and use nuclear energy as a geopolitical lever.

How Lume Works: The Retrieval Primitives

https://deepbluedynamics.com/blog-img/lume-retrieval-primitives/lume.png
Lume is a Rust hybrid search engine that Steve Harris and I have been building in the open at github.com/DeepBlueDynamics/lume. It’s a small CLI plus an MCP server, BSD-3 licensed, and built around a stubborn idea: when an agent asks a question, every step from query to evidence should be inspectable. Lume indexes Markdown, source code, and PDFs (via a small Python extractor) and ranks over ...

Kyber (YC W23) Is Hiring a Head of Engineering

https://bookface-images.s3.amazonaws.com/small_logos/3004c4a72b716a80763763b95bf3e212c448756e.png
Kyber is building an AI-native document platform for enterprises, transforming regulatory document workflows and aiming for seamless AI template generation. They seek a hands-on Head of Engineering with expertise in AI systems, system design, and accountability to lead their engineering team.

Package Managers need global hooks

https://captnemo.in/img/profile.jpg
The user proposes package managers support global hooks to enhance security, allowing for threat feeds and malware scanners to be integrated into the package installation process. This would eliminate the need for reinventing defensive features in each package manager.

ytr: YouTube Radio for Emacs

https://xenodium.github.io/images/ytr-youtube-radio-for-emacs/screenshot.gif
User created a new Emacs package ytr for streaming YouTube audio, borrowing from ready-player but with a widget-based UX. ytr uses mpv and yt-dlp for streaming and is available on GitHub for testing.

Flock-Powered Police Chiefs Stalking Women Shows Why Warrants Are Needed

https://s.ipvm.com/uploads/embedded_image/ed4617c43efaa79ec7cc1c4a489f442605e32c46694bdc863d3ebfd8c71cd6ef/1ea72afc-413d-4a48-b346-2bd2b3bf84fb.jpg
A police chief in Illinois was arrested for using Flock's license plate reader system to track six people, including ex-partners, without a warrant. The case is part of a documented pattern of law enforcement misusing Flock to track romantic partners and rivals nationwide.

Canyon HUD helmet for road riding

https://d21buns5ku92am.cloudfront.net/69671/images/682526-VHR_S01_Hero_test_1-085ecc-large_webp-1781715195.webp
Canyon's Stingr Smart helmet offers AI-powered safety features and performance data through a heads-up display. It can operate as a standalone device or with Canyon's Predict bike technology, providing riders with real-time insights and alerts.

Help I accidentally a wigglegram

https://lmao.center/blog/wiggle-accidents/i/wg_sc2-d500.gif
You created a script to use perceptual hashing to find similar images in your camera roll, automatically identifying potential wigglegrams. The script calculates the hamming distance between image pairs to find a threshold, helping to distinguish between intentional and accidental shots.

Show HN: Got sick of ads, so I made my own logic puzzle site

Puzzle Lair offers free Sudoku and other puzzle types with no ads or subscription. Unlock full catalogs with one-time purchases or a free account for more puzzles and features.

EU could open deportation centres outside bloc by next year, says Denmark PM

The following information can help our support team to resolve this issue.