Home

AI CEO – Replace your boss before they replace you
_tk_ about 6 hours ago

AI CEO – Replace your boss before they replace you

ReplaceyourBoss.ai is an AI-powered platform that helps users automate and streamline their job search process, including creating resumes, cover letters, and networking. The platform uses artificial intelligence to personalize and optimize job applications, providing users with a competitive edge in the job market.

replaceyourboss.ai
368 149
Summary
We're losing our voice to LLMs
TonyAlicea10 about 10 hours ago

We're losing our voice to LLMs

This article explores the potential impact of large language models (LLMs) on human voice and expression, raising concerns about the risk of losing our unique voices and authentic communication in the face of increasingly sophisticated AI technology.

tonyalicea.dev
328 347
Summary
Same-day upstream Linux support for Snapdragon 8 Elite Gen 5
mfilion about 9 hours ago

Same-day upstream Linux support for Snapdragon 8 Elite Gen 5

Qualcomm has announced same-day upstream Linux support for its upcoming Snapdragon 8 Elite Gen 5 platform, providing developers with early access to the latest hardware and enabling them to optimize their applications for the new platform.

qualcomm.com
317 144
Summary
TPUs vs. GPUs and why Google is positioned to win AI race in the long term
vegasbrianc about 11 hours ago

TPUs vs. GPUs and why Google is positioned to win AI race in the long term

The article discusses a new chip designed specifically for AI inference, which is more energy-efficient and faster than traditional processors. It highlights the potential of this technology to revolutionize AI-powered applications and devices.

uncoveralpha.com
245 194
Summary
Show HN: Runprompt – run .prompt files from the command line
chr15m about 10 hours ago

Show HN: Runprompt – run .prompt files from the command line

I built a single-file Python script that lets you run LLM prompts from the command line with templating, structured outputs, and the ability to chain prompts together.

When I discovered Google's Dotprompt format (frontmatter + Handlebars templates), I realized it was perfect for something I'd been wanting: treating prompts as first-class programs you can pipe together Unix-style. Google uses Dotprompt in Firebase Genkit and I wanted something simpler - just run a .prompt file directly on the command line.

Here's what it looks like:

--- model: anthropic/claude-sonnet-4-20250514 output: format: json schema: sentiment: string, positive/negative/neutral confidence: number, 0-1 score --- Analyze the sentiment of: {{STDIN}}

Running it:

cat reviews.txt | ./runprompt sentiment.prompt | jq '.sentiment'

The things I think are interesting:

* Structured output schemas: Define JSON schemas in the frontmatter using a simple `field: type, description` syntax. The LLM reliably returns valid JSON you can pipe to other tools.

* Prompt chaining: Pipe JSON output from one prompt as template variables into the next. This makes it easy to build multi-step agentic workflows as simple shell pipelines.

* Zero dependencies: It's a single Python file that uses only stdlib. Just curl it down and run it.

* Provider agnostic: Works with Anthropic, OpenAI, Google AI, and OpenRouter (which gives you access to dozens of models through one API key).

You can use it to automate things like extracting structured data from unstructured text, generating reports from logs, and building small agentic workflows without spinning up a whole framework.

Would love your feedback, and PRs are most welcome!

github.com
104 35
Summary
Underrated reasons to be thankful V
numeri about 4 hours ago

Underrated reasons to be thankful V

The article discusses the author's gratitude for various aspects of their life, including their family, their work, and the small daily pleasures they experience. It emphasizes the importance of cultivating a mindset of gratitude and appreciating the simple things in life.

dynomight.net
101 45
Summary
250MWh 'Sand Battery' to start construction in Finland
doener about 2 hours ago

250MWh 'Sand Battery' to start construction in Finland

A 250MWh sand battery system is set to be built in Finland, designed to store energy for both heating and providing ancillary services to the grid. The project aims to demonstrate the viability of using sand as a low-cost, high-density storage medium for large-scale energy storage applications.

energy-storage.news
84 33
Summary
Show HN: SyncKit – Offline-first sync engine (Rust/WASM and TypeScript)
danbitengo about 10 hours ago

Show HN: SyncKit – Offline-first sync engine (Rust/WASM and TypeScript)

SyncKit is an open-source software development kit (SDK) that simplifies the process of building real-time, collaborative applications. It provides a set of tools and APIs for developers to easily integrate synchronization and collaboration features into their web and mobile applications.

github.com
71 29
Summary
Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs
MartenBE about 12 hours ago

Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs

As a teacher, we keep our slides as markdown files in git repos and want to build these automatically so they can be viewed online (or offline if needed). To achieve this, I have created MkSlides. This tool converts all markdown in a folder to slides generated with Reveal.js. The workflow is very similar to MkDocs.

Install: `pip install mkslides`

Building slides: `mkslides build`

Live preview during editing: `mkslides serve`

Comparison with other tools like marp, slidev, ...:

- This tool is a single command and easy to integrate in CI/CD pipelines.

- It only needs Python.

- The workflow is also very similar to MkDocs, which makes it easy to combine the two in a single GitHub/GitLab repo.

- Generates an index landing page for multiple slideshows in a folder which is really convenient if you have e.g. a slideshow per chapter.

- It is lightweight.

- Everything is IaC.

github.com
62 11
Summary
Seagate achieves 6.9TB storage capacity per platter
elorant about 8 hours ago

Seagate achieves 6.9TB storage capacity per platter

Seagate has demonstrated the capability to achieve a storage capacity of up to 6.9TB per platter in a laboratory setting, paving the way for hard drives with total capacities ranging from 55TB to 69TB, which are now physically possible.

tomshardware.com
42 34
Summary
The VanDersarl Blériot: a 1911 airplane homebuilt by teenage brothers (2017)
ForHackernews about 8 hours ago

The VanDersarl Blériot: a 1911 airplane homebuilt by teenage brothers (2017)

The article explores the relationship between Louis Blériot and his mechanic, Georges Védrines, and their role in the historic first flight across the English Channel in a Blériot XI aircraft in 1909. It highlights the collaborative efforts and technical challenges they faced in achieving this groundbreaking aviation milestone.

historynet.com
38 30
Summary
Cherry gives up German production and wants to sell core division
jsheard about 7 hours ago

Cherry gives up German production and wants to sell core division

Cherry, a German manufacturer of keyboards and computer input devices, has announced plans to discontinue its production operations in Germany and seek a buyer for its core division. The company cites increasing production costs and competitive pressures as the key reasons behind this strategic decision.

heise.de
37 28
Summary
Protect Public School Students from Surveillance of Off-Campus Speech
hn_acker about 9 hours ago

Protect Public School Students from Surveillance of Off-Campus Speech

The article discusses EFF's lawsuit against an Arizona school district for implementing invasive student surveillance measures, arguing that these practices violate students' constitutional rights and privacy.

eff.org
36 11
Summary
Vsora Jotunn-8 5nm European inference chip
rdg42 about 1 hour ago

Vsora Jotunn-8 5nm European inference chip

Jotunn 8 is a high-performance AI inference accelerator designed for edge computing applications. The article highlights the accelerator's key features, including low power consumption, high throughput, and support for multiple deep learning frameworks.

vsora.com
14 4
Summary
Tesla Model Y Is the Most Defective Car This Year, Germany Says
doener about 2 hours ago

Tesla Model Y Is the Most Defective Car This Year, Germany Says

The Tesla Model Y has been identified as the most defective car in Germany, according to a recent report. The article discusses the high number of issues and complaints associated with the Model Y, highlighting concerns about the vehicle's quality and reliability.

jalopnik.com
13 1
Summary
How Charles M Schulz created Charlie Brown and Snoopy (2024)
1659447091 44 minutes ago

How Charles M Schulz created Charlie Brown and Snoopy (2024)

The article explores the life and work of Charles M. Schulz, the creator of the iconic 'Peanuts' comic strip, highlighting how he drew from his own experiences to develop the beloved characters of Charlie Brown and Snoopy.

bbc.com
13 0
Summary
Show HN: Whole-home VPN router with hardware kill switch (OpenWrt and WireGuard)
yoloshii about 2 hours ago

Show HN: Whole-home VPN router with hardware kill switch (OpenWrt and WireGuard)

With internet censorship and surveillance on the rise, ie; UK Online Safety Bill (July 2025) and Australia's social media legislation (Dec 2025) introducing mandatory age verification (read: initial step on the pathway to social credit), I wanted a privacy-first solution that protects browsing history from ISPs and third-party verification services, but not one that requires you to be an Einstein to deploy.

This stack turns a Raspberry Pi (or any OpenWrt-compatible device) into a network-wide VPN gateway.

Key features: - Hardware kill switch: VPN down = no internet (not a software rule that can leak) - AmneziaWG obfuscation for DPI-resistant connections - Optional AdGuard Home for DNS filtering - Works for all devices including smart TVs and IoT that can't run VPN apps

Not a techie? The README is optimized for AI-assisted deployment. Feed it to your LLM of choice (Claude, GPT, etc.) and it can walk you through the entire setup for your specific hardware.

Mullvad-focused but works with any WireGuard provider. MIT license.

Docker deploy in testing (coming soon)

github.com
12 8
Summary
BBC tells staff they cannot quote Trump line removed from Reith Lecture
INGELRII about 11 hours ago

BBC tells staff they cannot quote Trump line removed from Reith Lecture

The BBC removed a line from Rutger Bregman's Reith Lecture criticizing former US President Donald Trump's corruption, sparking debate over journalistic integrity and the role of public broadcasters in holding leaders accountable.

theguardian.com
10 1
Summary
Natural gas use for electricity in California falls as solar generation rises
geox about 1 hour ago

Natural gas use for electricity in California falls as solar generation rises

The article discusses the recent changes in U.S. electricity generation, with a shift towards renewable energy sources like solar and wind, as well as a decline in coal-fired electricity generation. It also highlights the growing role of natural gas and the ongoing transition in the U.S. electricity sector.

eia.gov
8 0
Summary
The reason states first emerged thousands of years ago – new research
mellosouls about 1 hour ago

The reason states first emerged thousands of years ago – new research

The article discusses new research on the emergence of the first states thousands of years ago. It suggests that the development of states was driven by the need to manage complex social and economic systems, rather than being primarily motivated by the desire for power or control.

theconversation.com
8 2
Summary