Article URL: http://mcp-clb.markomo.me/
Comments URL: https://news.ycombinator.com/item?id=44416589
Points: 4
# Comments: 0

Article URL: https://spectrum.ieee.org/cell-tower-signals-can-improve-port-security
Comments URL: https://news.ycombinator.com/item?id=44416761
Points: 6
# Comments: 4
https://spectrum.ieee.org/cell-tower-signals-can-improve-port-security



I built a simple but effective Sharpe Ratio calculator that gives the full historical variation of it. Should I add other rations like Calmar and Sortino?
Comments URL: https://news.ycombinator.com/item?id=44414848
Points: 6
# Comments: 3
Article URL: https://blog.vbang.dk/2025/06/29/tools-i-love-mise/
Comments URL: https://news.ycombinator.com/item?id=44414987
Points: 94
# Comments: 37
Article URL: https://felix-knorr.net/posts/2025-06-29-rust-error-handling.html
Comments URL: https://news.ycombinator.com/item?id=44416157
Points: 5
# Comments: 0
https://felix-knorr.net/posts/2025-06-29-rust-error-handling.html

Article URL: https://github.com/kelindar/event
Comments URL: https://news.ycombinator.com/item?id=44413809
Points: 15
# Comments: 3
I recently built a small open-source tool to benchmark different LLM API endpoints — including OpenAI, Claude, and self-hosted models (like llama.cpp).
It runs a configurable number of test requests and reports two key metrics: • First-token latency (ms): How long it takes for the first token to appear • Output speed (tokens/sec): Overall output fluency
Demo: https://llmapitest.com/ Code: