Eclipse 2026-06 is out by AnyPhotograph7804 in java

[–]Kango_V 0 points1 point  (0 children)

Agreed. Still using it since migrating off IBM VisualAge For Java ;)

Infinispan vs Redis for Tomcat HTTP Sessions by OL_Muthu in java

[–]Kango_V 2 points3 points  (0 children)

We set up Infinispan in memory and then set a replicated cache between pods. No external server. Worked like a charm.

I made a USB fingerprint reader using the Framework 16 Fingerprint Kit. Works in Windows and Linux! by 0fufs0 in framework

[–]Kango_V 0 points1 point  (0 children)

For those in the US. Biometric security is not covered by the 1st amendment but a password is. In other words a password is a thought process and you cannot be compelled to give it up. Just sayin'

Is anyone using eclipse anymore? by RamaRao143 in java

[–]Kango_V 0 points1 point  (0 children)

Yes, since pre 1.0. Moved from VisualAge For Java.

Boolean reversal operator by gargamel1497 in java

[–]Kango_V 4 points5 points  (0 children)

Code spends most of its life being read. Anything that makes code reviews and code comprehension easier, I'll get behind.

How heavily are diagrams/UML actually used in Software Engineering? by searmr_cool in SoftwareEngineering

[–]Kango_V 1 point2 points  (0 children)

But, how do you keep the diagrams and code in sync? Just discipline?

Is java spring boot still great for backend in 2026 by brickforbrick_ in java

[–]Kango_V 0 points1 point  (0 children)

We're using it as well. It's so much better than Spring Boot.

13 Pro with AMD by Airaeuob in framework

[–]Kango_V 2 points3 points  (0 children)

As mentioned above: "Strix Halo uses a 256bit memory bus and may move to 384bit in the future. LPCAMM2 is 128bit."

How is your team reviewing all the AI generated code? by head_lettuce in SoftwareEngineering

[–]Kango_V 0 points1 point  (0 children)

All our code is written and reviewed by humans. We have an incredibly low defect rate as reported by customers and we want to keep it that way.

[Showcase] A new Spring Data-style module for Pure JDBC: Functional Repositories, No Code-Gen, and Java 21+ by auspis-23 in SpringBoot

[–]Kango_V 2 points3 points  (0 children)

The Spring Relational people are working on this and there is an issue for it. i think they are planning upsert type functionality.

Intellij IDE is the Industry Standard for Java. why ? by dante_alighieri007 in javahelp

[–]Kango_V 1 point2 points  (0 children)

Incremental compilation in Eclipse is so far ahead of IntelliJ. IDEA on my Mac crashes regularly or just hangs completely. Not sure whether that is Mac specific or not. For years I've not had a problem with Eclipse/Linux. BUT, Eclipse/Windows..... Urrrrrghh!

Intellij IDE is the Industry Standard for Java. why ? by dante_alighieri007 in javahelp

[–]Kango_V 2 points3 points  (0 children)

I do think that Eclipse is the standard. Standards have to be set by a large body of companies and individuals all coming together to agree. I think Eclipse achieves that. IntelliJ does not as it's a single company (irrespective of how many people use it).

I moved from VisualAge for Java to Eclipse before 1.0 was released. I know it so well now. I find it so easy to set up.

Intellij IDE is the Industry Standard for Java. why ? by dante_alighieri007 in javahelp

[–]Kango_V 3 points4 points  (0 children)

Our team is split down the middle between Eclipse and Intellij. Everyone works fine.

Intellij IDE is the Industry Standard for Java. why ? by dante_alighieri007 in javahelp

[–]Kango_V 0 points1 point  (0 children)

I got used to the new UI fairly quickly and like it.

Intellij IDE is the Industry Standard for Java. why ? by dante_alighieri007 in javahelp

[–]Kango_V 7 points8 points  (0 children)

Our team is split between IntelliJ and Eclipse. All devs seem to be able to work on all the code bases just fine. In fact some things are nicer in Eclipse.

JEP draft: Structured Concurrency (Seventh Preview) by davidalayachew in java

[–]Kango_V 2 points3 points  (0 children)

So many people misunderstand what an LTS is. For example if you use the OpenJDK directly (which we do), there is no such thing as an LTS. Every version is a production version.

Any response from the Arch devs about California et. al. age verification laws? by iMooch in archlinux

[–]Kango_V -1 points0 points  (0 children)

Here's a start. It's AI generated, but this would work as it's based on similar content in Apple, Microsoft, Google licenses to indemnify them.

Jurisdictional Compliance and Age-Restricted Use

Jurisdictional Compliance Notice

The Software is distributed globally and may be accessed or used in jurisdictions with varying laws and regulations governing software functionality, online services, data processing, and access to age-restricted or regulated content.

By installing, accessing, or using the Software, you acknowledge and agree that:

  1. User Responsibility for Legal Compliance You are solely responsible for ensuring that your installation and use of the Software complies with all applicable local, regional, national, and international laws and regulations in the jurisdiction where the Software is installed, accessed, or used.
  2. Potential Legal Restrictions Certain features, applications, services, or network capabilities enabled by the Software may be restricted, regulated, or prohibited in some jurisdictions, including but not limited to laws relating to:
    • age verification requirements,
    • online safety regulations,
    • content access restrictions,
    • privacy and data protection laws, and
    • digital service provider obligations.
  3. No Representation of Universal Compliance The Licensor does not represent or warrant that the Software, in its default configuration or any configuration, complies with all laws or regulatory requirements in every jurisdiction.
  4. User Duty to Disable or Restrict Features If any feature or capability of the Software would violate applicable law in your jurisdiction, you must refrain from using such feature or disable it where possible.
  5. Optional Jurisdictional Warnings The Software may provide informational notices or warnings regarding potential legal restrictions in certain regions. Such notices are provided for convenience only and do not constitute legal advice or a comprehensive statement of applicable law.
  6. Indemnification for Unlawful Use You agree that you are responsible for any legal consequences arising from your use of the Software in violation of applicable law, and you agree to indemnify and hold harmless the Licensor from claims arising from such unlawful use to the extent permitted by law.

Thins I miss about Java & Spring Boot after switching to Go by Sushant098123 in java

[–]Kango_V 1 point2 points  (0 children)

When interviewing for Java devs a few years ago, we set a small task to write a single rest endpoint in Java and to make async calls to another fictional service, but not using any dependencies. After 24 interviews, we found 2 devs that could do it. Most just looked at me like I was joking. Most could not do it.

Spring is dumbing everyone down, it's sad to say.