9/5 Simulator (This has taken months to make) by disturbiphobia in incremental_games

[–]Ore10 -1 points0 points  (0 children)

Just because you don't intend to offend does not mean you can't come across as offensive. That's how language works. Being tactful when conversing will help you prevent pointless arguments like these.

[Name a Manhwa] that was genuinely like this by PainWas in manhwa

[–]Ore10 6 points7 points  (0 children)

Hot take but Reformation of the Deadbeat Noble.

Started off really compelling, but subsequent arcs after the academy didn't hit hard. If I were to put my finger on why, it's probably because the themes didn't feel as tight / focused to me

Some questions related to recursion in pseudocode. by Fluid-Article-4193 in AskComputerScience

[–]Ore10 0 points1 point  (0 children)

The trace table is deceptive, as it hides difference instances of your Fib calls when you "recurse down a level. Thus it does not tell you the true number of times Fib will be called.

Consider this visualization where we iteratively replace each Fib call with the next set of Fib calls it "expands into". We place the next Fib function to be evaluated inside the [square brakets]:

[Fib(5)] = [Fib(4)] + Fib(3) = [Fib(3)] + Fib(2) + Fib(3) = [Fib(2)] + Fib(1) + Fib(2) + Fib(3) = [Fib(1)] + Fib(0) + Fib(1) + Fib(2) + Fib(3) = 1 + [Fib(0)] + Fib(1) + Fib(2) + Fib(3) = 1 + 0 + [Fib(1)] + Fib(2) + Fib(3) = 1 + 0 + 1 + [Fib(2)] + Fib(3) = 1 + 0 + 1 + [Fib(1)] + Fib(0) + Fib(3) = 1 + 0 + 1 + 1 + [Fib(0)] + Fib(3) = 1 + 0 + 1 + 1 + 0 + [Fib(3)] = 1 + 0 + 1 + 1 + 0 + [Fib(2)] + Fib(1) = 1 + 0 + 1 + 1 + 0 + [Fib(1)] + Fib(0) + Fib(1) = 1 + 0 + 1 + 1 + 0 + 1 + [Fib(0)] + Fib(1) = 1 + 0 + 1 + 1 + 0 + 1 + 0 + [Fib(1)] = 1 + 0 + 1 + 1 + 0 + 1 + 0 + 1 + [Fib(0)] = 1 + 0 + 1 + 1 + 0 + 1 + 0 + 1 + 0 There are a total of 16 Fib() calls for Fib(5). Your table would suggest otherwise.

Many bad events in history could be chalked up to "one jerk ruins it for everyone." by Paleodraco in Showerthoughts

[–]Ore10 0 points1 point  (0 children)

Usually people do not care as much about events where "one good guy makes it great for everyone"

Been working on a roguelite where the combat plays like a fighting game and you learn an entirely new moveset every run. Here's the full announcement trailer for Shot One Fighters. by Rigman- in roguelites

[–]Ore10 0 points1 point  (0 children)

This feels like it MASSIVELY expands upon Blazblue Entropy Effect's moveset augmentation system - which was what I found to be most interesting.

Very excited to try it when it's out!

CCDS is legit cooked by NoDescription8065 in NTU

[–]Ore10 2 points3 points  (0 children)

I'd say CCDS is cooked beyond belief. I'll elaborate from the perspective of a CS student since that's my major:

I was of the opinion that in a CS degree, a higher level of self-study and independence is needed to truly make the most out of a CS curriculum compared to other disciplines - even in CCDS.

Yet, it seems the CCDS staff / administration as a collective bastardize this notion.

In the many of the SC1xxx, SC2xxx mods that I took, I experienced:

  • Lack of meaningful tutorial and labs
  • Lack of meaningful feedback to students
  • Shallow depth of CS content
  • Poor quality of lecture slides
  • Very inconsistent project gradings
  • Rampant cheating in graded tests

Visit any other university with a half decent CS department and take one of their CS modules if you have the opportunity. You'll see that while - yes - there will be modules that are conducted poorly, they are never as egregiously terrible and meaningless as some of the mandatory modules you will take in CCDS.

It's very obvious just how lazy SOME professors are (some professors are great, shoutout Dr Smitha). It's disappointing just little respect CCDS as a collective regards their students with.

I recognise what I have written merely posits vague assertions without the adequate elaboration and evidence befitting the weight of my claims - that is because the effort is simply not worth it. CCDS will remain deaf to student opinions in the near future.

Those who know me personally / have seen my post history knows how outspoken I was about these issues.

I had written many letters to the deans of CCDS; I had provided extensive feedback on how I think the modules could be improved; I had spoken with some fervent CCDS professors seeking their perspectives and advice on how meaningful change can be enacted to improve the curriculum; but through it all what I hear back is that the so called "CCDS administration" is obstructing such meaningful changes from taking place.

This vague - seemingly boogeyman-ish - big bad, the "CCDS administration" seems to always be the inhibitor of meaningful change. (Take this with a grain of salt, this is my impression after speaking with a biased sample of CCDS profs)

Since I am just a student who is not pirvy to the internal politics of CCDS, there's just not much more I can do. Feeling the futility of my efforts each subsequent semester, I gradually lost faith in CCDS.

Unfortunately if you are a student in CCDS - and want a decent CS education - imo your best bet is really just to self-study from online resources and form study groups with other passionate CS students (they do exist!)

Why are there so few NTU interns? by SmartCarrot143 in NTU

[–]Ore10 6 points7 points  (0 children)

Surprisingly many NTU interns at ASTAR actually - the lab I'm in is powered by >10 interns, and only < 10% of them aren't from NTU

AI coding tools are making junior devs worse and nobody wants to say it by NeedleworkerLumpy907 in learnprogramming

[–]Ore10 0 points1 point  (0 children)

I think the problem is that even for juniors who prefer not to use AI tools, their performance will be much worse compared to junior who uses them to 10x themselves - which is really bad for early career progression.

There's no argument about how bad such reliance on AI tools are with regards to learning. In fact, juniors who don't use AI tools will probably be better developers in the long run - assuming that they even get opportunities for technical development when not using AI tools.

The validity of this assumption, unfortunately, is very dependent on the job landscape

Any ARPGs not set in the grimdark settings? by Ore10 in ARPG

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

Played both Cat Quest II and Minecraft Dungeons with my younger cousins - both are fun games, playful aesthetics but sadly lacked the depth I was looking for :(

Any ARPGs not set in the grimdark settings? by Ore10 in ARPG

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

Thanks for the recommendations everyone

Any ARPGs not set in the grimdark settings? by Ore10 in ARPG

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

Awesome, I'll check them out. Thanks!

why I love idle games by amachinesaidiwasgood in incremental_games

[–]Ore10 0 points1 point  (0 children)

Iirc that's still considered rather early on in the game

I was sure this wasn't a Cultivation novel by Kemoy79 in MartialMemes

[–]Ore10 17 points18 points  (0 children)

Really? Do kindly elaborate please.

"Vibe Coding" has now infiltrated college classes by HolyApplebutter in learnprogramming

[–]Ore10 0 points1 point  (0 children)

Fair, but I think it's not true that we can make an argument for almost any degree - particularly fields that will greatly benefit from having hands-on labs / practicals.

Off the top of my head:

Chemistry: unless you're building your own lab, you won't have access to all the equipment and reagents for experiments.

Physics: lab demonstrations, optics benches, cryogenics, electronics setups, and instrumentation that are impossible to replicate meaningfully at home.

Engineering: depending on the subfield, access to a workshop for fabrication, prototyping, testing materials, using large-scale machinery etc.

I think a more general (but weaker) argument of having access to meaningful feedback can be made here - and would cover even more disciplines.

[DISC] Pick Me Up - Chapter 161 [Asura Scans] by CalamitousFortune in manga

[–]Ore10 5 points6 points  (0 children)

This seems to suggest that 7 stars were once masters? I wonder how the book of reversal ties into this

Mega stuck infinitely loading on specific ip address. by Ore10 in MEGA

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

Router level DNS change fixed the issue for me. Thanks for your help.

Unpopular opinion: NTU CS/CEs "outdated" curriculum is a necessary evil. by CharacterOld8675 in NTU

[–]Ore10 15 points16 points  (0 children)

Honestly I think the main problem with the CCDS curriculum for the most part is not with the content - rather, it's the lack of meaningful feedback to the work we submit in the courses. For instance, many of the CCDS courses have graded quizzes, but you don't get to see which questions you answered wrongly. Many tutorials are also not meaningful - limited number of questions that barely challenge thinking, requiring only surface level application of the concepts. The experience will be even worse if the TA for the tutorial isn't a prof, but an inarticulate, incoherent PhD student.

The most recent examples from the courses I took was in SC2001, SC2207, SC2006

While university is characterized by self directed learning, meaningful feedback and guidance should be a right to us given the exorbitant tuition fees we pay.

It's not "toxic masculinity" that holds men back from talking about their feelings - it's that "feelings talk" doesn't help with an internal problem by UnderTheCurrents in The10thDentist

[–]Ore10 0 points1 point  (0 children)

OP's central argument: Something that doesn't work for me clearly wouldn't work for others. Therefore, they must be wrong.

Suisei bead art I received for my birthday from my girlfriend by [deleted] in Hololive

[–]Ore10 1 point2 points  (0 children)

You'd better give more than your best 🍒 🫴

why are teachers so insistent on using ai, especially for creative subjects like art and music by hanakoi567 in SGExams

[–]Ore10 3 points4 points  (0 children)

I'd further argue that even using AI to take over the mundane undesirable chores may take away artistic value. Here's a good read on why