frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

7.1 Earthquake in Japan

https://www.data.jma.go.jp/multi/quake/quake_detail.html?eventID=20260728163528&lang=en
510•krembo•6h ago•97 comments

New HIV vaccine shows unprecedented success in preclinical study

https://www.lji.org/news-events/news/post/new-hiv-vaccine-shows-unprecedented-success-in-preclini...
123•codebyaditya•1h ago•34 comments

Show HN: tale.fyi, we deserve a home for fiction

https://tale.fyi/@sam/announcing-tale-fyi-read-or-listen-to-an-entire-book-from-a-single-link
32•samuelcole•1h ago•17 comments

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

https://github.com/schildep/verified-3d-mesh-intersection
43•permute•1h ago•14 comments

Kimi Linear: An Expressive, Efficient Attention Architecture

https://arxiv.org/abs/2510.26692
57•ronfriedhaber•3h ago•10 comments

Show HN: Ctrlb-decompose: Strip the noise from logs before sending to LLMs

https://github.com/ctrlb-hq/ctrlb-decompose
31•ruhani_grover•1h ago•4 comments

Google's Beyond Zero: Enterprise Security for the AI Era

https://spawn-queue.acm.org/doi/10.1145/3819083
70•jordigg•4h ago•39 comments

Our position on open-weights models

https://www.anthropic.com/news/position-open-weights-models
1056•surprisetalk•16h ago•1528 comments

DMARC Has Been Public Since 2012. 68.4% of Domains Still Don't Enforce It

https://ciphercue.com/blog/dmarc-enforcement-gap-rua-fragmentation-2026
44•adulion•4h ago•30 comments

How to Survive Boiling Water

https://taxa.substack.com/p/how-to-survive-boiling-water
185•cainxinth•4d ago•27 comments

About the security content of macOS Tahoe 26.6

https://support.apple.com/en-us/128067
146•andor•4h ago•90 comments

Fast Remediation Is the New Trust Model (JFrog and OpenAI Zero-Day Findings)

https://jfrog.com/blog/jfrog-and-openai-collaboration-on-zero-day-security-findings/
22•882542F3884314B•2h ago•8 comments

Solving Fermat: Andrew Wiles

https://www.pbs.org/wgbh/nova/proof/wiles.html
10•1970-01-01•17h ago•0 comments

Show HN: Scala Tutorials – interactive Scala 3 lessons in the browser

https://scalatutorials.com
35•eranation•3d ago•5 comments

What AI developers could learn from Charles Bukowski?

https://galjot.si/what-ai-developers-could-learn-from-charles-bukowski
20•sedovsek•1h ago•19 comments

A $500 RL fine-tune of a 9B open model beat frontier models on catalog review

https://fermisense.com/when-machines-take-the-wheel/
255•ilreb•12h ago•83 comments

Mondragon Corporation – a federation of co-operatives

https://en.wikipedia.org/wiki/Mondragon_Corporation
83•brnt•2h ago•8 comments

Over 150k Flights: Airlines Just Flew the Busiest Day in Recorded History

https://simpleflying.com/over-150000-flights-airlines-busiest-day-recorded-history/
25•cainxinth•1h ago•20 comments

Dolmenwood: Fantasy RPG built around the acclaimed Old-School Essentials rules

https://necroticgnome.com/collections/dolmenwood
11•doener•3d ago•3 comments

Benchmarking Opus 5 on SlopCodeBench

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/benchmarki...
348•dhorthy•15h ago•94 comments

Why a $154B CEO just endorsed stripping most Americans of voting rights

https://fortune.com/2026/07/27/shopify-ceo-voting-rights-stripping-americans-19th-century/
66•imzadi•27m ago•62 comments

Usenet Archive Toolkit – process Usenet messages into a searchable archive

https://github.com/wolfpld/usenetarchive
13•bilegeek•3h ago•0 comments

Ars Astronomica – English translations of rare Hebrew and Latin astronomy texts

https://arsastronomica.com/
92•sweisman•9h ago•25 comments

Vehicle Motion Cues

https://support.apple.com/guide/iphone/iphone-comfortably-riding-a-vehicle-iph55564cb22/ios
168•Austin_Conlon•13h ago•85 comments

Watching Go's new garbage collector move through the heap

https://theconsensus.dev/p/2026/07/19/observing-gos-garbage-collector-old-and-new.html
250•matheusmoreira•3d ago•35 comments

PyTorch: A Reference Language

https://docs.pytorch.org/devlogs/compiler/2026-07-25-pytorch-a-reference-language/
58•matt_d•9h ago•4 comments

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
9•csaguiar•2h ago•5 comments

TWC Classics

https://twcclassics.com/
27•stefanpie•5d ago•3 comments

Kimi K3 Now Available via Telnyx Inference API

https://telnyx.com/release-notes/kimi-k3-telnyx-inference
117•fionaattelnyx•15h ago•66 comments

UpCodes (YC S17) is hiring remote AE's to help make buildings cheaper

https://up.codes/careers?utm_source=HN
1•Old_Thrashbarg•21h ago
Open in hackernews

Show HN: Segue – Save context in one AI, load it in another by a short handle

https://segue.ai/
9•csaguiar•2h ago

Comments

fny•58m ago
This is dangerous.

You're sending your context to someone's relay in plain text and loading it in plain text.

Flavius•49m ago
Don't worry, they pinky promise not to save anything.
chmod775•29m ago
Isn't saving it kind of the point?
jensabacik•31m ago
What was your initial problem? I usually work with contexts where they were created, like code session in Cursor / chat in Claude app. When do you have the need to often transfer the history?
planb•28m ago
Why? "Summarize in detail what we're doing here and what we have done/learnt so far so another agent can continue" usually works and does not burn the full context length of tokens (uncached) in the new session.