Into the Personal-Website-Verse (2019)
111–120 of 206 posts
Re: Into the Personal-Website-Verse (2019)
#112Following on from this excellent article, would other HN users care to share the URLs of their personal webspaces? Mine is: http://www.jaruzel.com (yes, I know it's not SSL'd!)
Re: Into the Personal-Website-Verse (2019)
#113Following on from this excellent article, would other HN users care to share the URLs of their personal webspaces? Mine is: http://www.jaruzel.com (yes, I know it's not SSL'd!)
https://amtunlimited.github.io/2020/01/20/nothing-is-finishe...
Re: Into the Personal-Website-Verse (2019)
#114Following on from this excellent article, would other HN users care to share the URLs of their personal webspaces? Mine is: http://www.jaruzel.com (yes, I know it's not SSL'd!)
Has been around since the early days of the web.
Re: Into the Personal-Website-Verse (2019)
#115Re: Into the Personal-Website-Verse (2019)
#116Earlier quoted context omitted.
My blog is always a struggle sorting the esoteric docs of Hugo, but my website is plain vanilla HTML and is always refreshing to work on after a week of webpacked JavaScript: http://www.calebjay.com Topics: frontend, bootcamps, motorcycling, traveling Incidentally, I'm investigating simple ways to display my favorite photography on my site, but I've not figured out yet a good UI or system for that.
For photos on your website, are you talking about resizing, presentation, or stripping metadata? For resizing and metadata stripping, try the "sharp" npm package. It's fast, well documented, and based on libvips. For pulling metadata, try the "exiftool-vendored" npm package (or just use exiftool directly as a CLI). For presentation, know that srcset is now widely implemented. https://developer.mozilla.org/en-US/docs/…
I meant presenting. Like, should I do a fatty grid? Organize by trip? Etc.
As for srcset I use it on my blog but something about Hugo causes my images to rotate.... Sometimes. Lol.
Re: Into the Personal-Website-Verse (2019)
#117Following on from this excellent article, would other HN users care to share the URLs of their personal webspaces? Mine is: http://www.jaruzel.com (yes, I know it's not SSL'd!)
Re: Into the Personal-Website-Verse (2019)
#118The author is right, one day, all these services will be gone, unless you control a domain name and self publish, you are risking a lot.
Re: Into the Personal-Website-Verse (2019)
#119Re: Into the Personal-Website-Verse (2019)
#120Following on from this excellent article, would other HN users care to share the URLs of their personal webspaces? Mine is: http://www.jaruzel.com (yes, I know it's not SSL'd!)
Amazing piece btw