Live data from Hacker News

I moved my digital stack to Europe

monokai.com

71–80 of 661 posts

Re: I moved my digital stack to Europe

#71

Google Analytics --> Matomo Matomo charges 22 euros for 50k hits/month.[0] Basically, it's unusable for anything other than a hobby site - especially with the number of crawlers nowadays. If you self host for free, you're missing basically all of the good parts of web analytics such as funnel analysis as they lock all of those features being paid subs. [0] https://matomo.org/pricing/

Sorry for the self-promotion, just wanted to mention that I'm actively working on https://vemetric.com and will soon provide a self-hosted version as well. Maybe it's interesting for some of you :)

Re: I moved my digital stack to Europe

#73
A pragmatic article, always nice. I was surprised that gitlab and github was stillton the list. For me moving to self hosted forgejo was one of the easiest transition i had. But i did not have complex CI/CD needs

Re: I moved my digital stack to Europe

#74
post #69

I switched to Protonmail a month ago. It is patently inferior to gmail. Every day I get annoyed by some weakness in the UI that google had apparently just always solved without me ever having to think about it. For example, reading long email chains in the proton UI is horrific. I don't know what google did that made it natural to read and proton does so badly, but it is painful to read these long chains of emails. A…

This is actually a pretty interesting observation as GMail, when it first came out, was just as clunky as all the other webmail clients. At the time, everyone was used to Yahoo!, MSN, etc. and Google was the odd one out with their webmail client.

This changed when they were the first folks out there to get a dynamic interface in the browser (some of you may fondly or not so fondly remember the days of DHTML, XMLHTTPRequest, and the like). Fast forward 10 or 15 years and now GMail is the standard by which everything else is measured.

I'm sure there are some things that are objectively better, but a surprising amount of preference comes from familiarity.

Re: I moved my digital stack to Europe

#75
post #5

Matomo is nice on low traffic, but when we have a sustained rate of 5-25 logins per second and above things become real slow. Using regexps is really bad when you start having problems, but they are fine on low traffic sites. So If like it but it is a headache on high traffic sites. If anyone have an easy solution I would gladly accept it.

Managed a fairly large matomo site in the past. Using queue plugin ( https://plugins.matomo.org/QueuedTracking ) with Redis Cluster really improves the situation. We actually built a custom plugin with Nginx + Lua to avoid PHP altogether for the tracking part. Scaling ingestion then wasn't the problem, draining the queue was

The tracking was not the issue the problem was report generation with segments. Every segment makes you regenerate all the reports. Tracking part is a problem because you need to split the tracking and report part of you want to have something robust.

Re: I moved my digital stack to Europe

#76

For the past days I've been participating(albeit over Teams) in a conference relevant to my industry (intel), basically startups and established companies showcasing their products to a closed audience of EU gov. officials. One thing I noticed right away, is that all companies were asked "Can we fully host this from within EU or our country" from the various people in audience. Every single one. Many of the startups…

This is not a change. It has been asked since the advent of GDPR. So nearly 10 years.

In some cases but not enough. Some of us has been doing a lot to help educate companies and business here and with the current administration - and the fact that they are being explicitly backed/funded by the Silicon Valley tech companies long resisted government overreach - have helped to finally open ears in boardrooms to the dangers of the Cloud Act and other leverage.

Re: I moved my digital stack to Europe

#80

While I agree with him that the US is becoming more unpredictable, I don't think the EU is much better, especially with regards to digital things where they can be worse in some ways. For example, they are discussing restricting VPN access for 'child protection'[1] [1] https://www.europarl.europa.eu/thinktank/en/document/EPRS_AT...

Also, the "open your app store to competitors" was just bullshit, eyewash, cop out. The apps on these "alternative app stores" still need to jump through all the hoops, pay apple development fees, get approved etc.
Post reply on HN