news

Salesforce Acquires Fin as Apple Unveils Foundation Models

15 Jun 2026
A backdoor in a LinkedIn job offer
A backdoor in a LinkedIn job offer

Hackers posed as LinkedIn recruiters to infiltrate a cryptocurrency repository through a sophisticated social engineering campaign. During the fake interview process, the attackers delivered a remote code execution payload concealed within a standard test file. This incident underscores the ongoing threat of targeted malware disguised as routine developer tasks.

Comments
Iroh 1.0
Iroh 1.0

The official 1.0 release of Iroh has now launched, signaling that the platform is stable and production-ready. Developers are being encouraged to take advantage of this major milestone and begin building their applications.

Comments
Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

Developers on Hacker News are sharing positive experiences replacing proprietary AI coding assistants with local, offline models like Qwen to prioritize data privacy and eliminate subscription costs. Although users note that local models require more precise prompting and act more like junior developers than frontier models like Claude, they still provide a substantial productivity boost for free. The community is also actively troubleshooting technical hurdles, such as context caching inefficiencies, by optimizing inference backends and preserving reasoning traces.

Comments
TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)
TinyWind: A pixel pirate sailing game with real wind physics (380k+ kms sailed)

TinyWind is a free, browser-based pixel-art pirate game featuring realistic sailing mechanics and wind physics across seven islands. Players can jump into quick five-minute voyages to outrun the Royal Navy without any downloads, and the community has already collectively sailed over 380,000 kilometers.

Comments
Copper transport drug restores memory and clears toxic Alzheimer's proteins

A new copper transport drug aims to restore memory and clear toxic Alzheimer's proteins, though it targets a highly contentious area of research. Discussions surrounding the article highlight ongoing skepticism toward amyloid-directed therapies, reflecting a deep divide among experts over whether clearing amyloid-beta plaques can effectively treat the disease after decades of failed clinical trials.

Comments
Banned book library in a wi-fi smart light bulb
Banned book library in a wi-fi smart light bulb

A hardware hacker has successfully repurposed a standard WiFi smart light bulb into a clandestine storage device for a digital library of banned books. By exploiting the internal components of the everyday IoT device, the project demonstrates how consumer electronics can be modified to hide and distribute restricted data. This creative modification highlights both the hidden capabilities of smart home gadgets and the ongoing ingenuity of the DIY tech community.

Comments
My Homelab AI Dev Platform
My Homelab AI Dev Platform

A recent project highlights the creation of a personal homelab AI development platform through the self-hosting of OpenCode Web. This implementation enables the developer to manage and deploy infrastructure updates using a streamlined GitOps workflow.

Comments
Hetzner Price Adjustment

European hosting provider Hetzner is raising its server prices to offset rising hardware costs driven by supply chain pressures and the AI boom. The company previously subsidized these increased expenses but is now passing them on to customers to maintain long-term sustainability. Despite the adjustment, the tech community has largely defended the move, noting that Hetzner's rates still offer significantly better value than major hyperscale cloud providers.

Comments
Fox to buy Roku

Following news that Fox will acquire Roku, long-time customers fear the streaming platform will abandon its service-agnostic model to prioritize its new parent company's content. The discussion also highlighted broader frustrations with the current streaming hardware landscape, with users praising the Apple TV while heavily criticizing the outdated hardware and buggy software of the Nvidia Shield.

Comments
I Love the Computer
I Love the Computer

This personal essay chronicles the author's journey into technology and their evolution into a dedicated tech geek. The piece explores the foundational experiences and growing fascination with computing that sparked a deep, lifelong passion for the digital world.

Comments
Salesforce to Acquire Fin (formerly Intercom) for $3.6B
Salesforce to Acquire Fin (formerly Intercom) for $3.6B

Salesforce is acquiring Fin, formerly known as Intercom, for $3.6 billion to integrate its customer agent platform. This deal will bring the technology to companies of all sizes, accelerating time-to-value and expanding Salesforce's service delivery capabilities.

Comments
Even more batteries included with Emacs

A recent article explores how Emacs continues to expand its built-in features to offer a more complete out-of-the-box experience. Rather than just detailing technical updates, the author reflects on the practical applications of these enhancements for personal productivity. Specifically, the piece highlights how the editor serves as an ideal environment for collecting notes and using the act of writing to clarify complex thoughts.

Comments
Apple Foundation Models
Apple Foundation Models

Apple has introduced the Foundation Models framework to provide a standardized way for developers to integrate AI capabilities into their applications. Through the newly available Claude for Foundation Models Swift package, programmers can now seamlessly run Anthropic's Claude across all Apple platforms.

Comments
Peopleless economy? Not technically impossible

Recent discussions on a hypothetical fully automated economy explore whether advanced machines could eventually replace all human labor and render traditional consumerism obsolete. While some readers argue this technological shift could fulfill early predictions of drastically reduced work weeks, others counter that insatiable human desires and the high cost of modern living will ensure people remain tied to traditional jobs.

Comments
Curl will not accept vulnerability reports during July 2026
Curl will not accept vulnerability reports during July 2026

The curl project will pause all vulnerability reporting for the entire month of July 2026 to give maintainers a designated break. Dubbed the summer of bliss, the initiative will disable its HackerOne submission form starting July 1. Normal security disclosures and vulnerability handling will officially resume on August 3.

Comments
Game Engine White Papers: Commander Keen

A recent article about John Carmack's Commander Keen game engine is facing severe backlash for plagiarizing content from the book Masters of Doom and relying on AI-generated writing. Despite the article's ethical flaws, the reader discussion highlights the historical significance of Carmack's smooth scrolling breakthrough on the PC. Commenters also drew technical comparisons between Carmack's PC optimization and similar cycle-exact scrolling tricks used on the Commodore 64.

Comments
Windows 11 users are tired of MS account requirements creeping into everything
Windows 11 users are tired of MS account requirements creeping into everything

Windows 11 users are increasingly frustrated as Microsoft continues to mandate online accounts for system setup and everyday features. A recent Reddit thread advocating for local accounts has escalated this specific grievance into a broader debate concerning user privacy, transparency, and overall system control.

Comments
How TimescaleDB compresses time-series data
How TimescaleDB compresses time-series data

TimescaleDB leverages hypercore columnar storage to achieve up to a 98% data compression ratio directly within PostgreSQL. Users can optimize this process using configurable segmentby and orderby settings. Recent benchmarks highlight the platform's high performance and storage efficiency specifically for IoT and time-series workloads.

Comments
What job interviews taught me about Kubernetes

Drawing from recent conversations with multiple engineering teams, the author shares key insights into the tech industry's actual adoption of Kubernetes. The piece explores the notable gap between how companies advertise Kubernetes skills in job descriptions and how they practically utilize the technology.

Comments
Why I email complete strangers

A recent discussion highlights the positive impact of sending sincere, appreciative emails to online creators and complete strangers to spread digital kindness. By bypassing toxic comment sections to offer genuine praise, senders can significantly brighten a recipient's day without expecting a reply. This simple practice provides a refreshing alternative to typical online interactions and fosters a much-needed culture of gratitude.

Comments
Bitsy

The indie game engine Bitsy is praised by its community for its refreshing retro pixel art aesthetic and its ability to create charming, story-driven experiences. While users enjoy making small games with the tool, some note that its simplicity can become frustrating for larger, text-heavy projects. Readers frequently compare the engine to similar alternative creative platforms like Pico-8 and Playdate's Pulp.

Comments
What happened to nerds?
What happened to nerds?

The author reflects on the brilliant, curious, and eccentric nerds who originally shaped the tech industry. The piece questions what has happened to these thoughtful individuals as the sector has evolved. By contrasting the pioneers of the past with today's environment, it explores the broader cultural shift that has transformed modern technology.

Comments
What every coder should know about gamma (2016)

John Novak's widely read 2016 blog post breaks down the complex mathematics and history of gamma correction in digital imaging. The article explains why a fundamental understanding of gamma is crucial for programmers to ensure accurate color blending, rendering, and overall visual fidelity in their software.

Comments
21 years and counting of 'eight fallacies of distributed computing' (2025)
21 years and counting of 'eight fallacies of distributed computing' (2025)

Despite over two decades of technological progress, the eight classic fallacies of distributed computing continue to challenge software developers today. This piece revisits these persistent, false assumptions about network reliability and performance to explain what they are and how they still impact modern system design.

Comments
CrankGPT
CrankGPT

CrankGPT is a human-powered, fully private AI system designed to operate completely offline. Users can run local AI models anywhere by manually cranking a device to generate the necessary power.

Comments
Launch HN: Drafted (YC P26) – Models for residential architecture

Y Combinator-backed startup Drafted has launched an AI tool designed to simplify the schematic design phase of residential architecture for everyday users. By bridging the gap between complex professional design software and casual users, the platform generates accessible and purposeful home layouts. The company plans to eventually expand its capabilities to include advanced buildability features such as structural engineering, electrical planning, and material cost estimates.

Comments
Openrouter Fusion API
Openrouter Fusion API

Openrouter has introduced its new Fusion API, which enhances AI responses by turning prompts into multi-model deliberations. The platform is offering this tool completely free of charge, with zero costs for both input and output tokens. It also features a massive one million token context window to support extensive data processing.

Comments
Show HN: Discover Wikipedia articles popular on Hacker News
Show HN: Discover Wikipedia articles popular on Hacker News

A new project showcased on Hacker News provides a centralized hub for discovering the platform's most popular community content. The tool aggregates trending Wikipedia articles, top YouTube videos, and Hall of Fame entries alongside the standard news reader. This dashboard offers users a streamlined way to explore and revisit the most notable media and discussions shared by the community.

Comments
Write for One Person
Write for One Person

Based on reader discussions of the article Write for One Person, treating a broad audience as a single individual can lead to transformative career opportunities and deeper connections. The conversation also evolves into a comprehensive guide for overcoming public speaking anxiety, offering detailed strategies like rigorous rehearsals, utilizing presenter notes, and managing technical setups to deliver confident presentations.

Comments
TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder
TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder

PyTorch has released version 0.14 of TorchCodec, its media decoding and encoding library. The new update introduces HDR video decoding support for both CPU and CUDA architectures. Additionally, the release includes a newly optimized fast WAV decoder to enhance audio processing workflows.

Comments