Feed aggregator
How AI is turning the Iran conflict into theater
Article URL: https://www.technologyreview.com/2026/03/09/1134063/how-ai-is-turning-the-iran-conflict-into-theater/
Comments URL: https://news.ycombinator.com/item?id=47313003
Points: 1
# Comments: 0
Show HN: Free, serverless Redis clone on Durable Objects (works w Upstash SDKs)
meowdis gives you an Upstash compatible Redis API that you can deploy yourself on Cloudflare + the Workers free plan gives you 5 GBs of free storage! Supports both single commands and pipelined requests.
Supported Redis commands:
strings: GET, SET, DEL, EXISTS, INCR, INCRBY, DECR, DECRBY, MGET, MSET
expiry: EXPIRE, EXPIREAT, TTL, PTTL, PERSIST
hashes: HGET, HSET, HDEL, HGETALL, HEXISTS, HKEYS, HVALS
lists: LPUSH, RPUSH, LPOP, RPOP, LRANGE, LLEN
sets: SADD, SREM, SMEMBERS, SISMEMBER, SCARD
utility: PING, DBSIZE, FLUSHDB, KEYS
SET options: NX, XX, GET, EX, PX, EXAT, PXAT, KEEPTTL
EXPIRE / EXPIREAT options: NX, XX, GT, LT
LPOP / RPOP options: count
Repository / deployment instructions: https://github.com/zion-off/meowdis
How it works:
1) there’s a compute layer (this can be anything) and a storage layer (a cloudflare durable object instance) 2) you send redis commands to the compute layer using either a) rest b) or upstash sdks (see upstash docs) 3) compute layer translates redis commands to sqlite queries 4) storage layer executes them in a transaction 5)results are returned back to you
post script disclaimer -- this started out as a side project where i was trying to work around fun constriants i made up (serverless, free, etc.). if you try it out and run into problems, bug reports are welcome !!
Comments URL: https://news.ycombinator.com/item?id=47312949
Points: 2
# Comments: 0
UK Cryptography Developer claims IP to protect UK National Security was stolen
Article URL: https://lists.libre-soc.org/pipermail/libre-soc-dev/2026-March/007164.html
Comments URL: https://news.ycombinator.com/item?id=47312946
Points: 2
# Comments: 1
Show HN: Tmuzika – terminal music player written in C (ncurses and GStreamer)
Hi HN,
I've been working on a small terminal music player for Linux called tmuzika.
It's written in C, uses ncurses for the terminal interface and GStreamer for audio playback. I started it mainly as a learning project to explore terminal UI development and multimedia handling on Linux.
Main features: - ncurses terminal interface - playlist support - shuffle and repeat modes - playlist search - radio stream playback
Source code: https://github.com/ivanjeka/tmuzika
Feedback from developers, suggestions, or contributions are very welcome.
Comments URL: https://news.ycombinator.com/item?id=47312939
Points: 1
# Comments: 0
The US tech giant is bidding for a £323m contract to replace the Post Office’s flawed Horizon IT system, a decade after its previous attempt was abandoned due to complexities
Leading Frontier Firm Transformation with Microsoft 365 E7
Article URL: https://partner.microsoft.com/en-us/blog/article/agent-365-announcement
Comments URL: https://news.ycombinator.com/item?id=47312236
Points: 1
# Comments: 0
The Cost of Indirection in Rust
Article URL: https://blog.sebastiansastre.co/posts/cost-of-indirection-in-rust/
Comments URL: https://news.ycombinator.com/item?id=47312226
Points: 1
# Comments: 0
Startup Wants to Launch a Space Mirror
Article URL: https://www.nytimes.com/2026/03/09/climate/space-mirror-satellite-solar.html
Comments URL: https://news.ycombinator.com/item?id=47312220
Points: 1
# Comments: 0
Ask HN: Is Cloudflare Down Again?
Tons of stuff offline right now at https://downdetector.com/
Comments URL: https://news.ycombinator.com/item?id=47312218
Points: 1
# Comments: 0
Show HN: ROLV – 20x faster MoE FFN inference on Llama 4 Maverick vs. cuBLAS
I benchmarked ROLV against dense cuBLAS on the actual Llama 4 Maverick MoE expert FFN layer (up_proj, 16384×5120, bfloat16) pulled directly from HuggingFace (model-00001-of-00084.safetensors). Numbers (Batch=512, 1000 iters, NVIDIA B200): Tokens/s: 369K (cuBLAS) → 7.66M (ROLV) — 20.7x faster TFLOPS (effective): 62 → 1,285 — 20.7x Time to First Token: 64.8ms → 0.37ms — 177x faster Energy: 232J → 43J — 81.5% savings ROLV exploits structured sparsity in MoE expert weights to skip large blocks of computation entirely, while producing canonically equivalent output (hash-verified). The TFLOPS figure is "effective" — computed as if doing the full dense multiply — so the 1285 TFLOPS isn't violating hardware peak; it's reflecting how much work was avoided. The TTFT speedup (177x) is especially relevant for interactive inference: MoE models spend a huge fraction of first-token latency in these expert projections, and collapsing that from 65ms to 0.4ms per layer changes what's possible for real-time applications. Verified with norm hashes at both ends (baseline and ROLV output) and a canonical check. Weights are real, not synthetic. Setup: PyTorch 2.8.0+cu128, CUDA 12.8, Python 3.12, NVIDIA B200.
Comments URL: https://news.ycombinator.com/item?id=47312202
Points: 1
# Comments: 0
Show HN: IceCubes – speaker-attributed meeting transcripts without a bot
Article URL: https://icecubes.app
Comments URL: https://news.ycombinator.com/item?id=47312197
Points: 1
# Comments: 0
Approximately 40% of prepaid value is never used
Article URL: https://www.nber.org/papers/w34918
Comments URL: https://news.ycombinator.com/item?id=47312193
Points: 1
# Comments: 0
Wegovy and Ozempic owner dealt blow as next drug is branded 'obsolete'
Article URL: https://www.theguardian.com/business/2026/feb/23/wegovy-ozempic-weight-loss-drug-novo-nordisk-cagrisema
Comments URL: https://news.ycombinator.com/item?id=47312184
Points: 2
# Comments: 0
How I Built Brickonomics: Smart Algorithms to Save Money on Lego
Article URL: https://thebrickblogger.com/2026/03/how-i-built-brickonomics-smart-algorithms-to-save-money-on-lego/
Comments URL: https://news.ycombinator.com/item?id=47312177
Points: 1
# Comments: 0
Iran Air and Missile War – Ballistic, Interceptors and Munition Stockpiles [video]
Article URL: https://www.youtube.com/watch?v=mP_rr859r8w
Comments URL: https://news.ycombinator.com/item?id=47312158
Points: 1
# Comments: 0
GNU, and the AI Reimplementations
Article URL: https://antirez.com/news/162
Comments URL: https://news.ycombinator.com/item?id=47312143
Points: 2
# Comments: 0
AI agents now help attackers, including North Korea, manage their drudge work
Article URL: https://www.theregister.com/2026/03/08/deploy_and_manage_attack_infrastructure/
Comments URL: https://news.ycombinator.com/item?id=47312131
Points: 2
# Comments: 0
Show HN: Monetize APIs for agentic commerce without accounts using Stripe
Article URL: https://github.com/stripe402/stripe402
Comments URL: https://news.ycombinator.com/item?id=47312126
Points: 2
# Comments: 0
Florida Judge Rules Red Light Camera Tickets Are Unconstitutional
Article URL: https://cbs12.com/news/local/florida-news-judge-rules-red-light-camera-tickets-unconstitutional
Comments URL: https://news.ycombinator.com/item?id=47312090
Points: 1
# Comments: 0
