frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is anyone experimenting with different ways of using LLMs for coding?

170•yehiaabdelm•1d ago•182 comments

Happy Independence Day

11•GauntletWizard•3h ago•2 comments

Ask HN: Who is hiring? (July 2026)

241•whoishiring•3d ago•306 comments

Ask HN: Since when does Craigslist's front page have emojis?

39•argee•3d ago•33 comments

Tell HN: Check your subscription renewals (VPNs, etc.). They cost too much

2•simonebrunozzi•2h ago•2 comments

Ask HN: Who wants to be hired? (July 2026)

147•whoishiring•3d ago•438 comments

Fable 5. Safety Taken to an Extreme

5•sergeysmirnov•10h ago•4 comments

How many failed startups have you launched?

18•steelebillings•1d ago•11 comments

Ask HN: Why are so many "AI evangelists" posting such insufferable content?

56•seattle_spring•1d ago•34 comments

Tell HN: Fewer PRs done with proper prompting, review, and refinement wins

6•tomerbd•22h ago•4 comments

Where can I find or get in contact with farmers specifically in the US?

2•strapchay•13h ago•4 comments

AI Is Boring

10•sverp•21h ago•8 comments

SponsorBlock Critical Security Vulnerabilities

3•IDIRIS•21h ago•4 comments

Claude Fable is useless for bioinformaticians

6•iqbal1980•22h ago•6 comments

Tell HN: Installing Cursor on iOS irreversibly changes your privacy settings

247•zkldi•3d ago•34 comments

Well it's been 3 years of unemployment and $250k in debt

7•buffer_overlord•1d ago•5 comments

Tell HN: Old Reddit now requires login

86•jay_kyburz•2d ago•17 comments

Cadreen – memory, governance, self-healing, and execution as one system

5•ope_john•20h ago•0 comments

Seattle Just Had an Earthquake

13•tobinfekkes•2d ago•9 comments

Ask HN: Where is the programming profession going?

166•syntaxbush•1w ago•183 comments

How do you test institutional (or algo) trades under real market conditions?

2•TradingReality•1d ago•0 comments

Ask HN: Procrastination with AI?

3•caprock•1d ago•1 comments

Ask HN: What did you fail at and what did you learn from it?

8•basilikum•20h ago•0 comments

Getting Rid of Scrolling

2•matteosaporiti•1d ago•1 comments

I'm opening VSCode less and less every day

21•othmanosx•2d ago•20 comments

Ask HN: Secure wrapper for coding agents?

20•rjzzleep•4d ago•19 comments

Ask HN: Possible issue impacting AWS Cloudwatch logs availability?

2•merek•1d ago•0 comments

Ask HN: Once you make your money from vibe coding innumerable products, then?

3•keepamovin•1d ago•11 comments

Ask HN: How do you get your open-source product good traction?

5•akarshhegde18•1d ago•3 comments

Rust sort_unstable_by with more complex closure unexpectedly shrunk binary

6•tracyspacy•2d ago•2 comments
Open in hackernews

Ask HN: Can you exclude ~/Library except for your iCloud Drive in macOS backups?

2•amichail•1y ago
There seems to be no easy way to do this.

Comments

TowerTall•1y ago
No, if you exclude a folder its children will also be excluded. You could Exclude everything else in ~/Library but that means that you have to maintain a long list of exclusions; any new folder you or macOS adds later will start getting backed up until you exclude it.

You can also mark sub‑folders with the "do not backup" xattr

xattr -w com.apple.metadata:com_apple_backup_excludeItem com.apple.backupd ~/Library/Caches (Time Machine picks this up automatically).

or you can switch to Carbon Copy Cloner. It allows you to build positive include rules

solardev•1y ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?