Information

GatorJUG Town

Gainesville JUG, this is your place. Gather here to network, trade tips and ideas, or ask questions. You can create discussions and upload code. Check the Codetown Events section for meeting info.

Location: Gainesville, FL
Members: 30
Latest Activity: Feb 25, 2021

GatorJUG Town

Shale boulders

Hello, GatorJUG!

Welcome to your new home on the web. This is going to be a much more sociable place to get together - virtually. www.gatorjug.org, points here now. Check the Codetown Events section for meeting info.

Meanwhile, take a look around CodeTown while you're here. This framework is Java-based with a PHP front end. We've got many groups here to peruse. Our meetings will be listed in the Events section.

Have fun!

All the best,

Michael Levin

Discussion Forum

JUG Meeting in Orlando tonite!

 We're having a JUG meeting tonight if you know anyone interested. Eden Bar, 5:30-7:30. Free bevs! It’s in Orlando. Details here: www.Orlandojug.org and at the Ojug meetup site.Continue

Started by Michael Levin Feb 25, 2021.

J4K Conference —- here’s a code for free admission!

OrlandoJUG is a community partner for the J4K conf @ Hilton Buena Vista Orlando 7/30 Use code J4KREG for free admission www.j4k.io See you there!Continue

Tags: J4k

Started by Michael Levin Jul 21, 2019.

OSCON raffle!

Hello Juggies!Have you ever been to OSCON? It’s the O’Reilly Open Source Conference. If you have, you wanna go back! If not, you wanna go!OSCON is arguably the best open source conference around. It’s in Portland, OR (awesome city), July 15-18 and we are lucky to have one ticket to raffle off!Flights are cheap. Check Southwest. Places to stay are abundant. Great hostels and hotels, Airbnb’s and more. Public xport is easy. It’s a bicyclist’s dream, too.OSCON has great sessions on everything from languages to operating systems, architecture to project management. There’s an expo with loads of companies and it’s also a good place to network for jobs and staff.After hours is also a blast with happy hours, activities like a fun run, more!If you’re interested in checking it out, http://www.oscon.com is the URL. You also get access to Safari, the online book library.All in all, it’s the best educational and social experiment I know of, and if you want to…Continue

Started by Michael Levin May 31, 2019.

O'Reilly Open Source Convention | July 16–19, 2018 | Portland, Oregon

O'Reilly Open Source Convention | July 16–19, 2018 | Portland, Oregon OSCON didn’t get to be the longest running software conference by accident. Developers, engineers, and business leaders like you who build and support transformative technologies make OSCON the heartbeat of the movement. Join us in Portland July 16-19 for our 20 year anniversary for perspective on the decisions that strengthen and grow companies, deep knowledge of the technology to make it happen, and access to a community that can help both you and your organization thrive.Save 20% on most passes with discount code USRG. Link: http://www.oreilly.com/pub/cpc/125414Continue

Tags: codetown, oscon

Started by Michael Levin Jun 15, 2018.

Reading List ::: from JavaSpecialists

Issue 318 - Getting Rid of Unused Warnings with _

We sometimes are forced by the Java language to declare variables that we never use, attracting the ire of the javac compiler. Since Java 22 we have a way to declare these as "unnamed" by using an underscore.

Issue 317 - Explicit vs Diagnostic GC

How many times have we seen programmers call System.gc() to "help the garbage collector"? Unfortunately far too often, with potentially terrible performance implications. In this newsletter we explore the explicit and the diagnostic GC and how we can force a GC, even if explicit GCs are disabled.

Issue 316 - Code Before super() - JEP 447

Java 22 preview allows us to write code before the call to super(). There are restrictions. We are not allowed to refer to "this" in any way. We thus cannot set fields before calling the superclass constructor. But what if the superclass constructor calls our methods? In this newsletter we explore a workaround using ThreadLocals.

Issue 315 - Random Newsletter

Classes java.util.Random and java.util.SplittableRandom didn't used to have a common ancestor, making it difficult to write methods that take either. This was finally fixed in Java 17. Let's have a look at some random Java topics together.

Issue 314 - Harnessing the Power of ChatGPT 4.0 From Java

A few years ago, the second oldest man in our village Chorafakia wrote a book about the history of our area. Only catch - it was in Cretan Greek. I tried to read it, but couldn't. Google Translate shrugged at the strange Cretan dialect. Then ChatGPT 4.0 came along, and we can interact with it directly from within Java. In this newsletter we have a look at how I was able to translate this masterpiece into four languages: English, German, Dutch and Slovak.

Comment Wall

Comment

You need to be a member of GatorJUG Town to add comments!

Comment by Michael Levin on May 8, 2015 at 1:09pm

GatorJUG meets on the 2nd Wed every month from 6-8PM. Details at http://www.codetown.com/events

 

Members (30)

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

AWS Releases User Guide for the Digital Operational Resilience Act (DORA)

Amazon recently released the AWS User Guide to the Digital Operational Resilience Act (DORA). The document details how AWS services support financial entities in complying with DORA's requirements for operational resilience, including ICT risk management, incident reporting, testing, and third-party risk management.

By Renato Losio

JavaScript Set Methods

The release of Firefox 127 introduces new JavaScript Set methods, now supported across major browser engines. Polyfills are no longer needed to make them work everywhere. These additions provide convenient, built-in ways to manipulate and compare collections aiming to simplify development and enahnce performance.

By Agazi Mekonnen

Amazon EC2 R8g Instances with AWS Graviton4 Processors Generally Available

AWS has announced the general availability of Amazon EC2 R8g instances, which use AWS Graviton4 processors. These instances have been available in preview since November 2023 and are designed for memory-intensive workloads such as databases, in-memory caches, and real-time big data analytics.

By Steef-Jan Wiggers

Presentation: Hydration and Lazy-Loading Are Incompatible

Miško Hevery discusses Hydration and Lazy-loading, building a simple counter to show how hydration will thwart the ability to lazy load it or minimize the amount of code executed.

By Miško Hevery

Podcast: Platform Engineering – Making Other Teams 10x Better

In this podcast Shane Hastie, Lead Editor for Culture & Methods spoke to Jessica Andersson about the role of platform engineering in empowering and enabling other teams.

By Jessica Andersson

© 2024   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service