HowTo Rebase without an origin
HowTo Rebase without an origin
On the demise of free(code) ...
I feel I have to write something about the demise of free(code). Others have written about it too, and its been covered on lwn.net as well.
It’s actually a rather depressing development. They claim it’s due to the low traffic and decline in updates, but it’s evident that’s not the whole truth. The owners recommend their other site, SourceForge, but anyone having been in the loop for the last decade or two knows that SourceForge has been in a slow decline for a long time, more so than free(code) in my opinion. Also, SourceForge only lists its own projects, and only the most active or “top” projects.
I never used free(code) to find the “top” projects or the most active ones. That’s completely useless to me. I went there to dig for small unknown projects, small gems that are usually unlisted on GitHub or SourceForge. I went there to publicize my own small creations, learn about other similar projects and get a quick feedback on recent changes of new releases to projects I was interested in.
New releases of uftpd and inadyn ...
New release of the DDNS client Inadyn
Why write your own FTP server?
So, I finally got fed up with all other FTP servers and wrote my own. Why would someone in their right mind do something like this 2014?
As a developer the answer to most such questions is usually; to scratch an itch. For a very long time I’ve looked for a really simple FTP server that just works, out of the box!