frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Onetone – A PHP full-stack framework with AI runtime, ORM, CLI

2•wowowoasdf•5m ago•1 comments

Start coding in Cursor, finish in Claude – full context follows you

https://github.com/Intina47/context-sync/releases/tag/v0.5.0
1•mambacodes•6m ago•2 comments

Sebastien Bubeck: Another twist in the Erdős problems story

https://twitter.com/SebastienBubeck/status/1980804267524116569
3•mathfan•7m ago•0 comments

the unplug project

https://weunplugged.org/
1•gregmadocks•7m ago•0 comments

US Efforts to Contain Xi's Push for Tech Supremacy Are Faltering (2024)

https://www.bloomberg.com/graphics/2024-us-china-containment/
1•kaycebasques•7m ago•1 comments

China Against China: Xi Jinping Confronts the Downsides of Success

https://www.foreignaffairs.com/china/against-china-xi-jinping-jonathan-czin
2•kaycebasques•9m ago•1 comments

Boa release v0.21 – a new release of Boa, a JavaScript engine written in Rust

https://boajs.dev/blog/2025/10/22/boa-release-21
2•todsacerdoti•11m ago•0 comments

Ask HN: Best practices for research code?

1•Eugeleo•12m ago•0 comments

Solve Puzzles with Light

https://groober.itch.io/my-light-spirit
1•electrodisk•12m ago•0 comments

I built a context management plugin and it CHANGED MY LIFE

https://old.reddit.com/r/ClaudeCode/comments/1odoo3k/i_built_a_context_management_plugin_and_it/
2•thedotmack•16m ago•1 comments

Corner crossing remains legal after Supreme Court rejects appeal

https://wyofile.com/corner-crossing-remains-legal-across-much-of-the-west-after-supreme-court-rej...
2•nkurz•19m ago•0 comments

Dr. Dre Interviews Quincy Jones

https://www.vibe.com/music/music-news/dr-dre-quincy-jones-beats-1-radio-interview-375230/
2•handfuloflight•22m ago•0 comments

Nvidia's H100 GPUs are going to space– space based solar-powered AI data centers

https://www.tomshardware.com/tech-industry/first-nvidia-h100-gpus-will-reach-orbit-next-month-cru...
1•pseudolus•28m ago•0 comments

Word Hy-phen-a-tion by Com-put-er [pdf]

https://www.tug.org/docs/liang/liang-thesis.pdf
1•oliverkwebb•29m ago•0 comments

How to make immigration palatable in a populist age

https://www.economist.com/finance-and-economics/2025/10/22/how-to-make-immigration-palatable-in-a...
4•petethomas•34m ago•1 comments

Ask HN: Doing moral work as software engineer?

2•rk65536•40m ago•2 comments

China's chipmakers are cleverly innovating around America's limits

https://www.economist.com/science-and-technology/2025/10/22/chinas-chipmakers-are-cleverly-innova...
2•pseudolus•42m ago•1 comments

Redistributing Git with Nostr

https://fiatjaf.com/18ff5416.html
3•todsacerdoti•45m ago•0 comments

Claim-Check Pattern

https://learn.microsoft.com/en-us/azure/architecture/patterns/claim-check
2•teleforce•51m ago•0 comments

Two Black Holes Observed Circling Each Other

https://www.universetoday.com/articles/two-black-holes-observed-circling-each-other-for-the-first...
1•bikenaga•52m ago•1 comments

Meta lays off 600 from "bloated" AI unit

https://www.cnbc.com/2025/10/22/meta-layoffs-ai.html
3•holden_nelson•53m ago•0 comments

Power from Quantum Space via the Casimir Effect

https://www.casimirspace.com/tech
1•dillonshook•53m ago•0 comments

Battery Storage Boom Faces Its Biggest Test Yet

https://oilprice.com/Energy/Energy-General/Battery-Storage-Boom-Faces-Its-Biggest-Test-Yet.html
1•PaulHoule•55m ago•0 comments

Quad

https://ridealso.com/products/quad
1•prawn•58m ago•0 comments

Netflix Earnings Hit by Brazil Tax Blow

https://www.marketscreener.com/news/netflix-earnings-hit-by-brazil-tax-blow-ce7d5ddbda8bff2d
2•mgh2•1h ago•0 comments

NextSilicon reveals new processor chip in challenge to Intel, AMD

https://www.reuters.com/business/nextsilicon-reveals-new-processor-chip-challenge-intel-amd-2025-...
3•simojo•1h ago•0 comments

Apple confirms pulling controversial dating apps Tea and TeaOnHer from App Store

https://techcrunch.com/2025/10/22/apple-confirms-it-pulled-controversial-dating-apps-tea-and-teao...
5•haunter•1h ago•0 comments

Trump Team Plans IRS Overhaul to Enable Pursuit of Left-Leaning Groups

8•throw0101a•1h ago•2 comments

Best strategies to grow from 300 –> 1000 users?

https://opus.cafe/goal/jj/26
1•eastoeast•1h ago•1 comments

GM will ditch Apple CarPlay and Android Auto on all its cars, not just EVs

https://www.theverge.com/transportation/804562/gm-apple-carplay-android-auto-gas-cars-mary-barra
12•cwmartin•1h ago•14 comments
Open in hackernews

A question about memory management

1•alex77456•2h ago
Not trying to start an argument - genuinely curious, and would like to hear from people more knowledgeable than me.

Every discussion about pagefile, swap, virtual memory, ssd wear, having exessive ram, etc, seemingly always boils down to "ssd's are cheap, you'll never run out of writes, please turn pagefile back on and stop worrying about it". I know the truth is somewhere in the middle, (and was not 'worrying' in the first place) so just couldn't go along with it.

(I'll simplify while keeping it truthful) I have 32 gb of ram. Disabled pagefile as an experiment. Allocated a 4gb ramdisk for personal use. Under heavy load, memory hungry apps were indeed occasionally crashing, leaving 'low virtual memory' event log entries. Ram usage never exceeded about 75%. From what i could find, lack of continuous allocation seems to be the culprit. So i added a 2gb pagefile on the same ramdisk. Not a single hiccup since.

I feel like i've been gaslit. Am I missing something? I'm not suggesting everyone to start disabling their pagefile/swap, but surely memory management could be better than what we have now? I've not tested on linux yet but have a feeling will see a similar result.

Comments

p_ing•2h ago
> I know the truth is somewhere in the middle

Don't disable the page file, if you have 32GiB RAM, it's usage will generally be low unless you're doing something 'heavy', at which point if you're regularly doing that, add more RAM. Some applications absolutely require a page file and will not function without one (Adobe Photoshop is or was one of them).

The truth is not in the "middle". The truth is you should ignore people who peddle uninformed advice on the Internet about how to "optimize" your computer when they themselves don't understand the NTVMM.

alex77456•1h ago
So in the described scenario, what advantage does an ssd-backed pagefile has over a ramdisk-backed one? Assuming the same sizes.

Because the common recommendation is "you need at least a few GB swap". We can change the total ram amount to 64 or 128.