Can you explain to me why, despite "full type safety, autocomplete and validation" being the focus of "typed-ffmpeg", it makes sense to be passing width and height (or the x and y co-ordinates) as strings here?
I'll be keeping an eye on logs and AWS expenditure to see if this becomes a problem. :)
I'm not one to jump to the nuclear option of banning clients outright - if I notice behaviour that's harmful and needs to be corrected, I'll email the individuals concerned and talk them through how to use the service more efficiently, while also improving my own documentation on the website (which I admit isn't as thorough as I'd like).
I use to use DynDNS to access my POS terminal at my retail store. Dynamic dns is frequently an important tool so, yes, I would be very wary of using a hackaday production of it.
> it does not address the real issues of DNS management: space to store all zone data, bandwidth to support requests flow, resources to handle the load.
You're absolutely right! However, as you said, it solves the user's problem from their point of view.
The main reason I started this project was that other dyndns alternatives (whether they be proxies or "fully-fledged" operations) have rather ugly domain names, in my opinion. 'zzzz' popped into my head, I saw that 'zzzz.io' was free, and decided to get it. A few weeks later, I finally got around to throwing a webapp together so others could benefit.
Not such a horrible thing to do, or?
And yes, the service is backed up by Amazon's Route 53. I did learn a thing or two about BIND and DNS from the experience though, which is also a plus.
Nice resource. Just last month I set up Bind9 on a spare VM for the same reasons (albeit just for personal use).
Is this project something you'd consider releasing the source code for (obviously I'm happy to write my own code if needs be but there's no point in me reinventing the wheel if you already have this sitting on a public git repo)
"2012-03-29 18:20:33, 2 years ago: Free accounts not accessed at least once every 6 months will be considered dormant and unloaded from memory."
What does "dormant" mean here? Do they delete your DNS records? It might not be as draconian as what DynDNS was doing, but certainly a barrier you should consider.
Your account at freedns.afraid.org has not been visited in at least 5 1/2 months.
User: Xxxxx Xxxxx (xxxxxxx)
Last visited: 2013-09-21 (169 days ago)
Unless you visit the site anytime in the next 2 weeks, your account will be considered dormant. "Dormant" consists of unloading any stale DNS records from memory which you may have set up in the past.
This stale entries optimization will free up several gigabytes of memory, making it available for active users. This will allow a DNS server to do a cold configuration boot, and load in new zones in a fraction of the time and space.
Users supporting freedns.afraid.org with a premium plan of any kind (even the smallest) will not be affected.
What does "not accessed" mean? One could write a script that would log in every month or so, click around (very carefully of course ;) ) and logout. How would they know the difference?
As a matter of fact, that's what I was doing to bypass DynDNS limitations: running a PhantomJS script via cron once every week to login, click around and logout. But it is a tiny hassle anyway. Much better to stick around with a service that does not have these annoyances.
Somewhat sadly, it was my github project that seemed at times to garner the most interest from outside, even though it was just a shoddy python script thrown together in a 10 minute cigarette break at work.
Not a whole lot. The domain itself costs ~50 euro per year. I'm hoping the AWS costs won't run too high - I figure a few euro per month.
It's not really about the money but about the rush of endorphins you get when an email arrives in your inbox to the effect that a total stranger found something you made so useful that they decided to give you a few euro out of the good of their own heart.
``` .drawbox(x="50", y="50", width="120", height="120", color="red", thickness="5") ```
(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )