HN user

step21

17 karma
Posts0
Comments9
View on HN
No posts found.

It is still improved. The actually also want to add this kind of check-in (almost done) but it might be blocked by apple/google as the terms of use of the contact tracing API forbids use of additional data.

Neither is right. CCC also has security experts as members, which sometimes comment publicly. In general however, it is the parent organization for local hacker spaces (though it is possible to be member on only local or only CCC level). And many local spaces are also called ccc-xy. Wnd their interests.

the terrible chaos that is npm

I don't get how anyone can call it beautiful and productive. Ever take over/inherit some 'older' node code and try to update it or even get to work... it is hell. Even worse if it is from the time when there were competing forks of nodejs, so you have to try to figure out which it prefers. And maybe even then it won't run. (probably because npm's version notation can be unpredictable, so npm install still installs a version that breaks something even though it shouldn't)