TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to Monetize Maker Blogs to at least $99/m

2 点作者 ronaldl93超过 6 年前
A few days ago I built a little site called https:&#x2F;&#x2F;makerblogs.xyz.<p>After a few people submitted their blogs via Twitter, I decided to post it on Product Hunt.<p>To my surprise, it actually went semi-viral and reached #2 for the day on PH. Quite a big deal for me.<p>Probably a premature &#x27;launch&#x27; if I may call it that, as I realised I forgot something major - I never set Cloudinary (my image CDN) to resize images into something smaller before serving as static files. This has caused my bandwidth allowance from Cloudinary to max out, currently standing at 208%. Ouch. Somehow they still haven&#x27;t cut me off and they are still serving the static images.<p>I tweeted Cloudinary if there&#x27;s a way to bulk resize images, but no response yet.<p>They will probably pull the plug on me eventually unless I pay $99&#x2F;m for their service, which wouldn&#x27;t make any business sense, considering I&#x27;m not making any money off this site.<p>Anyone else got ideas on how I can potentially monetise to at least pay for my hosting and servers?<p>(I added a &quot;sponsor&quot; button to see if I can get a reaction)

3 条评论

mosedart超过 6 年前
Yeah, there&#x27;s a pretty easy way to do that, the entire idea of Cloudinary is you just pass the size you want in the image URL.<p>Cloudinary isn&#x27;t just image hosting, it&#x27;s a transformation service. Take this image which you are serving at almost 4mb (!): <a href="https:&#x2F;&#x2F;res.cloudinary.com&#x2F;cinemakers&#x2F;image&#x2F;upload&#x2F;v1544089238&#x2F;profilepics&#x2F;fc38c35c-f93a-11e8-b32f-5600019ed549.jpg" rel="nofollow">https:&#x2F;&#x2F;res.cloudinary.com&#x2F;cinemakers&#x2F;image&#x2F;upload&#x2F;v15440892...</a><p>To display at 240x340: <a href="https:&#x2F;&#x2F;res.cloudinary.com&#x2F;cinemakers&#x2F;image&#x2F;upload&#x2F;w_240,h_340,c_fill,g_auto&#x2F;profilepics&#x2F;fc38c35c-f93a-11e8-b32f-5600019ed549.jpg" rel="nofollow">https:&#x2F;&#x2F;res.cloudinary.com&#x2F;cinemakers&#x2F;image&#x2F;upload&#x2F;w_240,h_3...</a><p>notice the transformations in the URL. c_fill is the &quot;fill&quot; crop mode, and &quot;g_auto&quot; stands for &quot;auto gravity&quot;, meaning Cloudinary will find the salient features in the image and crop accordingly.<p>This reduces the file size under 20kb, and you should be well within your free plan limits after making these changes.
kristianp超过 6 年前
I would guess your usage will go down once the PH article gets off the front page, so the problem should only be temporary.
billconan超过 6 年前
you can corporate with sparkfun and adafruit with ad for parts.