Statement from Dario Amodei on our discussions with the Department of War

https://cdn.sanity.io/images/4zrzovbb/website/1864442e2d581ffc8242e7c57e2c4e2309351f49-1200x630.png
Anthropic has worked with the US government to deploy AI models for national security, but refuses to allow their use in mass domestic surveillance or fully autonomous weapons due to democratic and safety concerns. The company is willing to continue serving the Department of War with safeguards in place, but may transition to another provider if their conditions are not met.

Layoffs at Block

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

AirSnitch: Demystifying and breaking client isolation in Wi-Fi networks [pdf]

Client isolation in Wi-Fi networks is not a standardized feature and can be bypassed by attackers using various techniques such as abusing shared Group Temporal Keys (GTKs) and gateway bouncing. This allows attackers to intercept and inject traffic, enabling them to become a Man-in-the-Middle (MitM) and potentially launch higher-layer attacks.

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks/opengraph-image.png?267f044bb5256d31
Claude Code builds custom solutions in 12 of 20 categories, often using established tools like GitHub Actions and Stripe. Newer models tend to pick newer tools, with sharp generational shifts and agreement on 18 of 20 categories within each ecosystem.

Will vibe coding end like the maker movement?

https://substackcdn.com/image/fetch/$s_!V58r!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae2044e-9f90-45a4-9681-9b6a3832607a_626x782.png
Vibe coding lacks the transformative power of previous hobbyist technology scenes due to its direct deployment to the public and lack of a scenius phase. A new metaphor for vibe coding is consumption of surplus intelligence, where the value lies in judgment, taste-making, and creative direction rather than the output itself.

Two insider cases we've recently closed

https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,quality=80,format=auto,onerror=redirect/uploads/asset/file/4dd37e44-2504-4c11-9df6-1d5e7d7c67e4/insider-trader-report.jpg
Kalshi exchange banned insider trading, freezing 12 active cases and penalizing 2 traders with 5-year ban and 2-year suspension, respectively. Fines will be donated to a non-profit for consumer education on derivatives markets.

Launch HN: Cardboard (YC W26) – Agentic video editor

https://www.usecardboard.com/marketing/hero/frames_00001.webp
Get a strong first pass in minutes, then refine it like a real editor. Tight pacing, clean captions, share-ready exports. A full suite of AI features that speed up the boring parts, without taking control away. Cardboard understands the semantic meaning of your request and maps it to complex timeline operations automatically.

Hydroph0bia – fixed SecureBoot bypass for UEFI firmware from Insyde H2O (2025)

https://coderush.me/hydroph0bia-part3/hp3_logo.png
Insyde fixed the Hydroph0bia vulnerability by replacing 'naked' SetVariable calls with LibSetSecureVariable calls in drivers like BdsDxe and SecurityStubDxe, but this fix may be bypassed by manual NVRAM editing or flash write protection bypass. Insyde acknowledged the weakness of the fix and is working on a better solution that does not use NVRAM for security-sensitive applications.

What does " 2>&1 " mean?

https://i.sstatic.net/huKF2.png
To redirect both stdout and stderr to the same destination, use the syntax "2>&1" or "&>file" which duplicates the file descriptor of stderr to stdout. The order of redirects matters in Bash, and using "&>file" is a shortcut for quickly redirecting both streams to the same destination.

LiteLLM (YC W23): Founding Reliability Engineer – $200K-$270K and 0.5-1.0% equity

https://bookface-images.s3.amazonaws.com/small_logos/34f2cd4e65f065f81d234d6cfb21f911860e50cc.png
We are looking for a dedicated reliability engineer to own production health for LiteLLM, an open-source AI gateway that routes hundreds of millions of LLM API calls daily for top companies. The ideal candidate will have experience running Python services in production, debugging memory leaks and latency degradation, and working with Kubernetes and PostgreSQL.

Smartphone market forecast to decline this year due to memory shortage

https://www.idc.com/wp-content/uploads/2026/02/Chart-for-WW_Forecast_PR_4Q25-1.png?w=640
Smartphone shipments are forecast to decline 12.9% in 2026 to 1.12 billion units due to a memory shortage crisis. The market is expected to recover modestly in 2027 and rebound stronger in 2028.

An Introduction to the Codex Seraphinianus, the Strangest Book Ever Published

https://cdn8.openculture.com/2026/02/22224849/codex2-2.png
Luigi Serafini created the Codex Seraphinianus, a symbolic text with an invented language, as a way to connect with people and promote peace. He says the text's meaning is subjective, like the Rorschach test, and its popularity is a fun surprise.

I baked a pie every day for a year and it changed my life

https://i.guim.co.uk/img/media/873dea7e7801b5a575f17bbbeb23c608955a90a5/414_197_3173_2471/master/3173.jpg?width=445&dpr=1&s=none&crop=none
Vickie Hardin Woods, a retired city planner, baked a pie every day for a year to find a new purpose after retirement. Her project, which she called "the pie lady," helped her connect with others and discover her ability to do new things.

Understanding the Go Runtime: The Memory Allocator

https://internals-for-interns.com/images/posts/go-memory-allocator-spans.webp
The Go runtime's memory allocator manages heap memory by dividing large arenas into 8KB pages, grouping pages into spans of fixed-size slots for objects of a single size, and using a three-level hierarchy to avoid lock contention. The allocator works hand-in-hand with the garbage collector through dual bitmaps on each span and the scavenger returns unused memory to the OS, allowing for ...

OsmAnd's Faster Offline Navigation (2025)

https://osmand.net/assets/images/hh-example-d95bc3f5a713ed5589d256c130359786.png
OsmAnd developed a new routing algorithm called Highway Hierarchy (HH) Routing to achieve a 100x speed boost in offline navigation while preserving flexibility and minimal storage. This algorithm uses a two-level hierarchy, identifies crucial border points, and dynamically refines routes with an optimized A* engine to deliver a superior navigation experience.

Palm OS User Interface Guidelines (2003) [pdf]

The Palm OS user interface guidelines aim to help developers create applications that are easy to use and follow the Palm OS design principles, which prioritize simplicity, speed, and minimal learning curve. By following these guidelines, developers can create applications that are consistent, intuitive, and optimized for the Palm OS platform, resulting in a better user experience.

Museum of Plugs and Sockets

https://plugsocketmuseum.nl/Logo_frontPage.jpg
The Digital Museum of Plugs and Sockets allows reproduction of images and texts with proper source indication. Use of the museum's content is not instruction, but rather for information and documentation purposes.

BuildKit: Docker's Hidden Gem That Can Build Almost Anything

https://tuananh.net/img/apkbuild-demo.png
BuildKit is a general-purpose build framework that can produce various types of output, not just Docker images. It uses a binary protocol called LLB to describe a directed acyclic graph of filesystem operations.

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org/images/screenshot3.png
Hacker Smacker is a browser extension for Hacker News that helps identify quality authors and filter out obnoxious commenters. It uses a friend/foe system inspired by Slashdot and is open-source on GitHub.

Lidar waveforms are worth 40x128x33 words

https://openaccess.thecvf.com/img/cropped-cvf-s.jpg
Researchers propose a learned digital signal processor for lidar that uses a transformer architecture to improve point cloud accuracy by leveraging neighboring waveforms. This method improves point cloud accuracy by 32cm and 20cm compared to conventional methods in real-world and weather chamber conditions.

Hacking Tauri for Designer

https://yujonglee.com/img/lightbox/hafhIPa6TA-2442.png
Tauri uses Webview, but some features like invoke and event subscriptions break outside the managed webview. A custom relay was built to enable these features, allowing for a more approachable development process.

Show HN: Deff – Side-by-side Git diff review in your terminal

https://raw.githubusercontent.com/flamestro/deff/main/docs/example_01.png
deff is a Rust TUI for reviewing git diffs with features like syntax highlighting and per-file navigation. It persists reviewed state locally in .git/deff/reviewed/.

Interval Research Corporation: a 1990s PARC without a Xerox (2022)

https://instadeq.com/blog/galleries/post-images/interval-research-corporation/IntervalResearchCorporation.png
Below are all organized and slightly edited quotes from the material listed in the Resources section. Founded in 1992 by Paul Allen, co-founder of Microsoft Corp., and David Liddle, a computer industry veteran with deep roots in research, Interval is a research setting seeking to define the issues, map out the concepts and create the technology that will be important in the future. With its ...

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

An addictive line-completion puzzle game. Compete in daily challenges, climb the rankings and prove who’s really the best. Play now!

The Wolfram S Combinator Challenge

https://www.combinatorprize.org/img/header.png
The Wolfram Foundation is offering a $20,000 prize for a correct solution to the Wolfram S Combinator Challenge. The first individual or group to submit a correct solution with a full proof will receive the prize.

Nano Banana 2: Google's latest AI image generation model

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/NB2_Hero.width-200.format-webp.webp
Nano Banana 2 is a state-of-the-art image model that combines advanced intelligence and studio-quality creative control with lightning-fast speed. It offers features like precision text rendering, translation, and high-quality photorealistic imagery, making it a versatile tool for various workflows.

This time is different

https://shkspr.mobi/blog/wp-content/uploads/2017/11/Confused-Robot.jpg
Investors often claim "this time is different" but history shows similar technologies like 3D TV and Quibi failed to live up to hype. AI will likely be one of many future technologies, not a revolutionary game-changer.

Palantir's AI Is Playing a Major Role in Tracking Gaza Aid Deliveries

https://substackcdn.com/image/fetch/$s_!3Kp7!,w_5760,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb181e746-ed01-4d21-828f-d182a4f7e982_4500x3000.jpeg
Palantir is providing technology to track aid in Gaza, raising concerns about profit-driven aid delivery. The company's presence is part of a larger system where corporations and governments prioritize profit over humanitarian needs.

Steering interpretable language models with concept algebra

https://www.guidelabs.ai/_astro/steering3.ZMTRJy7u_Z1pXp5.png
Steerling-8B enables concept algebra, allowing direct control over model generation without retraining or prompt engineering. It uses a concept module to natively support injecting and suppressing concepts at inference time, providing reliable and composable fine-grained control.

Cartographic Symbologies: The Art and Design of Expression in Historic Maps

This question is for testing whether you are a human visitor and to prevent automated spam submission. Audio is not supported in your browser. What code is in the image? Your support ID is: 13624200899666496203.