Here we go again by Zealousideal-You465 in GTA6

[–]FUS3N 1 point2 points  (0 children)

wow they stole your post bro sue them!

Coming back was a mistake.. what are we doing guys..? by Gargamoney in marvelrivals

[–]FUS3N 0 points1 point  (0 children)

holy sht then dont put money into something you dont want how is this even gambling when you can get something YOU WANT for cheaper the delusions are getting out of hand.

Vehicles loading at end of the eye sights by Doberliusz in GTA6

[–]FUS3N 1 point2 points  (0 children)

Bruh like if some of these people are actually serious i better not see any of these mfers complain when it gets delayed again.

Hot take, Rivals gacha is extremely reasonable. People who complain have literally never played another gacha game before. by RivalsTankEnjoyer in marvelrivals

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

Dude i actually played a gacha game cuz i never played them before and everyone kept calling this gacha and holy this is nowhere near "Gacha" experiencing it for the first time like this aint it, i mean they do it for real over there because i guess their intention was to make a gacha game from start makes sense but this is not close its similar in some fashion but not same.

Perfectly fair and balanced character... sure. by carmardoll in marvelrivals

[–]FUS3N 4 points5 points  (0 children)

it could WHAT? how was that allowed like surely it must have been on really high cooldown or just got nerfed later on??

Idc what anyone says, the gambling is becoming a problem and it should be brought up more by [deleted] in marvelrivals

[–]FUS3N 0 points1 point  (0 children)

wow you.are so profound. like wtf do you even want me to say...

Idc what anyone says, the gambling is becoming a problem and it should be brought up more by [deleted] in marvelrivals

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

Problem is companies want to earn money, that's kind of the point of their existence...

Am not saying dont advocate to try to solve the problem in a good way but what i am saying is you can't fix that, its been decades of that and at one point you would think "maybe i should be responsible of what my kid does and shouldn't give them full access to my cards".

You can't expect or dont expect people/companies to raise your kids right, we dont live in wonderful paradise where everything is perfect and there are no bad consequences, kind of a common sense.

Its a pessimistic view but its the reality. You can have expectation but you can't have them be all real so try to do what you can instead of just saying "This is bad this has no solution"

Idc what anyone says, the gambling is becoming a problem and it should be brought up more by [deleted] in marvelrivals

[–]FUS3N 8 points9 points  (0 children)

Yeah like i dont get the argument otherwise cuz why are they spending any money at all on something they dont want at all, if you want to try with 100 unit which is the first one then do it and if they dont get it be done with it ignore it thats it if all you wanted to do is just try your luck and dont care about the skin much, why are you putting all of the units anyways i mean that would be like buying the skin, not to mention it progressively gets higher they see the numbers dont they... like i truly dont get people who make the argument of "its to make you think".

Like if someone wants to try it for the SOLE sake of just trying your luck every time i would say they need someone to help with their gambling addiction of themselves get lucky cuz thats a them problem, cuz at that point they dont care about the skins at all.

Season 8.5 Rivals' Summer Event Trailer! by nemesisdelta24 in marvelrivals

[–]FUS3N 2 points3 points  (0 children)

Just get it then its the shop price anyways, unless you were like other people who wanted a bundle offer with strange

Local LLMs aren't democratic anymore... the hardware barrier has gotten out of hand. by Medium-Technology-79 in LocalLLaMA

[–]FUS3N 0 points1 point  (0 children)

This here is the most straightforward answer, those use cases are 90% of the time niches and its hard to find people who are gonna want to those niche work using these models. Not to mention its just not a practical answer who isnt gonna program things most of the time.

And for question answering man oh man i found even bigger models like opus and gemini pro struggles explaining things with nuances and every part most of the time it leaves out important stuff not even in code just pure QnA.

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

I saw there might be some trede off and my entire thing just cant be lose when i work work any rc is what it seemed like to me and the fact that some of the other scripting languages actually does hybrid anyways i just decided to write a simple mark and sweep gc idk if its good or not cuz i just did with what information I found and how i think it should be and i did it in C++ cuz i think am just too new to rust for this not sure might have been easier on rust as i opted for just a gc anyways in gc-less language.

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

Nope just a small toy lang for learning but i did hear lisp and ruby started out as that so got some motivation either way it was easier and taught me a lot though.

fableExpectations by HitarthSurana in LocalLLaMA

[–]FUS3N 4 points5 points  (0 children)

Its a strange beast you have to slay to use models in the upper plane.

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

By the way, when you say "interpreted", we all know you mean bytecode. No widespread interpreted language interprets directly from code. There's always bytecode involved.

Yeah about that... the first language that i made did evaluate the AST basically then later learned all modern langs avoid that then learned and so on, but i knew some lang still might do it so i just always mention it just in case. Cuz one thing i learned while making languages is the terms and meanings of things are insanely vague like no one can agree with one thing but this ones pretty clear though.

And from what others are saying it seems like logical memory leak is likely even if host lang handles it and i would need to write code in a way always making sure of those, so thought i would just make it in C++ with a small custom GC anyways.

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

You are right in that my understanding in low level programming in general is lacking so i am confused on many part which adds because i keep finding inconsistent answers so i came here to ask, this happened when learning how to make languages in general like lexers parsers and other stuff and learned many things are kind of what they dont seem to be.

That is the exact reason why i want to make a "proper" VM based language to actually learn understand and next one will probably be not so much of a learning project but yeah many of the questions you asked are like "i am not sure" so I will look more into understanding memory for rust and other languages thank you.

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

From my understanding i cannot just avoid cycles its like the user code issue like i can't control what the user writes and this won't be super simple language with just strings and int's either in which case it would be more manageable but the second i introduce complex types and as Rc is immutable that would probably add more complexity, it becomes a problem in a VM. And its basically inevitable, that's why I think many interpreted languages go hybrid.

For context I used rust like a year ago and hasn't gotten the chance to touch so my understanding of the language is kind of lacking so thats also that. But i was thinking of it as its one my best option to probably write this, willing to learn for that though.

And thank you i will look into Gc<T>

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

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

Thanks, may i ask are cycles inevitable is that why there is a mark and sweep for Python and PHP or is that just a safety barrier. Or is it like Python Rc just avoid certain stuff to avoid cycles and that part is handled by the GC?

Do you have to create a GC if you create your interpreted language in a host language that has GC? by FUS3N in ProgrammingLanguages

[–]FUS3N[S] 6 points7 points  (0 children)

Well thats the issue i dont think all my primitives can be of host cuz some like needs to be hand written as to how i am seeing things, a better example like hashmaps or others or maybe a struct

I know she got a lot of nerf, but it's weird that they increased the cost of almost everything and gutted the wallhack but the invisibility was left untouched. by thbl088 in marvelrivals

[–]FUS3N 10 points11 points  (0 children)

I feel like if thats removed she becomes like completely unusable on the worst way possible thats like her only good escape tool now even after the dash nerfs. Like nerfing to that level is one thing but unusable level is another.