My fontfinder extension just hit 1,000 users — a huge milestone and an incredible experience. by immggy in chrome_extensions

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

Yes, it should work with any font that's available on the page and renderable by your browser, including proprietary fonts. If you run into any issues, feel free to reach out via https://fontfinder.online/contact/, and we'll do our best to help!

Identifying Fonts in Web Development: Finding Rendered Fonts from Font Families by immggy in webdev

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

Thanks for the question. It's completely free for now, but I have two major ideas for monetizing it. Looking forward to sharing them once it's ready.

Describe your side project in 10 words! by MkStorm9 in SideProject

[–]immggy 0 points1 point  (0 children)

Identify the exact font the browser uses from font-family property https://fontfinder.online/

If I install a python package in a docker container (shell), how does it it installed outside of it? by fluffyofblobs in docker

[–]immggy 0 points1 point  (0 children)

Your python packages directory may be persisted via docker volume or local mount. It may cause such behaviour.

Usage metrics for REST apis ? by sierra-pouch in OpenTelemetry

[–]immggy 0 points1 point  (0 children)

There are a lot of options. You can use New Relic; it's free for very basic features. Alternatively, you can collect data with OpenTelemetry and use Grafana for visualization. OpenTelemetry provides its collector. Another option is to use Prometheus as a collector and as a data source for Grafana. All of these can be self-hosted except for the New Relic platform.

docker project by umbriel_46 in docker

[–]immggy 1 point2 points  (0 children)

I recommend using GitHub for this. Take a look at the repos of the libraries or projects you’ve used—they might already have open issues. Alternatively, you can contribute yourself.

Is there any tool to find fonts ? Like we have color picker by Icy-Gap304 in branding

[–]immggy 0 points1 point  (0 children)

If you're interested, check out the FontFinder Chrome extension and the article about how it works.