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 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.

Issue 313 - Selling Our Java Skills

What causes opportunities to disappear? Is it #1 the market has lost interest in what we are selling (Java is dead). Or is it #2 we have personally become irrelevant (AI writes better code)? Or could it be something else? Join me as we read about my recent dumb mistakes :-)

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

Presentation: Modern Compute Stack for Scaling Large AI/ML/LLM Workloads

Jules Damji discusses which infrastructure should be used for distributed fine-tuning and training, how to scale ML workloads, how to accommodate large models, and how can CPUs and GPUs be utilized?

By Jules Damji

GitHub Enables Dependabot via GitHub Actions, Improves Supply Chain Security

GitHub has released two features to improve the security and resilience of repositories. The first feature allows Dependabot to run as a GitHub Actions workflow using hosted and self-hosted runners. The second release introduces the public beta of Artifact Attestations, simplifying how repository maintainers can generate provenance for their build artifacts.

By Matt Campbell

Meta Releases Llama 3 Open-Source LLM

Meta AI released Llama 3, the latest generation of their open-source large language model (LLM) family. The model is available in 8B and 70B parameter sizes, each with a base and instruction-tuned variant. Llama3 outperforms other LLMs of the same parameter size on standard LLM benchmarks.

By Anthony Alford

Enhance Cloud-Based Monitoring with Azure Monitor Pipeline

Azure Monitor is Microsoft's cloud monitoring service for gathering, visualizing, and analyzing telemetry data from applications, infrastructure, and networks. The company recently added a data collection capability in preview with the edge pipeline, which enables the collection and routing of telemetry data before it's sent to the cloud.

By Steef-Jan Wiggers

Article: Polyglot Programming with WebAssembly: A Practical Approach

WebAssembly has expanded its scope from browsers to other domains like cloud and edge computing. It uses the WebAssembly Component Model (WCM) to enable seamless interaction between libraries from different programming languages, such as Rust, Python, and JavaScript, promoting a true polyglot programming environment.

By Matt Butcher

© 2024   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service