news

HR Tech News

Software now touches every part of how companies hire, pay, and manage people. This section gathers news on HR platforms, recruiting tools, payroll and benefits systems, and the growing use of AI in workforce decisions. It is aimed at HR professionals, founders, and anyone curious about the technology behind modern workplaces.

Coverage commonly includes funding and product news from HR software vendors, AI screening and interviewing tools entering the hiring process, and platforms that manage global payroll and contractor compliance. Studies and rules addressing bias in automated hiring decisions come up regularly as the technology spreads.

The stakes are high because these systems influence who gets hired, how much people are paid, and how performance is judged. HR leaders selecting software, vendors watching competitors, and employees who want to understand the systems evaluating them all have reasons to follow this space.

Apple's weird anti-nausea dots cured my car sickness
2026-06-16

Apple has introduced Vehicle Motion Cues, a new feature that uses on-screen dots to help users combat motion sickness while in a moving vehicle. The tool taps into a device's accelerometer and gyroscope to provide visual reference points that align with the car's physical movement. Early accounts suggest these simple visual adjustments can effectively reduce or even completely eliminate car sickness.

But yak shaving is fun (2019)
2026-06-16

A developer explains their decision to build a custom blog from scratch rather than relying on popular static site generators due to strict customization limitations. After initially writing posts in plain HTML, they realized the manual approach was unsustainable for long-term maintenance. Ultimately, they embraced the complex but rewarding process of building their own site infrastructure simply for the fun of yak shaving.

GPT‑NL: a sovereign language model for the Netherlands
2026-06-16

TNO, SURF, and the Netherlands Forensic Institute are collaborating to develop GPT-NL, a sovereign Dutch language model and ecosystem. This initiative aims to strengthen digital autonomy across the Netherlands and Europe while providing a secure foundation for responsible AI applications.

The time the x86 emulator team found code so bad they fixed it during emulation
2026-06-16

While working on an x86 emulator, developers encountered notoriously poor code in the software they were tasked with emulating. The implementation was so remarkably bad that it offended their engineering sensibilities. As a result, the team actually took the time to fix the original flawed code directly during the emulation process.

Is Meta destroying its engineering organization?
2026-06-16

Meta's leadership is aggressively restructuring its engineering organization in a sweeping push to prioritize artificial intelligence. This AI-fueled overhaul has sparked concerns that the company may be inadvertently dismantling its core technical teams.

Humiliating IIS servers for fun and jail time
2026-06-16

A recent article recounts the story of a hacker who compromised vulnerable Microsoft IIS servers after investigating diagnostic blue screen errors. Driven by the desire to humiliate server administrators, the perpetrator turned a technical curiosity into illegal exploitation. This pursuit of hacking for fun ultimately resulted in severe criminal charges and imprisonment.

10Gb/s Ethernet: switching to a Broadcom SFP+ module
2026-06-16

After a Marvell-based 10Gb/s Ethernet SFP+ module began overheating, the author replaced it with a Broadcom-based alternative. The new module appears to run cooler and perform better, though the author notes that definitive results are not yet guaranteed.

Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence
2026-06-16

Qwen Studio has introduced the Qwen-Robot Suite, a foundation model focused on advancing physical world intelligence. Alongside this physical AI push, the platform offers extensive multimodal features spanning chatbot interactions, image and video understanding, content generation, and advanced tool utilization.

Apple is about to make Hide My Email useless
2026-06-16

Apple is changing the domain for its Sign in with Apple and Hide My Email aliases to a new private.icloud.com subdomain. This consolidation makes it significantly easier for third-party services to identify and block these privacy-focused email addresses. Consequently, the update diminishes the plausible deniability and overall privacy benefits previously enjoyed by iCloud users.

Feds freaked over Fable 5 after 'fix this code', not jailbreak, say researchers
2026-06-16

Researchers clarified that the federal government's recent panic over a Fable 5 security research paper was based on a fundamental misunderstanding. Officials initially believed the paper detailed a system jailbreak, prompting widespread concern. However, a closer review revealed the study was actually focused on routine code fixes rather than bypassing security measures.

Correlated randomness in Slay the Spire 2
2026-06-16

Data analysis of Slay the Spire 2 has uncovered hidden probabilistic mechanics and deterministic rules governing its single-player mode. Players have calculated exact statistical likelihoods for specific events, item drops, and curses based on in-game choices and locations. These findings highlight the complex, correlated randomness driving the game's underlying systems.

I hacked into the worst e-bike and fixed it [video]
2026-06-16

A tech content creator recently documented the process of hacking and fixing a notoriously poorly designed electric bike in a new video. By reverse-engineering the software and bypassing manufacturer restrictions, they successfully modified the e-bike's system to resolve its major flaws and improve its overall performance.

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art
2026-06-16

The newly launched Garden of Flowers archive features around 2500 examples of pictorial typography and letterpress works spanning four centuries. Composed entirely of type ornaments and characters, the collection highlights the fascinating history of ASCII art long before the advent of computers.

Getting Creative with Perlin Noise Fields
2026-06-16

A creator recently shared a collection of twenty-five unique designs generated entirely with Perlin flow fields. The project showcases the creative potential of this simple algorithm for producing complex and visually striking digital art.

Formal Methods and the Future of Programming
2026-06-16

For the past 25 years, Jane Street has publicly maintained that the organization had no interest in formal methods for software development. However, a new article exploring the future of programming suggests the trading firm may be rethinking this long-held stance. The piece examines the evolving landscape of mathematically verifying code and its potential impact on the company's future engineering practices.

Cohere's First Model for Developers
2026-06-16

AI company Cohere has released North Mini Code, its debut open-source agentic coding model designed specifically for developers. The 30-billion parameter Mixture of Experts architecture delivers strong coding performance while running efficiently on minimal hardware.

An interview with an Apple emoji designer
2026-06-16

An interview with an Apple emoji designer has sparked reader debate over the oversaturation of the emoji library and their use in formal technical documentation. Critics argue that the massive expansion of available emojis dilutes their impact and creates confusing cross-platform inconsistencies. Conversely, defenders champion the icons as a vital evolutionary step in written language that effectively conveys emotional sentiment and prevents miscommunication.

Making ast.walk 220x Faster
2026-06-16

Reflex developers optimized Python Abstract Syntax Tree traversal by replacing the standard ast.walk function with a custom implementation that achieves a 220x speedup. This performance enhancement was developed specifically to power a new custom linter for the company's AI code generation tools.

SubQ 1.1 Small
2026-06-16

Frontier AI research and infrastructure company Subquadratic has introduced SubQ 1.1 Small as part of its initiative to build a new class of large language models. This latest release highlights the company's ongoing efforts to develop next-generation AI capabilities and infrastructure.

Frood, an Alpine Initramfs NAS (2024)
2026-06-16

A developer has detailed the architecture of Frood, a minimalist Network Attached Storage system built by running an entire Alpine Linux distribution directly from an initramfs. By loading the complete operating system into memory, this unique approach offers a highly efficient and streamlined storage experience. The accompanying guide explains the benefits of this setup and provides step-by-step instructions for building your own.