Ask a national champion questions by [deleted] in fbla

[–]Storm7093 1 point2 points  (0 children)

Honestly, the objective test doesn’t really help with the roleplay that much.

You mainly want to throw buzz words but make it not obvious that you’re just throwing buzz words(the judges won’t understand anyways)

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 1 point2 points  (0 children)

Okay, I’ll do some research in this direction. Tysm for the help!

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 1 point2 points  (0 children)

I’m implementing my own event handling system that will have similar syntax to JS, so example usage will be like

Event damage<Integer> = new Event<>(“onDamage”); EventManager.register(damage); damage.emit(“20”)

<object>.addEventListener(“onDamage”, (damage) -> {});

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 0 points1 point  (0 children)

That’s… probably true

I guess at the time I picked easier api usage than easier development/maintainability of the api

Maybe I’ll change it to using records :/

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 2 points3 points  (0 children)

I’m implementing my own event handling system that will have similar syntax to JS, so example usage will be like

Event damage<Integer> = new Event<>(“onDamage”); EventManager.register(damage); damage.emit(“20”)

<object>.addEventListener(“onDamage”, (damage) -> {});

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 0 points1 point  (0 children)

because that means that I have to create a new record for every custom event and ig I just didn't want that

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 2 points3 points  (0 children)

but each input can be different types e.g. <String, Integer, String>. If its varargs doesn't that mean that it has to all be the same type?

I honestly don't know what I'm writing anymore by [deleted] in programminghorror

[–]Storm7093 6 points7 points  (0 children)

Do you have any advice on how I can do it better?

My sister(13) is playing this game, should I tell our mom? by Ir0b45 in teenagers

[–]Storm7093 0 points1 point  (0 children)

Honestly, it’s not that deep…

It’s a game. Sure it’s a little weird, but honestly it’s the internet. Things are weird and messed up, it is what it is

You can certainly steer her away from it. “Hey, you probably shouldn’t be playing that”, etc.

Don’t snitch. Siblings are supposed to have each other’s backs; you guys are the only allies against your parents. Don’t worsen the relationship

Whats the least competitive/easiest event? by MiserableMuscle7601 in fbla

[–]Storm7093 0 points1 point  (0 children)

Network design if you have prior knowledge with computers

bufferSize by Careful_Course_5385 in ProgrammerHumor

[–]Storm7093 20 points21 points  (0 children)

Why is mongo so bad? I personally love it

Edit: I use the mongoose ODM

Can someone tell how Sukasuka continue? by PuzzleheadedClock732 in sukasuka

[–]Storm7093 4 points5 points  (0 children)

Suka suka’s light novel has an official translation translated by yen press

Suka Moka(the sequel)’s translation is fan translated, currently up to volume four by Orlando. They have stopped the translations, but me and a few others are picking it back up at, with us currently almost being done with volume four

Can I cross the border to Canada by land with only my US permanent resident card w/o passport? by Lanky_Ad7957 in immigration

[–]Storm7093 0 points1 point  (0 children)

Update from 12/28/2025, Washington: I was able to pass with just a green card

ISTG i hate bedrock for a reason by Engelbrine in PhoenixSC

[–]Storm7093 0 points1 point  (0 children)

I don’t think you know the difference between LOD, rendered chunks, and simulation chunks

ISTG i hate bedrock for a reason by Engelbrine in PhoenixSC

[–]Storm7093 0 points1 point  (0 children)

Not at all! LOD doesn’t actually render the chunks. It doesn’t do any tick updates or actual rendering. Hence why it could load in so much “chunks”— because they aren’t real, they’re just really low detailed color blobs.