Live data from Hacker News

Viewing profile — temp0198209812

temp0198209812

HN member
Joined
Wed, Apr 11, 2018, 10:22 AM UTC
HN karma
4
Public activity
1 items

About temp0198209812

No profile information was provided.

Recent public activity

  1. comment
    Comment #16809647

    You can leverage the existing sunrise-sunset function to determine if it is day on night and change your theme accordingly. (defun daytime? () (sunrise-sunset) (let ((range (mapcar…