Koko Analytics – An open-source analytics plugin for WordPress

Koko Analytics – An open-source analytics plugin for WordPress that does not use any external services and respects your visitors’ privacy.

view a demo of Koko Analytics here.

Features

  • Plug and play. After activating the plugin, stats will be collected right away.
  • No external services. Any data about your visitors never leaves your site.
  • No personal information or anything that could lead back to a specific visitor is tracked.
  • Fast. Koko Analytics can handle thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
  • Option to not use any cookies while still being able to determine returning visitors and unique pageviews.
  • Option to exclude certain user roles from being tracked.
  • Option to automatically delete older data.
  • Built-in blacklist to filter referrer spam.
  • Compatible with pages served from cache.
  • Compatible with AMP powered pages.
  • Completely open source (GPLv3 licensed).
  • GDPR compliant by design.

ReMarkable

https://github.com/reHackable/awesome-reMarkable

jbeard4 15 hours ago
I have been very happy with my ReMarkable 1, and have ordered the ReMarkable 2.0.Hacker News might be interested in the active development community around the device: https://github.com/reHackable/awesome-reMarkable The device is open. It’s just an embedded linux device. You can ssh into it, and run arbitrary code. The SDK is based on Qt. You can also connect a keyboard to it over a USB-on-the-go port.I have been imagining porting a lightweight Qt-based virtual terminal to the device and using it as an e-ink unix terminal. Alas, I have not yet had the cycles to complete this project.

https://remarkable.com/#Watch_the_video

Composing Programs – Python 3 in the tradition of SICP

http://composingprograms.com/pages/11-getting-started.html

From HN https://news.ycombinator.com/item?id=11465234:

This is the textbook used for the introductory CS course (CS61A) at Berkeley. The course material is available at http://cs61a.org (The course uses Python 3, Scheme, and SQL). There are some neat projects (students are working on building a Scheme interpreter now)

Previous Hacker News Discussions:

https://news.ycombinator.com/item?id=3491142

https://news.ycombinator.com/item?id=3141996

Overall, SICP in Python 3 is first rate. I highly recommend it to anyone wanted to improve their sophistication with Python and programming in general.

The exercises and demonstrations in each section quickly build from an elementary introduction up to powerful examples accompanied by clear explanations. I especially like the explanatory diagrams.

Thank you to the authors for your craftsmanship and for making it available on-line.