HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bugfactory

no profile record

Submissions

[untitled]

1 points·by bugfactory·قبل سنتين·0 comments

Plausible Analytics: GDPR Compliance w/o Cookie Consent Banner

plausible.io
145 points·by bugfactory·قبل سنتين·137 comments

[untitled]

1 points·by bugfactory·قبل سنتين·0 comments

[untitled]

1 points·by bugfactory·قبل سنتين·0 comments

[untitled]

1 points·by bugfactory·قبل سنتين·0 comments

[untitled]

1 points·by bugfactory·قبل سنتين·0 comments

Extracting all URLs of your sitemap.xml with JavaScript

bugfactory.io
2 points·by bugfactory·قبل سنتين·0 comments

Restarting uvicorn Workers with the SIGHUP Signal

bugfactory.io
8 points·by bugfactory·قبل سنتين·0 comments

comments

bugfactory
·قبل سنتين·discuss
But it's not fetching the actual Hacker News data?
bugfactory
·قبل سنتين·discuss
Plausible can fetch and show the used "search terms" if you connect it to your Google Search Console.
bugfactory
·قبل سنتين·discuss
Did you use the hosted version, too? I wonder if it is possible to seamlessly switch between hosted and self-hosted.
bugfactory
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
Well, learning the textbook definition is one thing, but developing an intuition that allows you to use Monads in practice is entirely different.