Rendered at 17:47:08 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
RunSet 1 days ago [-]
Paint.net was originally MIT licensed but the author closed its source because people did not give him credit. Note: The MIT license does not require credit.
Paint.net likely still benefits from the announcement of "Open Source Alternative To Microsoft Paint" long after switching to a proprietary license, which I find more dubious than using MIT-licensed code without giving credit to the author.
Also I rather doubt a "clean-room reverse-engineered rewrite of Direct2D" can be "written by our good friend Claude, without whom this would NOT have been possible"?
alberto-m 6 hours ago [-]
> Note: The MIT license does not require credit.
The MIT notice starts with “Copyright (c) <year> <copyright holders>”, and who uses the code must include that line in any derived work.
> Also I rather doubt
Do you doubt Claude's rewrite can be defined as “clean room” (I also do)? Or that Claude is able to rewrite it? Or that it would not have been possible otherwise?
3836293648 2 days ago [-]
Yes!
This is by far the number one program I've missed since I left Windows years ago. GIMP is so unfriendly, krita is for drawing, pinta is a very shallow clone that only just stopped crashing a few months ago. Paint.net is just better in every way.
newsre4der 1 days ago [-]
Sounds good, but why a .Net app can't work with .NET 10? Does it use Windows-only features?
LarsKrimi 1 days ago [-]
It uses Direct2D which most of the post is about.
They added the support by slopping a Direct2D emulation layer together.
https://blog.paint.net/2007/12/04/freeware-authors-beware-of...
Paint.net likely still benefits from the announcement of "Open Source Alternative To Microsoft Paint" long after switching to a proprietary license, which I find more dubious than using MIT-licensed code without giving credit to the author.
Also I rather doubt a "clean-room reverse-engineered rewrite of Direct2D" can be "written by our good friend Claude, without whom this would NOT have been possible"?
The MIT notice starts with “Copyright (c) <year> <copyright holders>”, and who uses the code must include that line in any derived work.
> Also I rather doubt
Do you doubt Claude's rewrite can be defined as “clean room” (I also do)? Or that Claude is able to rewrite it? Or that it would not have been possible otherwise?
They added the support by slopping a Direct2D emulation layer together.