| Blog | https://chrisfinazzo.com |
| Hire Me | https://hirechrisfinazzo.com |
@siracusa In your Backup Vortex™️, have you ever used the same external disk with 2 machines?
Not a NAS like Synology, just a regular USB drive.
I’m fairly sure it can be done, but I wonder if this is just an invitation for APFS to corrupt itself.
@0xmachos I'm guessing this is still reasonably current info? 🧐
https://0xmachos.com/2021-05-10-Pi-hole-Unbound-and-Tailscale/
The last time I tried to get TS to play nicely with the others, it didn't go well…
@robb How do you generate the timestamps for App Defaults posts? My RSS feed is probably fine, but currently lists all pubDate values for a given date at 00:00:00 plus a timezone offset.
I should fix this, but just haven't gotten around to it yet and wondered if my entry would be out of order in the list.
@zachleat Does Eleventy have an "official" way to compile SCSS into regular CSS?
I'm trying this out while migrating a small microsite from ReactJS and finding that there are ~100 ways to do everything with Eleventy.
Previously, I would use an NPM script like the following to do the job:
"sass": "sass --watch --style=compressed src/sass/app.scss:public/css/app.css"
(I also need to get off @import and start with @use and @forward, but one step at a time...)