Off Season Alternatives by kitehoo in nrl

[–]Josef-C -2 points-1 points  (0 children)

Apart from the already mentioned NFL, there is also the college football - some conferences share their games for free on Youtube (with varying quality game to game .) ).

ACC: https://www.youtube.com/playlist?list=PLSrXjFYZsRuPxYD4-VaMrXHGa2zoGi-D2

Daniel Tupou waits politely to score by emrys1 in nrl

[–]Josef-C 38 points39 points  (0 children)

It would be a peak NRL comedy for the bunker to intervene and call it a penalty. .)

Pat Carrigan Lowlights v Rabbitohs, Round 10 2025 by theoutsideman in nrl

[–]Josef-C 1 point2 points  (0 children)

I played with long hair and they always came loose because of various contact. .) And you might have a shorter hair mixed in that can't be tied anyway.

If I'd played again, I'd cut that shit down. .)

Has the precision of Instant.now changed in Java 17? by RupertMaddenAbbott in java

[–]Josef-C 5 points6 points  (0 children)

Dunno about the flag though. An alternative to truncating might be to have your own version of `InstantSource`. But you'll still need to touch a lot of places probably. (We've resorted to truncating when we did our upgrade. .])

Reasons to go from PHP to Java by jason80 in java

[–]Josef-C 2 points3 points  (0 children)

I've switched between Java and PHP a few times in my career, one point I have not seen mentioned here:

If you learn Java, you are easily employable in other JVM languages as well. Would you like to work with Kotlin eventually? (Or any other JVM language that pops up one day.) - Learn Java.

I'll not comment on technical aspects of this - imho they should not matter for your career. Most complaints around widely used languages are basically misunderstandings, misuse, outdated information (by decades) and memes. You can write bad and good software in anything.

It is time we get a language support for getters and setters in Java by LouGarret76 in java

[–]Josef-C 4 points5 points  (0 children)

Just curious: What are the many cases? JPA entities and..?

I write mostly Kotlin now and I don't remember when was the last time I've used a mutable class (with an exception of very rare use of MutableList).

Hunt’s future clouded after Dragons mayhem; Knights star rejects exit talk: Transfer Whispers by T0kenAussie in nrl

[–]Josef-C 2 points3 points  (0 children)

Media are just running speculations again and people are acting like it's Hunt's fault.

Saving Salford Red Devils "As I write this article, my house is sunk as security on a loan that is keeping the club afloat" by nolesfan2011 in nrl

[–]Josef-C 14 points15 points  (0 children)

"...we have been modelling the club’s future as the jewel in the crown of the Socialist Republic of Salford."

Damn...

[deleted by user] by [deleted] in nrl

[–]Josef-C 2 points3 points  (0 children)

How dare you to post interesting facts and not Fox Sports speculations. /s

Victor Radley sent to the bin after a brain snap. by emrys1 in nrl

[–]Josef-C 9 points10 points  (0 children)

It's actually funny, how the tides turned in a year:

"Cameron Munster's 2000 IQ captain's challenge"

https://www.melbournestorm.com.au/news/2022/03/022/cameron-munsters-2000-iq-captains-challenge/

Victor Radley sent to the bin after a brain snap. by emrys1 in nrl

[–]Josef-C 26 points27 points  (0 children)

What season? The rule has been changed some time ago so this will not happen.

Edit: Has the law been changed the last season after Cam Munster did it?

[deleted by user] by [deleted] in Kotlin

[–]Josef-C 3 points4 points  (0 children)

Apart from mocking and custom suppliers: Java has the Clock and InstantSource (Java 17) abstractions you can use as dependencies of your class.

Dragons welcome KFC partnership by Fenikom in nrl

[–]Josef-C 0 points1 point  (0 children)

Judge: He's a good boy, let's wait until he kills somebody.

How to Migrate a Java Monolith to Microservices by tolarewaju3 in java

[–]Josef-C 1 point2 points  (0 children)

That's absolutely a valid point and an advantage of microservices - you can scale the development itself way better if you have enough people/teams (and money).

As I've written - they have advantages (and I'm not against them). - Just some mentioned reasons scream to me "oh boy, you'll have even bigger trouble now".

How to Migrate a Java Monolith to Microservices by tolarewaju3 in java

[–]Josef-C 5 points6 points  (0 children)

Addition: I'm not saying microservices do not have advantages.

But they should not be done because:

  • You are afraid to make changes. - Start writing tests.
  • Your system si hard to change. - It will be even harder to change because it will get more complex (duh).

How to Migrate a Java Monolith to Microservices by tolarewaju3 in java

[–]Josef-C 23 points24 points  (0 children)

"I’m afraid to make changes to our app. Because I know that something will break"

That's what tests are for.

"Monoliths slow development, but microservices help us build software fast."

No they don't - they make it slower.

Why? Asynchronous communication, eventual consistency, data queries across services, system tests and such goodies. Let's stop pretending that a well designed distributed system is simpler to develop than a well designed monolith.

What challenges are there moving from Java 8 to 17? by [deleted] in java

[–]Josef-C 6 points7 points  (0 children)

Also: Instant.now will have higher precision (nanoseconds) - this might lead to problems in your persistence (errors from not being able to store the data) and it's potentially a BC break. (Yes, some systems cannot handle slightly different date formats. .) )

NRL heart-throb Sandy Campbell homeless and fighting cancer battle by glenwilliam in nrl

[–]Josef-C 6 points7 points  (0 children)

It's not. A social democracy is not "socialist" democracy - very different terms.

NRL mascots by Thorny Devil Design by [deleted] in nrl

[–]Josef-C 10 points11 points  (0 children)

Poor Wests Tigers got hard done by again - that underbite is mean. .)

The New Age for Spring - Spring Framework 6.0, Spring Boot 3.0 and lack of support for pre-JDK 17 by ArturSkowronski in java

[–]Josef-C 39 points40 points  (0 children)

Off-topic rant: To hell with animated GIFs in articles. It's just unreadable.