HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bugfactory

no profile record

Submissions

[untitled]

1 points·by bugfactory·2 tahun yang lalu·0 comments

Plausible Analytics: GDPR Compliance w/o Cookie Consent Banner

plausible.io
145 points·by bugfactory·2 tahun yang lalu·137 comments

[untitled]

1 points·by bugfactory·2 tahun yang lalu·0 comments

[untitled]

1 points·by bugfactory·2 tahun yang lalu·0 comments

[untitled]

1 points·by bugfactory·2 tahun yang lalu·0 comments

[untitled]

1 points·by bugfactory·2 tahun yang lalu·0 comments

Extracting all URLs of your sitemap.xml with JavaScript

bugfactory.io
2 points·by bugfactory·2 tahun yang lalu·0 comments

Restarting uvicorn Workers with the SIGHUP Signal

bugfactory.io
8 points·by bugfactory·2 tahun yang lalu·0 comments

comments

bugfactory
·2 tahun yang lalu·discuss
But it's not fetching the actual Hacker News data?
bugfactory
·2 tahun yang lalu·discuss
Plausible can fetch and show the used "search terms" if you connect it to your Google Search Console.
bugfactory
·2 tahun yang lalu·discuss
Did you use the hosted version, too? I wonder if it is possible to seamlessly switch between hosted and self-hosted.
bugfactory
·2 tahun yang lalu·discuss
No, nothing new. I recently discovered Plausible myself and was more than happy to delete a few Cookie Consent Banners. That's all ;)
bugfactory
·2 tahun yang lalu·discuss
What else would you have expected? You can't index what's not there. It makes sense that DROP COLUMN would also cascade to DROP INDEXes.

The author of the question writes:

> If you overlook such situation, you can get serious problems in production.

Really? I hope you think it through before you DROP COLUMN in production!
bugfactory
·2 tahun yang lalu·discuss
Invest in SEO.

Maybe too abstract, so here is a piece of actionable advice:

99% of SEO is to publish interesting content for your target audience.
bugfactory
·2 tahun yang lalu·discuss
That's a good point. At the same time, I believe it can make a lot of sense, particularly if it is used to implement functionality that was previously implemented in JavaScript.

Given that CSS is not an actual programming language, browser vendors can optimize it in ways that JavaScript can't. This extra optimization is a big benefit in the world of mobile devices and batteries.
bugfactory
·2 tahun yang lalu·discuss
I'm constantly amazed by how much can be achieved with only CSS nowadays. It seems like it's getting more powerful by the month as developers find new and tricky ways to push the boundary ;)
bugfactory
·2 tahun yang lalu·discuss
Well, learning the textbook definition is one thing, but developing an intuition that allows you to use Monads in practice is entirely different.