2023-07-09 03:28:02 +07:00
<!doctype html>
< html >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "ie=edge" >
< title >
Blog
- rizaldy.today
< / title >
< link rel = "me" href = "https://edgy.social/@rizaldy" >
< link rel = "preconnect" href = "https://unpkg.com" >
< link rel = "preconnect" href = "https://api.fontshare.com" >
< link rel = "preconnect" href = "https://fonts.bunny.net" >
< link href = "https://unpkg.com/prismjs@1.29.0/themes/prism-tomorrow.min.css" rel = "stylesheet" >
< link href = "https://api.fontshare.com/v2/css?f[]=clash-display@1&f[]=sentient@1&display=swap" rel = "stylesheet" >
< link href = "https://fonts.bunny.net/css?family=jetbrains-mono:400" rel = "stylesheet" >
< link href = "/assets/css/reset.css" rel = "stylesheet" >
< link href = "/assets/css/style.css" rel = "stylesheet" >
< / head >
< body >
< main class = "l-container" >
< div class = "l-fragment" >
< h2 > Blog< / h2 >
< p > Technically a blog.< / p >
< article class = "c-article" > < div >
< h3 >
< a class = "u-no-underline u-underline--hover" href = "/blog/pac-is-actually-useful/" > Proxy Auto-Configuration (PAC) is actually useful< / a >
< / h3 > < p class = "c-article__meta-info" >
< time > Jul 05, 2023< / time > •
< span class = "c-article__meta-info-tag"
>< a class = "u-no-underline u-underline--hover" href = "#tailscale" > TAILSCALE< / a > < /span
>
< span class = "c-article__meta-info-tag"
>< a class = "u-no-underline u-underline--hover" href = "#proxy" > PROXY< / a > < /span
>
< / p > < p > So I just got my new Mac machine last week. It's just a small machine with 8 CPUs and 8 GB of memory. I've been thinking about buying one for a long time and now the time has come!< / p >
< / div > < div >
< h3 >
< a class = "u-no-underline u-underline--hover" href = "/blog/syncthing-anywhere-with-tailscale/" > Syncthing Anywhere With Tailscale< / a >
< / h3 > < p class = "c-article__meta-info" >
< time > Jan 04, 2022< / time > •
< span class = "c-article__meta-info-tag"
>< a class = "u-no-underline u-underline--hover" href = "#tailscale" > TAILSCALE< / a > < /span
>
< span class = "c-article__meta-info-tag"
>< a class = "u-no-underline u-underline--hover" href = "#syncthing" > SYNCTHING< / a > < /span
>
< / p > < p > I don't archive data very often but when I do it must be for a very important one. On the other hand, I somewhat don't trust " cloud" providers and would avoid them as much as I can since my paranoid level is kinda high.< / p >
< / div > < div >
< h3 >
< a class = "u-no-underline u-underline--hover" href = "/blog/expose-web-service-at-home-via-tailscale-for-fun/" > Expose Web Services at Home via Tailscale for Fun< / a >
< / h3 > < p class = "c-article__meta-info" >
< time > Oct 16, 2021< / time > •
< span class = "c-article__meta-info-tag"
>< a class = "u-no-underline u-underline--hover" href = "#tailscale" > TAILSCALE< / a > < /span
>
< / p > < p > I have a small homelab server at home running TrueNAS Core. My home network sits behind NAT and there are probably 3 routers in front of me.
< / div > < / article >
< / div >
< footer class = "c-footer u-clearfix" >
< div class = "c-footer__copyleft" >
< p class = "u-text-left" >
© MMXXIII Rizaldy. Any and all opinions listed here are my own and not representative of my
employers; future, past and present.
< / p >
< / div >
< div class = "c-footer__links" >
< ul >
< li > < a class = "u-no-underline u-underline--hover" href = "/" > About< / a > < / li >
< li > < a class = "u-no-underline u-underline--hover" href = "/blog" > Writings< / a > < / li >
< li > < a class = "u-no-underline u-underline--hover" href = "/colophon" > Colophon< / a > < / li >
< li >
2024-02-05 16:12:54 +07:00
< a class = "u-no-underline u-underline--hover" href = "https://github.com/faultables/rizaldy.today/commit/419894b"
>Source Code (419894b)< /a
2023-07-09 03:28:02 +07:00
>
< / li >
< / ul >
< / div >
< / footer >
< / main >
2023-11-26 18:16:53 +07:00
2023-07-09 03:28:02 +07:00
< / body >
< / html >