frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zooming UIs in 2026: Prezi, impress.js, and why I built something different

58•tinchox6•3h ago•31 comments

Ask HN: How do you handle marketing as a solo technical founder?

4•lazarkap•28m ago•1 comments

Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw

1089•firloop•2d ago•826 comments

Upwork Inc. violates its own DMARC and SPF policy

8•tmcdos•10h ago•7 comments

Ask HN: How are you orchestrating multi-agent AI workflows in production?

4•swrly•8h ago•3 comments

Training mRNA Language Models Across 25 Species for $165

147•maziyar•5d ago•42 comments

Ask HN: SoTA of Context Building Methods

4•h4ch1•10h ago•1 comments

Ask HN: Is there any interest in a native Qt/C++ Discord client?

36•txtsd•4d ago•35 comments

Claude Code Down

79•theahura•6h ago•71 comments

Ask HN: Where are all the disruptive software that AI promised?

18•p-o•1d ago•17 comments

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

90•whoishiring•5d ago•378 comments

Ask HN: Who is hiring? (April 2026)

277•whoishiring•5d ago•385 comments

Ask HN: Any Interesting Niche Hobbies?

17•e-topy•1d ago•14 comments

Ask HN: Learning resources for building AI agents?

10•7e10•2d ago•5 comments

Ask HN: How do systems (or people) detect when a text is written by an LLM

41•elC0mpa•10h ago•60 comments

Write Your Own Copy

30•operatingthetan•1d ago•16 comments

Microsoft Discontinuing Publisher. Alternatives?

16•supliminal•1d ago•15 comments

Ask HN: I don't get why Anthropic is limiting usage

6•ud0•1d ago•6 comments

Ask HN: LLM-Based Spam Filter

4•michidk•1d ago•1 comments

Intelligence Cannot Be Trained?

9•hyperzzw•2d ago•4 comments

Ask HN: How Do You Relax?

20•azeirah•2d ago•24 comments

Anthropic to limit Using third-party harnesses with Claude subscriptions

19•guiyuwei•2d ago•8 comments

Skills to construct and read docs following the progressive exposure principle

5•Felix-Zhenghao•1d ago•1 comments

Third-party Claude harnesses will now draw from extra usage

15•iBelieve•2d ago•5 comments

Claude Peptides – slash commands to cut Claude Code token usage by 73%

5•alchaka•1d ago•3 comments

Ask HN: What dev tools do you rely on that nobody talks about?

49•crcsmnky•5d ago•39 comments

Stripe closed my UAE business account and is withholding $3.5K

27•alganzory•4d ago•7 comments

Lightweight IDE to Pair with Claude Code?

8•zupancik•2d ago•2 comments

Ask HN: How relevant is low code according to you in today’s world with Claude?

10•kinj28•4d ago•7 comments

Ask HN: What is your dev set up like?

15•break_the_bank•4d ago•28 comments
Open in hackernews

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

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

Comments

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