smpl

joined 2 years ago
[–] smpl@discuss.tchncs.de 4 points 2 years ago

That's the funniest thing I've heard in a -1 years!

[–] smpl@discuss.tchncs.de 2 points 2 years ago (1 children)

If you still want to respect user privacy, your analytics software could use the port of the connection instead of IP as the identifier. It would be perfectly fine for determining simultaneus users from the same IP, but not invasive enough to monitor an individuals behaviour. Don't ask me which analytics software supports that. I'd grab the data from the http logs if it was me and use a tool like goaccess.

[–] smpl@discuss.tchncs.de 1 points 2 years ago

Hey I thought you we're going to use it on an N900! :P

[–] smpl@discuss.tchncs.de 1 points 2 years ago* (last edited 2 years ago)

There's a lot of tricks you can use in Makefiles. I recommend reading the infopages info make. If your .c and .h files really have the same name, you should be able to get away with this rule %.c: %.h, but it is worth it to read the infopages.

Also worth mentioning is gcc -MM filename.c which will generate a Makefile rule with the (non-system) headers included in filename.c.

Good luck with you project!

[–] smpl@discuss.tchncs.de 1 points 2 years ago (2 children)

..and which one would that be?

view more: ‹ prev next ›