Live data from Hacker News

How to track and display profile views on GitHub

rushter.com

81–90 of 113 posts

Re: How to track and display profile views on GitHub

#81
post #68

Image hit counters! Who's going to build the github developer web ring? We need all the old things back.

If we’re going back to the 90s, can we re-embrace avoidance of proprietary Microsoft tools (GitHub) in favor of f/oss alternatives?

What do you recommend? There was one I remember seeing the name of here but I've forgotten

Re: How to track and display profile views on GitHub

#82
post #68

Earlier quoted context omitted.

If we’re going back to the 90s, can we re-embrace avoidance of proprietary Microsoft tools (GitHub) in favor of f/oss alternatives?

What do you recommend? There was one I remember seeing the name of here but I've forgotten

https://sourcehut.org/ the owner is a frequent hacker news poster.

Re: How to track and display profile views on GitHub

#83
post #68

Earlier quoted context omitted.

If we’re going back to the 90s, can we re-embrace avoidance of proprietary Microsoft tools (GitHub) in favor of f/oss alternatives?

What do you recommend? There was one I remember seeing the name of here but I've forgotten

Personally, I self-host Gitea. It works extremely well.

It has webhooks that tie nicely into my (also self-hosted) Drone (CI) and Mattermost (f/oss self-hosted Slack replacement) and CapRover (self-hosted Heroku) setups.

Re: How to track and display profile views on GitHub

#84
post #39
post #6

Earlier quoted context omitted.

I did some research before writing an article. GitHub started proxying images in 2014, and there are a lot of repositories that use this technique to keep their stats. I think GitHub is OK with that.

Re: proxy security concerns: >Unlike GitHub, most of them don't even bother proxying the image to hide IP, referrer, and browser agent. If you want to allow external images on your site, you must proxy them and hide everything about a person who requested it. > A person with bad intentions can trick a victim into opening your profile that looks completely legit and detect his IP and a browser. Can you explain this in…

The IP itself can be a very valuable information if you target famous people, politicians, criminals and so on.

Such people usually know, that clicking on random links is not safe.

Re: How to track and display profile views on GitHub

#85

Image hit counters! Who's going to build the github developer web ring? We need all the old things back.

[inserts gif of visitor counter spinning out of control] [also adds in some "under construction" gifs] I really wish I had some way to access my original AOL website. So many memories... and web ring links...

[deleted]

Re: How to track and display profile views on GitHub

#86
post #15

Friendly reminder that you can disable automatic downloading of remote images on emails on your phone and other email clients. People use it to track if you've read or not the email, engagement etc.

I find it saves tons of time and data as well. The emails are very condensed without (remote) images.

Re: How to track and display profile views on GitHub

#87
post #28

Unrelated badge ideas: 1. Write a watcher that periodically reports whether you’re actively using a coding-related app (Terminal, VS Code, etc.) to a server you control, and serve a “coding”/“not coding” badge on your profile page; (could even detect which project you’re working on, and display that;) 2. Write an Apple Watch app that periodically reports whether you’re asleep, and serve a “sleeping”/“awake”/“unknown”…

Would this Apple Watch app be able to detect increased heart rate and brisk hand movements? Asking for a friend.

What will one do with that bit of info?

Find out who's currently excited about demonstrating middle-out compression to one's mates? :-)

Re: How to track and display profile views on GitHub

#88
post #68

Earlier quoted context omitted.

If we’re going back to the 90s, can we re-embrace avoidance of proprietary Microsoft tools (GitHub) in favor of f/oss alternatives?

What do you recommend? There was one I remember seeing the name of here but I've forgotten

nginx+git+cgit

Re: How to track and display profile views on GitHub

#89
post #34

First I heard about a readme for your profile page. So the facebook-ification of GitHub progresses? At what point is LinkedIn going to be merged into GitHub? (Only partially /s)

It's just gone live in the last day or so. The designer talked about it here a few weeks ago: https://twitter.com/pifafu/status/1265773172520914944 Personally I don't see much reason for this to be implemented via a git repository (rather than a text field in a database, like the existing Bio text), other than "we're GitHub, everything's a git repository, so why not". At the moment, it's a single-file repository. Per…

> Weirdly at the moment it's required to be a public repository.

I guess they didn't want any past private repository to have its README public just because they added a profile feature.

Re: How to track and display profile views on GitHub

#90
post #34

First I heard about a readme for your profile page. So the facebook-ification of GitHub progresses? At what point is LinkedIn going to be merged into GitHub? (Only partially /s)

It's just gone live in the last day or so. The designer talked about it here a few weeks ago: https://twitter.com/pifafu/status/1265773172520914944 Personally I don't see much reason for this to be implemented via a git repository (rather than a text field in a database, like the existing Bio text), other than "we're GitHub, everything's a git repository, so why not". At the moment, it's a single-file repository. Per…

> This seems counterproductive: if it's my personal information blurb I don't much want other people looking at its history and I certainly don't want them forking it.

Taken to its logical conclusion, this would mean you're opposed to the existence of web archives (which you probably aren't).

Post reply on HN