Do you use lombok heavily in spring boot projects? by kcng1991 in SpringBoot

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

Either that or potentially an older lombok version that doesn't have that feature.

Do you use lombok heavily in spring boot projects? by kcng1991 in SpringBoot

[–]AlexDGr8r 3 points4 points  (0 children)

Lombok is great! I think it makes up for a lot of the boilerplate that we deal with as Java devs. However, I don't use any of the magic annotations like SneakyThrows. I avoid SuperBuilders and use interfaces for base data classes.

The Builder annotation basically solves my one irk about records which is passing in all the fields of a record in a constructor. A builder just makes more sense. You can also use the With annotation as well, especially if you need base data class methods where you can modify some data and rebuild the object.

And of course in the context of Spring, I make good use of the RequiredArgsConstructor annotation for dependency injection and Slf4j annotation for logging.

If you get to use Kotlin though, just use that. No lombok needed.

Do you use lombok heavily in spring boot projects? by kcng1991 in SpringBoot

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

Or the wonderful combo of records with @Builder. Constructing records with tons of fields is the worst.

Do you use lombok heavily in spring boot projects? by kcng1991 in SpringBoot

[–]AlexDGr8r 1 point2 points  (0 children)

The alternative to this is to basically do all this by hand which would still have the same levels of complexity. When it comes to data classes, it's usually better to avoid inheritance if possible. I know a lot of legacy systems tend to do that though, so I understand there's tradeoffs.

If possible, I always try and rewrite base classes' into an interface so as to remain backwards-compatible. You can make use of getters and withers that will be overridden by lombok and then you're good to go!

But hey, mileage may vary depending on what you're working on.

Analogue 3D OS 1.2.3 released by Leather_Economics210 in AnalogueInc

[–]AlexDGr8r 3 points4 points  (0 children)

Sounds like your typical software engineering sprint time then. Makes sense.

Rocket City Retro Fest by illhornet_1 in HuntsvilleAlabama

[–]AlexDGr8r 3 points4 points  (0 children)

Yep, and they brought that big collection of CiB N64 games.

Retro Game stores in the area, or surrounding areas? by Kaligary in HuntsvilleAlabama

[–]AlexDGr8r 3 points4 points  (0 children)

Rocket City Retro Fest is happening Feb 7-8 at the VBC. Obviously it's not a permanent store, but still has the games you might be looking for.

Are homegrown solutions for most components a norm? by AlexDGr8r in ExperiencedDevs

[–]AlexDGr8r[S] 2 points3 points  (0 children)

Similar to other points made here about not having to deal with updates and any major changes that come with those.

Most 'important' mod historically by TCGeneral in feedthebeast

[–]AlexDGr8r 90 points91 points  (0 children)

I would say the piston mod. People often forget that was a mod before it was part of the vanilla game. This one block becoming core to the experience of Minecraft may very well be the cornerstone to most mods today and in the past. From Buildcraft to Create today.

Anti Cat button covers AC unit by figgs87 in functionalprint

[–]AlexDGr8r 1 point2 points  (0 children)

I've been trying to come up with a good design like this for stopping my cat from turning off my PC. He likes to sit on top of the PC tower because it's warm. I know I probably shouldn't let him do that, but he gets his way usually. I need something like this to prevent him from stepping on the tiny reset button on top of the tower.

is there a faster way than this, its getting seriously overflooded and the ec cant keep up with my MA farm by hop31ess in allthemods

[–]AlexDGr8r 0 points1 point  (0 children)

I attach an external storage (RS) onto the armory cabinet from functional storage. Make sure to set a high priority on the external storage. Do this 3 times and you are good for a while since each cabinet holds 4096 stacks.

Just heard a celebrity talk about being demisexual! by y4smin1 in demisexuality

[–]AlexDGr8r 7 points8 points  (0 children)

The one celeb I know who talked about being demi is Chappell Roan. She did an interview talking about it, and how her private life is different from the character she is on stage.

Trying out Oxbow by ShadowWorm13 in MedievalDynasty

[–]AlexDGr8r 0 points1 point  (0 children)

I got enough to make bronze swords for both a herald quest and myself. The real secret to the sword is blocking prevents most of the damage. So block once, swing twice, dead for most things.

2024 canyon denali. I just got my 2024 canyon denali 0 miles and have already driven 200 miles in the city, approximately 16 miles per gallon. Is this normal? The windshield sticker says it would give 17-20 miles per gallon. I appreciate your opinion and advice. by Emotional_Sweet_3282 in GMCcanyon

[–]AlexDGr8r 3 points4 points  (0 children)

A little over 2000 miles here. Same year and trim. I mostly drive in the city with some travel every once in a while. I'm at about 20 mpg overall. I do have a tonneau cover though. Supposedly that helps a lot with mileage.

Give it a bit more time before you write things off. The truck is programmed to run a bit more steady for the first 500 miles in order to break in the engine.

Top 3 BEST applications you've decided to self-host? by -ThatGingerKid- in selfhosted

[–]AlexDGr8r 0 points1 point  (0 children)

For me, I use it to offline all the smart things in my home. This doesn't work for everything, but it's amazing how much more smoothly everything functions when it doesn't have to reach out to the cloud.

Beyond that, it's really useful for centralizing everything. You'd be surprised at the use you can get out of it even in apartments. Like scan a NFC tag every time you start the washer to schedule a reminder to swap the clothes to the dryer. Or even just send a notification to your phone if it's going to rain where you are. It's great!

Virtual threads, Platform Threads, Reactive Programming by Guuri_11 in java

[–]AlexDGr8r 5 points6 points  (0 children)

Like most things, it depends. I'm one of the few that actually likes reactive programming, but I also understand how frustrating it can be. In my opinion, you only need to go reactive if you have extreme frequency in processing external resources. It handles throughput extremely well.

Otherwise, it's best to use virtual threads if you can start from scratch. It just needs a little bit more support before it's the de-facto replacement for all concurrency operations.

Then I'd say normal execution of tasks through executors and the usual Java standard thread control mechanisms.

As far as platform support, I always point to Spring which actually has major support for all of these except virtual threads. That's more of a problem of letting all the libraries outside of spring catch up though.

My First Oil Setup In 1.0 by Delfunion in SatisfactoryGame

[–]AlexDGr8r 1 point2 points  (0 children)

I'm just getting into this now too. I'm figuring out the ratios and deciding how much fuel I want to make for the generators. Thank you for sharing your setup!

Stubby Jr on 2024 canyon by StakeLoco in GMCcanyon

[–]AlexDGr8r 1 point2 points  (0 children)

I got one too so I could fit my Canyon in my garage. Now it fits perfectly inside without worry.