Rendered at 22:32:17 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
robotmay 1 hours ago [-]
Just as an apology in advance for people reading the article on Linux: er, sorry. I've had a few people point out that Firefox on Linux renders the font particularly shitly (it somehow seems to get both the aliasing and colour wrong, wat). I'll fix it soon, but in the meantime using reader mode might save your eyes.
codeduck 4 minutes ago [-]
Glorious.
throwawayffffas 52 minutes ago [-]
> Whilst Elixir, Erlang, and the BEAM (the holy trinity) can handle a ridiculous number of concurrent slow requests, Traefik could not.
Have you tried nginx?
robotmay 31 minutes ago [-]
I've never liked configuring nginx I must admit, but I would be curious to see how it would handle this sorta workload. If anyone's experienced in configuring it or running it with lots of slow streamed responses I'd be curious to know your thoughts.
throw-the-towel 1 hours ago [-]
This is somewhat off-topic, but the colour contrast on this site absolutely sucks. Dark gray on what presumably is darker gray, in a thin font to boot, is a pain to read.
robotmay 59 minutes ago [-]
Are you on Linux perchance? I've had a couple of people mention this in the last day. On Mac the font is pretty close to white, but I was sent a screenshot of it in Firefox on Linux and it looked rubbish, and notably greyer for some reason.
Algernoon 3 days ago [-]
Are there any other existing edge proxies written in Erlang or Elixir out there? It’s not an area I’m very familiar with
robotmay 3 days ago [-]
Must admit I'd not even looked about. I don't know of any off the top of my head but I'd be very curious if anyone else knows of any. It wouldn't surprise me if there's a number of closed-source ones in use at scale - it seems to be well-suited to it, in my opinion.
Algernoon 3 days ago [-]
It seems to be used by many large companies but with less open source projects of size. I would be interested in trying this proxy in the future if you do opensource it. I use coolify myself but I’ve not had trouble with the default traefik proxy so far.
robotmay 3 days ago [-]
There's the option of trying something like iocaine (https://iocaine.madhouse-project.org/) behind your current proxy too, which I mentioned in my previous article. It's not quite the same as it doesn't chuck the bots into tarpit requests, which is obviously the most fun bit, but because of that it probably won't kill Traefik like my system did.
ochronus 2 days ago [-]
Nicely done! And yes, I'd love to see it open sourced.
Have you tried nginx?