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/)WE
Posts
0
Comments
83
Joined
1 yr. ago

  • Disclaimer: I haven't read the article

    A wise choice in this case. It's 23 paragraphs that mostly describe standard Thunderbird features (as the author usually does not use email clients) and only one list with three (!) bullet points of new features in Betterbird.

    Edit: to save you a click, here's the list from the article (the actual feature list on the project page is longer):

    Some notable features include:

    • System Tray Icon (Linux)
    • Accent Colors (for folders)
    • Multi-line Inbox View (disabled by default)
  • Thanks for posting this. Been using Linux exclusively for almost 10 years now but I still miss scrolling by clicking the MMB. I have some problems with my fingers so using the scroll wheel is rather unpleasant, yet necessarily, especially when scrolling down slowly and steadily for a long time (e g. while reading/scanning stuff)

  • I loved the idea of FreeCAD but having no experience in CAD software at all I always struggled with fundamental basics that were not covered in the tutorials I watched. The huge amount of work benches (some of them 3rd party) did not help since most forum posts or tutorials were based on different or outdated versions.

    Having a go with build123d now, trying to model stuff using python. At least the number of available API functions is manageable and everything else is just programming (which I already know).

  • I think the benefit of third party AI services is exactly a way around that limited context window. The service can summarize the previous conversations and key facts about the user, store it and feed that back into the AI prompt.

    Instead of wasting most of the context window for pages and pages of conversation, it can just prompt the AI with something like "the user is called Timmy, he works as an accountant, he has a girlfriend called Tammy, yesterday he told you that he thinks about proposing.".

    I think even ChatGPT does something like that, but as it's a very general tool it might not be the best in filtering out information that is relevant for a "personal" conversation.

  • If a website with old-school passwords gets hacked, the hacker only gets salted hashes of passwords - this does not seem to be much worse?

    (Websites that store plaintext passwords surely won't implement passkeys either...)