• 6 Posts
  • 63 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle

  • Here, here!

    Even with the explanation, I still don’t get it either. I have some questions:

    1. What is a boy kisser meme?
    2. What is good or bad about being called out in reference to one?
    3. Who was doing the calling out or being called? Was OP called out by Krita, Krita by OP, or some third party calling out one or the other? Or maybe a third party was called out by Krita?
    4. What does this image have to do with Krita or the other OSS projects in the background?

    Feel free to assume that I am old and not hip to what kids are doing these days.




  • Arch can be great and you can install whatever desktop environment you like, but there are just too many concepts for the average new user. Making a USB install stick is “difficult” enough to make a lot of people give up.

    Debian is great, and my personal preference but it tends to be a bit behind on the latest hardware support, particularly for laptops. It’s easy enough to install whatever drivers you need, but again that can be just one thing too many for a new user.











  • Yeah, I have deep reservations about the various AI companies, the environmental impacts of the industry, and many of the other issues that people are bringing up here. And, I have still found a few very practical uses.

    My partner was fighting with their insurance company about getting reimbursed for several thousand dollars of medical expenses. After a couple of rounds of rejections I had them send me the paperwork, insurance information, and rejection letters and then asked ChatGPT what we should say to get them to reimburse us. It came up with a letter that had the right legal mumbo jumbo to convince the insurance company to agree and pay us. Yes, I could have hired a lawyer, but the legal fees would have eaten up most of the money. And I guess I could have gone to law school, gotten a specialization in insurance law, and figured it out myself. But that also would have cost more time and money.

    I still think “AI” is overhyped and has a lot of ethical issues, but there are also some very practical uses.


  • I think there is quite a bit more subtlety than that.

    Yes, just asking an LLM, even the latest versions, to write some code goes from “wow, that’s pretty good” to “eh, not great but ok for something I’m going to use once and then not care about” to “fucking terrible” as the size goes up. And all the agents in the world don’t really make it better.

    But… there are a few use cases that I have found interesting.

    1. Project management, plannning, and learning new languages/domains when using a core prompt as described at: https://www.codingwithjesse.com/blog/coding-with-llms-can-still-be-fun/

    I like to add:

    - Do not offer to write code unless the user specifically requests it. You are a teacher and reviewer, not a developer 
    - Include checks for idiomatic use of language features when reviewing 
    - The user has a strong background in C, C++, and Python. Make analogies to those languages when reviewing code in other languages
    

    as well when I’m using it to help me learn a new language.

    1. Reviews of solo projects. I like working with someone else to review my code and plans at work, particularly when I’m working in a domain or language that I don’t have experience in. But for solo projects I don’t have someone to give me reviews, so asking a coding LLM “Review this project, looking for architectural design issue, idiomatic language use, and completeness. Do not offer to fix anything, just create an issue list.” is really helpful. I can take the list, ignore anything I disagree with, and use it for a polishing round.