frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NPM adds preventive account protection for high-impact accounts

https://github.blog/changelog/2026-06-25-npm-adds-preventive-account-protection-for-high-impact-a...
1•exploraz•46s ago•0 comments

Moral elevation can induce nursing

https://pubmed.ncbi.nlm.nih.gov/18410202/
1•akyuu•5m ago•0 comments

Understanding the Linux Kernel: The Scheduler

https://internals-for-interns.com/posts/linux-kernel-scheduler/
1•valyala•10m ago•0 comments

Dolby Launches First UPC AV1 Lawsuit Against TPV Subsidiaries

https://michael7924.substack.com/p/dolby-launches-first-upc-av1-lawsuit
1•ledoge•16m ago•0 comments

How hot is too hot for the human body? (2023)

https://www.bbc.com/news/health-66249805
2•tosh•18m ago•0 comments

Today programme suffers 'body blow' as BBC prioritises social/digital content

https://www.theguardian.com/media/2026/jun/27/today-programme-bbc-social-digital-content-radio-4
1•mellosouls•18m ago•1 comments

Apple Internals: Swift in the Kernel

https://blog.calif.io/p/apple-internals-swift-in-the-kernel
2•akyuu•21m ago•0 comments

Everyone Will Have an AI Coding Agent

https://github.com/HoratiuCode/Clawie
1•horatiucode•22m ago•0 comments

How a New York race became the first front in the AI industry's midterm war

https://www.washingtonpost.com/politics/2026/06/25/how-new-york-race-became-first-front-ai-indust...
1•1vuio0pswjnm7•22m ago•0 comments

Europe's extreme heat is shutting down power plants

https://www.technologyreview.com/2026/06/24/1139676/europe-heat-power-plants/
2•joozio•23m ago•1 comments

Chernobyl's Forgotten Internet [video]

https://www.youtube.com/watch?v=iZKw2H6d1SU
1•arbayi•28m ago•1 comments

Former executive sues Meta over attempts to 'silence' her memoir Careless People

https://www.latimes.com/business/story/2026-06-26/former-executive-sues-meta-over-attempts-to-sil...
2•1vuio0pswjnm7•29m ago•0 comments

Modern Web Guidance

https://master.dev/blog/modern-web-guidance/
2•ibobev•31m ago•0 comments

Factorio 2.1 Experimental Release

https://factorio.com/blog/post/fff-444
5•ibobev•33m ago•0 comments

Former executive sues Meta over attempts to 'silence' memoir Careless People

https://apnews.com/article/meta-wynnwilliams-lawsuit-silence-book-careless-people-652de34608da69b...
2•1vuio0pswjnm7•34m ago•0 comments

Meta-analysis of DNA methylation aging signatures in 17 human tissues

https://www.nature.com/articles/s43587-026-01164-5
1•bookofjoe•35m ago•0 comments

ICC judges sue convicted criminal Trump after US attempt to intimidate the court

https://www.yacnews.com/icc-judges-sue-convicted-criminal-donald-trump-after-us-attempt-to-intimi...
6•ortr•36m ago•0 comments

My First Atari ST

https://www.goto10retro.com/p/my-first-atari-st
1•ibobev•37m ago•0 comments

Ornith-1.0: A family of open-source LLMs specialized for agentic coding

https://twitter.com/ornith_/status/2070148887067963854
3•jalopy•41m ago•0 comments

U.S. government restricts access to OpenAI's new AI model

https://www.zeit.de/digital/2026-06/openai-gpt-5-6-ki-modell-sol-usa
1•chelm•42m ago•0 comments

Show HN: PreFlight – A local AST background daemon to catch AI code drift

https://preflight-vibe.vercel.app/
1•Avenassh•43m ago•0 comments

Apple's Raising Prices. Here's What That Means for the Rest of Tech

https://www.inc.com/connor-jewiss/apples-finally-raising-prices-heres-what-that-means-for-the-res...
1•connorjewiss•45m ago•0 comments

Students are doing worse than you think

https://economist.com/international/2026/06/25/students-are-doing-worse-than-you-think
4•pseudolus•47m ago•1 comments

Show HN: Codex can track external events with respect to internal data

https://app.getsupers.com/admin/growth
1•GPUboy•48m ago•0 comments

Designing a Personal Pebble Watchface

https://www.jonashietala.se/blog/2026/06/26/designing_a_personal_pebble_watchface/
1•dzogchen•52m ago•0 comments

UN Charter – United Nations

https://www.un.org/en/about-us/un-charter
1•jeeee•56m ago•0 comments

Fintech Engineering Handbook

https://w.pitula.me/fintech-engineering-handbook/
45•signa11•57m ago•7 comments

Show HN: Mcpify – Turn any REST API into an MCP server in one command

https://github.com/Amanbig/mcpify
1•harpreetsingh80•58m ago•0 comments

Properties of AI

https://claude.com/resources/tutorials/the-4-properties-of-ai
2•vinhnx•58m ago•0 comments

I'd Build a 864K Motivation Page a $225K/Year App [video]

https://www.youtube.com/watch?v=Y2AWF9xFuKE
1•Harro123•58m ago•0 comments
Open in hackernews

Show HN: The TypeScript Semantic Layer for ClickHouse

https://github.com/hypequery/hypequery
2•lureilly1•1h ago
I've built a type-safe semantic layer in code, for ClickHouse. If you're building analytics off ClickHouse in TypeScript, I would love your feedback.

With hypequery there is no platform to adopt, no YAML sprawl. It runs where your app runs.

Key features:

- Define metrics once, reuse them everywhere: Declare dimensions and measures in one place and then pull from the same source of truth.

- Compiles to ClickHouse SQL: No service, no proxy, no extra runtime to deploy. It's a library that generates SQL and runs where your app runs.

- Multi-tenancy & Authentication ready: Cross-tenant queries are blocked at the query layer, helpers to plug into your existing auth.

- Agent-native: A dataset is a declared set of dimensions and measures, so it doubles as an allowlist. Includes an MCP server to hand an LLM a typed catalog to query.

- Runtime HTTP entry point: serve() exposes any dataset as an endpoint, so the same type-safe definitions back your dashboards and your API.

Comments

Abushan•45m ago
hardest part getting teams to trust it in production. What is the biggest adoption hurdle for early users?