frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is anyone using the A2A protocol?

76•asim•22h ago•39 comments

Ask HN: What tools are you using for AI-assisted code review?

18•agos•15h ago•12 comments

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

1300•cloudking•3d ago•552 comments

Anthropic confident of re-enabling Mythos, Fable 5 access 'in coming days'

8•getbowtied•13h ago•4 comments

Ask HN: I'm lost. How can I define ICP (Ideal Customer Profile)?

3•snowhy•14h ago•6 comments

Ask HN: Is there a way to stop the animated Google Doodles?

10•arnejenssen•15h ago•11 comments

Ask HN: Conflicted about founding engineer role

5•gondolin1683•13h ago•14 comments

Ask HN: How are thinking efforts implemented?

103•simianwords•1w ago•31 comments

Ask HN: Do you find vibe coding / agentic engineering to be fulfilling?

8•uejfiweun•14h ago•8 comments

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

436•iliashad•4d ago•114 comments

Ask HN: How do you find new books to read?

4•ahmedfromtunis•11h ago•3 comments

Ask HN: How do you effectively communicate or present?

6•hnthrow10282910•12h ago•5 comments

Ask HN: What are you working on? (June 2026)

310•david927•4d ago•1131 comments

Ask HN: Opus and regression with patterns not included in trainng data

2•dleech•14h ago•4 comments

Ask HN: Do we even need code anymore?

3•lasky•15h ago•14 comments

How much $ you spend for AI to code?

4•raghuu•16h ago•4 comments

Ask HN: What's a prompt you've written that you're genuinely proud of?

10•akashwadhwani35•1d ago•5 comments

Ask HN: Why hasn't there been a real competitor to Ticketmaster yet?

264•mdni007•1w ago•240 comments

Ask HN: Best resources for learning how to build a forum back end?

3•jupr•17h ago•3 comments

Ask HN: Whats the best and small open source model?

3•hairymouse•17h ago•2 comments

Ask HN: Has anyone had success with SBIR grants and what is the process like?

10•lyfeninja•1d ago•8 comments

Ask HN: Favorite text heavy blogs that are a joy to read?

120•joshmarinacci•1w ago•30 comments

Ask HN: Looking for a CI/CD project for my local lab

4•q8zd3•21h ago•9 comments

AWS Bedrock to require sharing data with Anthropic for Mythos and future models

427•TomAnthony•1w ago•255 comments

Ask HN: Are other people seeing a spike in IT problems with businesses?

14•PaulHoule•1d ago•11 comments

AI Tokenmaxxing and Hypomania

6•karthikeyankc•21h ago•5 comments

Ask HN: Want to build something open source on nights and weekends together?

39•vira28•1w ago•18 comments

Notes on DeepSeek

211•vinhnx•1w ago•141 comments

Reviews have become expensive, rewrites have become cheap

82•_z6bq•3d ago•74 comments

Ask HN: Would it be useful to have a slop button in addition to flag?

41•BugsJustFindMe•1w ago•23 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?