HackerTrans
トップ新着トレンドコメント過去質問紹介求人

else42

no profile record

投稿

Cloudflare for SaaS: your old provider can silently keep your domain

blog.iodev.org
5 ポイント·投稿者 else42·3 か月前·0 コメント

[untitled]

5 ポイント·投稿者 else42·2 年前·0 コメント

コメント

else42
·29 日前·議論
A recipe website for people who lack creativity and organization but like cooking and trying out new dishes: https://coolinary.app
else42
·2 か月前·議論
> The price adjustment affects all newly ordered Cloud Servers and Dedicated Servers across all locations. However, Webhosting products, Managed Servers, servers from the Server Exchange, IPs, storage products, Load Balancers, Volumes, Snapshots, and Object Storage are not affected.
else42
·3 か月前·議論
https://coolinary.app, a recipe website for people who love cooking but don't know what to cook
else42
·8 か月前·議論
[dead]
else42
·8 か月前·議論
Wrong. I pay €0,23/kWh, so do your homework.

What exactly is failing in Germany, and why is it important in this context?
else42
·8 か月前·議論
https://tailgator.app, playing around with serverless Tailscale nodes

https://coolinary.app, simplifying cooking and recipe ideas

https://capi.tax, preparing capital gains tax reports from foreign brokers for German income tax (still closed)
else42
·昨年·議論
1) A website to measure and detect coil whine. It's been bugging me on my new Dell screen, but Dell says "it's within specs". 2) An AI-generated artwork platform with open firmware for Eink frames. 3) Server Radar: https://radar.iodev.org
else42
·昨年·議論
Worked a little on Server Radar [1] again, the Hetzner Auction price tracker.

It's my fun little project to resort to. Implemented dark mode, sorting, grouping and various layout improvements. Also added a Drawer with Auction view the other week. UI is finally fun again with component libraries and LLMs.

Oh, and I added a Cloud Server Availability [2] page as I noticed people on /r/hetzner were complaining about lack of resources. Looks like their Cloud offerings are going quite well.

[1] https://radar.iodev.org/ [2] https://radar.iodev.org/cloud-status
else42
·昨年·議論
I am currently contributing to [1], a preconfigured *arr stack on NixOS.

I am also working on Plundrio [2], a put.io Download Client for *arr.

My other project Server Radar [3] has been neglected lately, but I wanna move to D1 completely (currently still using DuckDB on the frontend).

[1] https://nixarr.com/

[2] https://github.com/elsbrock/plundrio/

[3] https://radar.iodev.org/
else42
·昨年·議論
Started a NixOS Flake for declarative network namespace isolation for systemd services: https://github.com/elsbrock/netns-unit/
else42
·昨年·議論
Been working on a put.io download client for *arr implementing the transmission RPC interface: https://github.com/elsbrock/plundrio
else42
·2 年前·議論
I'm still working on Server Radar, a price tracker for dedicated servers from the Hetzner Auction and recently added alerting. That included adding a backend to a previously completely static website. I decided to migrate to Cloudflare Pages (from GitHub Pages).

https://radar.iodev.org
else42
·2 年前·議論
Still working on my Hetzner Auction price tracker: https://radar.iodev.org/

First time I'm building a proper website, used a lot of AI. Things that changed over last time: * Switched the charting library from D3 to Apex. D3 was too low-level for my purpose. * Reworked the design and contents of a lot of pages (with the help of AI). * Various bugfixes for the database queries. * Tried to come up with some kind of pricing signal detection, but currently not working well. * Link to the actual auction results. * Minimal E2E validation using Playwright. What a pleasure to use!

I'm planning to add alerting. Not keen on running a backend though.