schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #java

[?]Leanpub » 🌐
@leanpub@mastodon.social

Jetpack Compose internals by Jorge Castillo is on sale on Leanpub! Its suggested price is $49.99; get it for $17.50 with this coupon: leanpub.com/composeinternals/c

    Ted M. Young boosted

    [?]Frank Delporte » 🌐
    @frankdelporte@foojay.social

    Here is the new , published on jfx-central.com/links.

    Thanks to
    Steve Hannah
    Viktor Karpyuk
    Striking_Creme864
    Catherine Edelveis
    Johannes Rabauer
    Ryan Jarvinen
    Olivier Pillods

    Happy reading, and have a lovely weekend!

    Screenshot

    Alt...Screenshot

      Ted M. Young boosted

      [?]Ted M. Young » 🌐
      @jitterted@sfba.social

      More live coding in notes...

      This stream was working on the new Projector design, with some good discussion around Concurrency and Consistency.

      Also demonstrated my "Reverse Olive Test Maneuver" 🫒

      ted.dev/articles/2026/04/15/li

        Ted M. Young boosted

        [?]Michael Simons » 🌐
        @rotnroll666@mastodon.social

        Ted M. Young boosted

        [?]Frank Delporte » 🌐
        @frankdelporte@foojay.social

        I published the first release of MelodyMatrix, a desktop app that lets you experience music in a new way with real-time MIDI recording, multiple visualization views, and powerful playback features. Together with Steve Hannah, the creator of , we finetuned the project and GitHub Actions to build V1.0.0 live on camera!

        You can watch the full video on YouTube:
        youtube.com/watch?v=_-IL7uHalIU

        More information in this blog post:
        webtechie.be/post/2026-04-16-f

          Ted M. Young boosted

          [?]Ian Brown :verified: » 🌐
          @igb@mastodon.hccp.org

          Someone should acquire ^H^H^H Oracle Labs.

          Or should spin it out as a separate company.

          I would love to see the ecosystem be an independent player in the Java/managed runtime space.

          There is too much value locked up in a company that seems to be competing with itself.

            Ted M. Young boosted

            [?]InfoQ » 🌐
            @infoq@techhub.social

            dives deep into 7 & 4 with the team behind the code.

            🛠️ Key Focus: the shift toward core resilience by integrating features such as retry and concurrency throttling directly into the framework, alongside the performance benefits of modularizing auto-configurations.

            🔗 Read now: bit.ly/3OIoz6W

              Ted M. Young boosted

              [?]OpenJDK » 🌐
              @openjdk@mastodon.social

              New candidate JEP: 534: Compact Object Headers by Default: openjdk.org/jeps/534

                Ted M. Young boosted

                [?]María Arias de Reyna » 🌐
                @delawen@floss.social

                Do you feel like my latest Leyden blog post about the AOT Cache in Java was too heavy?

                Don't worry, I have a shorter version: developer.ibm.com/articles/jav

                  [?]Leanpub » 🌐
                  @leanpub@mastodon.social

                  Elegant Design Principles by Narayanan Jayaratchagan is free with a Leanpub Reader membership! Or you can buy it for $19.00! leanpub.com/elegant_design_pri

                    Ted M. Young boosted

                    [?]Frank Delporte » 🌐
                    @frankdelporte@foojay.social

                    Here is the new , published on jfx-central.com/links.

                    Thanks to
                    No-Security-7518
                    @leewyatt
                    @dlemmermann
                    Hidekazu Kubota
                    Daniel Harris

                    Happy reading, and have a lovely weekend!

                    Screenshot

                    Alt...Screenshot

                      Ted M. Young boosted

                      [?]Stuart Marks » 🌐
                      @stuartmarks@mastodon.social

                      OpenJDK Interim Policy on Generative AI

                      openjdk.org/legal/ai

                        [?]Michael Simons » 🌐
                        @rotnroll666@mastodon.social

                        So, says Co-Pilot is a tool for entertainment and the other company nobody talks about sounds like this

                        > Generative AI tools, by their nature, make it easy to create large quantities of plausible-looking code, with plausible-looking tests, which is nonetheless incorrect or, even if it is correct, is poorly designed and therefore difficult to maintain.

                        This is from in there “OpenJDK Interim Policy on Generative AI”

                        openjdk.org/legal/ai

                          [?]Ted M. Young » 🌐
                          @jitterted@sfba.social

                          I'll be doing some of the work on my live coding stream on Fridays, starting April 10th at 12pm PDT (7pm UTC). That'll be a short, 1-hour stream, due to other commitments. Future streams will be ~3 hours and you'll be able to AMA on , , etc.

                          jitterted.stream/

                            #refactoring boosted

                            [?]Leanpub » 🌐
                            @leanpub@mastodon.social

                            A Short Guide to Naming by Tim Ottinger is free with a Leanpub Reader membership! Or you can buy it for $5.00! leanpub.com/naming_shortguide

                              [?]Shawn Webb » 🌐
                              @lattera@bsd.network

                              @xilerk Good catch! This command did the trick:

                              $ mvn -D versions.outputLineWidth=${COLUMNS} versions:display-dependency-updates

                              Of course, ${COLUMS} could be set to some arbitrary huge value to help better ensure single line per dependency.

                              Thanks a bunch for the suggestion! :-)

                                [?]Shawn Webb » 🌐
                                @lattera@bsd.network

                                This is not easily parsed by machines (or even humans). Some version numbers are on the same line, others are on a separate line.

                                There's extraneous and unneeded info.

                                And there's no way to influence the appearance of the output. For example, the ps command as the -w flag to explicitly set wide text output mode.

                                Screenshot of `mvn versions:display-dependency-updates`

                                Alt...Screenshot of `mvn versions:display-dependency-updates`

                                  Ted M. Young boosted

                                  [?]Ted M. Young » 🌐
                                  @jitterted@sfba.social

                                  Another stream, another set of notes. So much "new"!

                                  I try out a new design for Projectors, splitting EventConsumer into two pieces. Test-driving shows how it's about design exploration, not just writing tests.

                                  ted.dev/articles/2026/04/06/li

                                    Jason Gorman boosted

                                    [?]Ted M. Young » 🌐
                                    @jitterted@sfba.social

                                    Notes from my work, where I looked at event consumers that only get events they're interested in.

                                    Struggled with Java's MethodHandle (docs could be better!), but otherwise works well.

                                    Thoughts about Projector design.

                                    Read more at: ted.dev/articles/2026/04/02/li

                                      Ted M. Young boosted

                                      [?]Frank Delporte » 🌐
                                      @frankdelporte@foojay.social

                                      Here is the new , published on jfx-central.com/links.

                                      Thanks to
                                      PDFSam
                                      @dlemmermann
                                      @hansolo_
                                      @foojay

                                      Happy reading, and have a lovely weekend!

                                      Screenshot

                                      Alt...Screenshot

                                        Ted M. Young boosted

                                        [?]Frank Delporte » 🌐
                                        @frankdelporte@foojay.social

                                        I wrote an article for JAVAPRO about the Foreign Function and Memory (FFM) API, added in 22, and how it got used to add a new and better plugin to @pi4j

                                        You can read it here:
                                        javapro.io/2026/04/01/the-ffm-

                                          Ted M. Young boosted

                                          [?]Richard Fichtner » 🌐
                                          @RichardFichtner@fosstodon.org

                                          People keep asking me about these badges…
                                          especially the ribbons.

                                          Yes, there’s a bit of “catch ’em all” 😄
                                          But they actually do something simple: they start conversations.

                                          You see a topic → you talk → something interesting happens.

                                          That’s the real value of in-person conferences.

                                          That’s what JCON EUROPE 2026 is about.

                                          Join us in April in Cologne: 2026.europe.jcon.one/

                                            Thomas Much boosted

                                            [?]Michael Kutz » 🌐
                                            @mkutz@mstdn.social

                                            ApproveJ 1.6.0 is here 🚀

                                            ✨ Inline Value Updates update approved value in your test source
                                            📸 Enhanced Visual Feedback with diff
                                            🤖 AI Assisted Reviews

                                            👉 approvej.org
                                            🔗 Full Changelog: lnkd.in/eyTtdR_3

                                            ApproveJ's image comparison view in IntelliJ. Received screenshot on the left, difference image in the middle and previously approved screenshot on the right.

                                            Alt...ApproveJ's image comparison view in IntelliJ. Received screenshot on the left, difference image in the middle and previously approved screenshot on the right.

                                              [?]Ted M. Young » 🌐
                                              @jitterted@sfba.social

                                              This was all triggered by new functionality that I want to add: the ability to set a date/time when concert tickets go on sale that is separate from when the concert was scheduled (entered into the system).

                                              Read all about it at ted.dev/articles/2026/03/30/li

                                                [?]Tim Zöller » 🌐
                                                @javahippie@mainz.social

                                                zeigt heute mal wieder, was ihnen die Community bedeutet, hm?

                                                  Ted M. Young boosted

                                                  [?]JCON » 🌐
                                                  @jcon@mastodon.social

                                                  youtube.com/shorts/zvmxZYIA13Q

                                                  Project Project
                                                  And most importantly: The people behind it.

                                                  Sharat Chander invites you to meet , top speakers and the global community at .

                                                  🎟️2026.europe.jcon.one/tickets

                                                    [?]Ted M. Young » 🌐
                                                    @jitterted@sfba.social

                                                    Want some Technical Coaching or a Talk (Event-Sourcing, Testing)?

                                                    I'm looking to do meetup/user group presentations or technical coaching the week of April 27, and in June so I don't have to fly all the way back home, just to fly back again a soon after.

                                                      Ted M. Young boosted

                                                      [?]Paul Buetow » 🌐
                                                      @snonux@fosstodon.org

                                                      I've released the Distributed Systems Simulator v1.1.0! foo.zone/gemfeed/2026-03-31-di - It now also can simulate the Raft consensus protocol!

                                                        [?]Ted M. Young » 🌐
                                                        @jitterted@sfba.social

                                                        I love generics (when I get them right, which can take me a while!) and find varargs really useful when refactoring, but they do NOT play well together. Ugh. Guess I'll create an overloaded method to take a List<T> instead.

                                                          [?]Ted M. Young » 🌐
                                                          @jitterted@sfba.social

                                                          On my stream last week, I had some frustration with Avro for event payload serialization and decided that JSON was just fine (in terms of performance).

                                                          I had thoughts about Projections as Caches and a question around IDs being required in events.

                                                          ted.dev/articles/2026/03/25/li

                                                            Ted M. Young boosted

                                                            [?]Frank Delporte » 🌐
                                                            @frankdelporte@foojay.social

                                                            Here is the new , published on jfx-central.com/links.

                                                            Thanks to
                                                            Kevin Rusforth
                                                            @APIdia
                                                            @gluonhq
                                                            @eitch
                                                            @lottie4j
                                                            @dlemmermann
                                                            Lee Wyatt

                                                            Happy reading, and have a lovely weekend!

                                                            Screenshot

                                                            Alt...Screenshot

                                                              [?]Leanpub » 🌐
                                                              @leanpub@mastodon.social

                                                              Big Kotlin pack by Marcin Moskała is the featured bundle on Leanpub!

                                                              Link: leanpub.com/b/kotlin_mm

                                                                Ted M. Young boosted

                                                                [?]Erik C. Thauvin » 🌐
                                                                @ethauvin@mastodon.social

                                                                [?]Ted M. Young » 🌐
                                                                @jitterted@sfba.social

                                                                More live coding and :

                                                                I dealt with "external" and "parameter" validation (I didn't implement the third type: "internal" validation) of scheduling conflicts for Concerts.

                                                                I also pondered minimal consistency boundaries.

                                                                Notes are at: ted.dev/articles/2026/03/24/li

                                                                  Ted M. Young boosted

                                                                  [?]InfoQ » 🌐
                                                                  @infoq@techhub.social

                                                                  Check out what's new in the community 👉 bit.ly/3NMwcbY

                                                                  The third milestone releases of: Spring Boot, Spring Security, Spring Integration, Spring AI and Spring AMQP; along with the second milestone releases of Spring Data and Spring for Apache Kafka.

                                                                    Back to top - More...