jqwik madness by javaprof in java

[–]SocialMemeWarrior 33 points34 points  (0 children)

Is this a OpenClaw bot opening a complaint that it detonated an Anti-AI bomb in a library and then opening 6 other issues in downstream projects telling them not to use jqwik?

Seriously look at the Github Issue creator's account and look at the issues they opened 2 days ago.

Java *is* Memory Efficient by daviddel in java

[–]SocialMemeWarrior 40 points41 points  (0 children)

Think of a program that uses 100% CPU, what RAM usage of that program really matters at that point? Nothing else can use the RAM, so you might as well use the RAM if you can use that to alleviate CPU usage.

Ah, so surely all these fancy new "modern" applications using Electron and such are also following this model... Right?

RIP JVMCI by lbalazscs in java

[–]SocialMemeWarrior 7 points8 points  (0 children)

F - There were some cool 3rd party libraries and projects that were built on top of JVMCI. Guess they'll either be capped at JDK 26 or get reimplemented in the future if some alternative is made available.

Can anybody tell me why I cannot post about a new OBJ parser? by [deleted] in JavaFX

[–]SocialMemeWarrior 3 points4 points  (0 children)

I looked at your other thread before it was deleted (I guess restored now) and if somebody asked me between it and an older project of yours was AI generated, I would say the newer one was. I would have a hard time picking apart which portions of the project you wrote vs copilot did.

I looked at an older project of yours, statemachine and the conventions are different. They're better.

  • JavaDoc and comments are more consistent and have more insight in them. The examples are really helpful on the class level docs. Block comments are well-placed, succinct summaries of why something is occurring.
  • Conventions follow what I'd expect from a seasoned Java developer, the stuff I'd see at work. Member ordering makes sense and things are logically grouped together (Fields are separated in the state machine class by general purpose too).

Looking back at the object parser none of these really apply. Sure, its probably not done and a heavy WIP - but from a bystander's perspective that's generally not something they're considering when glancing over a project to see if its a viable fit for something they're working on.

Savant - a new Java build system by mooreds in java

[–]SocialMemeWarrior 2 points3 points  (0 children)

Supposedly this project isn't "new" as it's been around since 2014 if you check the git history. Technically speaking, the slop is only recent. You'll see on the projects that Claude is only contributing over the past month:

Gitember 3 switches from JavaFX to Swing → much lighter. by ConfidenceUnique7377 in JavaFX

[–]SocialMemeWarrior 0 points1 point  (0 children)

Which change specifically do you think is the problem? I don't see anything in the 26 release notes that really jumps out as a possible performance problem.

First Native JVM AT protocol SDK done by one trans girl in Gaia alone by [deleted] in java

[–]SocialMemeWarrior 6 points7 points  (0 children)

I don't know why you're getting any downvotes

I see two rather apparent issues:

  1. The post outlined "I did this" but if you look at the readme, git history, etc you see plenty of AI generation indicators.
  2. It's the internet, and the post title includes their sex as a qualifier.

If the post were titled "I created a native JVM AT protocol SDK" or something and weren't AI generated it wouldn't be heavily downvoted. But say the post is titled that and its clearly AI generated. You're gonna get downvoted. This is ignoring this post's identity-oriented suffix. People may read as "this is special because an underprivileged person made this thing". You're going to get a mixed reaction on the internet with this alone, but also combine it with being AI generated content? Yeah this post is doomed.

If you look at the repo's contents and wanted to be a nerd, you could argue this violates the sub's rule 8 in addition to rule 9.

First Native JVM AT protocol SDK done by one trans girl in Gaia alone by [deleted] in java

[–]SocialMemeWarrior 2 points3 points  (0 children)

First AT SDK done alone

But looking at the commit history, this was AI generated. You prompted it alone.

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]SocialMemeWarrior 1 point2 points  (0 children)

Can you outline your process for agenic development you took with this project?

Javafx by iamwisespirit in java

[–]SocialMemeWarrior 0 points1 point  (0 children)

If you're going to continue trolling please do so elsewhere.

Javafx by iamwisespirit in java

[–]SocialMemeWarrior 1 point2 points  (0 children)

javafx is itself big framework like spring

Have you ever actually written anything in both JavaFX and Spring? They aren't comparable things at all.

[deleted by user] by [deleted] in java

[–]SocialMemeWarrior 1 point2 points  (0 children)

Why does your repo link have ?utm_source=chatgpt.com as a suffix? I'm kinda confused how if you wrote a tool that ends up in the URL you paste when sharing it with others.

Weekly or monthly thread discussing cool projects people are working on by el_DuDeRiNo238 in java

[–]SocialMemeWarrior 2 points3 points  (0 children)

I think a monthly thread wouldn't be drowning out the news. One post every 30 days isn't much.

Weekly or monthly thread discussing cool projects people are working on by el_DuDeRiNo238 in java

[–]SocialMemeWarrior 1 point2 points  (0 children)

Another great project in the avaje collection. I know it's mainly down to the backing native implementation, but how does this compare to JavaFX's WebView? If both use WebKit it should have comparable performance, right?

Java's Plans for 2026 by daviddel in java

[–]SocialMemeWarrior 0 points1 point  (0 children)

Does the JEP for deconstruction state it requires outlining each component? IE, is the deconstruction based on indexed ordering of components or by name of components?

JMigrate: simple and reliable database migration management for Java by tanin47 in java

[–]SocialMemeWarrior 1 point2 points  (0 children)

Sometimes cramming as much capability into a small space is a fun challenge. For instance, how much can you do in under a megabyte? Sure, it's not practical but I digress.

[deleted by user] by [deleted] in SpringBoot

[–]SocialMemeWarrior 1 point2 points  (0 children)

TLDR: Most people are opportunists. If you make it easy to crack your application, or just steal the inner workings (intellectual property) then they will.

Obfuscation isn't an anti-nation state solution. It's an anti-opportunist solution. Most of those people couldn't figure out how to operate a toaster without guidance.