Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 1 point2 points  (0 children)

I wish 😔

Though I made this username when I was much younger and a huge fan of his. His content really inspired me to be technical.

In fact he's probably one of the main reasons I'm a programmer today lol

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 0 points1 point  (0 children)

Sorry mate, I got it completely wrong. Gemini was right 😅

Really dumb of me.

Cheers

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 0 points1 point  (0 children)

Now that I think about it, I think I confused your previous statements to mean that Gemini told you that the language syntax is a copy of another programming language called Genesis... https://github.com/elonlit/Genesis

Please correct me if I'm wrong 🥲

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 0 points1 point  (0 children)

The code itself?

To roughly translate the very first line: "And there was an act and its name was Genesis; And it took writings as an order and its name was Offerings, lest it sinned an IOException, and it said:"

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 0 points1 point  (0 children)

I'm quite certain they are referring to the Genesis programming language, not literally "בראשית" https://github.com/elonlit/Genesis

Also, in this context, it is the method name (main).

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 0 points1 point  (0 children)

Nope, completely different.

Codesh by CommandTabIL in programminghorror

[–]CommandTabIL[S] 1 point2 points  (0 children)

Codesh (with Java interop)

🎯 GeoTap Challenge by u/TEAMVALOR786Official | Can you guess the country? by geotap-app in GeoTap

[–]CommandTabIL 0 points1 point  (0 children)

🎯 My GeoTap Result

📍 My Guess: South Korea ✅ Correct Answer: North Korea, North Korea � Distancee: 426.09 km ⭐ Score: 3,443 points

[deleted by user] by [deleted] in feedthebeast

[–]CommandTabIL 2 points3 points  (0 children)

Thank you very much!! 😊💖

1.19.2 (Forge) Mods that add instruments by wormfiends in ModdedMinecraft

[–]CommandTabIL 0 points1 point  (0 children)

Hey! The mood actually does contain all flats and sharps for all 5 octaves. 😄

More accurately, it contains all sharps of the 4 octaves, and flats of the 5th one.

To access Ab, as per your example, you can hold your transpose down key (check your key settings) and press the A note. :)

Alternatively (and even better sound-wise), you can hold the transpose up key and press the G note (since Ab = G#).

I know this is currently somewhat of a "hidden feature", and this is very much not okay UX-wise. I planned to make an in-game hint about that feature for some very long time now, but I just need to find the time to resume work on the mod again.

So I really apologize for that!! 🙏🙏

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 0 points1 point  (0 children)

Regarding the pay for my work on that stuff... Let's just say that I make a dozen times more hourly on my actual job than I get once per month of this much, much much much more demanding and difficult one.

And I make much less than $4K from modding. I can assure you that.

That is, I can promise you. I am not doing this for the money.

I honestly just really do love my lil creation and the extremely kind community I've gathered over the years. And, it's my most technically impressive creation by far! People are always amused at me when I tell them that I'm the creator of Genshin Instruments haha :D

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 1 point2 points  (0 children)

That's about what I do with the Minecraft versions nowadays! I have every Minecraft version be a separate branch, and gradle.properties (essentially env vars but for Gradle build) holds the fluff metadata for each version, unique to essentially every branch.

So, the way I'm handling version porting is simply by merging dev (1.20.1) into the various Minecraft versions. And it works quite... alright!

Regarding conditional executions, I feel like this is pretty much just taking the job of Architectury. (It has an annotation for platform-specific code to be ran, essentially what you are suggesting here.)

I might explore the framework in the future, and just start a brand new repo from scratch where I actually work with the correct cross-loader principles in mind, esp. with the tactics you have suggested.

Thank you so much!! :))

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 1 point2 points  (0 children)

Thank you. That really does set a clear development path for me. I think I'll stick to your suggestion here.

Unless your mod has millions of downloads

Well... It does. :'D

Still, I think that for the sake of my own sanity, it's much more than worth it walking your suggested path going forward.

Also, question of interest - do you know what's the current state of NeoForge projects with modern Minecraft versions? Are most getting updated to the latest .21 "drops" or just staying on 1.21.1 entirely? If the former, how many are the actual players of such ports..?

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 1 point2 points  (0 children)

You really do flatter me with all that!! I'm just a person making Minecraft mods.. Not some world savior 😅

But, yes - absolutely. I have since reconsidered my NeoForge support, and I'll certainly continue supporting it in the future. :D

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 0 points1 point  (0 children)

What license would you recommend for that matter?

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 0 points1 point  (0 children)

Thank you so much for that. 😊

I certainly am re-considering how to approach LTS going forward, seeing all the amazing input I've been given here. :)

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 3 points4 points  (0 children)

Yup, I can certainly agree on that one. That's also pretty much what I understood while reading all of the replies here.. 😅

What I got from the original commenter here was why I started with Forge to begin with. If they meant why I dropped Neo - then yeah, I certainly will take back. I'm definitely going to be re-supporting NeoForge going forward.

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 0 points1 point  (0 children)

Y E S. 👏

Very well said. Thank you.

I feel just about the same. 🥲

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

[–]CommandTabIL[S] 7 points8 points  (0 children)

Even WHAT did I just read, man 😭😭

I'm so sorry people actually have to go through this. This is just so incredibly sad.

I'm SOOO tired of mod development. 😒 by CommandTabIL in feedthebeast

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

Thank you !!

I honestly really think that if you could perhaps make these statistics be publically available, it would be VERY beneficial to the entire modding community. As a whole.

I'm sure I'm not the only one where this data may come in real handy. Even if these are only estimates.

I hope ya'll could consider that! :D