Live data from Hacker News

Viewing profile — supz_k

supz_k

HN member
Joined
Wed, Feb 19, 2020, 3:25 PM UTC
HN karma
284
Public activity
59 items

About supz_k

No profile information was provided.

Recent public activity

  1. story
    Show HN: Hyvor Post (privacy-first newsletters) & Relay (self-hosted email API)

    Hello HN, We (HYVOR) are excited to launch two new products today: Hyvor Post ( https://post.hyvor.com ): a simple, privacy-first newsletter platform with zero tracking. Hyvor Rela…

  2. comment
    Comment #45981945

    Hyvor Relay ( https://github.com/hyvor/relay ) can be self-hosted. We are planning a cloud version for 2026. (I am a co-founder)

  3. comment
    Comment #45981915

    We are also looking to migrate off Cloudflare. I thought Bunny.net was mostly a pure CDN, not a reverse proxy like Cloudflare. Am I wrong? One of the most important things for us w…

  4. comment
    Comment #45476864

    Self Plug-in: We are currently beta testing Hyvor Relay [0], a self-hosted alternative for sending emails. We are focusing more on observability (monitoring DKIM/SPF, periodically …

  5. comment
    Comment #45384091

    We are working on an open-source, self-hosted solution [0] to make this easier. When you correctly set up DKIM, SPF, reverse/forward DNS for IPs, it is not much hard to get emails …

  6. comment
    Comment #44705667

    For the past two months, I have been working on Hyvor Relay [1], an open-source, self-hosted alternative to AWS SES, Mailgun. It's been an awesome ride learning SMTP and DNS in dep…

  7. comment
    Comment #41592753

    We did this [0] as a 3-devs startup, and it was one of the best things we ever did! For us, we found ourselves repeating again and again when we had multiple UI projects. It became…

  8. comment
    Comment #39776382

    Slightly off-topic: Until last week, we used Redis for Laravel queues and cache in our blogging platform. We decided to get rid of Redis and use the database. The reason was that w…

  9. story
  10. comment
    Comment #39121199

    This is cool! I recently worked on integrating something like this into our blogging platform [0] to help bloggers monitor their links automatically. One main problem is with popul…

  11. comment
    Comment #38755361

    We recently re-indexed comments to Meilisearch (a PHP process that synced data from MYSQL to Meilisearch) after a Meilisearch version upgrade. It only took about 1 hour for about 1…

  12. comment
    Comment #37809614

    So, first thing, I have this inner monologue talking to me everytime. I have to first shut it up. This happens when I'm very relaxed and don't think about anything. Then, I slowly …

  13. comment
    Comment #37809243

    I have the same thing and never knew until HN's discussion last week: https://news.ycombinator.com/item?id=37718999 The article mentions Image Streaming, which I've been practising…

  14. comment
    Comment #37770305

    Never thought about it that way. Just wondering what is the percentage of crypto used for criminal activities? I guess it won't be easy to thing to measure?

  15. comment
    Comment #37584765

    "At first glance, this might seem like a step back — perhaps even un-Svelte-like. Isn't it better if let count is reactive by default? Well, no. The reality is that as applications…

  16. comment
    Comment #37479500

    Just a personal experience. About 6 months ago, we moved from NGINX to Caddy on our web app, which handled about 300 million HTTP requests per month at that time (2 web servers, so…

  17. comment
    Comment #36970687

    Not sure if I understood the questions. In both iframes and Web Components, a Javascript code (Preact in our case) rendered the comments element, there is no much difference. Maybe…

  18. comment
    Comment #36961602

    Hey! Great question. The installation code has two parts: that registers the element element in the place user needs to load comments The script is hosted in our servers so we can …

  19. story
    Show HN: Hyvor Talk v3 – Privacy-first commenting platform

    We've just released version 3 of Hyvor Talk, a privacy-first, fully-featured commenting system. Some highlights of the new version - We re-wrote the embed from scratch. We now use …

  20. comment
    Comment #36935910

    Shameless plug: I've been working on Hyvor Blogs ( https://blogs.hyvor.com ), a blogging platform with multi-language support, custom themes, in-built SEO, custom domain, AI transl…

  21. comment
    Comment #36207278

    Give https://blogs.hyvor.com a try. It supports multi-languages by default. (I'm the founder)

  22. story
  23. comment
    Comment #35871083

    Here are some enjoyable technical experiences we had / decisions we made while developing Hyvor Blogs... Tech Stack Our other product, Hyvor Talk [ http://talk.hyvor.com ], handles…

  24. story
    Show HN: Hyvor Blogs – Multi-language blogging platform

    Hi HN, We are super excited to launch our second SaaS product, Hyvor Blogs. We (a small team of 3) have been working on this for about a year. After a bunch of testing, feedback, a…

  25. comment
    Comment #35050439

    Yes, I have also noticed that Shiki is slower. We use it in our blogging platform for code block highlighting and posts with code blocks are noticeably slower to save than posts wi…