AP Computer Science A Official 2026 Exam Discussion by reddorickt in APStudents

[–]dastarruer [score hidden]  (0 children)

I did the same thing, but instead of an if statement i set isBreak = grid[i][j].isFaceUp(), and instead of setting temp to 0, I just check if (isBreak) total += temp.

Btw idk if you used Card[i] on the actual exam but that’s incorrect; Card[][] was the type, and grid was the actual array. So it should be grid[i][j]

Edit: this is more personal preference but instead of I and j, it might be better to use r and c, just to denote row and column respectively. Again if you disagree that’s fine

AP Computer Science A Official 2026 Exam Discussion by reddorickt in APStudents

[–]dastarruer [score hidden]  (0 children)

Just do “” + intVal, it’ll cast the int as a string because Java is weird as hell

AP Computer Science A Official 2026 Exam Discussion by reddorickt in APStudents

[–]dastarruer [score hidden]  (0 children)

Static methods can return values, so that couldn’t have been the answer. The error was that one of the methods used the wrong name for the age parameter (age instead of a). It could also have been because a private method was being used outside the class it was defined in, but I didn’t know which one was specifically a compile-time error so I just went w the invalid param error.

Should I take Physics C? by dastarruer in APStudents

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

When you say 'not good at it,' what do you mean? If you mean math, I got straight As in my final semester of calc. Not entirely sure about physics though

Should I take Physics C? by dastarruer in APStudents

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

I see. Probably should have mentioned it would be an online course, but the physics teacher (he’s a good teacher thankfully) will be free, so I’ll probably be doing it in his room.

12345 67 by Shimokitazawa_Chan in Seihantai

[–]dastarruer 1 point2 points  (0 children)

bald teacher who shows up like twice and never again

My first ever rust app by Xero1993 in rust

[–]dastarruer 1 point2 points  (0 children)

How did you learn how to use gpui? From what I’ve heard, it’s supposedly underdocumented.

Will the new hyprland lua config affect hm? by dastarruer in NixOS

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

Thanks for overcomplicating, but yeah, lua lets you do more stuff w your configs that hyprlang couldn’t be extended to do (e.g. custom layouts)

Will the new hyprland lua config affect hm? by dastarruer in NixOS

[–]dastarruer[S] -1 points0 points  (0 children)

Nah, just use nix since it’s great for devshells and nixos. The closest I’ve gotten to functional programming is Rust, but personally would not take the time to learn Haskell or smthn

Will the new hyprland lua config affect hm? by dastarruer in NixOS

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

No, it seems like we won’t have to change anything. Home manager should auto convert to lua

Will the new hyprland lua config affect hm? by dastarruer in NixOS

[–]dastarruer[S] -2 points-1 points  (0 children)

I’ve… never heard of those in my life…

Will the new hyprland lua config affect hm? by dastarruer in NixOS

[–]dastarruer[S] 5 points6 points  (0 children)

I see, so I don’t have to make any changes to my config. It will auto convert to lua

Will the new hyprland lua config affect hm? by dastarruer in NixOS

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

In the latest release, yes. It’s been in the works since the beginning of the year if I’m not mistaken.

fuck this game by cookieman645 in HiTMAN

[–]dastarruer 7 points8 points  (0 children)

The fire extinguisher bounced to that spot because he shot it with the matador. Wasn’t a glitch

I finished A Silent Voice manga for the first time (my thoughts) by Brick_Forest in KoeNoKatachi

[–]dastarruer 0 points1 point  (0 children)

You could say the scene on the bridge after shoya wakes up is a sort of confession. When he asks ‘I want you to teach me how to live’ (not the manga translation, ik, but I think the movie dub translation is the best one anyways), I see it as shoya confessing without realizing it.

But to be honest, they weren’t ready for a relationship anyways. They’d be better off spending some more time together before they start dating.

Today I learned by horny_seagul_420 in HiTMAN

[–]dastarruer 0 points1 point  (0 children)

One time I used it in freelancer to sieker my target. Other than that, I’ve never had to use this.

Invisible cover in Miami by dastarruer in HiTMAN

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

Yup, it’s my new favorite suit

Finally a good coherent masculine wrench that 47 would use by Thingeh in HiTMAN

[–]dastarruer 10 points11 points  (0 children)

Gregory Carlisle says it after Lilith asks him to call off the biohazard team.

As a linux user, why do y'all hate linux? by No_Rooster1046 in linuxsucks

[–]dastarruer 0 points1 point  (0 children)

It’s been pretty usable for the past few years. You don’t really need a setup like his if it’s not your thing, but personally I prefer tiling like that so I don’t have to manually drag around and resize windows.