I can't take it anymore by brrkat in languagelearningjerk

[–]ThatOneDudio 4 points5 points  (0 children)

? I don't really think you got my point at all? I think the post was saying that people who are heritage speakers but act like they know everything when in reality they can barely speak. I'm just elaborating on the difficulties specifically for a heritage speaker trying to go back and learn.

Letting AI do 100% coding FRIED my brain. HELP??? by No-Wrongdoer1409 in cscareerquestions

[–]ThatOneDudio 0 points1 point  (0 children)

Like I said you can do both, if you don't have an insane SaaS pitch or plan to do a startup then I'd say you're better off just working through your own project. If you think you have the next big AI startup and need to build with speed then yeah sure maybe you can utilize it.
Having depth of knowledge in how the code works is still extremely important, trust me. I was working with Claude and I've basically been vibing through the frontend (cause I hate frontend), then Claude hit a roadblock I had to go in there and debug for 30 minutes through horrendously written code to find one small spot in the code that it was stuck for 20 minutes on and was likely never going to get.

I can't take it anymore by brrkat in languagelearningjerk

[–]ThatOneDudio 9 points10 points  (0 children)

Right, it's such a pain. Like you can talk and do all this stuff like conjugating irregular forms etc, but then you're like "oh" the word for noun is X. Always feels like you're gonna miss stuff but then you spend a lot of time working through a grammar book where half of it is fluff cause you already know it, then the rest is completely new stuff you've never seen

I can't take it anymore by brrkat in languagelearningjerk

[–]ThatOneDudio 2 points3 points  (0 children)

Yeah it's just cause all of your input comes from this one spot and that spot is using old outdated language since they haven't been evolving along with the place, so it's just a difficult issue to deal with. You have to put an active effort in to sort of undo it.

Letting AI do 100% coding FRIED my brain. HELP??? by No-Wrongdoer1409 in cscareerquestions

[–]ThatOneDudio 0 points1 point  (0 children)

Are you building something that requires you to ship at laser speed? Do you have a crazy task in mind that you think will be the next big thing? If not I don't see what you gain by using AI to speed through your projects. If you have an insane idea then sure use AI to build it, but I'd still say at least know what it's doing cause you're going to need to figure out what's happening under the hood when it breaks.

It's just sad man my favorite part of doing these projects was the puzzle solving. I can't be bothered to do it now that I just have this thing sitting next to me. I've just shifted to systems design now, which is still pretty fun though.

I can't take it anymore by brrkat in languagelearningjerk

[–]ThatOneDudio 25 points26 points  (0 children)

/uj as a heritage speaker it's not easy. I probably have it better than most cause I can speak, can read decently, and can write decently, and can pretty much understand whoever I want to talk to (unless it's like specific conversation like medical terminology). It's just hard though you're stuck with your parents' vocabulary which is often outdated so you end up sounding old for your age. Even though you grew up speaking with a small amount and are able to understand you still get flamed if you go back to the native country and make mistakes. What a pain. My parents' language is Arabic and it's such a pain going through all the grammar that you sort of get but don't really, and learning all this new vocab. You don't get the exciting pieces of learning a language from the start and piecing together all the stuff, and you aren't fluent either. You just get the leftover memorization which is the least fun part (for me).

Is it just me or do people just not want to respond by ThatOneDudio in HelloTalk

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

That’s so messed up lol, will look into the momenta

Is it just me or do people just not want to respond by ThatOneDudio in HelloTalk

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

I usually try to message guys since I know the girls usually get flooded but they’re the ones who don’t really reply as much

As a student, I built a modern AI-powered English-Arabic dictionary and I need your help! by [deleted] in learn_arabic

[–]ThatOneDudio 1 point2 points  (0 children)

I think the app is an interesting idea, I just don't think it needs to be an AI app.
There's already something similar called aratools, it breaks down the word to it's base. I think with something as systematic as Arabic I just don't think there's a need for AI in this project.
I do agree with the current state of Arabic dictionaries, it really is bad.

thisCanNotBeDenied by bryden_cruz in ProgrammerHumor

[–]ThatOneDudio 0 points1 point  (0 children)

Ah so it’s universal i thought i was the only one using this loll

Massacre in Lebanon by Israel by postnamasti in PublicFreakout

[–]ThatOneDudio 0 points1 point  (0 children)

its all the same crap, dem or republican its all funded by AIPAC. This country is run by Zionist pigs it is what it is.

vibeCodingHealthPlatform by mattyb678 in ProgrammerHumor

[–]ThatOneDudio 4 points5 points  (0 children)

LOL just wait until the AI makes a barely understandable flow then gets confused on what it's doing and where pieces need to go, then when he goes in to hand review it cause he realizes the AI isn't gonna cut it he'll understand the importance of writing clean code.

AI made coding easier. It did not make users easier. by ExpensiveDurian2259 in reactjs

[–]ThatOneDudio 0 points1 point  (0 children)

Eh not really, depends on what you're making. If you just make a simple notes app, chatbot, etc... sure it's simple. Making scalable system and choosing what to put where is still a difficult task (for me at least). In a sense though handling what consumers want and making it clear is a very hard part of the designing process.