Urgent.News

What's breaking now, across thousands of outlets.

Tech

I replaced Google Keep with an open-source notes app, and I wish I'd done it sooner

An extremely convincing Keep replacement

I replaced Google Keep with an open-source notes app, and I wish I'd done it sooner

We haven't written up this one. XDA Developers has the full story — the link below goes straight to it.

This story

This is one outlet's version. Read the fullest account.

Read the original at xda-developers.com →

More in Tech

Cron jobs: the tiny line that runs half your backend

Every backend has a few jobs nobody looks at. The nightly backup. The 9 AM report. The script that deletes old files. Each one is a single line of cron. They work fine for months.

  • Cron jobs are background code lines on Unix machines performing backups, reports, and deletions.
  • Cron job syntax includes minute, hour, day of month, month, day of week, and command.
  • Misunderstanding cron's range and interval syntax can lead to incorrect scheduling.

More from Sunday 27 September →