Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

231–240 of 257 posts

Re: Ask HN: Share your personal site

#232
post #195
post #25

I'm proud of a lot of things about my site, but maybe the domain most of all: https://xavd.id It's written with Gatsby and hosted on Netlify (which handles the build step without configuration). I picked Gatsby because I wanted to use react/preprocessors, but also wanted to be able to "just write" (and MDX lets me do both of those). It also has a vibrant plugin ecosystem and is JS based (vs Ruby, which my previous si…

Hey I love your reading tracking, care to share your tracking / reading process? Any reason you use airtable over, say, Goodreads?

Thank you for the kind words!

I find the Goodreads UI _incredibly_ busy. Here's what I saw when I logged in just now: https://cdn.zappy.app/76d7cba6b409f0aa9310214401d11db9.png

It's nice to see what my friends are reading, but it's always trying to recommend me books, sell me things, etc. It makes sense (it's why Amazon bought them) but it I found it mostly got in the way of what I wanted out of it- a spreadsheet with pre-filled information. Also it's dumb, but I wanted to rate books on a 4-point scale, and theirs is out of 5.

I used to use a gSheet for this (with columns for title, author, day start/end, and review), but I wanted a way to source rich info. So I combined Zapier, the google books API, and an npm package I wrote to count the words in an epub (https://github.com/xavdid/epub-wordcount/) and fed all that info into Airtable. It sounds like a lot of work, but I set it up years ago and it's been happily humming along.

Now I have exactly the tracking system I want, and it's not at the whim of decisions on any product roadmaps.

Re: Ask HN: Share your personal site

#234
post #210
post #105

My blog is https://lukesalamone.github.io Nothing too fancy, just a static hugo site on github pages. I'm most happy with the search that I added, which all happens client-side. The index is only about 129 KB so I'll probably never hit a practical download size limit either. And because it's happening in the browser it's very responsive. If anyone is curious about the details I also wrote about that here: https://luk…

What's the blog template? look really slick.

Thanks. It's a modded version of a theme called "Hello Friend Ng".
Post reply on HN