• 0 Posts
  • 53 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • Do you know the main function of freshmen courses? It’s to make sure that every student has the same base knowledge before going into sophomore level courses. It’s giving the students from shitty high school backgrounds an opportunity to catch up with those from private schooling and those from school boards that didn’t provide sufficient challenges. These courses don’t need a higher teacher to student ratio, they just need students to pay attention to the lectures and talk to the TA if they’re stuck.


  • I don’t know how you extrapolate “no emphasis on learning” from “large classes”. The classes are large because they can afford to be large. They teach introductory courses, and their goal is to even out the baseline before the students go into sophomore courses. Freshmen come from many different education systems - private vs public, local vs out of state/province/country, fresh out of school vs returning to education after working, etc. This is also why these courses can be graded with standardized testing, because they set the standard themselves.










  • You can take the windows installer from GoG and run it in a bottle, but honestly Heroic is much more convenient for that. Bottles works for any local game installer though, just like Lutris, but it has a more accessible interface, and once you’ve installed games you can add the shortcut to the bottles library which gives you a tiled view like Heroic.





  • Liver and Onion, anchovies, chunchullo, whitebait, blood and tongue sausage… generally these fall in two categories:

    • Food that has a particularly strong flavor that clashes with what people are used to, and
    • Food that is made from the parts of an animal that is not “meat” and therefore has an unfamiliar texture.

    They’re wrong on all accounts - taste is acquired, and people should at least try food out of their comfort zone - but considering that it took 20 years for me to even consider trying shrimp (which still isn’t my first choice, but I like it now) I can understand.




  • You’re missing the forest for the tree here.

    Given identical client setups, two clones of a git repo are identical. That’s duplication, and it’s an intentional feature to allow concurrent development.

    A CDN works by replicating content in various locations. Anycast is then used to deliver the content from any one of those locations, which couldn’t be done reliably without content duplication.

    Blockchains work by checking new blocks against previous blocks. In order to fully guarantee the validity of a block you need to guarantee every block, going back to the beginning of the chain. This is why each root node on a chain needs a full local copy of it. Duplication.

    My point is that we have a lot of processes that rely on full or partial duplication of data, for several purposes: concurrency, faster content delivery, verification, etc. Duplicated data is a feature, not a bug.