HackerTrans
TopNewTrendsCommentsPastAskShowJobs

else42

no profile record

Submissions

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

blog.iodev.org
5 points·by else42·3 tháng trước·0 comments

[untitled]

5 points·by else42·2 năm trước·0 comments

comments

else42
·29 ngày trước·discuss
A recipe website for people who lack creativity and organization but like cooking and trying out new dishes: https://coolinary.app
else42
·2 tháng trước·discuss
> 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 tháng trước·discuss
https://coolinary.app, a recipe website for people who love cooking but don't know what to cook
else42
·8 tháng trước·discuss
[dead]
else42
·8 tháng trước·discuss
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 tháng trước·discuss
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
·năm ngoái·discuss
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
·năm ngoái·discuss
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
·năm ngoái·discuss
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
·năm ngoái·discuss
Started a NixOS Flake for declarative network namespace isolation for systemd services: https://github.com/elsbrock/netns-unit/
else42
·năm ngoái·discuss
Been working on a put.io download client for *arr implementing the transmission RPC interface: https://github.com/elsbrock/plundrio
else42
·2 năm trước·discuss
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 năm trước·discuss
How is that different to a human reading your code and building up their experience? Is reading code now also covered by a license? It does not reproduce your code 1:1.
else42
·2 năm trước·discuss
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.