Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UR
Posts
7
Comments
594
Joined
2 yr. ago

  • You can also create a custom keyboard layout in Linux. From what I have written down, here is how to do it (can't double check because work computer).

    I suspect this could be X11 only because it is X keyboard extension, pop_OS! didn't adopt Wayland as early Ubuntu.

    • Start by navigating to /usr/share/X11/xkb/symbols/.
    • Open the file that corresponds to your keyboard layout (I think it is us for American).
    • Add a new layout:
     
        
    partial alphanumeric_keys
    xkb_symbols "custom" {
        include "us(basic)" // includes another configuration to build on, see current file you are editing.
    
        name[Group1]="US (custom)"; // will be the name of your configration/layout.
    
        key <LSGT>  { [ greater,        less,               bar,            brokenbar  ] }; // <
        key <SPCE>  { [ space,          space,              nobreakspace,   space      ] }; // Space
        // Add more key maps as you see fit.
    };
    
    
      
    • Go to /usr/share/X11/xkb/rules/
    • Locate evdev.xml and base.xml
    • Edit both and look for the following block
     
        
    <layout>
      <configItem>
        <name>us</name>
       <!--- some comment --->
    
    
      
    • Add the following to both files on the row after the comment:
     
        
    <variant>
      <configItem>
        <name>custom</name>
        <description>US (custom)</description>
      </configItem>
    </variant>
    
      

    You might have to reboot afterwards.

  • I didn't read the whole article and mostly looked at the table. 12% is a number I would describe as a huge difference, but combined with the battery life I have to agree that it is indeed a massive difference.

  • Permanently Deleted

    Jump
  • I wonder if not computers will move away from being a physical unit and instead being a cloud service. The smartphone will be the access point for your cloud computer, and you will connect it to peripherals, just like you would a laptop today.

  • I have to agree, it's better but not really massivley so.

    TitleLegion Go S - SteamOSLegion Go S - Windows
    Cyberpunk59 FPS46 FPS
    Helldivers 270 FPS65 FPS
    Doom Eternal75 FPS66 FPS
    Spiderman 263 FPS64 FPS
    Witcher 376 FPS66 FPS
  • Looking at the tags, I only found one with the LLM tag, which I assume naught101 meant. I think people here tend to forget that there is more than one type of AI, and that they have been around for longer than ChatGPT 3.5.

  • https://store.steampowered.com/news/collection/steam?emclan=103582791457287600&emgid=533224478739530145

    You may have seen reports of leaks of older text messages that had previously been sent to Steam customers. We have examined the leak sample and have determined this was NOT a breach of Steam systems.

    We’re still digging into the source of the leak, which is compounded by the fact that any SMS messages are unencrypted in transit, and routed through multiple providers on the way to your phone.

    The leak consisted of older text messages that included one-time codes that were only valid for 15-minute time frames and the phone numbers they were sent to. The leaked data did not associate the phone numbers with a Steam account, password information, payment information or other personal data. Old text messages cannot be used to breach the security of your Steam account, and whenever a code is used to change your Steam email or password using SMS, you will receive a confirmation via email and/or Steam secure messages.

    You do not need to change your passwords or phone numbers as a result of this event. It is a good reminder to treat any account security messages that you have not explicitly requested as suspicious. We recommend regularly checking your Steam account security at any time at

    https://store.steampowered.com/account/authorizeddevices

    We also recommend setting up the Steam Mobile Authenticator if you haven’t already, as it gives us the best way to send secure messages about your account and your account’s safety.

  • Here is an AI summary in bullet point form: /s

    • Title: The Impact of Generative AI on Critical Thinking: Self-Reported Reductions in Cognitive Effort and Confidence Effects From a Survey of Knowledge Workers
    • The study surveyed 319 knowledge workers to explore how Generative AI (GenAI) impacts their critical thinking practices and the perceived effort involved in these tasks.
    • Knowledge workers primarily engage in critical thinking when using GenAI tools to enhance work quality, avoid negative outcomes, and develop skills.
    • Key barriers to critical thinking include lack of awareness, time pressure, limited motivation, and challenges in improving AI responses in unfamiliar domains.
    • Higher confidence in GenAI reduces the perceived effort required for critical thinking tasks, while confidence in their own skills tends to increase perceived effort, especially during evaluation and application of AI outputs.
    • Participants reported enacting critical thinking in about 60% of the examples shared, often involving goal and query formation, response inspection, and integration of AI outputs.
    • Trust in GenAI can lead to over-reliance, diminishing independent problem-solving and critical engagement, particularly in routine tasks.
    • The study identified motivators for critical thinking, including the desire for quality work and skill improvement, alongside inhibitors like perceived task importance and job scope.
    • Knowledge workers often conflated reduced effort with reduced critical thinking when satisfied with AI-generated responses, indicating a potential risk of complacency.
    • The findings suggest that GenAI tools should be designed to support critical thinking by addressing awareness, motivation, and ability barriers among users.
    • The implications highlight the need for feedback mechanisms in GenAI tools to help users calibrate their trust and confidence, ensuring a balanced relationship between AI assistance and independent critical thinking.

    Edit: For anyone else finding their way here, the title of the linked article is (hence the joke):

    "The Impact of Generative AI on Critical Thinking: Self-Reported Reductions in Cognitive Effort and Confidence Effects From a Survey of Knowledge Workers"

  • I do not agree with the idea that humans are being trained to act like robots. Any company with a customer service department is likely tracking the root causes of their customers' issues. With enough data, they can identify the most common problems and their solutions. If the goal is to resolve a customer’s issue as quickly as possible (which seems like a reasonable assumption), it makes sense to guide the customer through the most common solutions first, as that will likely solve the problem.

    If someone works in customer service and repeats the same script daily, it's understandable that they may come across as robotic due to sheer boredom. A skilled customer service representative can recognize when to use the script and when to deviate. However, if a company fails to hire the right people and does not offer a fair salary, those best suited for the role are unlikely to take the job.

  • It appears this was a Victim impact statement.

    A victim impact statement is a written or oral statement made as part of the judicial legal process, which allows crime victims the opportunity to speak during the sentencing of the convicted person or at subsequent parole hearings.

    From the article (emphasizes mine):

    But the use of AI for a victim impact statement appears novel, according to Maura Grossman, a professor at the University of Waterloo who has studied the applications of AI in criminal and civil cases. She added, that she did not see any major legal or ethical issues in Pelkey's case.

    "Because this is in front of a judge, not a jury, and because the video wasn't submitted as evidence per se, its impact is more limited," she told NPR via email.