Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
supz_k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Hyvor Blogs, blogging platform, is now open-source and self-hostable
(github.com)
2 points
by
supz_k
8d ago
|
2 comments
2.
▲
by
supz_k
8d ago
Hello HN, This is Supun from HYVOR. We've released 2.0 of our blogging platform, Hyvor Blogs. It's now open-source under AGPLv3 and easily self-hostable. Our framework is Symfony and we use Postgres for both data storage and queue
3.
▲
Show HN: Hyvor Post (privacy-first newsletters) & Relay (self-hosted email API)
4 points
by
supz_k
10mo ago
|
0 comments
4.
▲
by
supz_k
10mo ago
Hyvor Relay ( https://github.com/hyvor/relay ) can be self-hosted. We are planning a cloud version for 2026. (I am a co-founder)
5.
▲
by
supz_k
10mo ago
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 would be DDoS protection.
6.
▲
by
supz_k
1y ago
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 querying DNSBLs) and DNS automation. A simple docker co
7.
▲
by
supz_k
1y ago
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 delivered. IPs can still get blacklisted and you need t
8.
▲
by
supz_k
1y ago
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 depth. And, we're pretty close to a beta release. [1]
9.
▲
by
supz_k
2y ago
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 boring and we decided to write the design system. It took u
10.
▲
by
supz_k
2y ago
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 we are planning to allow self-hosting of our software so remo
11.
▲
Show HN: Hyvor Blogs – WordPress Alternative just for Blogging
(blogs.hyvor.com)
2 points
by
supz_k
3y ago
|
0 comments
12.
▲
by
supz_k
3y ago
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 popular websites which have pretty aggressive bot prevention mech
13.
▲
by
supz_k
3y ago
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 12 million documents on a 16GB/4vCPU. In your case, mayb
14.
▲
by
supz_k
3y ago
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 focus on the visuals I see (which is nothing). The
15.
▲
by
supz_k
3y ago
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 since. Interestingly, it seems t
16.
▲
by
supz_k
3y ago
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?
17.
▲
by
supz_k
3y ago
"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 grow in complexity, figuring out which values are
18.
▲
by
supz_k
3y ago
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 about 150 million each) CPU Usage: with NGINX - 15-20% with
19.
▲
by
supz_k
3y ago
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 we are not on the same page?
20.
▲
by
supz_k
3y ago
Hey! Great question. The installation code has two parts: <script> that registers the element <hyvor-talk-comments> element in the place user needs to load comments The script is hosted in our servers so we can push updates anyt
21.
▲
Show HN: Hyvor Talk v3 – Privacy-first commenting platform
(talk.hyvor.com)
4 points
by
supz_k
3y ago
|
6 comments
22.
▲
by
supz_k
3y ago
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 translations, and options to self-serve the blog fr
23.
▲
by
supz_k
3y ago
Give https://blogs.hyvor.com a try. It supports multi-languages by default. (I'm the founder)
24.
▲
Show HN: Hyvor Blogs – Multi-language blogging platform
(blogs.hyvor.com)
3 points
by
supz_k
3y ago
|
0 comments
25.
▲
by
supz_k
3y ago
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 more than 30 million users and 500 million r
26.
▲
Show HN: Hyvor Blogs – Multi-language blogging platform
(blogs.hyvor.com)
2 points
by
supz_k
3y ago
|
1 comments
27.
▲
by
supz_k
4y ago
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 without them. Are there any alternatives that supports VS Code
28.
▲
by
supz_k
4y ago
I yesterday migrated our Laravel project from Laravel Mix (which uses webpack) to Vite ( https://laravel.com/docs/9.x/vite ), and couldn't be more happier. Earlier, webpack took 3-4 seconds to re-bundle on file
29.
▲
by
supz_k
4y ago
Are those changes real? I don't see any network requests/WebSocket connections.
30.
▲
by
supz_k
4y ago
Great stuff. Off topic, any pgDash alternatives for MYSQL?
More ›