Live data from Hacker News

GitHub-events-viewer a.k.a. "What did I do yesterday?"

github.com

11–20 of 22 posts

Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"

#12
This, combined with the possibility to also show events from gitlab would be really nice, since for work I work with gitlab (which I like better than github).

Gitlab also has an api to do this: https://docs.gitlab.com/ee/api/events.html - so should probably be doable to add it.

Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"

#14
post #13

I just want to point out that this is using jQuery 1.11.3 which is and odd choice imo.

I wonder if they just started on codepen with a random snippet, that so happened to have an old jQuery, and then went on with it. I've done that before, where I find a codepen snippet, and iterate over it, without caring for what versions used on it.

Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"

#17
post #11

Monday I have nothing to do. Tuesday I have nothing to do. Wednesday I have nothing to do. Thursday I have nothing to do. Friday I have nothing to do.

"Have the KPIs of my life failed to grow year over year?"

GitHub has no idea what I did yesterday and I intend to keep it that way.

Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"

#18
post #8

Would be a great CLI tool. I am not super fond of sharing a a github token on a website.

Git Log has a `--since` and `--until` flags where you can specify dates. It also accepts relative times, like `yesterday` and `last week`. I've found it very handy before meetings.

I had a cron that would aggregate the Git contributions my team made which I’d summarize and share out to leadership at the end of each week. I’m sure with an off the shelf LLM the entire process could be automated now.

Re: GitHub-events-viewer a.k.a. "What did I do yesterday?"

#20
post #8

Would be a great CLI tool. I am not super fond of sharing a a github token on a website.

Git Log has a `--since` and `--until` flags where you can specify dates. It also accepts relative times, like `yesterday` and `last week`. I've found it very handy before meetings.

Yeah. But the OP tool shows activity like commenting on issues, etc.
Post reply on HN