Add daily email for 2024-12-17
RTFM
This commit is contained in:
parent
cafc42cf62
commit
d2434c506a
32
source/_daily_emails/2024-12-17.md
Normal file
32
source/_daily_emails/2024-12-17.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: RTFM
|
||||
date: 2024-12-17
|
||||
permalink: daily/2024/12/17/rtfm
|
||||
tags:
|
||||
- software-development
|
||||
cta: ~
|
||||
snippet: |
|
||||
Read The Friendly Manual
|
||||
---
|
||||
|
||||
I've recently been helping my son to learn to code in Python.
|
||||
|
||||
I've also bought a portable scanner so I can scan documents and add them to Paperless which is [running on my homelab][0].
|
||||
|
||||
I've been explaining to my son why he needs to read the error messages to understand why something isn't working, such as a syntax error or an undefined variable.
|
||||
|
||||
After plugging in my scanner and wondering why it wasn't showing in the gscan2pdf application, I found a switch to toggle an auto start setting.
|
||||
|
||||
If auto start is enabled, the scanner only works with its own software.
|
||||
|
||||
Once I disabled it, the scanner appeared.
|
||||
|
||||
## Here's the thing
|
||||
|
||||
Both of these situations were solved by doing the same thing.
|
||||
|
||||
RTFM.
|
||||
|
||||
Reading The "Friendly" Manual.
|
||||
|
||||
[0]: {{site.url}}/daily/2024/12/01/homelabbing-with-nixos
|
Loading…
Reference in a new issue