HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bugfactory

no profile record

投稿

[untitled]

1 ポイント·投稿者 bugfactory·2 年前·0 コメント

Plausible Analytics: GDPR Compliance w/o Cookie Consent Banner

plausible.io
145 ポイント·投稿者 bugfactory·2 年前·137 コメント

[untitled]

1 ポイント·投稿者 bugfactory·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 bugfactory·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 bugfactory·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 bugfactory·2 年前·0 コメント

Extracting all URLs of your sitemap.xml with JavaScript

bugfactory.io
2 ポイント·投稿者 bugfactory·2 年前·0 コメント

Restarting uvicorn Workers with the SIGHUP Signal

bugfactory.io
8 ポイント·投稿者 bugfactory·2 年前·0 コメント

コメント

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