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.

Plotnine

https://plotnine.org/homepage/img/plotnine-logo-border.png
Plotnine is a Python data visualization package based on the grammar of graphics, similar to ggplot2 in R. It's used to create customized visualizations like Anscombe's Quartet with features like coloring, trend lines, and faceting.

Polymarket has flooded social media with deceptive videos by paid creators

Please enable JS and disable any ad blocker

The Traditional Vi

The vi editor was developed in 1976 by Bill Joy at UCB, but its source code was restricted until 2002 when Caldera removed usage restrictions. This port of vi is a free version with international character support and minor enhancements.

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!

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.

Crypto in 2026: Oh, This Is the Bad Place

https://www.stephendiehl.com/images/sd-social-preview.png
The crypto industry has created a high-throughput onboarding ramp for retail gambling, preying on young people's economic anxiety and financial nihilism. The industry's products, including prediction markets and stablecoins, are essentially self-referential games that lack any real-world value or information.

The Reversal Curse: LLMs trained on "A is B" fail to learn "B is A"

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
We expose a surprising failure of generalization in auto-regressive large language models (LLMs). If a model is trained on a sentence of the form "A is B", it will not automatically generalize to the reverse direction "B is A". This is the Reversal Curse. For instance, if a model is trained on "Valentina Tereshkova was the first woman to travel to space", it will not ...

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.

Show HN: Neural Particle Automata

https://selforg-npa.github.io/data/images/teaser.jpg
SPH perception aggregates nearby particles using smooth kernels to estimate quantities like density and state gradients. It preserves locality in Neural Cellular Automata while allowing particles to live on irregular configurations.

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.

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.

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.

Apple Is Going to Raise Device Prices – But When?

Speaking of Mark Gurman, in the wake of Tim Cook’s unprecedented interview with the WSJ to warn that Apple is going to raise prices in response to the steep rise in RAM and SSD prices, he tweeted (XCancel link): Regarding Apple price hikes, have to imagine these are fairly imminent. No other reason to flag them now. I’d also note that Apple back to school sale is very imminent, and it could ...

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.

Improvements to Std:Format in C++26

https://www.mariusbancila.ro/images/personale/marius2020_180.jpg
C++26 improves the format library with new features and overloads. It adds a std::println overload for printing a new line and allows direct formatting of pointer types.

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.

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.

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.

Who Does What? Team Topologies for the Agentic Platform

https://blog.owulveryck.info/assets/team-topologies-agentique/octo_team_topologies_responsabilites.en.svg
The agentic platform absorbs technical complexity, allowing business teams to focus on domain expertise and reducing cognitive load. Team Topologies is adapted to define four team types and three interaction modes to distribute and regulate cognitive load in the agentic production process.

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.

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.

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.

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.

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.

Giant Banana Pulled Over: Driver Says Cops Have Stopped Him 100s of Times

https://cowboystatedaily.imgix.net/banana-8-6-18-26.jpg?ixlib=js-3.8.0&q=75&auto=format%2Ccompress
Steve Braithwaite owns a 23-foot-long giant banana car, the Big Banana Car, which attracts constant police attention due to its unusual appearance. Braithwaite has been driving the car for 15 years, covering over 250,000 miles and plans to drive it around the world.

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.

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.