Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.

Heat pump monkey making theory

No.100068027 View ViewReplyOriginalReport
Okay so heat pumps just move heat from the outside to inside right
so like
hear me out
what if
some guy who is rich
he goes " hey"
and buys a bunch of heat pumps
and then he make a big heat pump factory right
so he turns on all the heat pumps when it's cold
and then the pumps start pumping heat from the outside
into like a giant heat battery or something like i dunno dirt or some fucking thing
and then like
it's really cold outside.
and then he just sells the heat back to people because they are cold
Where is the flaw in my plan?
I am the rich guy btw
11 posts and 3 images omitted

/aicg/ - AI Chatbot General

No.100072421 View ViewReplyLast 50OriginalReport
/aicg/ - A general dedicated to the discussion and development of AI chatbots

Played Us Like a Damn Fiddle Edition

>News
Meta AI released Llama 3 8B and 70B https://llama.meta.com/llama3
Claude Opus on Amazon Bedrock https://aws.amazon.com/blogs/aws/anthropics-claude-3-opus-model-on-amazon-bedrock
OpenAI released the gpt-4-turbo as stable
Anthropic released the Claude 3 family https://www.anthropic.com/news/claude-3-family

additional info: https://rentry.org/aicg_extra_information

>Bots
https://chub.ai
https://chub-archive.evulid.cc
https://booru.plus/+pygmalion
https://rentry.org/meta_bot_list
https://rentry.org/charcardrentrylist

>Guides
https://rentry.org/tavern4retards - https://rentry.org/agnai_guides

>Jailbreaks
https://rentry.org/jb-listing

>Frontends
https://sillytavern.app [SillyTavern]
https://agnai.chat [Agnai]
https://risuai.xyz [RisuAI]
https://docs.miku.gg [Miku]
https://character.ai [Cai]

>Models
gpt: https://platform.openai.com/docs
claude: https://docs.anthropic.com
gemini: https://ai.google.dev/docs
local: >>>/g/lmg
https://rentry.org/meta_golocal_list

>Botmaking
https://rentry.org/meta_botmaking_list
https://desune.moe/aichared
https://agnai.chat/editor

>Meta
OP templates: https://rentry.org/aicgOP
services assessment: https://rentry.org/aicg_meta
try these -> https://rentry.org/weirdbutfunjailbreaksandprompts - https://rentry.org/jinxbreaks
old slaude stuff: https://rentry.org/meta_claude_list
logs: https://chatlogs.neocities.org
aicg botmaking events: https://rentry.org/meta_event_list

Previous: >>>>100068739
272 posts and 23 images omitted

/lmg/ - Local models general

No.100070066 View ViewReplyLast 50OriginalReport
/lmg/ - a general dedicated to the discussion and development of local language models.

"I cannot create explicit content" edition

Previous threads: >>100063933 & >>100066834


►News
>(04/18) Llama 3 8B, 70B pretrained and instruction-tuned models released: https://llama.meta.com/llama3/
>(04/18) Anon accidentally drops his API key to replicate
>(04/17) Mixtral-8x22B-Instruct-v0.1 released: https://mistral.ai/news/mixtral-8x22b/
>(04/15) Microsoft AI unreleases WizardLM 2: https://web.archive.org/web/20240415221214/https://wizardlm.github.io/WizardLM2/
>(04/09) Mistral releases Mixtral-8x22B: https://twitter.com/MistralAI/status/1777869263778291896

►FAQ: https://wikia.schneedc.com
►Glossary: https://archive.today/E013q | https://rentry.org/local_llm_glossary
►Links: https://rentry.org/LocalModelsLinks
►Official /lmg/ card: https://files.catbox.moe/cbclyf.png

►Getting Started
https://rentry.org/llama-mini-guide
https://rentry.org/8-step-llm-guide
https://rentry.org/llama_v2_sillytavern
https://rentry.org/lmg-spoonfeed-guide
https://rentry.org/rocm-llamacpp

►Further Learning
https://rentry.org/machine-learning-roadmap
https://rentry.org/llm-training
https://rentry.org/LocalModelsPapers

►Benchmarks
General Purpose:
https://hf.co/spaces/HuggingFaceH4/open_llm_leaderboard
https://hf.co/spaces/lmsys/chatbot-arena-leaderboard
Programming: https://hf.co/spaces/bigcode/bigcode-models-leaderboard
Censorbench: https://codeberg.org/jts2323/censorbench

►Tools
Alpha Calculator: https://desmos.com/calculator/ffngla98yc
GGUF VRAM Calculator: https://huggingface.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator
Sampler visualizer: https://artefact2.github.io/llm-sampling/index.xhtml

►Text Gen. UI, Inference Engines
https://github.com/oobabooga/text-generation-webui
https://github.com/LostRuins/koboldcpp
https://github.com/lmg-anon/mikupad
https://github.com/turboderp/exui
https://github.com/ggerganov/llama.cpp
54 posts and 9 images omitted

(λ) - Le Lisp General

No.100071263 View ViewReplyOriginalReport
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs (Site)
https://github.com/emacs-tw/awesome-emacs (Awesome Emacs)

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com (Configuration Generator)
https://systemcrafters.net/emacs-from-scratch (Emacs from Scratch)
http://xahlee.info/emacs (Xah Emacs Tutorial)

>Emacs Distros
https://spacemacs.org (Spacemacs)
https://doomemacs.org (Doom Emacs)
https://ergoemacs.github.io (Ergoemacs)

>Elisp
Docs: C-h f [function] C-h v [variable] C-h k [keybinding] C-h m [mode] M-x ielm [REPL]
https://gnu.org/s/emacs/manual/eintr.html (Introduction to Elisp)
https://gnu.org/s/emacs/manual/elisp.html (Elisp Manual)

>Common Lisp
https://lispcookbook.github.io/cl-cookbook (CL Cookbook)
https://cs.cmu.edu/~dst/LispBook (CL: A Gentle Introduction)
https://gigamonkeys.com/book (PCL)
https://lem-project.github.io (CL editor/IDE)
https://nyxt.atlas.engineer (CL Browser)

>Scheme
https://docs.scheme.org (Docs)
https://scheme.com/tspl4 (TSPL4)
https://eecs.berkeley.edu/~bh/ss-toc2.html (Simply Scheme)
https://archive.org/details/Schemer (Books)

>Clojure
https://clojure.org (Site)
https://clojure-doc.org (Docs)
https://mooc.fi/courses/2014/clojure (Functional programming with Clojure)

>Guix
https://guix.gnu.org/manual/devel (Guix Manual)
https://systemcrafters.net/craft-your-system-with-guix (Introduction to Guix)
https://gitlab.com/nonguix/nonguix (Nonguix)

>SICP/HtDP
https://web.mit.edu/6.001/6.037/sicp.pdf
https://htdp.org

>More Lisp Resources
https://paste.textboard.org/52b08691

(defparameter *alt-names* '(/emg/ /emac/ /lambda/ /lol/ /let/ /flet/))
(setf *prev-bread* >>100016159)
40 posts and 11 images omitted

No.100071935 View ViewReplyOriginalReport
When will radio die out?
30 posts omitted

/sdg/ - Stable Diffusion General

No.100072951 View ViewReplyLast 50OriginalReport
Previous /sdg/ thread : >>100066560

>Beginner UI local install
Fooocus: https://github.com/lllyasviel/fooocus
EasyDiffusion: https://easydiffusion.github.io

>Local install
Automatic1111: https://github.com/automatic1111/stable-diffusion-webui
ComfyUI (Node-based): https://rentry.org/comfyui
AMD GPU: https://rentry.org/sdg-link#amd-gpu
Intel GPU: https://rentry.org/sdg-link#intel-gpu

>Use a VAE if your images look washed out
https://rentry.org/sdvae

>Auto1111 forks
Forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
Anapnoe UX: https://github.com/anapnoe/stable-diffusion-webui-ux
Vladmandic: https://github.com/vladmandic/automatic

>Run cloud hosted instance
https://rentry.org/sdg-link#run-cloud-hosted-instance

>Try online without registration
txt2img: https://www.mage.space
img2img: https://huggingface.co/spaces/huggingface/diffuse-the-rest
Inpainting: https://huggingface.co/spaces/fffiloni/stable-diffusion-inpainting
pixart: https://huggingface.co/spaces/PixArt-alpha/PixArt-Sigma

>Models, LoRAs & embeddings
https://civitai.com
https://huggingface.co
https://rentry.org/embeddings

>Animation
https://rentry.org/AnimAnon
https://rentry.org/AnimAnon-AnimDiff
https://rentry.org/AnimAnon-Deforum

>SDXL info & download
https://rentry.org/sdg-link#sdxl

>Index of guides and other tools
https://codeberg.org/tekakutli/neuralnomicon
https://rentry.org/sdg-link
https://rentry.org/rentrysd

>View and submit GPU performance data
https://docs.getgrist.com/3mjouqRSdkBY/sdperformance
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html

>Share image prompt info
4chan removes prompt info from images, share them with the following guide/site...
https://rentry.org/hdgcb
https://catbox.moe

>Related boards
>>>/h/hdg
>>>/e/edg
>>>/d/ddg
>>>/b/degen
>>>/vt/vtai
>>>/aco/sdg
>>>/trash/sdg

Official: discord.gg/stablediffusion
103 posts and 31 images omitted

Say something nice about Windows 8

No.100073471 View ViewReplyOriginalReport
It always felt snappier than Windows 7 to me.

/dmp/ - Digital Music Production

No.100045459 View ViewReplyLast 50OriginalReport
>Wikis
https://dmpdoc.neocities.org/
https://web.archive.org/web/20220330105340/https://rentry.org/dmpdoc
https://rentry.org/dmprockandroll/
https://mu-sic-production.fandom.com/wiki//mu/sic_Production_Wiki

-----

>/g/ makes a 12th album
Theme: everything is single saw/square/sine osc with a simple filter
Title: Let me guess, you need more
Deadline: Midnight between April 30th and May 1st

Please post cover art

>IMPORTANT! READ THIS BEFORE SUBMITTING:
Upload the file somewhere and post the link here. If you want to update your track, make a new post.
If possible use a lossless format and upload to a file-sharing service, not to a music site like Vocaroo or SoundCloud.
Include the title of the song in the post. Don't rely on us reading it from the filename or tags.
When you post the submission make sure that the song is clearly a submission for the album, otherwise it might get skipped.
Songs that contain anything against YouTube's policies won't be uploaded on YT (but will still be added to the album).
If your track's volume goes above 0 dB it will be clipped for the release.

>Where can I hear the previous albums?
https://rentry.org/dmpalbums

-----

A board dedicated to all aspects of music making and audio would be great for many reasons. Here's why:
https://pastebin.com/ZHXhfRZw
If you like the idea, let 4chan know at https://4channel.org/feedback (under Board Suggestion)

-----

Previous: >>99980269
105 posts and 16 images omitted

No.100073538 View ViewReplyOriginalReport
I was thinking of something

if wine runs malware. Or botnet
Does it spy on linux like /home/downloads etc or just the windows partition that wines uses

No.100067390 View ViewReplyLast 50OriginalReport
Why didn't people like Windows Vista and say it's the shittest Windows ever?

I tried it on a VM and it's pretty much the same as Windows 7 except it looks better.

Boomers, explain yourselves

https://www.youtube.com/watch?v=xSBAMncVqk4
61 posts and 5 images omitted