New stories

40% of young U.S. women want to leave the country: Gallup poll
saubeidl 7 minutes ago

40% of young U.S. women want to leave the country: Gallup poll

A Gallup poll found that a significant number of women in the United States want to leave the country permanently, citing political, economic, and social factors as their primary motivations.

deseret.com
1 0
Summary
DrierCycle 7 minutes ago

Creationists try to spin Homo Naledi evidence

twitter.com
1 0
exploraz 7 minutes ago

Installing Linux on a drive formatted as NTFS [video]

youtube.com
1 0
YouTube
crescit_eundo 8 minutes ago

Arrival Radar

The article discusses the film 'Arrival' and its themes of communication, time, and perspective. It explores how the film's depiction of an alien language challenges traditional notions of linear time and encourages viewers to consider alternative ways of perceiving the world.

entropicthoughts.com
1 0
Summary
speckx 8 minutes ago

Why Wait for a Steam Machine When You Can Just Use a Steam Machine

pcper.com
1 0
What happens when even college students can't do math anymore?
fortran77 10 minutes ago

What happens when even college students can't do math anymore?

The article explores the decline in math proficiency among undergraduate students at the University of California, San Diego. It examines the potential causes for this trend, including changes in high school curricula and teaching methods, as well as the impact of the COVID-19 pandemic on remote learning.

theatlantic.com
1 1
Summary
DrierCycle 12 minutes ago

Narcissistic Traits in Sexually Motivated Serial Killers (Open Access)

link.springer.com
1 0
OpenAI prepares GPT-5.1-Codex-MAX for large-scale projects
pomarie 13 minutes ago

OpenAI prepares GPT-5.1-Codex-MAX for large-scale projects

OpenAI is preparing to release GPT-5.1 and Codex Max, powerful language models designed for large-scale projects. These models are expected to push the boundaries of natural language processing and generation, potentially transforming various industries.

testingcatalog.com
1 0
Summary
What Makes the Intro to Crafting Interpreters So Good?
mtlynch 13 minutes ago

What Makes the Intro to Crafting Interpreters So Good?

The article introduces the 'Crafting Interpreters' book, which guides readers through the process of building a full-featured programming language interpreter from scratch. It covers the fundamental concepts and techniques involved in interpreter design and implementation.

refactoringenglish.com
1 0
Summary
ashfromsky 14 minutes ago

Show HN: YaraDB Python Client – A clean interface for my custom WAL-based DB

Hi HN,

I recently built YaraDB, a persistent document store, specifically to have a lightweight, Python-native way to handle data with Optimistic Concurrency Control (OCC).

While the database server handles the heavy lifting (WAL persistence, soft deletes), I realized the real value lies in the developer experience. So I built a dedicated Python client that abstracts away the HTTP layer and handles concurrency gracefully.

The client features: - Native Exception Handling: Maps HTTP 409 conflicts directly to `YaraConflictError` for easy try/except blocks. - Type Hinting: Fully typed methods for better IDE support. - Connection Reuse: Uses `requests.Session` for keep-alive connections.

Here is how it looks:

    client = YaraClient("http://localhost:8000")
    
    try:
        client.update(doc_id="...", version=1, body={...})
    except YaraConflictError:
        # Handle race condition naturally in Python
        print("Data changed by someone else!")
You can find the client here: https://github.com/illusiOxd/yaradb-client-py And the server logic here: https://github.com/illusiOxd/yaradb

I'd love to hear your thoughts on the client API design!

github.com
1 0
safoan_eth 14 minutes ago

Dedicated Agents for devs who have had enough of context Archaeology

weppo.co
1 1
OnlineOrNot's lessons from Cloudflare's outage on 2025-11-18
rozenmd 16 minutes ago

OnlineOrNot's lessons from Cloudflare's outage on 2025-11-18

The article discusses the lessons learned from the Cloudflare outage on November 18, 2025, which impacted numerous websites and online services. It explores the importance of robust infrastructure, redundancy, and effective incident response in ensuring the reliability and resilience of online systems.

onlineornot.com
1 0
Summary
sriharis 17 minutes ago

How to work with Product: At the tea table

The article discusses techniques for working effectively with product teams, including using the 'tea table' metaphor to foster open communication and collaboration. It provides practical tips on how to build trust, manage expectations, and navigate decision-making processes within product development.

blog.nilenso.com
1 0
Summary
The paradox is that when I accept myself just as I am, I change
jger15 18 minutes ago

The paradox is that when I accept myself just as I am, I change

The article discusses the author's personal diaries, how they serve as a platform for self-reflection and a record of their life's journey, and the potential benefits of maintaining a diary practice.

henrikkarlsson.xyz
1 0
Summary
bkrisa 20 minutes ago

Show HN: I made a landing page component picker

This article provides a quiz-based tool to help users determine the appropriate landing page components for their website, taking into account factors such as the user's business type, marketing goals, and target audience.

landinggo.com
1 0
Summary
Europe's cookie nightmare is crumbling. EC wants preference at browser level
nopakos 20 minutes ago

Europe's cookie nightmare is crumbling. EC wants preference at browser level

The European Union is proposing new rules that would require websites to obtain user consent before storing cookies, and give browsers the ability to automatically block certain cookies. These changes aim to improve user privacy and transparency around data collection practices.

theverge.com
2 0
Summary
Show HN: tweakcc (OSS)–customize Claude Code's system prompt and LSP and /title
bl-ue 21 minutes ago

Show HN: tweakcc (OSS)–customize Claude Code's system prompt and LSP and /title

The article announces the release of version 3.1.1 of the Tweakcc software, which includes new features and bug fixes to enhance the tool's performance and user experience.

github.com
1 1
Summary
chronolitus 21 minutes ago

Show HN: Hypercamera – a browser-based 4D camera simulator

This article explores the concept of a 4D camera, which would capture images in four dimensions (three spatial dimensions and one time dimension), allowing viewers to experience scenes from different perspectives and time frames. The article discusses the potential applications and technical challenges of developing such a camera.

dugas.ch
1 0
Summary
Maurizio Cattelan Golden Toilet Sells for $12.1m At Sotheby's
bookofjoe 22 minutes ago

Maurizio Cattelan Golden Toilet Sells for $12.1m At Sotheby's

The article reports that Maurizio Cattelan's sculpture 'America', a functioning gold toilet, was sold at a Sotheby's auction for over $12 million, setting a new record for the artist. The work, which was made available for public use at the Guggenheim Museum in 2016, has become one of Cattelan's most famous and controversial artworks.

artnews.com
1 0
Summary
natia_kurdadze 22 minutes ago

Show HN: GetViralSEO – Find competitors' top SEO pages instantly

GetViralSEO is a comprehensive digital marketing platform that offers a range of tools and services to help businesses improve their online visibility, drive website traffic, and increase sales through organic search engine optimization, content marketing, and social media management.

getviralseo.com
1 0
Summary
AI-Assisted Scientific Research?
martinclayton 23 minutes ago

AI-Assisted Scientific Research?

aims.healthcare
1 1
Show HN: Folderhost – selfhosted file sharing app in Go
mertjsx 23 minutes ago

Show HN: Folderhost – selfhosted file sharing app in Go

Folderhost is selfhosted filesharing cloud application. It is written in Go language as a server and Vite + React for the frontend. But the build of the project doesn't need docker to work on Windows or Linux. The Linux build is just 23 MB. No dependencies. You can simply install and try the program.

The main features of the project are managing files, for example creating, copying, deleting, unzipping and etc. The other feature are the Recovery section, here you can recover your deleted files or folders. Also you have a Users system, and there you can give or take their permissions, you can see what other users are doing from the Audit Logs.

It's still not fully completed, if you encounter any bugs or problems feel free to comment or create an issue on GitHub! I'll be so happy if you give it a try! I hope you guys like it!

github.com
1 0
How to overcome your Indie hacking (Solopreneur) Writer's block
hugoib 24 minutes ago

How to overcome your Indie hacking (Solopreneur) Writer's block

The article discusses strategies for overcoming writer's block and creative stagnation as an indie hacker, solopreneur, or writer. It suggests techniques like taking breaks, changing environments, and drawing inspiration from others to reignite productivity and creativity.

hugoib.beehiiv.com
1 0
Summary
ethanYIAI 25 minutes ago

Show HN: Ice Breaker Games

This website quickly recommends suitable icebreaker games based on your scenario, group size, and time, helping teams and meetings build connections and break the ice efficiently. It also offers detailed categories, trending games, and expert facilitation tips for both virtual and in-person groups.

icebreakergames.art
1 0
Summary
Three Moo Tokens
gsu2 26 minutes ago

Three Moo Tokens

The article discusses the potential benefits of using bioengineered bacteria to clean up oil spills in the ocean. It explores the development of genetically modified microbes that can break down and degrade oil more effectively than traditional cleanup methods.

gist.github.com
1 0
Summary
Show HN: After 7+ years, I'm releasing Melodic Mind (a Superapp for musicians)
seanitzel 26 minutes ago

Show HN: After 7+ years, I'm releasing Melodic Mind (a Superapp for musicians)

melodic-mind.com
1 0
AI Transcriptions and Insights–Fast, Accurate, Multilingual
oarized 26 minutes ago

AI Transcriptions and Insights–Fast, Accurate, Multilingual

TranscribePro is a service that provides professional transcription and subtitling services, offering high-quality work with fast turnaround times and competitive pricing for individuals and businesses.

transcribepro.nl
1 1
Summary
radeeyate 29 minutes ago

I launched a payload to the stratosphere to measure algae fluorescence

The article discusses Stratospore, a new decentralized peer-to-peer storage network that aims to provide a more secure and efficient alternative to traditional cloud storage solutions. It highlights Stratospore's key features, including data encryption, redundancy, and incentivized participation from users.

radi8.dev
1 1
Summary
bladeee 29 minutes ago

How might we incentivize a Proof-of-Work Code Review?

The article explores the concept of incentivizing a proof-of-work code review process, where developers are rewarded for thoroughly reviewing and improving the code submitted by their peers, promoting better code quality and collaboration within software development teams.

cameronwestland.com
1 0
Summary
Zo: Intelligent Personal Servers for Everyone
benzguo 30 minutes ago

Zo: Intelligent Personal Servers for Everyone

ZO.computer is a web development agency that specializes in creating custom websites, web applications, and digital solutions for businesses. The company's focus is on delivering high-quality, user-friendly, and responsive web experiences that help clients achieve their online goals.

zo.computer
4 1
Summary