Chris Finazzo

@chrisfinazzo
32 Followers
232 Following
803 Posts

@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…

Pi-hole, Unbound & Tailscale

How to configure a mesh VPN with your own DNS

0xmachos
What You See in the Finder Should Always Be Correct

The Finder should treat every bit of information it displays as though it’s as important as your bank account balance.

Daring Fireball

@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...)

@manton Is there a way to validate a JSON feed locally? Seems like extra work just to deploy my site only to find that the feed has an issue 🤔
Inner monologue: Caching and Service Workers exist.