Live data from Hacker News

Into the Personal-Website-Verse (2019)

matthiasott.com

111–120 of 206 posts

Re: Into the Personal-Website-Verse (2019)

#113
post #4

Following 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!)

I don't really have a rest-of-the-site, but I just launched the first post of my new blog

https://amtunlimited.github.io/2020/01/20/nothing-is-finishe...

Re: Into the Personal-Website-Verse (2019)

#115
post #4

Following 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!)

http://t3x.org Has been around since the early days of the web.

That's very green. :)

Re: Into the Personal-Website-Verse (2019)

#116
post #78

Earlier 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/…

Thanks for the tips.

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)

#117
post #4

Following 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!)

If you're into lambda calculus or artificial life, then here is a landing page I made for several of my (and contributors) projects. You have here a lambda calculus parser and graphic rewrites reducer, a collection of artificial life animations which you can replay in js, graphical quines, presentations slides, you name it.

https://chemlambda.github.io/index.html

Re: Into the Personal-Website-Verse (2019)

#118
post #3

The 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.

I'm not convinced that owning a domain name is that reliable. Facebook is less likely to let their registration lapse in the next 30 years than I am.
Post reply on HN