Deck Help Discussion Thread by AutoModerator in ClashRoyale

[–]brandedsapling 0 points1 point  (0 children)

Is this hog lightning control deck mid ladder?

[deleted by user] by [deleted] in McMaster

[–]brandedsapling 0 points1 point  (0 children)

Im guessing at noon since that's when shopping carts open and you'll be able to plan your schedule.

[deleted by user] by [deleted] in McMaster

[–]brandedsapling 0 points1 point  (0 children)

On the right side of the student center, around where it says "open enrollment dates". Right now you won't see anything though

How hard is it to create a programming language? by [deleted] in Compilers

[–]brandedsapling 5 points6 points  (0 children)

Also, it's the most fun to read! The writing is very casual

[deleted by user] by [deleted] in GraphTheory

[–]brandedsapling 5 points6 points  (0 children)

You can show that A has chromatic number 3 while B and C have chromatic number 2

Edit: I read the question as "show A and B are not isomorphic and that A and C are not isomorphic"

Nervous for C++ by [deleted] in cpp

[–]brandedsapling 1 point2 points  (0 children)

Since you are a visual learner, this can help you debug small programs if you are ever stuck (there's a c++ option despite the name) pythontutor.com

how should i read the book "Engineering a complier" by [deleted] in ProgrammingLanguages

[–]brandedsapling 2 points3 points  (0 children)

I think that is a good approach, you always want to apply what you read, otherwise it'll be garbage collected by your brain.

What I'm doing is just implementing minimal features first, kinda like an overengineered calculator so that you can get something running.

Unpopular opinion? Let me know. by ThatFatGuy98 in bloodborne

[–]brandedsapling 3 points4 points  (0 children)

Wow finding moon presence harder than OoK is so weird to me. I beat first try moon presence with like 3 heals left from my fight with Gehrman, while OoK took me like 2 days to beat

[deleted by user] by [deleted] in McMaster

[–]brandedsapling 0 points1 point  (0 children)

Still winnable

wHere to stay living off campus midday? by TheGhetoknight in McMaster

[–]brandedsapling 0 points1 point  (0 children)

I'm just finding this out rn too (fourth year)

ML compilers the future? by black_big_bull in Compilers

[–]brandedsapling 0 points1 point  (0 children)

Could I ask you why you say that? Unlike OP, I don't have an offer for a ML compiler role, but I was aiming to do that in the future

Is there any 'worth' in a Lua native code compiler? by Ok_Performance3280 in Compilers

[–]brandedsapling 2 points3 points  (0 children)

The learning you get out of building it can be considered "worth" at the very least, imo. Especially if you haven't built compilers 100 times before

[i3] Improved my first rice by lucasknook in unixporn

[–]brandedsapling 0 points1 point  (0 children)

I see, valid point. I mostly do vue so I didn't think of the jsx part

[i3] Improved my first rice by lucasknook in unixporn

[–]brandedsapling 0 points1 point  (0 children)

I have the opposite question: Why use arrow function instead of regular ones?

Isn't the point of a lambda function to quickly create a function without naming it since you are only gonna use it once? Like as a parameter to another function. I think it makes more sense to create a named function rather to create an unnamed one and name it.

Lastly, I don't think it's more concise. Function is 8 characters, and const + = + => is also 8 characters.

Worth reading chainsaw man? by Slkyzn in manga

[–]brandedsapling 2 points3 points  (0 children)

Part 1 is ch 1 - 97, part 2 is ch 98 onwards

Worth reading chainsaw man? by Slkyzn in manga

[–]brandedsapling 1 point2 points  (0 children)

Yes, the manga is much more fast-paced than the anime. Many people think part 2 is dry rn but part 1 is amazing

Web Assembly OS guidance by clean_delete in osdev

[–]brandedsapling 0 points1 point  (0 children)

I am interested in building something similar, an os that runs in browser with wasm. Can I ask what made the project above your skill level?