5 Matching Annotations
  1. Last 7 days
    1. In recent studies on GUIs, I collected data from over 100 crowdworkers. I often encountered a common issue where some of the data appeared to be from participants who were not performing the tasks diligently. This is a well-known problem in other crowdsourced tasks like data labeling or short-text writing. To address this, we investigated whether a simple, interactive GUI task could help identify diligent participants. Specifically, we asked workers to adjust an image to a specific size (e.g., 5 centimeters on a side) using a pinch gesture. Our key finding was that the workers who performed this preliminary task accurately also followed instructions more precisely in the subsequent main task. In the HCI field, while the importance of securing a sufficient sample size is now widely recognized, improving data quality is equally critical. My belief is that properly designed GUI-based tasks make this possible, and it is a challenge that more researchers should address.

      when they conducted the data test, I think the most interesting thing is the results. The people who were conducting a small task such as the pinch to the image followed this preliminary task more precise than the main task itself. This is interesting because the main task at hand like data labeling or short-text should be the tasks that are followed to be as precise as they can however this test made it seem like that shorter much easier test of pinching an image resulted in people closely following the intrustions comapred to the larger task.

  2. May 2026
    1. Steve Jobs argued back by bringing up the laser printer example, before the laser printer existed it was hard to put the customer first in this case and you had to make the technology before the customer. Then when he brought up holding up the paper and saying "here look at this, wanna buy it" starts creating that user experience that was mentioned. He prefers this way so that he can the main issues that need to be fixed that caters to the users experiance.

    2. Around the 8 minute mark when he was talking about how to help the tigers is a moment that stood out to me. This moment during the video is a interesting way he talks about the sustainability of tigers and keeping them around longer. Another interesting thing that was brought up was the design strategy involved in attempting to create a habitat for the tigers by working with the monks to do it. similar to the design talked about earlier as it is a universal thing that applies to any problem that requires some form of solution, there will always be a design involved whether knowingly or not to help solve the problem at hand.

    1. A few egregious examples have led to public backlash recently: TurboTax hid its U.S. government-mandated free tax-file program for low-income users on its website to get them to use its paid program

      When reading this part in particular, I found it not only sickly but also felt like a sort of twisted attempt to get more money. TurboTax brands itself as free for everyone but when it hides its from side from low income user for the purpose to getting more money reveals that no matter how good it seems from a corporation that there is always something underlying factor, The factor here and in most other places is greed which is a common dark pattern for large companies who advertise being "free" as nothing is truly free in business.

    1. python - << 'EOF' import posthog import growthbook print("PostHog version:", posthog.__version__) print("GrowthBook version:", growthbook.__version__) EOF

      The code when pasted into Anaconda seemed to have issues working for windows. The error given was that the PRN was not registered to the programs of Growthbook and Posthog. To workaround this issue, use the command of conda list and search the list manually for the packages that were listed to be installed.