frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Being a Japanese Politician [video]

https://www.youtube.com/watch?v=AHDvVhfU1Og
1•surprisetalk•10m ago•0 comments

Gradients Are the New Intervals

https://www.mattkeeter.com/blog/2025-05-14-gradients/
1•surprisetalk•12m ago•0 comments

Generation of giga-electron-volt proton beams by micronozzle acceleration

https://www.nature.com/articles/s41598-025-03385-x
1•zeristor•12m ago•1 comments

I Made a Chair

https://milofultz.com/2025-05-27-i-made-a-chair.html
1•surprisetalk•13m ago•0 comments

Georgists Valued Land in the 1900s

https://progressandpoverty.substack.com/p/how-georgists-valued-land-in-the
1•surprisetalk•14m ago•0 comments

Show HN: Web dev is still fun if you want it to be

https://github.com/jchester/bobotw
1•jacques_chester•14m ago•0 comments

Saying Goodbye to Glitch

https://pketh.org/bye-glitch.html
2•surprisetalk•14m ago•0 comments

Estimating Logarithms

https://obrhubr.org/logarithm-estimation
1•surprisetalk•14m ago•0 comments

Amazon rainforest adjusts to long-term experimental drought

https://www.nature.com/articles/s41559-025-02702-x
1•PaulHoule•15m ago•0 comments

Try Flux.1 Kontext to Edit Images for Free

https://fluxcontext.org
1•Equal46•16m ago•0 comments

Italian Brainrot

https://en.wikipedia.org/wiki/Italian_brainrot
1•jruohonen•17m ago•0 comments

Show HN: Scrubbler: A special player to learn piano from synesthesia videos

https://emrahdiril.com/scrubbler/
1•emrah•19m ago•0 comments

Wwwwwwwww.jodi.org

http://wwwwwwwww.jodi.org
2•jameslk•21m ago•1 comments

Ask HN: How do I learn practical electronic repair?

2•juanse•22m ago•0 comments

How Online Access to Medical Abortion Pills Is Changing in the U.S.

https://medium.com/@irinaweindorf/where-to-really-buy-mtp-kit-online-88c006018788
1•IrinaWeindorf00•37m ago•0 comments

What if C++ had decades to learn?

https://www.collabora.com/news-and-blog/blog/2025/05/21/what-if-c-plus-plus-had-decades-to-learn/
2•andrewshadura•43m ago•0 comments

Show HN: C implementation of Karpathy's micrograd and with a Python Interface

https://github.com/bthndmn12/lamba
1•batuhandumani•43m ago•0 comments

Show HN: Make Your Chat Visually Interactive

https://www.prochat.dev/
2•sandeshnaroju•44m ago•0 comments

Show HN: Dagu 1.17-beta – Run complex workflows without the Airflow complexity

https://github.com/dagu-org/dagu
2•yohamta•45m ago•0 comments

AI Responses May Include Mistakes

https://www.os2museum.com/wp/ai-responses-may-include-mistakes/
42•userbinator•49m ago•15 comments

Taylor Swift Buys Back and Will Reissue First Six Albums

https://variety.com/2025/music/news/taylor-swift-buys-rights-first-six-albums-shamrock-1236413964/
1•homarp•49m ago•0 comments

Show HN: I built a free Chrome extension to merge and split PDF files

https://chromewebstore.google.com/detail/pdf-merge-and-split-tool/jaeaclinfbdclcfapopmeimibdfallck
1•puskark4•1h ago•0 comments

Losing the War for the Free Internet

https://anarc.at/blog/2025-03-21-losing-war-internet/
4•pabs3•1h ago•0 comments

Summarize YouTube videos with natural language

https://app.osly.ai
1•jahaskell•1h ago•0 comments

Federal Authorities Probe Effort to Impersonate White House Chief of Staff

https://www.wsj.com/politics/policy/federal-authorities-probe-effort-to-impersonate-white-house-chief-of-staff-65da0d59
1•NN88•1h ago•1 comments

Traffic meter per ASN without logs

https://anarc.at/blog/2025-05-30-asncounter/
1•pabs3•1h ago•0 comments

Ask HN: Is it all becoming ChatGPT now?

3•doctorpangloss•1h ago•3 comments

New Jersey Turnpike Authority Removing All Superchargers from Turnpike

https://twitter.com/TeslaCharging/status/1928498999549637029
2•josephcsible•1h ago•2 comments

Show HN: Online Compass

https://onlinecompass.io/
2•artiomyak•1h ago•0 comments

Step-by-Step Interpreter Visualization

https://hereket.com/tiny/interpreter-debugger/
2•libcheet•1h ago•0 comments
Open in hackernews

Windows 11 Start Menu Revealed as Resource-Heavy React Native App

https://winaero.com/windows-11-start-menu-revealed-as-resource-heavy-react-native-app-sparks-performance-concerns/
36•fidotron•1d ago

Comments

benoau•1d ago
Probably vibe-coding and blindly accepting without realizing it introduced a new stack...
msgodel•1d ago
Really incredible how each new version of Windows somehow manages to be a regression from the last version while remaining a usable and popular operating system.
MonkeyClub•1d ago
I think the "how" is answered with advances in hardware performance.

The consequence is that we have the same (or worse) perceived performance for new (and better) hardware.

fredoralive•1d ago
Microsoft 1995: No, the taskbar clock can't show seconds as that causes an unacceptable overhead on a 16MHz 386SX with 4MB of RAM.

Microsoft 2025: Lets write the start menu in fucking react, who cars about anything like RAM, CPU or common sense.

duxup•1d ago
Is this Microsoft’s AI initiative at work?
smileybarry•1d ago
This has been making the rounds on Twitter and the story never dies despite being essentially false. (Backed by “I hit Start and got a CPU spike”)

Just the “Recommended” section - the lower frame showing M365 files & frequent apps - is built with React Native[1]. And, AFAIK, it uses Microsoft’s React Native for Windows that renders real XAML components, so it’s not just a masquerading WebView or something.

The Start Menu itself is still C++ and XAML. (And I think WinUI 2, i.e. the system-included variation of WinUI) It’s not just all a web thing or a JS-backed React Native app.

1: https://youtu.be/kMJNEFHj8b8?t=4m47s

tanseydavid•1d ago
Is that supposed to make us feel better about the fact that there are noticeable performance issues with it?
smileybarry•1d ago
No, it's supposed to refute the title & assumption of the article linked here.
kyriakos•1d ago
just shows that the platform/tool/framework are not always the problem and that you can write bad code with anything
bni•1d ago
Windows user interface is getting worse and worse. It's been a trend since the last good NT version, Windows 2000. Since then everything is a mess of inconsistencies and UI experiments.
sixtram•1d ago
I'm just wondering, if AI replaces programmers, will our super AI also fix all the slowness and bugs in current software?

I saw an Anthropic Claude guy talk about how AI will replace most programmers within 2-3 years, but definitely by the end of this decade. I suppose an additional data center of AI agents could also fix all known bugs.

benterix•1d ago
> will our super AI also fix all the slowness and bugs in current software?

If the OS you are using is open, then yes, that's doable and we were doing that also before the AI era. With a closed OS, the only thing you have is hope.

JohnFen•1d ago
> I saw an Anthropic Claude guy talk

When people from genAI companies are speculating about the future of AI, remember that they have a heavy bias and large economic incentive to say things like that. You can't take their statements at face value.

diego_moita•1d ago
Probably there's more than that.

I've been using WinDbg to debug a kernel driver and have seen a few React Native messages popping up on WinDbg's console.

dustbunny•1d ago
The decay of the start menu into a laggy, unpredictable surface for advertising is perhaps the pinnacle of windows' downfall. Conversely, MacOS's reputation as a great UX is perhaps largely driven by favorable comparison to the fractured mess of Windows.
milliams•1d ago
Software is a gas: https://blog.codinghorror.com/software-its-a-gas/
theyknowitsxmas•1d ago
Install OpenShell