Live data from Hacker News

Show HN: Posters of Your GitHub Contributions

commitprint.com

1–10 of 80 posts

Re: Show HN: Posters of Your GitHub Contributions

#6
post #2

Hey yall, looks like it's being hugged to death right now... I'm trying to keep up!

What part of your process is the bottle neck? Are you rendering the posters server side?

From the page...

    [...] because I'm rendering actual JPGs server-side so that the prints will be identical to the previews. I could probably do it much faster if I did it all client-side with SVGs, but I went with what I already knew. Maybe v2.0 will be more awesome.

Re: Show HN: Posters of Your GitHub Contributions

#7
post #2

Hey yall, looks like it's being hugged to death right now... I'm trying to keep up!

What part of your process is the bottle neck? Are you rendering the posters server side?

Turns out every part of my process is the bottleneck, ha.

I'm fetching the user's history from GH, which is working OK at best right now, and also rendering them server side.

So... 0 for 2.

Re: Show HN: Posters of Your GitHub Contributions

#8

Earlier quoted context omitted.

What part of your process is the bottle neck? Are you rendering the posters server side?

From the page... [...] because I'm rendering actual JPGs server-side so that the prints will be identical to the previews. I could probably do it much faster if I did it all client-side with SVGs, but I went with what I already knew. Maybe v2.0 will be more awesome.

Thanks, I didn't see that.

Re: Show HN: Posters of Your GitHub Contributions

#9
post #2

Hey yall, looks like it's being hugged to death right now... I'm trying to keep up!

Hey, great work!

Similar to my project https://commits.io

Shoot me an email (ortuna AT gmail) if you want to compare notes. I've done a lot of work on how to get those generation times down.

Re: Show HN: Posters of Your GitHub Contributions

#10
post #9
post #2

Hey yall, looks like it's being hugged to death right now... I'm trying to keep up!

Hey, great work! Similar to my project https://commits.io Shoot me an email (ortuna AT gmail) if you want to compare notes. I've done a lot of work on how to get those generation times down.

Awesome, thanks ortuna! Definitely will do.
Post reply on HN