Feed aggregator
AMD RDNA4 Instruction Set Architecture [pdf]
Microsoft updates support page with alternatives to Publisher
Article URL: https://www.neowin.net/news/microsoft-updates-support-page-with-alternatives-to-the-soon-to-be-retired-publisher/
Comments URL: https://news.ycombinator.com/item?id=43287897
Points: 1
# Comments: 1
EU OS: Community-led Proof-of-Concept for a free OS for the EU public sector
Article URL: https://eu-os.gitlab.io/
Comments URL: https://news.ycombinator.com/item?id=43287889
Points: 6
# Comments: 2
The Wrongful Exoneration of Adnan Syed: A Straightforward Murder Case
Article URL: https://quillette.com/2023/05/22/the-wrongful-exoneration-of-adnan-syed-i/
Comments URL: https://news.ycombinator.com/item?id=43287851
Points: 1
# Comments: 0
Collections: What Do Historians Do?
Article URL: https://acoup.blog/2025/03/07/collections-what-do-historians-do/
Comments URL: https://news.ycombinator.com/item?id=43287847
Points: 1
# Comments: 0
Bitcoin's Fatal Flaw: Why Financial Surveillance Is Inevitable Without Privacy
Article URL: https://substack.com/home/post/p-158569486
Comments URL: https://news.ycombinator.com/item?id=43287839
Points: 1
# Comments: 1
Claude Malhuret, Senator of the French Republic, on What Is Happening in the US
Article URL: https://www.youtube.com/watch?v=wmDVrV7QRrU
Comments URL: https://news.ycombinator.com/item?id=43287834
Points: 2
# Comments: 0
Ladder: Self-Improving LLMs Through Recursive Problem Decomposition
Article URL: https://arxiv.org/abs/2503.00735
Comments URL: https://news.ycombinator.com/item?id=43287821
Points: 2
# Comments: 0
Larry Wall Quotes
Article URL: https://quotefancy.com/larry-wall-quotes
Comments URL: https://news.ycombinator.com/item?id=43287809
Points: 1
# Comments: 1
Powerdrill AI
Article URL: https://powerdrill.ai/
Comments URL: https://news.ycombinator.com/item?id=43287800
Points: 1
# Comments: 1
It begins: Pentagon to give AI agents a role in decision making, ops planning
Article URL: https://www.theregister.com/2025/03/05/dod_taps_scale_to_bring/
Comments URL: https://news.ycombinator.com/item?id=43287791
Points: 4
# Comments: 0
Donald Trump signs executive order for Strategic Bitcoin Reserve
Article URL: https://cointelegraph.com/news/donald-trump-signs-executive-order-strategic-bitcoin-reserve
Comments URL: https://news.ycombinator.com/item?id=43287785
Points: 3
# Comments: 1
Smile Like Zuck
Article URL: https://smilelikezuck.com/
Comments URL: https://news.ycombinator.com/item?id=43287784
Points: 2
# Comments: 0
Lambda Form in React
How about writing this in React? I'm a bit stuck on passing parameters.
```tsx import { useEffect, useState } from "react";
function HookRender({ render }: { render(): React.ReactNode }) { return render(); }
function Demo() { const [list, setList] = useState< { id: number; text: string; }[] >([]); return ( <> {list.map((item) => { return ( { const [a, setA] = useState(0); useEffect(() => { //do something }, [a]); return {item.text}; }} /> ); })} ); } ```
Comments URL: https://news.ycombinator.com/item?id=43287775
Points: 1
# Comments: 0
Boosting GPS and 911 for the USA
Article URL: https://www.fcc.gov/news-events/blog/2025/03/05/boosting-gps-and-911-usa
Comments URL: https://news.ycombinator.com/item?id=43287773
Points: 2
# Comments: 0
Beware the man whose handwriting sways like a reed in the wind
Article URL: https://www.lrb.co.uk/the-paper/v47/n04/anne-carson/beware-the-man-whose-handwriting-sways-like-a-reed-in-the-wind
Comments URL: https://news.ycombinator.com/item?id=43287770
Points: 1
# Comments: 1
Surface-Stable Fractal Dithering Explained [video]
Article URL: https://www.youtube.com/watch?v=HPqGaIMVuLs
Comments URL: https://news.ycombinator.com/item?id=43287750
Points: 1
# Comments: 1
GSM8K-Platinum: Revealing Performance Gaps in Frontier LLMs
Article URL: https://gradientscience.org/gsm8k-platinum/
Comments URL: https://news.ycombinator.com/item?id=43287742
Points: 1
# Comments: 0
What This Country Needs is an 18¢ Piece (2003) [pdf]
Article URL: https://graal.ens-lyon.fr/~abenoit/algo09/coins1.pdf
Comments URL: https://news.ycombinator.com/item?id=43287738
Points: 1
# Comments: 0
Meta accelerates voice-powered AI push
Article URL: https://www.ft.com/content/a1014427-c2ce-4204-b41a-001277309cea
Comments URL: https://news.ycombinator.com/item?id=43287732
Points: 1
# Comments: 1