frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LLMs learn what programmers create, not how programmers work

28•noemit•12h ago•10 comments

Ask HN: Is using AI tooling for a PhD literature review dishonest?

7•latand6•11h ago•17 comments

Ask HN: Is anyone here also developing "perpetual AI psychosis" like Karpathy?

22•jawerty•14h ago•18 comments

Ask HN: AI productivity gains – do you fire devs or build better products?

103•Bleiglanz•1d ago•196 comments

Anonymize / de-identify LLM chat history export, post-processing

2•msiraj1•8h ago•0 comments

Veevo Health – book a CT angiogram to see plaque buildup in your arteries

4•arvindsr33•13h ago•2 comments

Ask HN: If there has been no prompt injection, is it safe?

4•sayYayToLife•18h ago•5 comments

Tell HN: MS365 upgrade silently to 25 licenses, tried to charge me $1,035

22•davidstarkjava•2d ago•8 comments

Tell HN: H&R Block tax software installs a TLS backdoor

144•yifanlu•3d ago•12 comments

Ask HN: Are you using OpenClaw or similar agents? How?

4•nclin_•1d ago•7 comments

Ask HN: How many of you are profiting with LLM wrapper apps?

12•general_reveal•18h ago•2 comments

SparkVSR: Video Super-Resolution You Can Control with Keyframes

3•steveharing1•1d ago•0 comments

Spotify playing ads for paid subscribers

149•IncandescentGas•5d ago•127 comments

Anyone know how long it will take to re-start Qatar's helium plants?

9•megamike•2d ago•5 comments

What would you do if you have AI software that may be transformers alternative?

2•adinhitlore•1d ago•4 comments

Ask HN: How much are you spending on AI coding at work?

7•habosa•1d ago•8 comments

Ask HN: Growth for me,is realizing how much I didn't know 6 months ago. Yours?

5•kathir05•1d ago•2 comments

Ask HN: How to get free/cheap Claude and AWS credits

4•jacAtSea•1d ago•6 comments

DietPi released a new version v10.2

2•StephanStS•17h ago•0 comments

Ask HN: How do you handle peer-to-peer discovery on iOS without a server?

6•redgridtactical•1d ago•5 comments

Ask HN: what’s your favorite line in your Claude/agents.md files?

15•khasan222•3d ago•11 comments

Ask HN: What do you look for in your first 10 hires?

29•neilk17•5d ago•34 comments

Structural Friction: A metric for human coordination cost

6•davidvartanian•3d ago•0 comments

Ask HN: Is vibe coding a new mandatory job requirement?

39•newswangerd•6d ago•79 comments

You've reached the end!

Open in hackernews

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

2•amichail•10mo ago
There seems to be no easy way to do this.

Comments

TowerTall•10mo 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•10mo ago
Can you exclude that folder but symlink the subfolder elsewhere and back that up instead?