Earlier quoted context omitted.
You can use a nitter instance: https://x.n0g.xyz/ChrisCroy/status/2094867317163540937
Using a domain that resembles a racial slur isn't a good look.
Paint.net 5.2 alpha now runs on Linux
131–140 of 192 posts
Re: Paint.net 5.2 alpha now runs on Linux
#132Re: Paint.net 5.2 alpha now runs on Linux
#133Earlier quoted context omitted.
I didn't quite want to say it myself since I've been so negative sometimes lately. But it was something I noticed and picking a random profile to view was pretty stomach turning. But I get there is backlash. Not everyone lives in the bubble HN does. Not even everyone here is accepting of AI. I don't even know where I stand many times. But something feels off about this response. It's certainly looking brigaded. On my…
Paint.NET is (partially) art software. The art community has a negative view of AI. Therefore announcements of AI use in Paint.NET get a negative reaction, more so than something like AI startup #491000
A basic AM/FM radio does receive radio, but you wouldn’t lump it in with a Yaesu or even a Baofeng.
I’m just surprised to see so many strong opinions from people who probably don’t even use the software (although they pretend they do).
Re: Paint.net 5.2 alpha now runs on Linux
#134Re: Paint.net 5.2 alpha now runs on Linux
#135I didn't realize Paint.net was closed-source now. What's the best alternative, Pinta?
Pinta is obviously not as capable, but yeah, it's by far the most usable general-purpose photo editor on Linux that I've found.
Re: Paint.net 5.2 alpha now runs on Linux
#136Earlier quoted context omitted.
> Wonder if it can be built for modern Linux I think the question nowadays would be "What's the least amount of tokens I could use for making this build on modern Linux?", with any amount of tokens, there isn't much you couldn't do with enough time.
No, the question is "Wonder if it can be built for modern Linux" not "Wonder how much slop I can generate".
But of course it can, anything is doable with enough time and resources.
Re: Paint.net 5.2 alpha now runs on Linux
#137I know nothing about writing an image editor or graphics programming but maybe someone here can fill me in - would it be more or less difficult ("would it take more or less tokens" is probably the right question to ask these days) to replace the Windows-specific APIs with cross-platform alternatives (I guess Skia instead of Direct2D and something like Avalonia or Uno instead of Win32-based UI?) instead of re-implemen…
https://github.com/PixiEditor/PixiEditor
However, I think without having the burden of legacy code and APIs it is a bit easier to accomplish. Probably paint.net has been targeting Windows platforms from the beginning and making it "Linux compatible" has not been a big effort but more a side effect of fixing some stuff and wine generally being awesome.
I personally would love to see commercial editors like Affinity Studio targeting Linux. While solutions like Krita and Gimp are great, it did not really click for me. I'm using Gimp, but somehow I often find myself seeking for how to do easy tasks that should be more intuitive.
Re: Paint.net 5.2 alpha now runs on Linux
#138I didn't realize Paint.net was closed-source now. What's the best alternative, Pinta?
If you just want to use the thing, not recompile it, paint.net is still free, even for commercial work, and (in my opinion) has better UX.
Re: Paint.net 5.2 alpha now runs on Linux
#139Earlier quoted context omitted.
This feels like a distinction without a difference. Would you say a Python script/Java utility doesn't "run on Linux" because you need Python/Java installed?
Programs running under wine don't have the same level of system/desktop integration as native programs, it's a very important distinction.
Re: Paint.net 5.2 alpha now runs on Linux
#140I know nothing about writing an image editor or graphics programming but maybe someone here can fill me in - would it be more or less difficult ("would it take more or less tokens" is probably the right question to ask these days) to replace the Windows-specific APIs with cross-platform alternatives (I guess Skia instead of Direct2D and something like Avalonia or Uno instead of Win32-based UI?) instead of re-implemen…