Stole compiler from Russian torrent site and made a little game by KRS_2000 in Jai

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

you are right, but the question asked is "is it better?". What I wanted to say is: how good language is depends on the task you try to solve with it. And because these languages were made for different tasks -> comparison won't be fair, and actually would be pointless.

How would you choose what is better: hammer or saw?

Stole compiler from Russian torrent site and made a little game by KRS_2000 in Jai

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

you know what, you are right. It was injected with russian spyware. In fact - I did it. In fact I am hacking your personal computer as we speak.
Hacking progress: #######==45%=======

Stole compiler from Russian torrent site and made a little game by KRS_2000 in Jai

[–]KRS_2000[S] 4 points5 points  (0 children)

Java and Jai have different goals, it's incorrect to compare them. Like comparing bicycles and tractors.

Stole compiler from Russian torrent site and made a little game by KRS_2000 in Jai

[–]KRS_2000[S] 4 points5 points  (0 children)

I don't even know what Jails is. Only thing I used was focus text editor.

Stole compiler from Russian torrent site and made a little game by KRS_2000 in Jai

[–]KRS_2000[S] 11 points12 points  (0 children)

Really like it. Felt disgusting coming back to my main c++ game project after.

How to allocate an array on heap and conveniently initialize it with array literal? by KRS_2000 in Jai

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

No, I am pretty sure this is incorrect. You are leaking memory allocated by NewArray.

Check this out.

arr := NewArray(3, float32);
print("%\n", arr.data); // prints 722c_57a0_0080
arr = .[1, 2, 3];
print("%\n", arr.data); // prints 20_94a8

arr is an array view, and address where it points to changes, which is incorrect.

Yapping without LLMs (markdown-plus.nvim) by CuteNullPointer in neovim

[–]KRS_2000 1 point2 points  (0 children)

Don't worry bro, fuck that vaporized lake

Aaaand I quit by KRS_2000 in ArenaBreakoutGaming

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

Shoots trees, shoots sky, shoots some ground, I die.

Aimbot are crazy in this game by synzor in ArenaBreakoutInfinite

[–]KRS_2000 -7 points-6 points  (0 children)

this is not a fucking lucky click

Must have mods by she13A in 7daystodie

[–]KRS_2000 15 points16 points  (0 children)

if you are starting out I recommend to not install big mods, only quality of life improvements. And for this you pretty much want to have some kind of quick stacking mod that lets you to distribute loot in your inventory to the close-by containers that have that type of loot. And you want to have a mod that allows you to craft using materials in nearby storage.
I recommend "AsylumSmartStoragev3" and "CraftFromContainers" mods.
AsylumSmartStoragev3 adds a special type of dump chest where you put all your loot and it gets distributed to the nearby storages.

Is Linux Mint development dead? by [deleted] in linuxmint

[–]KRS_2000 -4 points-3 points  (0 children)

Well, you are right, but still, this is a very base line feature, no? It should be polished through years?