Urgent.News

What's breaking now, across thousands of outlets.

Tech

Research carried out using NetBSD

Several entities, including NASA Lewis Research Center, the Institute for Media Communication (IMK), and NEC Europe Ltd., have utilized NetBSD for various research purposes. On NASA's end, the Satellite Networks and Architectures Branch employs NetBSD extensively in their study of TCP for satellite networks, testing modifications aimed at improving communication.

The IMK's Value-added Solutions department is working on implementing an access control language within NetBSD's ip stack, providing system administrators with fine-grained control over network access. NEC Europe Ltd.'s Network Laboratories in Heidelberg, Germany, utilizes NetBSD for research and development of next-generation Internet solutions, focusing on software-oriented research for IPv6 network operation.

Additionally, the Swedish University Network (SUNET) successfully utilized NetBSD to break the Internet2 Land Speed Record, transferring 840 Gigabytes of data in under 30 minutes using a single IPv4 TCP stream between two locations. This was achieved due to NetBSD's scalability of TCP code.

Written by urgent.news from Hacker News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at netbsd.org →

More in Tech

McDonald’s India X Account Hack: Unpaid Intern Posts Explained

What we know about the viral posts, the company’s response, and what remains unverified. On September 6, 2026, McDonald’s India’s verified X (formerly Twitter) account became the center of an…

  • Intern posts about unpaid wages and financial hardship on McDonald's India X account.
  • Alleged boss Amit Joshi not recognized in official company leadership.
  • McDonald's India dismisses allegations as false, origin of posts unverified.

Your audit log is probably lying to you. Postgres 18 fixes it in one statement.

I've written this more times than I'd like, in four or five languages by now: SELECT balance FROM accounts WHERE id = 1 ; -- application does the arithmetic UPDATE accounts SET balance = $ new WHERE…

  • Traditional audit logging involved multiple statements: read, write, insert
  • PostgreSQL 18 introduced single statement approach using RETURNING clause
  • RETURNING clause retrieves old and new values in one UPDATE operation

RV32I vs x86_32: How Branching Works Across Architectural Lines

Introduction In control flow operations—such as jumps ( jmp ), branch instructions, and function calls ( call )—the distinction between CISC and RISC architectures becomes immediately visible.

  • x8632 uses variable-length instructions with absolute 32-bit addresses in jump instructions
  • RISC-V's RV32I fixed-length instructions limit jump and call operations to 32-bit size
  • RISC-V uses jal/jalr and auipc instructions to enable long jumps across ±2 GiB address space

UWB and Nearby Devices: Distance, Direction, Association, and Transport

Bluetooth can tell you that a device is probably nearby. Ultra-wideband can tell you that it is 42 centimeters away and 18 degrees to the right, until the person holding it turns and the direction…

  • UWB provides precise distance (42cm) and direction to devices
  • Apple's local transport incompatible with Google's UWB
  • Codename One framework offers distance, direction, association, transport packages

More from Sunday 6 September →