My Homepage Has a Pulse
snehankekre.com
My Homepage Has a Pulse
1–10 of 16 posts
Re: My Homepage Has a Pulse
#2Re: My Homepage Has a Pulse
#3I was wondering about the heartbeat updates and replaying the data in "real-time" the next day is a really nice touch and allows a single deployment a day.
Re: My Homepage Has a Pulse
#4Re: My Homepage Has a Pulse
#5Right now the HR is showing 48 bpm, so this has the fun side effect of demonstrating that the author is in pretty good shape.
Re: My Homepage Has a Pulse
#6A fun idea. I've been playing with all sorts of ideas for static websites and trying to figure out ways to make them feel more "live". I was wondering about the heartbeat updates and replaying the data in "real-time" the next day is a really nice touch and allows a single deployment a day.
The 24h replay started as a constraint and turned into the design. Anything closer to live means a server holding a websocket open and my watch draining its battery to feed it. My homepage is markdown and a GitHub Action, and I wanted to keep it that way.
Re: My Homepage Has a Pulse
#7there is a neko too! :D
Re: My Homepage Has a Pulse
#8Re: My Homepage Has a Pulse
#9Heh, my personal blog has exactly the same thing for a while. I always wondered if I died would a reader know before anybody IRL would?
I just started thinking about that yesterday, but I don't have many readers yet. My wife would definitely notice, though!
> my personal blog has exactly the same thing for a while
Woo, I'm not alone :) How did you go about implementing it? Was it live in real-time or delayed by a day like mine, and why did you decide to eventually remove it?