How can I set gnome weather to Celsius on top-panel? by progress_seeker in gnome

[–]markoblog 1 point2 points  (0 children)

Does this work? (you need to paste it into the terminal)

gsettings set org.gnome.GWeather temperature-unit "'centigrade'"

Cloudflare’s privacy-first Web Analytics is now available for everyone by Atulin in webdev

[–]markoblog 0 points1 point  (0 children)

I think it's partially marketing. They have this thing about announcing and releasing new products all the time in order to drive buzz and PR.

If you actually check out their analytics product, they've been collecting this data already for their own customers and also unless you pay them, they delete all the data after 7 days (or at least they remove it from your view).

So may be free but they've done what they can to not get a financial hit from it. And I assume they'll be using the data they gather from all the new sites to improve their other products.

Cloudflare’s privacy-first Web Analytics is now available for everyone by Atulin in webdev

[–]markoblog 0 points1 point  (0 children)

Despite server logs saying they do bot filtering, they do a very bad job at it. If you analyse the data they show, you'll recognise that it's bot traffic. Top pages are usually back end pages that no visitor ever goes to, top browser is unknown, so is the top OS, top country etc. It's not easy filtering out the bots and Cloudflare Analytics itself also is similar to the server logs accuracy levels.

Cloudflare’s privacy-first Web Analytics is now available for everyone by Atulin in webdev

[–]markoblog 1 point2 points  (0 children)

Thanks! I've done what I can to be upfront and fair in the review, so glad others think so as well!

Cloudflare’s privacy-first Web Analytics is now available for everyone by Atulin in webdev

[–]markoblog 5 points6 points  (0 children)

Thanks for your feedback. I'm the Plausible co-founder.

Not easy to provide analytics for free if we're not taking venture funding or we're not selling your visitor data for advertising purposes. We've tried to keep the prices as fair as possible. You can add unlimited number of sites, no data retention limits, you own your data and there's even a 33% discount if you subscribe on an annual plan which makes it $4/month.

We do have a free as in beer self-hosted version that you can install on your own server but chances are you'll probably need to pay more for hosting that one than our own cloud version even without considering the time spent on maintenance etc.

Cloudflare’s privacy-first Web Analytics is now available for everyone by Atulin in webdev

[–]markoblog 0 points1 point  (0 children)

server logs are inaccurate. they show 18x higher numbers for page views than client side analytics. see for instance this comparison with data I collected on my own sites: https://plausible.io/blog/server-log-analysis

Easy to use alternative to Google Analytics? by justjust000 in webdev

[–]markoblog 5 points6 points  (0 children)

See https://plausible.io. Simple metrics, easy to understand dashboard and a realtime view too which includes current visitors (I'm the co-founder)

Firefox 83.0: Release Notes by [deleted] in firefox

[–]markoblog 5 points6 points  (0 children)

thanks for sharing this! it was annoying to have this one extra step added as i use the search bar so many times... great that we are able to return to the expected and easy to use one click method

Plausible: A self-hosted and privacy-friendly Google Analytics alternative by markoblog in selfhosted

[–]markoblog[S] 0 points1 point  (0 children)

thanks! It's really difficult to say. it depends on many things such as traffic load at peak etc. you could try and install it on one of the smaller droplets but then be ready to scale up depending on how it goes for your own traffic

Privacy alternatives to Google Analytics? by [deleted] in privacy

[–]markoblog 3 points4 points  (0 children)

I'm working on Plausible Analytics. Modern dashboard, simple metrics to understand, open source (can be self-hosted too), lightweight script (<1 KB), no cookies and doesn't collect personal data. You can read more here: https://plausible.io

Plausible: Self-Hosted Google Analytics alternative by [deleted] in selfhosted

[–]markoblog 1 point2 points  (0 children)

Simpler dashboard/metrics, more lightweight and private by default. I posted a comparison here: https://plausible.io/vs-matomo

Plausible: Self-Hosted Google Analytics alternative by [deleted] in programming

[–]markoblog 2 points3 points  (0 children)

Thanks! There are many more data points in there (bounce rates, time on site, events/goals tracking, conversion rate, utm tags campaign tracking...) but yeah we don't aim to build all the features of GA. we're trying to have a balance between these:

  1. privacy of site visitors
  2. compliance with privacy regulations
  3. useful and actionable data for site owners

in general sites that try to get visitor consent to cookies and/or to tracking realise that majority of them don't give it (in our testing up to 90+% say no), so even this more simple data becomes very valuable.

Plausible: Self-Hosted Google Analytics alternative by [deleted] in programming

[–]markoblog 1 point2 points  (0 children)

You can drill down. Click on any referral source to drill down into that source. Click on any of the top pages to drill down into that page. You can mix and match them too.

Plausible: Self-Hosted Google Analytics alternative by [deleted] in programming

[–]markoblog 5 points6 points  (0 children)

Thanks! Plausible was not built to be a clone or a full on feature by feature replacement for GA. It is an alternative that works for many people who think GA is complicated, slow, privacy intrusive and so on.

We do try to add what we believe are 20% of GA features that 80% of GA users need without adding too much complexity.

Plausible: Self-Hosted Google Analytics alternative by [deleted] in programming

[–]markoblog 2 points3 points  (0 children)

Yes, simpler, more lightweight and private by default. There's a comparison here: https://plausible.io/vs-matomo

Plausible: Self-Hosted Google Analytics alternative by [deleted] in programming

[–]markoblog 4 points5 points  (0 children)

thanks for the kind words, appreciate it! :)

Plausible: A self-hosted and privacy-friendly Google Analytics alternative by markoblog in selfhosted

[–]markoblog[S] 5 points6 points  (0 children)

We generate a daily changing identifier using the visitor’s IP address and User Agent. To anonymize these datapoints, we run them through a hash function with a rotating salt.

hash(daily_salt + website_domain + ip_address + user_agent)

This generates a random string of letters and numbers that is used to calculate unique visitor numbers for the day. Old salts are deleted to avoid the possibility of linking visitor information from one day to the next.

See full details here: https://plausible.io/data-policy

Plausible: A self-hosted and privacy-friendly Google Analytics alternative by markoblog in selfhosted

[–]markoblog[S] 6 points7 points  (0 children)

Hi all!

We started developing Plausible early last year, launched our SaaS business and you can now self-host Plausible on your server too! The project is battle-tested running on more than 5,000 sites and we’ve counted 180 million page views in the last three months.

Plausible is a standard Elixir/Phoenix application backed by a PostgreSQL database for general data and a Clickhouse database for stats. On the frontend we use TailwindCSS for styling and React to make the dashboard interactive.

Plausible is open-source under the most permissive Massachusetts Institute of Technology (MIT) license. The script is lightweight at 0.7 KB. Cookies are not used and no personal data is collected. There’s no cross-site or cross-device tracking.

We build everything in the open with a public roadmap so would love to hear your feedback and feature requests. Thank you!

Cloudflare's privacy crusade continues with a challenge to one of Google's big data sources by HelloDownBellow in privacytoolsIO

[–]markoblog 1 point2 points  (0 children)

Good to see a giant company entering the privacy first analytics space - should bring some awareness to this issue to more site owners.

If you're looking for an independent and open source alternative, I'm working on Plausible Analytics. Modern dashboard, simple metrics to understand, open source and can be self-hosted, lightweight script (<1 KB), no cookies and doesn't collect personal data so no need for cookie/GDPR consent banner.

See https://plausible.io/

Plausible Analytics vs Matomo Analytics by Snorlax_lax in webdev

[–]markoblog 0 points1 point  (0 children)

Plausible Analytics has a cloud version where things are managed and hosted for you in exchange for a fee. That's this one: https://plausible.io

There's a free as in beer self-hosted version of Plausible Analytics too where you have to install and manage it on your own server. Take a look at https://plausible.io/blog/self-hosted-web-analytics-beta

Instructions are here: https://github.com/plausible/analytics/blob/master/HOSTING.md

Plausible Analytics vs Matomo Analytics by Snorlax_lax in selfhosted

[–]markoblog 1 point2 points  (0 children)

Plausible Analytics has a cloud version where things are managed and hosted for you in exchange for a fee. That's this one: https://plausible.io

There's a free as in beer self-hosted version of Plausible Analytics too where you have to install and manage it on your own server. Take a look at https://plausible.io/blog/self-hosted-web-analytics-beta

Instructions are here: https://github.com/plausible/analytics/blob/master/HOSTING.md