Petals – Run LLMs at home, BitTorrent-style

Public
Numbr
Numbr is a smart calculator combined with a notepad. You can use notes with numbers alongside each other.
Stable Audio - Generate
Make original music and sound effects using artificial intelligence, whether you’re a beginner or a pro.
Fighting Spam
Spam is a problem which impacts all publicly accessible forms eventually but there are steps you can take to reduce the amount of spam which is successfully submitted.
TikTok · Steven Alesso
39.9K likes, 406 comments. “🎉📎🎉”
Plain Text Sports
Instant live sports scores, play-by-play, and box scores
Index of /demoworld
FFmpeg Explorer!
Your Personal IPTV Server | ErsatzTV
Description will go into a meta tag in head /
How to Talk to Faculty about AI without Starting World War III
So many of our conversations around AI focus on deficits and lead to defensiveness, but it doesn't have to be that way.
Finding the Right Platform - finding-the-right-platform.pdf.pdf
Finding the Right Platform: A Crosswalk of Academy-Owned and Open-Source Digital Publishing Platforms
A key responsibility for many library publishers is to collaborate with authors to determine the best mechanisms for sharing and publishing research. Librarians are often asked to assist with a wide range of research outputs and publication types, including eBooks, digital humanities (DH) projects, scholarly journals, archival and thematic collections, and community projects. These projects can exist on a variety of platforms both for profit and academy owned. Additionally, over the past decade, more and more academy owned platforms have been created to support both library publishing programs. Library publishers who wish to emphasize open access and open-source publishing can feel overwhelmed by the proliferation of available academy-owned or -affiliated publishing platforms.
For many of these platforms, documentation exists but can be difficult to locate and interpret. While experienced users can usually find and evaluate the available resources for a particular platform, this kind of documentation is often less useful to authors and librarians who are just starting a new publishing project and want to determine if a given platform will work for them.
Because of the challenges involved in identifying and evaluating the various platforms, we created this comparative crosswalk to help library publishers (and potentially authors) determine which platforms are right for their services and authors’ needs.
How to add browser caching rules to your .htaccess file on Apache
Browser caching uses the visitor's computer to store files and using these files to load your site's pages faster.So, how do you enable browser caching?
jes (@j3s@merveilles.town)
FYI, when a website erases your text that you just spent an hour writing, you can use this little trick to recover it 99% of the time: 1. find the firefox pid $ pgrep -l firefox 2. attach gdb to firefox and dump its core $ sudo gdb gcore firefox.dump quit 3. find your lost text in the coredump $ strings firefox.dump | grep "a unique word/sentence from ur text" i just did this today to recover a long post i wrote, and figured i'd show others!! :uxn:
Scan of the Month: you won't believe what you see inside objects with a CT Scanner.
We use imagery technology to bring you a monthly scan of an object. See inside and discover the intricacy in some of life's simple, everyday things.
The Atomic Café | Full Documentary Movie
This 1982 cult classic juxtaposes Cold War history, propaganda, music and culture, seamlessly crafted from government-produced educational and training films, newsreels and advertisements. The Atomic Cafe is an absurdist blast from the past that would be downright laughable if it weren’t so eerily relevant to our fake news present.
#movie #movies #film #documentary #nuclearwar #coldwar #oppenheimer #fatman #littleboy #atomicbomb #atombomb #wwii #nuclear #nuclearwinter #oppenheimermovie
d0n601/All-In-One-WP-Migration-With-Import: All In One WP Migration With Import, forked from version 6.77 with the file upload size limitation increased to 32GB.
All In One WP Migration With Import, forked from version 6.77 with the file upload size limitation increased to 32GB. - d0n601/All-In-One-WP-Migration-With-Import: All In One WP Migration With Impo...
Migrate Guru: Migrate & Clone WordPress Free
Migrate, Clone or Move your WordPress site to 5000+ web hosts with Migrate Guru. Proud Migration Partners for WP Engine, Pantheon, FlyWheel, etc.
Vibes
Truthful user experience and browsing performances monitoring.
AI in Education
Yidadaa/ChatGPT-Next-Web: A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。 - GitHub - Yidadaa/ChatGPT-Next-Web: A well-designed cross-platform ChatGPT UI (Web / PWA / Linu...
go-skynet/LocalAI: :robot: Self-hosted, community-driven, local OpenAI compatible API. Drop-in replacement for OpenAI running LLMs on consumer-grade hardware. Free Open Source OpenAI alternative. No GPU required. Runs ggml, GPTQ, onnx, TF compatible models: llama, llama2, gpt4all, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others
:robot: Self-hosted, community-driven, local OpenAI compatible API. Drop-in replacement for OpenAI running LLMs on consumer-grade hardware. Free Open Source OpenAI alternative. No GPU required. Run...
10up/snapshots: (BETA) A project sharing tool for WordPress. Previously known as WP Snapshots.
(BETA) A project sharing tool for WordPress. Previously known as WP Snapshots. - 10up/snapshots: (BETA) A project sharing tool for WordPress. Previously known as WP Snapshots.
10up/MU-Migration: This WP-CLI plugin makes the process of moving sites from single WordPress sites to a Multisite instance (or vice-versa) much easier. It exports everything into a zip package which can be used to automatically import it within the desired Multisite installation.
This WP-CLI plugin makes the process of moving sites from single WordPress sites to a Multisite instance (or vice-versa) much easier. It exports everything into a zip package which can be used to a...
10up/simple-podcasting: A simple podcasting solution for WordPress.
A simple podcasting solution for WordPress. Contribute to 10up/simple-podcasting development by creating an account on GitHub.
StreetPass for Mastodon
StreetPass: Find your people on Mastodon
The Federation - a statistics hub
Node list and statistics for The Federation and Fediverse
PhobosLab
PhobosLab
How to create a systemd service in Linux
Learn the steps for creating systemd services in Linux with the practical example demonstrated in this tutorial.
[Unit]
Description=Keeping my sources fresher than Arch Linux
After=multi-user.target
[Service]
ExecStart=/usr/bin/bash /root/.scripts/sys-update.sh
Type=simple
[Install]
WantedBy=multi-user.target