Home Knowledge Base 43x

43x

No mentions found

This entity hasn't been tracked yet, or Iris is still building its knowledge base.

Related Articles from SNS

Restartable Sequences

May 31st, 2026 @ justine's web page The best kept secret at the frontier of system programming right now is the Linux 4.18+ (c. 2018) concept of restartable sequences or rseq for short. They allow you to create thread-safe data structures without locks or atomics which scale to microprocessors with many cores. It's currently only possible to use rseq on Linux using handwritten assembly code.

Hacker News 10d ago

It's Not Just X. It's Y

It's Y. Against the Quantification of Integrity When the measure of language becomes its target, it ceases to be good language. "It's not x, it's y." Large Language Models gravitate toward this type of construction, called negative parallelism. It has its uses: it sets up a contrast.

Hacker News 9d ago

MAPRPose: Mask-Aware Proposal and Amodal Refinement for Multi-Object 6D Pose Estimation

Announce Type: replace Abstract: 6D object pose estimation in cluttered scenes remains challenging due to severe occlusion and sensor noise. We propose MAPRPose, a two-stage framework that leverages mask-aware correspondences for pose proposal and amodal-driven Region-of-Interest (ROI) prediction for robust refinement. In the Mask-Aware Pose Proposal (MAPP) stage, we lift 2D correspondences into 3D space to establish reliable keypoint matches and generate geometrically consistent pose...

arXiv CS 9d ago