#lonely-runner-problem

[ follow ]
Running
fromWIRED
1 week ago

The 'Lonely Runner' Problem Only Appears Simple

The lonely runner problem conjectures that runners with unique paces will eventually be far from each other at least once.
fromInfoQ
2 weeks ago

Latency: The Race to Zero...Are We There Yet?

In the fintech industry we can link latency directly to profit and money. If I have lower latency than the competition, I can get to the better deals, I can make the better deals.
Venture
Roam Research
fromInfoQ
3 weeks ago

Bloom Filters: Theory, Engineering Tradeoffs, and Implementation in Go

Bloom filters efficiently reduce unnecessary lookups in storage systems by filtering out definite negatives, improving latency and resource allocation.
Science
fromTheregister
2 months ago

Dijkstra's algorithm won't be replaced in production routers

A new shortest-path algorithm avoids sorting to beat Dijkstra's performance, but its practical benefit depends on real routing scaling limits and implementation trade-offs.
fromArmin Ronacher's Thoughts and Writings
2 months ago

The Final Bottleneck

At that point, backpressure and load shedding are the only things that retain a system that can still operate. If you have ever been in a Starbucks overwhelmed by mobile orders, you know the feeling. The in-store experience breaks down. You no longer know how many orders are ahead of you. There is no clear line, no reliable wait estimate, and often no real cancellation path unless you escalate and make noise.
Software development
fromMedium
2 months ago

Algorithms Are Just Real Life, Formalized

Which Algorithm Is This? If you step back, this maps almost perfectly to the Top K Frequent Elements problem.We usually solve it for integers in a list. Here, the "elements" are audience profiles age and body-type combinations. First, define what an audience profile looks like: case class Profile(age: Int, height: Int, weight: Int) What we want is a function like this:
Scala
Miscellaneous
fromDevOps.com
2 months ago

I Learned Traffic Optimization Before I Learned Cloud Computing. It Turns Out the Lessons Were the Same. - DevOps.com

Cloud infrastructure requires understanding system behavior and costs to operate effectively at speed, similar to how skilled drivers anticipate conditions rather than simply driving fast.
[ Load more ]