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·il y a 3 mois·0 comments

[untitled]

5 points·by else42·il y a 2 ans·0 comments

comments

else42
·il y a 29 jours·discuss
A recipe website for people who lack creativity and organization but like cooking and trying out new dishes: https://coolinary.app
else42
·il y a 2 mois·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
·il y a 3 mois·discuss
https://coolinary.app, a recipe website for people who love cooking but don't know what to cook
else42
·il y a 8 mois·discuss
[dead]
else42
·il y a 8 mois·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
·il y a 8 mois·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
·l’année dernière·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
·l’année dernière·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
·l’année dernière·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
·l’année dernière·discuss
Started a NixOS Flake for declarative network namespace isolation for systemd services: https://github.com/elsbrock/netns-unit/
else42
·l’année dernière·discuss
Been working on a put.io download client for *arr implementing the transmission RPC interface: https://github.com/elsbrock/plundrio
else42
·il y a 2 ans·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
·il y a 2 ans·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
·il y a 2 ans·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.
else42
·il y a 2 ans·discuss
No, I haven't figured it out yet with D3 :D

Green line: minimal price, red line, highest price (for the selected criteria). Middle one is the mean.
else42
·il y a 2 ans·discuss
I have been working on a little price tracker for the Hetzner Dedicated Server auction (https://radar.iodev.org/). Using Sveltekit for the first time, and decided to go frontend only with duckdb-wasm.

I pull the data every hour with a GitHub action and redeploy the site nightly. The duckdb is regenerated every time and I can flexibly change its structure as required. So far I didn’t change much (eg. no normalization) since it’s not really needed. It also turns out to be surprisingly small, with compression a few megabytes. I haven’t written much SQL in some time and duckdb is very powerful.

Most of the texts are AI generated as I’m usually very bad coming up with this. I really gotta learn that one day. Webdesign is the other weakness, but with all these UI libraries these days it’s less of a problem.

I guess it’s pretty niche, but maybe interesting for some.

It’s a fun little project.