35 Matching Annotations
  1. Oct 2024
  2. Sep 2024
  3. Oct 2023
  4. May 2023
    1. Please can we (a) retain case information from the email address the student uses to set up their account (in case their mailbox is case sensitive), and use that when sending password reset emails, etc., but also (b) when checking credentials for login or setting up an account, treat the email address as non-case-sensitive. The upshot would be if someone registered with Student@City.ac.uk, all emails would go to Student@City.ac.uk, but the student would be able to log in with student@city.ac.uk, and if someone later tried to set up an account with student@city.ac.uk they'd be told that the user already exists.
  5. May 2022
  6. Feb 2022
  7. Jan 2022
  8. Aug 2021
  9. Jul 2021
  10. Jun 2021
  11. May 2021
  12. Apr 2021
    1. I think that depends on HOW you are using the attribute. If you're styling multiple images within a list or table so that they lay out correctly, then put the width/height in your CSS to avoid the need to add another set of tags to every image in the list. Use something like ul.gallery img: { width:117px; } On the other hand, if you are inserting an image into some content and it needs to be a certain size to make the document flow properly, then put it in the HTML. That way you don't have to muck up the style sheet for each different image in the html. And this way, if you change the content to a different image, of remove the image all together, you don't have remnants of code scattered in your CSS to remember to delete.
  13. Mar 2021
    1. The lone Black delegate to the convention, Isaiah Montgomery, participated in openly suppressing the voting eligibility of most of those Black men, in the hope that this would reduce the terror, intimidation and hostility that white supremacists aimed at Black people.

      This is interesting because Montgomery essentially sacrificed a part of his community and his heritage in the name of peace and compromise without being certain of the results. This makes me consider the present day political climate, particular, the way that neither side is willing to make concessions (especially the people power).

  14. Jan 2021
  15. Nov 2020
    1. We all know that real business logic does not belong in the presentation layer, but what about simple presentation-oriented things like coloring alternate rows in table or marking the selected option in a <select> dropdown? It seems equally wrong to ask the controller/business logic code to compute these down to simple booleans in order to reduce the logic in the presentation template. This route just lead to polluting the business layer code with presentation-oriented logic.
  16. Oct 2020
    1. In at least one instance, a foreign adversary was able to take advantage of a back door invented by U.S. intelligence, according to Juniper Networks Inc, which said in 2015 its equipment had been compromised. In a previously unreported statement to members of Congress in July seen by Reuters, Juniper said an unnamed national government had converted the mechanism first created by the NSA.

      NSA gets Juniper to put a backdoor in one of their products. The product gets compromised by a foreign government in 2015.

  17. Sep 2020
    1. “If your own proposal isn’t going to be attractive to you when it comes from the other side, what chance is there that the other side’s proposal is going to be attractive when it actually comes from the other side?”

      This is what is interesting about many of todays issues, while most could be solved with a compromise from both sides many would refuse to accept it if one side has more say than the other.

  18. Aug 2020
  19. Jul 2020
  20. Jun 2020
    1. The only delegate who pounced on the three-fifths “compromise” was Massachusetts abo-litionist and future vice president Elbridge Gerry. “ Blacks are prop-erty, and are used [in the South] . . . as horses and cattle are [in the North],” Gerry stammered out. So “why should their representation be increased to the southward on account of t he number of slaves, [rather] t han [on the basis of] horses or oxen to the north?”
    1. It is not customary in Rails to run the full test suite before pushing changes. The railties test suite in particular takes a long time, and takes an especially long time if the source code is mounted in /vagrant as happens in the recommended workflow with the rails-dev-box.As a compromise, test what your code obviously affects, and if the change is not in railties, run the whole test suite of the affected component. If all tests are passing, that's enough to propose your contribution.
  21. May 2020