Skip Navigation
Swastika Flags Flown During Donald Trump Boat Parade in Florida
  • Newsweek was unable to independently verify at the time of publication whether the people on the boat were from the antifa movement.

    Oh, fuck off. I'm unable to independently verify whether the people on the boat were Newsweek employees.

  • Sure you are, buddy
  • Ian Miles Cheong's Twitter-fame is baffling to me. I often follow conservative people on there if they're in an important position of some sort, but this guy has accomplished nothing that makes his perspective more relevant than the average schmuck.

  • Joe Biden ends re-election campaign
  • Win or lose, I'm not worried about how it looks in hindsight. The way I see it is we're doing the best we can with the information we have at this time. It wasn't looking good for him.

    The effects of this change will also be much bigger than this election alone. It's a jump-start in rebuilding the identity of the party into something that might actually interest voters.

  • Steam Is Run By Fewer Than 80 Staff, Lawsuit Docs Reveal
  • Maybe in the distant pre-cloud past, when sysadmins were still a thing, you'd expect a bigger staff to be needed to manage a bigger datacenter.

    But a few devs who know how to spin up a thing with auto-scaling can accomplish a lot

  • Fuck up a book for me please
  • First thing that came to my mind. This is probably not meant for general use in every situation.

    I might even find it useful for language learning if it's multilingual. Sometimes it's exhausting having to constantly translate things, but I might be able to work my way up gradually with something like this.

  • Eat shit Spotify.
  • Unless there's some agreement / licensing thing prohibiting it, and considering that lyrics don't change, they should be able to do some caching for a total of 1 API call per song

  • Apple announced RCS with a whimper when it should have been a bang
  • I'm glad they're adding support, but I also feel like this is a hard one to sell to the general public. If it creates a better experience, word will get around about it, but going on stage and talking at length about how there's a new messaging protocol would have been a challenge for non-technical viewers

  • A PR disaster: Microsoft has lost trust with its users, and Windows Recall is the straw that broke the camel's back
  • I just read they decided to default it to off. They should remove it entirely imo, but with this move, it costs IT departments $0 and 0 hours of their time to worry about.

    I think business + government + education usage is more important for them than personal, and as long as this costs them nothing, I doubt it makes a dent in anyone's plans. Could have been an apocalypse if defaulted to on though.

  • it could happen to you rule
  • I think these are fair points. and I can't say I blame anyone for wanting Meta/FB out of their life entirely. I see value in both options - the option of having maximum connectivity to others, and the option of having only parties that are considered to be in good ethical standing. And I'm glad the fediverse can offer both options to everyone. For me personally, having communications cut between users based on who is hosting their instance is a last resort.

  • it could happen to you rule
  • I don't need any sort of isolationism pushed on me. I wouldn't sign up for an email provider that blocks GMail because "we're not corpo bootlickers", or a phone provider that only lets me call the coolest fellow comrades. If an instance wants to be its own little island with its own ideology, I'm cool with that, but it's not for me - I'm looking for an instance that behaves more like an un-opinionated public utility.

  • Feddit.UK has finally kicked the bucket- and what happens next.
  • I think it shows some of the strengths of federated networks. If the owners of a small proprietary social network ghosted their project, it would take a huge effort to try to replace it, which would be insurmountable for many communities. But in this case, a community can fork onto a new server pretty quickly and seamlessly.

  • Ghostpad @lemm.ee npz @lemm.ee
    Ghostpad 0.5 Released

    https://github.com/ghostpad/ghostpad

    This is a major change behind the scenes, which greatly simplifies the install process - it's now exactly the same as Kobold's install process. npm is no longer required, and the process to run Ghostpad is now exactly the same as the process to run Kobold. Upon installing, you have three UIs to choose from

    Ghostpad @ [host]:5000

    UI2 @ [host]:5000/new_ui

    UI1 @ [host]:5000/classic

    Full changelog ```

    • Ghostpad's frontend is now 100% static, built using Bun and Vite.
    • Removed "game started" check in chat mode - it will now use chat formatting 100% of the time, even if the story is empty.
    • Merged with latest revision from henk's branch
    • Changed hostname setting to "Hostname Override". This will now default to empty, and the socket connection will default to the current URL ```
    0
    Ghostpad @lemm.ee npz @lemm.ee
    Ghostpad v0.2.0 release
    github.com GitHub - ghostpad/ghostpad: A free AI text generation interface based on KoboldAI

    A free AI text generation interface based on KoboldAI - ghostpad/ghostpad

    GitHub - ghostpad/ghostpad: A free AI text generation interface based on KoboldAI
    • Eliminated many excessive React renders
    • Fixed a bug where an action was being updated by index instead of ID, causing broken story updates in some cases
    • Added Audio Input and Audio Output options to the top-right menu. With both of these enabled in desktop Chrome, you can now have an audio-only conversation with your AI. These are based on the open Web Speech API spec, but have cross-browser issues and should not be considered a stable feature.

    Important: Chrome's implementation of the speech recognition API is not offline - it will send your data remotely.

    TLDR: Better performance. less bugs. don't use audio features yet if you dislike Chrome or value privacy

    If you are serving Ghostpad from a different host than localhost and want to use speech recognition, you need to enable Insecure origins treated as secure and add that URL in chrome://flags

    0
    Ghostpad @lemm.ee npz @lemm.ee
    State of Ghostpad - 09/24/2023

    First post in this brand new community! Welcome.

    Ghostpad is an interface built on top of a light fork of KoboldAI. You can check out the project repo for more information.

    I'll be sharing updates here as they happen, as well as in the KoboldAI Discord in #ghostpad

    This weekend there were a few important backend changes:

    1. Support for Exllamav2. After manually installing exllamav2 into the Kobold environment, it should be detected and available in your list of model backends. The reason I'm not auto-installing it is because I've heard this can be quite the project in Windows. My experiences in Linux have been smooth. I hope to make this a more automated process once the build process is simplified.

    In Linux, the process should be as simple as cd'ing to your Kobold directory and entering git clone https://github.com/turboderp/exllamav2.git sh commandline.sh pip install ./exllamav2

    1. Support for AutoAWQ. If you follow the latest Llama model releases in Huggingface, you've probably noticed a huge number of releases in this format. AutoAWQ is now an auto-installed dependency of koboldai-ghostpad and should not require any additional steps to use. There is a "fuse layers" option which can greatly improve performance, but I've encountered random errors when using it, so I recommend leaving it off for now.

    2. Python 3.10 bump. Official KoboldAI is still on Python 3.8, but I'm making the leap so that I can support the type-hinting features used in AutoAWQ. It's possible that this may lead to some unexpected issues, but it's been stable for me so far.

    I don't want to make any promises, but one of the features I'm most interested in implementing next is a combination of speech-to-text and text-to-speech, allowing for you to have audio-only conversations with your AI.

    0
    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/)NP
    npz @lemm.ee
    Posts 3
    Comments 32