Re: Performance improvement

2025-05-22 Thread Jin Liu
Igor Mironchik 于2025年5月23日周五 00:21写道: > > Hi. > > I'd like to ask you, guys, maybe I'm a dumb a little, and you know how > to optimize a following function. > > inline long long int > skipIf(long long int startPos, const QString &line, > const std::function &pred, > long long int e

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-19 Thread Jin Liu
eting anyone), to this thread and this mailing list. (I'm perfectly fine with your original mail.) - Jin Liu

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-19 Thread Jin Liu
Martin Steigerwald 于2025年5月19日周一 14:56写道: > Everyone: I suggest to assume good intentions. My suggestion is to avoid making assessments on "people", and focus on code or legal or other aspects. - Jin Liu

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Jin Liu
;t care about theft or the environment", or just your personal attack on fellow KDE developers? -Jin Liu

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Jin Liu
nefit to society? I dunno. And if KDE implements a ban on AI that excludes my usage, then it would make contributing to KDE a lot less enjoyable for me, and I'm pretty sure I'd no longer contribute to KDE and divert my time to other projects without the ban. Is that a benefit to society? I dunno. -Jin Liu

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Jin Liu
ot specifically) was definitely used in most of my contributions, and I don't mind KDE e.V. removing all of my commits. -Jin Liu

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-17 Thread Jin Liu
ow-quality contributions with AI, then yeah we can say we don't like that because it's wasting everyone's time. -Jin Liu

Re: Disallow or discourage use of "AI" tools

2025-05-12 Thread Jin Liu
Akseli 于2025年5月12日周一 20:53写道: > We should take a more public stance on disallowing all this slop. Lengthy > gitlab issues that are just full of nonsense generated by a bot just take > time out of everyones schedules, trying to decipher if its serious or not. I assume this doesn't include auto-c

Re: Advice request on how to handle change in how Konqueror stores login information

2024-09-21 Thread Jin Liu
One more option: Keep the old load code as a fallback to the new load code. You can drop the old save code, but the old load code probably has to be kept forever. -Jin Stefano Crocco 于2024年9月21日周六 14:39写道: > > Hello to everyone, > I'd need an advice on how to proceed with a change I'm going to m

Re: Should we stop distributing source tarballs?

2024-04-04 Thread Jin Liu
Neal Gompa 于 2024年4月4日周四 22:19写道: > > That's fair, but they are not permanent and can be reaped when they're > not referenced by anything anymore. > If you pull these release commits in a "download" server and restrict write access to it, not giving everyone permission to delete a tag, just lik

Re: Should we stop distributing source tarballs?

2024-04-04 Thread Jin Liu
Neal Gompa 于 2024年4月4日周四 22:09写道: > and because Git has no immutability guarantees, it's not exactly ideal as an input either. Commits and trees in git are immutable. Refs like tags and branches are not.

Re: Should we stop distributing source tarballs?

2024-04-04 Thread Jin Liu
The tree-id of a git commit is effectively a checksum of all files. So you can ask packagers to pull a specific commit and verify either commit-id or tree-id. No extra verification step needed. Sune Vuorela 于 2024年4月4日周四 17:48写道: > On 2024-04-03, Albert Vaca Cintora wrote: > > What's the advant

Re: resvg

2024-03-14 Thread Jin Liu
Any example of "process an SVG document in a different way than to render it"? Laura David Hurka 于2024年3月15日周五 05:57写道: > > On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: > > On 2024-03-14, Igor Mironchik wrote: > > > Hello, > > > > > > What do you think about https://github.com/

Re: Post-MegaRelease projects

2024-02-22 Thread Jin Liu
Another thing I'd like to explore is to have some universal way to programmatically change KDE settings. Currently, I either change settings in KCMs, or manually edit a config file then make a dbus "reconfigure" call. But the latter is mostly undocumented. Perhaps we can gather all KConfig files i

Re: Post-MegaRelease projects

2024-02-22 Thread Jin Liu
I think telemetry could help in a lot of discussions around UI/UX. Questions: 1. In which project should we create an issue about telemetry? 2. Where can I see current telemetry data? 3. How many users enabled telemetry, at what level? Concerns: 4. Storing more data might raise concerns among use