frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Let's make quality the norm again

https://www.forbrukerradet.no/short-life/
30•ingve•31m ago•12 comments

I can't stop thinking about Papua New Guinea

https://notnottalmud.substack.com/p/why-i-cant-stop-thinking-about-papua
219•networked•4h ago•65 comments

How much of F-Droid is LLM generated?

https://tintotint.eu/whacky-corner/f-droid_slop/
17•_ZeD_•43m ago•4 comments

iOS 27, iPadOS 27, and macOS 27

https://www.apple.com/newsroom/2026/09/major-updates-for-apples-software-platforms-are-now-availa...
614•throw0101d•16h ago•697 comments

Alternatives to MinIO for single-node local S3

https://rmoff.net/2026/01/14/alternatives-to-minio-for-single-node-local-s3/
17•rmoff•2h ago•13 comments

OpenArm: An open-source 7DOF humanoid arm

https://github.com/enactic/OpenArm
99•Lwrless•1d ago•20 comments

Linux from Scratch

https://www.linuxfromscratch.org/
194•sippingabonedry•6h ago•64 comments

Pion, an agent designed to run any company autonomously

https://andonlabs.com/blog/why-we-built-pion
413•lukaspetersson•17h ago•514 comments

4,400-Year-Old Tomb of Egyptian Judge Found at Saqqara with Colors on Walls

https://arkeonews.net/4400-year-old-tomb-of-an-egyptian-judge-found-at-saqqara-with-colors-still-...
140•arunbahl•2d ago•40 comments

Charts built for Chat

https://dbtcharts.com/blog/charts-built-for-chat/
232•thingsilearned•13h ago•72 comments

XCancel service is suspended until further notice

https://xcancel.com/#
646•gaganyaan•1d ago•943 comments

Lingo.dev (YC F24) is hiring a senior content engineer (Remote, worldwide)

https://lingo.dev/en/careers/ff88132a-cb79-4d35-a6a0-a6230de7a013
1•maxpr•3h ago

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
12•iamsyr•2h ago•6 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
99•poltora•2d ago•17 comments

US confirms for first time it has deployed space weapons

https://www.bbc.com/news/articles/ck790xg41ygro
52•harporoeder•6h ago•27 comments

Dropping eBPF CPU Cost by About 90% with Memoization (Not AI Gen)

https://nathannaveen.dev/posts/dropping-ebpf-cpu-cost-by-90/
120•nathannaveen•20h ago•27 comments

OpenAI bots knew about the RubyGems caching vulnerability

https://tenderlovemaking.com/2026/09/11/what-a-time-to-be-alive/
466•gregnavis•21h ago•376 comments

A beginning for mathematics

https://www.daniellitt.com/blog/2026/9/13/a-beginning-for-mathematics/
227•robinhouston•18h ago•125 comments

Distributed Systems Classics (2017)

https://nvartolomei.com/dist-sys-classics/
308•grep_it•18h ago•68 comments

Compressing a flag to 11 bits

https://read.vantezzen.io/miniflags
151•bennett_dev•2d ago•59 comments

High-performance garbage collection for C++

https://v8.dev/blog/high-performance-cpp-gc
47•motownphilly•22h ago•6 comments

Glyph Immersive

https://glyph.kateander.com/
7•ikers•3d ago•1 comments

Forgotten Woodlands

https://storymaps.arcgis.com/stories/9b790daf22ba4e87836f467abb1c7e49
66•NaOH•3d ago•22 comments

Ubuntu 26.10 completes transition to Rust-based coreutils

https://www.omgubuntu.co.uk/2026/09/ubuntu-2610-rust-coreutils-complete
194•theanonymousone•20h ago•199 comments

Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS

https://github.com/JamesRyanATX/fcbnerd
75•fretlessjazz•11h ago•18 comments

Ask HN: What are you working on? (September 2026)

338•david927•1d ago•1038 comments

Principles for Fast Tokio Applications

https://dial9-rs.github.io/blog/principles-for-fast-tokio-applications/
217•carllerche•19h ago•52 comments

People who can't picture anything are rewriting the science of imagination

https://dailyneuron.com/aphantasia-mental-imagery-brain-network/
174•giuliomagnifico•21h ago•249 comments

Synthesizing Loop-Free Programs with Rust and Z3 (2020)

https://fitzgen.com/2020/01/13/synthesizing-loop-free-programs.html
16•karelpeeters•3d ago•0 comments

Backprop Alternative: Augmented Lagrangian Predictive Coding

https://pub.sakana.ai/pc-alm/
102•guld•16h ago•34 comments
Open in hackernews

The k-server conjecture is true

https://arxiv.org/abs/2609.15979
12•iamsyr•2h ago

Comments

gwt4life•23m ago
Explain to me like im 5.
zygentoma•12m ago
It's not really like you're 5, but the third sentence of the introduction makes it really understandable:

> The problem’s definition is simple: There are k servers located at points of a metric space. At each time step, a request arrives at a point of the metric space. An online algorithm must serve the request immediately by moving a server to the requested location, without knowledge of future requests. The goal is to minimize the total distance traveled by servers.

So metric space is anything where you can measure a distance, so you know the distances between all servers and the distance from the request to all servers. Could be direct distance, could be travel time …

Easiest to just imagine just some (eg. n=5) servers on a plane. A request pops up somewhere on the plane. Which server do you move there, such that the total distance moved by servers is as low as possible in the end after a sequence of requests.

fxwin•8m ago
I feel like the paper itself does a fairly good job:

> The [k-server] problem’s definition is simple: There are k servers located at points of a metric space. At each time step, a request arrives at a point of the metric space. An online algorithm must serve the request immediately by moving a server to the requested location, without knowledge of future requests. The goal is to minimize the total distance traveled by servers.

> The k-server conjecture states that a deterministic online algorithm can achieve competitive ratio k on every metric space.

I only had to look up what "competitive" means in this context, and wikipedia [0] had this to say about it:

> An algorithm is competitive if its competitive ratio—the ratio between its performance and the offline algorithm's performance—is bounded.

The ratio by which this performance is bounded for a k-competitive algorithm is k (plus some constant) [1]. We can consider the analogy of k support technicians ("servers) located in different locations (in metric space): The conjecture/theorem states that in any metric space (Not necessarily two- or three-dimensional), there exists an online algorithm that results in travelled distances of no more than roughly k times that of the optimal distance if all requests were known in advance.

[0] https://en.wikipedia.org/wiki/Competitive_analysis_(online_a...

[1] https://www14.in.tum.de/personen/albers/papers/brics.pdf Section 1.1

jdw64•19m ago
Wow, so AI can actually help with difficult problems like this. If that's really true, I mean. Lately I've been feeling that the ability to choose the right problem matters a lot. It's a game where the people who use AI to stake out these problems first have the advantage—so of course the people who were sustained by scientific discussion and community knowledge transfer would feel sad about it, right?

But it's really fascinating.

jdw64•9m ago
Looking at the recent discussions on Hacker News about AI solving difficult problems, it seems there are specific types of mathematical challenges where AI truly excels.

It appears to be relatively good at problems where finding the initial answer is difficult, but verifying whether a candidate answer is correct is easy. In particular, AI feels very strong in matching-type problems, almost like fuzz testing. As seen in Terence Tao's conversations, it has a massive advantage in rapidly substituting and testing various models.

Given these strengths, I feel it would be highly effective for problems like the Hadamard matrix of order 668, the Lonely Runner conjecture, and the Graceful Tree conjecture.

Perhaps the unsolved problems I mentioned will be cracked in the near future? It is fascinating.

pyentropy•6m ago
> Hadamard matrix of order 668

Solved? https://epoch.ai/frontiermath/open-problems/hadamard