Feed aggregator
A simple L7 proxy for vLLM that manages LoRA adapter storage via NVMes
Article URL: https://github.com/shayonj/loraplex
Comments URL: https://news.ycombinator.com/item?id=47302057
Points: 1
# Comments: 0
BlackBird – a fast desktop media player built with Electron, Vite and SQLite
Article URL: https://github.com/jaccon/blackbird-player
Comments URL: https://news.ycombinator.com/item?id=47302044
Points: 1
# Comments: 1
Most of the US economy is in a recession
Article URL: https://www.businessinsider.com/recession-economy-us-tech-wall-street-strategist-investing-stocks-market-2026-3
Comments URL: https://news.ycombinator.com/item?id=47302022
Points: 2
# Comments: 0
Why One Artist Transcribed All 900-Plus Pages of 'Moby-Dick' by Hand
Article URL: https://www.nytimes.com/2026/03/04/t-magazine/bethany-collins-moby-dick.html
Comments URL: https://news.ycombinator.com/item?id=47301976
Points: 2
# Comments: 1
So You Want to Do Agentic Development
Article URL: https://taoofmac.com/space/blog/2026/03/08/2130
Comments URL: https://news.ycombinator.com/item?id=47301974
Points: 1
# Comments: 0
Show HN: Warp_cache – SIEVE cache in Rust for Python, 25x faster than cachetools
I built warp_cache, a thread-safe Python caching decorator backed by a Rust extension (PyO3). It's designed as a drop-in replacement for functools.lru_cache.
The main ideas:
- SIEVE eviction (NSDI'24) instead of LRU — scan-resistant, up to 21.6% fewer cache misses on real workloads - The entire cache lookup happens in a single Rust __call__ — no Python wrapper overhead - Thread-safe out of the box: GilCell under the GIL, sharded RwLock under free-threaded Python (3.13+) - Cross-process shared memory backend via mmap (9.7M ops/s across processes) - 16–23M ops/s single-threaded, 25x faster than cachetools, 1.6x faster than lru_cache + Lock under multi-threaded load
Migration from lru_cache is one line:
-from functools import lru_cache +from warp_cache import cache -@lru_cache(maxsize=128) +@cache(max_size=128) Benchmarks and eviction quality comparisons are in the repo.
Comments URL: https://news.ycombinator.com/item?id=47301973
Points: 1
# Comments: 0
Detection Is Not Protection: What WAF Detection Mode Does (and Doesn't)
Sewage-filled Potomac river risks ruining America's birthday
Article URL: https://www.telegraph.co.uk/us/news/2026/03/07/poop-filled-potomac-river-risks-ruining-americas-birthday/
Comments URL: https://news.ycombinator.com/item?id=47301943
Points: 3
# Comments: 0
70% of Australian teens are getting around the social media ban
Article URL: https://twitter.com/matthewlesh/status/2030006855485780334
Comments URL: https://news.ycombinator.com/item?id=47301911
Points: 1
# Comments: 1
Ur Programming Language
Article URL: https://en.wikipedia.org/wiki/Ur_(programming_language)
Comments URL: https://news.ycombinator.com/item?id=47301909
Points: 2
# Comments: 0
Show HN:File converter that works with your Wi-Fi turned off
Article URL: https://oneweeb.com/
Comments URL: https://news.ycombinator.com/item?id=47301876
Points: 1
# Comments: 0
The Accidental Invention of the Lifesaving Pacemaker (2019)
Article URL: https://www.saturdayeveningpost.com/2019/09/the-accidental-invention-of-the-lifesaving-pacemaker/
Comments URL: https://news.ycombinator.com/item?id=47301867
Points: 2
# Comments: 0
Aiswitch – switch between Claude, OpenAI, Gemini and Copilot accounts in one cmd
Article URL: https://github.com/anmolnagpal/aiswitch
Comments URL: https://news.ycombinator.com/item?id=47301856
Points: 1
# Comments: 1
What Is MyBatis?
Article URL: https://mybatis.org/mybatis-3/
Comments URL: https://news.ycombinator.com/item?id=47301855
Points: 2
# Comments: 0
Drone strikes raise doubts over Gulf as AI superpower
The 2026 Global Intelligence Crisis
Article URL: https://www.citadelsecurities.com/news-and-insights/2026-global-intelligence-crisis/
Comments URL: https://news.ycombinator.com/item?id=47301843
Points: 1
# Comments: 0
CachyOS March 2026 Release
Article URL: https://cachyos.org/blog/2603-march-release/
Comments URL: https://news.ycombinator.com/item?id=47301834
Points: 1
# Comments: 0
Hit and Run
Article URL: https://randsinrepose.com/archives/hit-and-run/
Comments URL: https://news.ycombinator.com/item?id=47301824
Points: 1
# Comments: 0
Dave Farber, 'Grandfather of the Internet', dies at 91
Article URL: https://www.nytimes.com/2026/02/14/technology/david-farber-dead.html
Comments URL: https://news.ycombinator.com/item?id=47301819
Points: 6
# Comments: 1
Cakelisp
Article URL: https://macoy.me/code/macoy/cakelisp/src/branch/master/doc/Cakelisp.org
Comments URL: https://news.ycombinator.com/item?id=47301445
Points: 1
# Comments: 0
