Neki – Sharded Postgres

Neki – Sharded Postgres

Neki is PlanetScale's new sharded PostgreSQL service designed to scale large Postgres workloads across multiple machines while preserving full Postgres compatibility, allowing applications to connect using standard drivers and connection strings; it achieves this through real Postgres clusters on each shard, a distributed query router, intelligent connection pooling, and a JSON-defined data topology that gives users control over sharding and distribution, all managed via online workflows for schema changes, upgrades, and resharding without downtime. Built from experience with high-scale MySQL systems, Neki aims to solve the limitations of single-node Postgres and the trade-offs of existing distributed databases by staying true to Postgres rather than abstracting or replacing it. Currently in platform preview, it is not yet intended for production use but offers a path for growing teams to start unsharded and scale seamlessly when needed.

Comments ·
OpenAI Agents API

OpenAI Agents API

The OpenAI Agents API provides a managed interface to the Codex engine, enabling applications to create intelligent agents that can execute code, use tools, interact with external systems via MCP servers, and operate within isolated sandboxes, all while OpenAI handles session management, context handling, and execution orchestration. Agents can be configured with specific models, instructions, tools, and environments, allowing them to perform complex tasks such as automated incident response, data analysis, and document review, with support for multi-agent collaboration and persistent sessions. The API offers flexibility in execution environments—ranging from OpenAI-hosted to self-hosted sandboxes—but currently stores data only in the United States without Zero Data Retention compliance. Pricing is based on standard OpenAI API rates for model usage, tools, and container hosting.

Comments ·
Astra for Coding: Why Are We Doing This Again?

Astra for Coding: Why Are We Doing This Again?

The author argues that AI models like GPT-6 Astra, while technically impressive and capable of long-horizon task execution, produce code that is increasingly unreadable, inefficient in practice, and misaligned with human software engineering values—prioritizing token efficiency and task completion over maintainability and clarity. Through a 35-hour unattended "slop factory" experiment, they observed Astra generating excessive, convoluted code using bizarre patterns like Python-driven toolchains, hardcoded constants, and malformed C syntax, suggesting the model's training optimizes for internal metrics rather than human-understandable outcomes. This reflects a broader concern: AI development is undergoing "involution"—intensifying effort without meaningful progress—where models become more powerful but less suitable for real-world collaborative coding, instead catering to non-engineering domains like 3D art or law, raising doubts about their practical utility and sustainability in software development.

Comments ·
Technique for Manipulating Satellite Photos Now Reveals Ancient Images (2025)

Technique for Manipulating Satellite Photos Now Reveals Ancient Images (2025)

NASA's decorrelation stretch technique, originally developed in 1978 at the Jet Propulsion Laboratory to enhance satellite images of Mars by expanding color contrast through statistical methods like the Karhunen–Loève Transform, has been adapted by archaeologist Jon Harman into a software plugin called Dstretch, which is now widely used to reveal previously invisible details in ancient rock art around the world, uncovering hidden figures and symbols in locations such as Baja California, Cambodia, Egypt, Canada, and Norway.

Comments ·
Don't let anyone take away your big box of cables

Don't let anyone take away your big box of cables

A man shares how a social media post about preserving a "Big Box of Cables" resonated deeply with him, prompting him to print the message and tape it to his own cable box—labeled "FAMILY TECHNO BOX"—as a humorous yet heartfelt reminder of the value in holding onto useful things, both practical and sentimental, and as a legacy message for his family.

Comments ·
Stockfish 19

Stockfish 19

Stockfish 19 is a major release of the open-source chess engine that delivers up to 44 Elo points improvement over its predecessor, featuring enhanced strength through an optimized NNUE architecture, universal binaries for simplified CPU compatibility, expanded platform support including RISC-V and LoongArch, and stricter position validation for robustness; the update also retires the secondary neural network, improves training with Quantization-Aware Training, and rescores data using a strong Leela net, solidifying Stockfish's position as the world's strongest chess engine.

Comments ·
Cognition launches new SWE-2 model, Rivaling Fable 5.1 and GPT-Astra

Cognition launches new SWE-2 model, Rivaling Fable 5.1 and GPT-Astra

Cognition has launched SWE-2, a new state-of-the-art coding model that achieves 50.0% on FrontierCode 1.1 Main—nearly matching Fable 5.1 and GPT-6 Astra—while being significantly more cost-efficient, with a 64% reduction in cost compared to Fable 5.1. Built on the Kimi K3 base model and trained using a novel reinforcement learning approach with Pareto-informed cost penalties, SWE-2 advances the entire cost–performance frontier by optimizing for multiple reasoning-effort levels in a single training run. The model demonstrates improved efficiency, requiring fewer steps and less exploration than its predecessor SWE-1.7, while also exhibiting stronger test coverage, resourcefulness, and verification discipline. SWE-2 is now available via Devin Desktop, CLI, Web, and Fusion.

Comments ·
Hitachi launches CO2 heat pump water heaters with solar-friendly tariff controls

Hitachi launches CO2 heat pump water heaters with solar-friendly tariff controls

Hitachi has launched its Y-series EcoCute CO2 heat pump water heaters in Japan, featuring 370-liter and 460-liter models set for release in November 2026, with enhanced support for daytime electricity tariffs and solar-linked energy management, allowing users to optimize water heating according to PV generation and utility pricing, while also introducing a five-year manufacturer warranty covering key components.

Comments ·
List of references on Sony websites to players "owning" their digital games

List of references on Sony websites to players "owning" their digital games

Four California plaintiffs sued Sony Interactive Entertainment in 2026, alleging that the PlayStation Store's use of terms like "Buy Now" and "Confirm Purchase" falsely implies ownership of digital games, when consumers actually receive only a limited, revocable license—violating California’s digital goods transparency law (AB 2426). The lawsuit argues that the license disclosure is inadequately presented in small, unobtrusive text, misleading reasonable consumers into believing they own the games they pay for, while Sony’s Terms of Service assert that software is “licensed, not sold.” Sony moved to compel individual arbitration and dismissed the claims, arguing no reasonable consumer would expect ownership in the digital context, especially since multiple users can access the same game and online play requires individual licenses. The case highlights a contradiction between Sony’s legal stance and its own marketing and support materials, which frequently use ownership language like “games you own” and “already own” when describing upgrades, sharing, and access to purchased content.

Comments ·
Rust is tier-1 language at Microsoft

Rust is tier-1 language at Microsoft

Microsoft has elevated Rust to a Tier-1 language, placing it alongside C++, C#, and TypeScript for internal development, with full engineering support including secure toolchains, developer tooling, and compliance. A key component of this strategy is rustc_codegen_utc, an alternative code generation backend for rustc that integrates Rust with Microsoft’s MSVC compiler and Windows platform ecosystem, enabling seamless interoperability between Rust and C++. This unified backend ensures perfect ABI compatibility, shared security features, cross-language optimizations, and consistent development workflows, allowing hybrid Rust/C++ projects to fully participate in Microsoft’s established platform innovations. By plugging Rust into the same native code generation infrastructure used by C++, Microsoft avoids parallel tooling efforts and strengthens Rust’s role in its long-term systems development. The production-ready rustc_codegen_utc has been self-hosted since Rust 1.90 and is now used across over 100 internal projects, marking a significant investment in Rust’s full lifecycle support at Microsoft.

Comments ·
What algorithm did Windows XP use to choose your initial user picture?

What algorithm did Windows XP use to choose your initial user picture?

Windows XP selected the initial user picture using a one-pass random selection algorithm, a special case of reservoir sampling with k=1, which efficiently chooses a random file from the Default Pictures directory without prior knowledge of the total count. The algorithm uses RtlRandomEx seeded with GetTickCount() and processes items sequentially, updating the selected file with probability 1/n at each step, ensuring uniform randomness while minimizing file system access. A limit of 100 sampled pictures prevents performance issues in directories with excessive files.

Comments ·
Shopify is moving from React Native back to Swift and Kotlin

Shopify is moving from React Native back to Swift and Kotlin

Shopify is transitioning its mobile apps from React Native back to native iOS (Swift) and Android (Kotlin) development, driven by advances in AI and large language models (LLMs) that have drastically reduced the cost of maintaining two separate codebases; by enabling automated implementation, testing, and review across platforms, AI agents now make native development more efficient than cross-platform frameworks, allowing Shopify to fully leverage platform-specific capabilities and tooling while rebuilding apps faster and with higher quality through a new system called Helix.

Comments ·
The same nine streaming subscriptions cost $702/year more than in 2021

The same nine streaming subscriptions cost $702/year more than in 2021

A basket of nine major streaming services (Netflix, Disney+, Hulu, HBO Max, Apple TV+, Paramount+, Peacock, YouTube Premium, Spotify) increased from $95.91/month in March 2021 to $154.41/month by 2026, a 61% rise amounting to $702 more per year for the same subscriptions, with price hikes driven by multiple increases across all services, led by Apple TV+ at +200% and Disney+ at +138%.

Comments ·
Getting your hands dirty is good for you

Getting your hands dirty is good for you

Regular contact with natural environments—such as touching soil, trees, or moss—boosts microbial diversity on the skin and strengthens the immune system by promoting beneficial bacteria and reducing harmful pathogens, according to research highlighted in the article; studies show that both children and adults who interact with microbially rich natural settings experience improved immune regulation, suggesting that everyday exposure to nature, even in small ways like gardening or walking through parks, could help prevent immune-related disorders like allergies and asthma.

Comments ·
Automattic's board forces CEO Matt Mullenweg into leave of absence

Automattic's board forces CEO Matt Mullenweg into leave of absence

Automattic's board has placed CEO and founder Matt Mullenweg on an involuntary paid leave of absence, appointing CFO Mark Davies as interim CEO, following a vote by board members Ann Dunwoody, Toni Schneider, and Sue Decker that Mullenweg opposed, amid ongoing controversies including legal battles with WP Engine, internal leadership tensions, and employee departures, though WordPress.org remains unaffected and Mullenweg retains his role in the open-source project.

Comments ·
Apple Watch Series 12

Apple Watch Series 12

Apple Watch Series 12, powered by the new S11 chip and Health Sensing System, introduces advanced health and fitness features including the most accurate heart rate and heart rate variability (HRV) monitoring in a wearable, a new readiness score, and Audio Intelligence capabilities like Live Rewind, Siri Recap, and Sound Recognition, all designed with privacy at the core; it also supports Siri AI via watchOS 27, offers longer workout battery life, faster charging, improved step tracking, and a redesigned Health app with a Longevity tab and Health Age feature, making it the most comprehensive wearable for health, fitness, and safety.

Comments ·

Show HN: What if the speed of light was 5 km/h?

The webpage presents an interactive simulation where the speed of light is reduced to 5 km/h, allowing users to experience and observe relativistic effects such as length contraction, time dilation, Terrell rotation, and Doppler shifts in a real-time 3D environment.

Comments ·
Growing proof that autonomous cars save lives

Growing proof that autonomous cars save lives

Mounting evidence indicates that autonomous vehicles (AVs) and advanced driver assistance systems (ADAS) significantly reduce crashes, injuries, and fatalities compared to human drivers, with studies showing up to 92% fewer serious crashes for Waymo’s robotaxis and substantial reductions in pedestrian and rear-end collisions due to features like automatic emergency braking. Despite limitations in current data comparability—given AVs operate mainly in fair weather and face inconsistent reporting standards—research from the Insurance Institute for Highway Safety (IIHS) confirms AVs crash less often, even when accounting for underreported human crashes. Regulators are beginning to respond, with NHTSA granting Amazon’s Zoox the first exemption for steering-wheel-free robotaxis and launching a consortium to establish national AV safety standards. Public health experts argue that framing AVs as a life-saving intervention, potentially preventing hundreds of thousands of deaths annually, could boost public trust and accelerate adoption.

Comments ·
iPhone 18 Pro and iPhone 18 Pro Max

iPhone 18 Pro and iPhone 18 Pro Max

Apple announced the iPhone 18 Pro and iPhone 18 Pro Max, featuring the most advanced pro camera system in an iPhone with a new 48MP Fusion Main camera and variable aperture for enhanced creative control, alongside significant improvements in battery life, performance, and AI capabilities. Powered by the A20 Pro chip and a next-generation vapor chamber, these models deliver the highest sustained performance in iPhone history, with the Pro Max offering the largest battery life increase ever on an iPhone. The devices run iOS 27 with Apple Intelligence and Siri AI, introducing powerful on-device and cloud-based AI features that leverage personal context while prioritizing privacy through on-device processing and Private Cloud Compute. Additional updates include eSIM-only models with extended battery life, a more useful Dynamic Island, new accessories, and environmental advancements, with pre-orders starting September 12, 2026, and availability beginning September 18.

Comments ·
No Man's Sky Cosmos

No Man's Sky Cosmos

No Man’s Sky Update 7.0, "Cosmos," expands the game with deep-space exploration enhancements, including orbital base building, space station directorship, galactic alliances, and new points of interest like derelict hulks, asteroid belts, and infested outposts, alongside major visual and performance upgrades, while celebrating the game’s 10th anniversary through the "Our Journey Continues" expedition featuring nostalgic rewards and developer commentary.

Comments ·

What do Visa and Mastercard do? An intro to card networks

Visa and Mastercard operate as card networks that connect cardholders and merchants through a secure telecommunications infrastructure, enabling transaction routing, settlement coordination, and dispute resolution—while not issuing cards or underwriting merchants themselves. They function as intermediaries in a two-sided market, managing the flow of transaction data and money between issuers and acquirers, enforcing network rules, and setting fees that incentivize participation. Their core responsibilities include maintaining secure data centers, facilitating international and domestic fund transfers through net settlement, establishing interchange and assessment fees to balance incentives across stakeholders, and overseeing a dispute arbitration system that favors efficiency over fairness. Ultimately, their role is to scale and secure the payment ecosystem, driving a self-reinforcing cycle of card adoption, merchant acceptance, and consumer spending.

Comments ·
AirPods 5

AirPods 5

Apple introduced AirPods 5, featuring industry-leading open-ear Active Noise Cancellation (ANC) that removes up to 50% more noise than the previous generation, enhanced sound quality through a new multiport acoustic design and Adaptive EQ, and hands-free access to Siri AI and Live Translation when paired with compatible Apple devices. Priced at $129 (with a $149 version offering wireless charging and on-stem volume control), the AirPods 5 support intelligent features like head gesture responses, improved Transparency mode, and Adaptive Audio, while emphasizing sustainability with 40% recycled materials and carbon neutrality goals. Pre-orders began on September 9, 2026, with in-store availability starting September 18.

Comments ·
GPT-6 Astra, looped transformers, and hidden reasoning

GPT-6 Astra, looped transformers, and hidden reasoning

GPT-6 Astra represents a significant advancement in large language model capabilities, particularly excelling in computer-use tasks like GUI interaction and 3D rendering, enabled by training on real-world operating systems such as macOS via reinforcement learning. While rumors suggest it uses a "looped transformer" architecture—where intermediate representations are processed multiple times through the same transformer blocks—the evidence indicates this design primarily enhances computational efficiency rather than fundamentally altering reasoning transparency. Looped transformers, seen in models like Nanbeige and Ouro, reuse weights across passes to increase effective depth without proportionally increasing parameters, improving performance at fixed compute budgets, but they do not inherently obscure chain-of-thought reasoning. Despite concerns about shorter, less interpretable reasoning traces in Astra, OpenAI and experts clarify that such changes are more likely due to general model scaling and efficiency gains rather than architectural opacity, with no strong evidence that looped computation compromises interpretability or alignment monitoring.

Comments ·
Anthropic Is Building a Predictive Surveillance System to Monitor Activists

Anthropic Is Building a Predictive Surveillance System to Monitor Activists

Anthropic is developing a predictive surveillance system to monitor and preemptively respond to activists and dissenters opposing AI development, using AI-driven threat detection, partnerships with risk intelligence firms like Samdesk, and a "person-of-interest" tracking process to report individuals to law enforcement before any crime occurs—despite positioning itself as a responsible AI leader. The company’s security initiatives, including hiring for intelligence roles focused on tracking activism and geopolitical threats, align with a broader push to classify AI infrastructure as national critical infrastructure, thereby justifying heightened security and surveillance measures. This strategy contrasts with Anthropic’s public stance on ethical AI and has drawn criticism, particularly after it reported a user threat to police without providing evidence, while simultaneously facing internal labor unrest from underpaid security staff.

Comments ·
iPhone Duo

iPhone Duo

Apple unveiled the iPhone Duo, its first foldable smartphone, featuring a dual-display design with a 7.6-inch inner screen and a 5.4-inch outer display, both sharing the same aspect ratio for seamless content scaling. Built with durability in mind, it includes a precision titanium hinge, Ceramic Shield 2, IP68 rating, and a nano-textured inner display that minimizes glare and crease visibility. Powered by the A20 Pro chip with advanced thermal management and a dual-battery system, it delivers pro performance, all-day battery life, and supports AI-driven features through Apple Intelligence and Siri AI, while iOS 27 is reimagined to optimize multitasking and adapt to the foldable form. The device starts at $1,999 and will be available in October 2026.

Comments ·
iPhone Duo

iPhone Duo

The iPhone Duo is Apple's first foldable smartphone, featuring a 7.6-inch inner Super Retina XDR display—50% larger than the iPhone 18 Pro Max—and a 5.4-inch outer display, offering an immersive, versatile experience with reimagined iOS 27 functionality for multitasking, hands-free use, and flexible viewing angles. It introduces unique camera features like Smart Take, Duo Preview, and Kid Cue, powered by a 48MP Dual Fusion system, and runs on the A20 Pro chip with Dual 16-core Neural Engine for advanced on-device AI performance. Designed with a titanium frame, IP68 rating, and dual-battery system, it supports fast charging and all-day battery life, while integrating Apple Intelligence, Siri AI, and eSIM-only connectivity in a durable, pocketable foldable form.

Comments ·

How I advertise malicious software on Google Ads

The author of RACE, a native macOS terminal multiplexer written in Rust, details how their Google Ads account was suspended for "Malicious software" and "Compromised Site" despite providing extensive evidence—包括Google Safe Browsing, VirusTotal, and manual code audits—all confirming the software and website are clean and legitimate; the suspension appears to be a false positive triggered by RACE’s legitimate terminal process management behavior, which Google Ads may have misclassified, and after repeated appeals without explanation or resolution, the author is left with no recourse but to consider legal action under EU redress mechanisms.

Comments ·
Desert Ant Labs: local, fast models that run on device

Desert Ant Labs: local, fast models that run on device

Desert Ant Labs is launching a suite of small, fast, and specialized on-device AI models for audio, vision, and text that run efficiently without cloud dependency, offering millisecond responses and zero per-use cost across devices as old as five years. These models, optimized for tasks like transcription, language identification, and audio enhancement, outperform larger cloud-based systems in speed, privacy, and energy efficiency while being commercially usable and accessible via a unified SDK for Swift, Kotlin, and JavaScript. By leveraging underutilized local compute power, Desert Ant enables developers to integrate intelligence into every product interaction—keeping data on-device and reducing reliance on expensive, centralized AI APIs. The company positions this as a paradigm shift toward "little brains" in products—specialized, always-on models that form the foundation for a new generation of private, responsive, and cost-effective applications.

Comments ·
Shopify acquires Tailwind

Shopify acquires Tailwind

Tailwind Labs is joining Shopify to ensure the long-term maintenance and evolution of Tailwind CSS, aligning the framework with a large-scale, real-world product environment where it’s already deeply integrated. Shopify’s reliance on and investment in Tailwind, along with its mission to empower entrepreneurs, makes it a strategic home for the project’s continued growth. The open-source nature of Tailwind CSS will remain unchanged, staying MIT-licensed and community-focused, while commercial offerings like Tailwind Plus will no longer accept new signups as the team shifts focus to integrating and advancing the framework within Shopify.

Comments ·
Flock Wants a Closely Surveilled World with No Exit

Flock Wants a Closely Surveilled World with No Exit

Flock Safety, founded by Garrett Langley, promotes a vision of total public safety through pervasive surveillance using automated license-plate readers, framing privacy as a necessary sacrifice in the fight against crime—yet its rapid expansion has sparked widespread backlash over civil liberties, misuse by law enforcement, and lack of consent, revealing a fundamental contradiction: while Langley presents his technology as a benevolent tool for societal protection, he disavows responsibility for its abuses, exposing the project not as a public good but as a profit-driven surveillance enterprise enabled by political complicity and eroded privacy norms.

Comments ·
Benchmarking Qwen3.8 27B quantizations: 4-bit holds up, 1-bit collapses

Benchmarking Qwen3.8 27B quantizations: 4-bit holds up, 1-bit collapses

The Qwen3.8 27B model maintains strong performance with 4-bit quantization (Q4_K_M), matching the full BF16 model on key benchmarks like Terminal-Bench 2.1 and IFBench while reducing GPU RAM usage from 55 GB to 17 GB, making it feasible to run on consumer hardware like an RTX 4090; however, further compression to 1-bit results in a dramatic performance collapse, performing near random chance on complex tasks such as GPQA Diamond, highlighting a nonlinear degradation in quality beyond certain quantization thresholds.

Comments ·

Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs

Deltafin is a MIT-licensed open-source project that enables running the full 2.8-trillion-parameter Kimi K3 model on consumer hardware without pruning or quality compromises, using a single native binary that streams experts from SSDs and leverages draft models for speed while ensuring all output is verified by the complete K3 model; it achieves up to 1 token/s on an M5 Max MacBook Pro with four SSDs and emphasizes research-driven optimization for local execution at maximum fidelity.

Comments ·
How to build a printer

How to build a printer

The author transformed an Xteink X3 e-ink device into a functional printer by implementing the Internet Printing Protocol (IPP) on the device, enabling it to appear as a native printer on macOS and accept print jobs wirelessly via Bonjour service discovery. Facing severe memory constraints with only 400 KB of RAM, they optimized the system by streaming and processing print data in-place—decoding, scaling, dithering, and rendering image rows directly to the display buffer without storing the full page, thereby eliminating the need for additional memory. Print jobs are saved as BMP files on the SD card, effectively creating a persistent output tray. The result is a fully self-contained, driverless network printer that leverages the e-ink screen as both display and storage medium, with all code implemented in a fork of the CrossPoint firmware.

Comments ·
I-have-ADHD: A skill to stop coding agents from burying the answer

I-have-ADHD: A skill to stop coding agents from burying the answer

The "i-have-adhd" GitHub project is a plugin for coding assistants that enforces concise, action-oriented responses by eliminating fluff and structuring guidance into numbered steps with clear next actions, improving efficiency for users by prioritizing directness and clarity in technical workflows.

Comments ·
DHS 'Predictive Policing' Unit Is Analyzing Americans' Financial Habits

DHS 'Predictive Policing' Unit Is Analyzing Americans' Financial Habits

U.S. Border Patrol is operating secretive Predictive Intelligence Targeting Teams (PITT) that analyze Americans’ financial data and other intelligence to identify and stop drivers not suspected of any specific crime, raising constitutional concerns over mass surveillance and pretextual stops; these teams, confirmed in Washington and Texas sectors, use financial activity patterns and license plate tracking to justify traffic stops under the guise of interdiction efforts, bypassing traditional probable cause and prompting criticism from civil liberties advocates who argue the practice undermines privacy and due process.

Comments ·
Paramount Caught Using 'Astroturf' Group to Drum Up Fake Support for Merger

Paramount Caught Using 'Astroturf' Group to Drum Up Fake Support for Merger

Paramount has been exposed for orchestrating a deceptive "astroturf" campaign through a shadowy nonprofit, Neighbors for Strong Communities, to fabricate public support for its controversial $111 billion merger with Warner Brothers, falsely claiming antitrust opposition threatens jobs while concealing the group’s corporate ties, lack of transparency, and recent creation by industry lobbyists—highlighting the company’s unethical tactics amid broader criticism over media consolidation, labor harm, and misleading rhetoric.

Comments ·
LG TVs caught spying even when offline or on standby

LG TVs caught spying even when offline or on standby

LG smart TVs are continuously collecting and transmitting user data—including Wi-Fi network scans, location information, and audio recordings—even when offline or in standby mode, according to an investigation by Gamers Nexus and security researchers, which also found that the TVs use Automatic Content Recognition to monitor viewing habits across all inputs, raising significant privacy concerns.

Comments ·
AlphaGenome Atlas: a high-resolution map of human DNA

AlphaGenome Atlas: a high-resolution map of human DNA

Google DeepMind has released AlphaGenome Atlas, a comprehensive database that uses AI to predict the functional impact of every possible single nucleotide variant across the entire human genome, including both coding and non-coding regions. Built on the AlphaGenome model, the Atlas provides a 1-petabyte dataset with pre-calculated predictions and introduces the AlphaGenome Variant Impact (AVI) score—a unified metric to help researchers prioritize variants linked to diseases and traits. Already aiding discoveries in rare genetic disorders and complex traits like BMI, the Atlas is freely accessible via a user-friendly web portal, enabling biologists and clinicians worldwide to accelerate genomic research without requiring computational expertise.

Comments ·
Leaving VMware just got harder after Broadcom pulled VDDK downloads

Leaving VMware just got harder after Broadcom pulled VDDK downloads

Broadcom has effectively restricted access to VMware’s Virtual Disk Development Kit (VDDK) by removing public download links and confirming to customers that it is no longer available for general use, creating significant obstacles for organizations attempting to migrate away from VMware; since the VDDK is integral to many third-party migration tools—such as Microsoft Azure Migrate, Red Hat’s Migration Toolkit, and Nutanix Move—this move disrupts established migration workflows, forces reliance on alternative methods like agent-based migration or storage-assisted transfers, and raises concerns about vendor lock-in, despite some solutions like Proxmox being unaffected due to their independent import capabilities.

Comments ·
We Must Return to the Office to Use AI in Person

We Must Return to the Office to Use AI in Person

A satirical critique of corporate culture and mandatory return-to-office policies, the article uses absurdity to expose how companies exploit loyalty, manipulate employees through surveillance and performative leadership, and prioritize control over well-being—all under the guise of core values and technological advancement.

Comments ·