39 Matching Annotations
  1. Jan 2024
    1. I also don’t think we’ll be seeing any serious production services running on Deno or Crystal any time soon.

      Can't speak for Deno, but Crystal has been used in "serious production services" for many years. Some examples: https://lavinmq.com/, https://kagi.com, https://brightsec.com, https://www.placeos.com/ More on https://crystal-lang.org/used_in_prod/

    1. if count > 1 if count < 4 && c != '{' count.times { into << c } else into << '{' << c << count << '}' end elsif c == '{' into << "{{1}" else into << c end end

      This can be shortened to: cr if count > 4 || c == '{' into << '{' << c << count << '}' else count.times { into << c } end

  2. Oct 2023
  3. Aug 2023
  4. Jun 2023
    1. In 1978, she became one of the first women ever to write and direct a comedy feature–Rabbit Test, a cult classic about a man (Billy Crystal) becoming pregnant.

      For reference, Octavia Bulter's Blood Child was first published in 1984 (and as part of a book in 1985).

  5. May 2023
    1. To me, Ruby with explicit, static typing would be like a salad with a scoop of ice cream. They just don't go together.

      That would be: Crystal. And it goes well together I think =)

  6. Feb 2022
    1. that the most important thing about printing is that it conveys thought, ideas, images, from one mind to other minds.

      When printing happens we turn our ideas and thoughts into a hard copy piece of paper that would then go into someone else's hands and on. this was one of the fastest way to send a massage out to the public back in the days and still is.

    2. That is, the first thing he asked of this particular object was not “How should it look?” but “What must it do?” and to that extent all good typography is modernist.

      When it comes to typography designers need to think about what the message would be and how they are going to communicate it to the public. this should be the main goal doing this effectible not putting much though into if is going to look nice.

    3. connoisseur

      an expert judge in matters of taste.

    4. maudlin experiments

      self-pityingly or tearfully sentimental, often through drunkenness.

    5. impudent

      Not showing due respect for another person or being impertinent

    6. When a goblet has a base that looks too small for security, it does not matter how cleverly it is weighted; you feel nervous lest it should tip over. There are ways of setting lines of type that may work well enough, and yet keep the reader subconsciously worried by the fear of “doubling” lines, reading three words as one, and so forth.

      The writer seems to to talking about the reader of a design becoming overwelmed by the text in a design when they look at it if there is to much causing the message of the design to be lost or not focused on in the design.

  7. Apr 2018
    1. Crystal meth and ecstasy are the drugs of choice for these “instant parties” because of their psychotropic effects, and in the case of crystal meth, their ability to help people stay awake well into the night and prevent ejaculation during sex.

      This is an underlying secondary cause for the spread of HIV/AIDS. The sharing of these psychoactive drugs allows this disease to pass from individual to individual easier. For a while, society assumed it was only caused by sex among gay men. This allowed society to become more vulnerable because of their misinformation, allowing needles shared between individuals to disperse HIV/AIDS.

  8. Feb 2017
    1. In style as in grammar, he shuns pre-scriptivism.

      WOO! YEAH! Anyways, I'm hype for this, because getting away from prescriptivism opens up a lot for a theory of thought. Blair looks for a stable, natural sense of eloquence, but Campbell opens the door for more socially constructed values.

  9. Jan 2017
    1. He cautions against reading-pronunciation (e.g., pronouncing "often" with the "t")

      I remember David Crystal having quite a bit to say about 18th-19th Century standardization of pronunciation, particularly Sheridan (he does not like him). He emphasizes how big a deal Sheridan's lectures were (estimates he brought in £150k in 2004 dollars [Stories of English 406]), and how he influenced John Walker, the guy who codified Received Pronunciation. Pretty much the father of prescriptivism for elocution, which means you definitely already have opinions on him.

  10. Sep 2015
    1. So a major challengefor future research is to investigate the use of task analysis techniques in context, assessing theefficiency and effectiveness of these techniques for particular tasks, situations, design problems and organizational structures

      Nice, so there's no single answer -- but these are a palette of techniques that are available, and how to use them.

    2. Empirical evidence is crucial here, but this research is still nascent, as many techniques have been proposed with littleempirical evaluation.

      A hint at further work?

    3. Usability engineers already rely on simple techniques such as cognitive walkthroughs andheuristic evaluation,but these approaches sacrifice the richness of true task analysis

      Is it unfair to criticize them introducing usability here without contextualizing it like other ideas in the paper?

    4. toolittle is beingsaid about the use of cognitive task analysis products in discussions of cognitive task analysis

      Boom!

    5. For task analysis to realize itspotential, researchers must improve its usabilityand degree ofintegration.

      Ok, this is good -- I kind of wish it was mentioned in the abstract and/or introduction -- or was it?

    6. HCI research has evolvedover the past fifty years from focusingon technical (ergonomic) aspects, to conceptual (information-processing) models, towork-process (contextual) models (Kuutti and Bannon, 1991; Grudin, 1990).

      I hope the whole paper so far been a regurgitation of Kuutti and Bannon.

    7. Activity theory anticipates and can help to model contemporary ecological approaches to cognitive psychology, such asdistributed cognition(Hollan et al., 2000)

      Distributed cognition sounds like a really interesting idea -- in the context of the distributed work of archivists.

    8. ctivities are not seen in isolation. They are under continuous development, so their historyaccumulates and serves to inform their evolution. This is possible because of the presence of artifacts. Artifacts carry culturein the form of “historical residue,” delivering the lessonsof the past to the future, mediatingbetween different elements of an activity, and enabling the coordinationof complex actions.

      Love this notion of activity and artifacts: it seems relevant to the information science, specifically with regard to materiality.

    9. Compared toHTA or cognitive modeling,CTA has increasedunderstanding of many important cognitive aspects ofmodern task environments. However, it is unclear how effective CTA techniques are in representing these aspects in a systematic and usefulway (Shepherd, 2001).

      This seems contradictory: how can it have increased understanding, but not been useful?

    10. CTA requires “making explicit theimplicit knowledge and cognitive-processing requirements ofjobs” (Dubois and Shalin, 2000:42)

      Importance of documentation again.

    11. GOMS analysis produces a descriptionof a task, often in the form of a hierarchical plan similar to those produced byHTA. However,while HTA generally describes high-level activity, GOMS typically works at the keystroke level. This low-levelfocus arises fromthe requirement that the lowest-level operators in a taskhaverigorousestimates of execution time.

      Do they mean keystroke in the way that it suggests ehre?

    12. HTA recognizes the responsibility of the operator (user) to planthe use of available resources to attain a given goal, but ittreats the operator’s cognitive processes as a black box: “howbehavior is actually organized is a question for cognitive psychology” (Shepherd 2001:16).

      This is an interesting disciplinary move here.

    13. The strengths and weaknesses of HTA flow from its strong system-centric stance

      Global view, rather than user view.

    14. HTAbreaks tasks into subtasks and operationsor actions

      The much feared GANTT chart.

    15. Task analysis nowincludes a range of techniques aimed at obtaining descriptions of what people do, representing those descriptions, predictingdifficulties, and evaluatingsystems against functional requirements(Jordan, 1998)

      The importance of documentation.

    16. failed to fully integrate technology with user needs to improve the tasks being performed

      What does this mean?

    17. analyzing the movement of individuals or material, theinteraction between human and machine, and body movement

      HCI and Materiality

    18. oncluded that performance was influencedmore strongly by the attention givento workers during the studies thanbyenvironmental effects such as lighting

      Observer effect at work :-)

    Tags

    Annotators