Live data from Hacker News

Viewing profile — cr1st1an

cr1st1an

HN member
Joined
Sat, Feb 05, 2011, 11:46 PM UTC
HN karma
34
Public activity
46 items

About cr1st1an

http://cris.mx/ @cr1st1an

Recent public activity

  1. story
    Show HN: An agent-friendly image CDN built on Cloudflare Workers

    I've been building an image hosting platform designed to work without a human in the loop. Most image CDNs require you to fill out a form, confirm an email, set up a dashboard. Thi…

  2. story
    Show HN: Antenna, a command center for OpenClaw agents

    Hi HN! I’m building Antenna, a Mac app to manage an OpenClaw team in one place. If you run multiple agents, it gets messy fast: scattered chats, unclear command approvals, and poor…

  3. story
    Show HN: I built a way to use X without the algorithmic feed

    Hi HN, I built X41, a small Safari extension for iOS that removes the home feed on X.com. I still want to post, reply, check notifications, and look at analytics. I just don’t want…

  4. comment
    Comment #46080974

    If you run into anything or have thoughts later on, feel free to reach out: inbox [at] cris.mx

  5. comment
    Comment #46071544

    Thanks, I appreciate that. I went ahead and updated the readme and the plugin text so the privacy section is clearer about what Cloudflare logs and what the plugin itself does or d…

  6. comment
    Comment #46064292

    Thanks for sharing all this. It is clear you have gone through several versions of solving this problem, and a lot of what you described is exactly what led me to build this plugin…

  7. comment
    Comment #46064261

    You are right that a lot of those clients are on “unlimited” hosting and never think about bandwidth at all. I am still trying to figure out how big the overlap is between “does no…

  8. comment
    Comment #46060742

    That could work as a separate plugin. This one is intentionally not an offloader. WordPress keeps storage and transformations, I only rewrite the final URL.

  9. comment
    Comment #46060643

    Right. The target user is not using Cloudflare nameservers.

  10. comment
    Comment #46060637

    Noted. I agree the current wording is not clear enough about what Cloudflare logs. I am going to rewrite that section so it is more explicit.

  11. comment
    Comment #46060632

    Do they? I honestly do not know yet. That is what I am trying to learn.

  12. comment
    Comment #46060587

    Mine is a tiny nail. Please buy my plugin.

  13. comment
    Comment #46060552

    If someone can get Cloudflare caching working without changing nameservers, then yes, this plugin does not offer anything new for that case.

  14. comment
    Comment #46060513

    Yup, been there. I was serving more than 45 TB of data a month on one site, and they tried to push me into a $4,000/mo product. I’ll stick with my $20 subscription, thanks.

  15. comment
    Comment #46060469

    Thanks for the detailed perspective. Your setup makes sense for agencies or teams that can manage their own caching, droplets, image formats, and traffic patterns. In that environm…

  16. comment
    Comment #46060450

    Thanks, that is exactly the angle I am leaning into. The whole point is to give users most of the benefits of Cloudflare without having to move nameservers or deal with caching rul…

  17. comment
    Comment #46060419

    Thanks for the follow up. I think the main difference is that I am not trying to build another offloader or a full image optimization service. WordPress stays in control of storage…

  18. comment
    Comment #46060398

    That’s the main question for me now: is there a subset of users who can’t or won’t switch their nameservers to Cloudflare, yet still need a lot of bandwidth? It’s possible that gro…

  19. comment
    Comment #46060370

    Thanks for the detailed reply. Let me try to clear up a few things, because I think we are talking about slightly different use cases. The plugin is not trying to replace Cloudflar…

  20. comment
    Comment #46060315

    Right. The target user is not using Cloudflare nameservers.

  21. comment
    Comment #46060298

    Lucas, let me know if I can help with anything. inbox [at] cris [dot] mx

  22. comment
    Comment #46060256

    Thanks for all the comments so far. I wanted to share what I am taking from the discussion and also open the door if anyone wants to keep pushing on any of these points. There is a…

  23. comment
    Comment #46054444

    This is true. Honest question: how technical are your clients? I’m trying to get a sense of whether there’s a market where paying $2.99 a month is a better choice than moving the d…

  24. comment
    Comment #46054438

    Yes, the worker handles the fetch and cache. In normal use the URLs would point straight to the R2 public endpoint. Cloudflare might end up cheaper than Bunny.net. Five terabytes o…

  25. comment
    Comment #46054427

    The purpose of the worker is to offload all Cloudflare configuration to a single endpoint that fetches and caches each image on demand. This removes the need for any configuration …