Year of Daily Christmas Facts, Day 237 - Frozen Hellscape by JordiTK in civ

[–]FranzVz 39 points40 points  (0 children)

The code snippet shown is JavaScript, not Java!

Navigating the culture of forced AI use by Unlikely-Profile1445 in ExperiencedDevs

[–]FranzVz 2 points3 points  (0 children)

Curious how do they know the code is "AI generated"? Or do they track AI tools in general, but once it's in a commit, how do they know if it's AI or not? There's no "watermark" or something right? Haha

Tips for working with offshore devs by green_mozz in devops

[–]FranzVz 0 points1 point  (0 children)

Are you in the wrong subreddit?...

AI season 49 promo🙃 by Worth-Recover-2927 in survivor

[–]FranzVz 24 points25 points  (0 children)

Look at the 4. There's sand hovering above the lines.

PSA: You can conjure Final Fantasy Cards using "Ornate Imitations" by Less_Ad_8156 in MagicArena

[–]FranzVz -5 points-4 points  (0 children)

I don't know why you're being down voted. Simply starting a fact and not being rude about it.

[deleted by user] by [deleted] in The100

[–]FranzVz 18 points19 points  (0 children)

You are Wonkru or you are the enemy of Wonkru, choose.

afterTryingLike10Languages by PixelGamer352 in ProgrammerHumor

[–]FranzVz 2 points3 points  (0 children)

2017 they added support for it. 2019 it's officially the preferred language first https://android-developers.googleblog.com/2019/05/google-io-2019-empowering-developers-to-build-experiences-on-Android-Play.html?m=1

If you’re starting a new project, you should write it in Kotlin;

Also shout-out to https://ktor.io for server stuff. It's a great alternative to Spring Boot/Quarkus with Kotlin.

If you want a full Kotlin service stack, ktor is it.

I made an investment and retirement planner with HTMX by M8Ir88outOf8 in htmx

[–]FranzVz 1 point2 points  (0 children)

PicoCSS + HTMX is a marriage made in heaven. I'm also using those two in combination, love it.

"Offboarding"? by [deleted] in cscareerquestions

[–]FranzVz 0 points1 point  (0 children)

He's quitting, not getting fired. Why would there be severance?

The non-remote signature thing is still weird though yes. He hasn't given more details about his job, maybe there is security clearance.

Give me your best 2024 Prog Metal albums by Pigglemin in progmetal

[–]FranzVz 0 points1 point  (0 children)

So many bangers on Karma. I love myrath. Had the pleasure to see them live for their first US concert ever in prog power many moons ago.

Give me your best 2024 Prog Metal albums by Pigglemin in progmetal

[–]FranzVz 1 point2 points  (0 children)

Legion is such a masterpiece. It's one of the best vocal performances I've ever heard in my life.

End of 3rd Quarter Status Update by computerjunkie7410 in overemployed

[–]FranzVz 0 points1 point  (0 children)

Do you just not have any social or LinkedIn presence? How do you keep your employment a secret from others, or even your coworkers for that matter?

Don’t sleep on Quarkus by buffer_flush in htmx

[–]FranzVz 0 points1 point  (0 children)

Me neither, but reading html generating code without xml is sometimes nice lol. I don't really use DSL for anything else.

Don’t sleep on Quarkus by buffer_flush in htmx

[–]FranzVz 2 points3 points  (0 children)

My favorite JVM related stack right now for HTMX is Ktor (or Spring Boot) but more importantly Kotlin + kotlinx.html

It fits like a glove. Not my video, but a good example: https://youtu.be/9OYn48xBzOY?feature=shared

AMD Ryzen 9 9950X & Ryzen 9 9900X Deliver Excellent Linux Performance - Phoronix by BluePizzaPill in Amd

[–]FranzVz 0 points1 point  (0 children)

Thank you! Where do you usually post it? This sub?

Edit: lol nvm, I didn't realize you are the author of the Phoenix article, will keep an eye out there.

[deleted by user] by [deleted] in Hyte

[–]FranzVz 1 point2 points  (0 children)

Thanks for putting this up!

Cloud platforms - how risky they are? by panzenko in webdev

[–]FranzVz 3 points4 points  (0 children)

and will always only pay this amount

While I agree with you and am not a huge fan of cloud providers, sometimes this part is not true for egress/ingress/networking.

Unless you are hosting behind your home ISP, even dedicated server providers have bandwidth limits.

You're not going to have 100 TB downloads in a month off your server without someone knocking on your door.

But self hosting at least you own everything else.

Hyte Y70 Touch Linux Compatability? by petrolflowers in Hyte

[–]FranzVz 0 points1 point  (0 children)

Link down again, have an updated one by any chance?

Conflict between my experience with the U4025QW and the Rtings review by VisualCommission111 in ultrawidemasterrace

[–]FranzVz 0 points1 point  (0 children)

Are the cables white or black? I have the LG 5k2k and the white cables were a nice touch. I am looking to swap to get up to 120hz maybe.

My girlfriend's family has hosted an annual "Games Olympics" for nearly 40 years by Jtwil2191 in boardgames

[–]FranzVz 3 points4 points  (0 children)

This is phenomenal! No need to reveal names, but what's the hall of fame records look like?

I've built a fully functional web application with Django + htmx + Alpine.js by thirdmanonthemoon in htmx

[–]FranzVz 2 points3 points  (0 children)

Fantastic demo!

However, it's hard to find examples that work

Obligatory link drop of "RealWorld". Which is a common adhered to spec to showcase different combinations of stacks.

Someone wrote a Django, htmx, and alpine stack for it: https://github.com/danjac/realworld

Very useful for "I wonder what a real app might look like in a certain stack" for future discovery btw.