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.

/aicg/ - AI Chatbot General

No.100197055 View ViewReplyLast 50OriginalReport
490 posts and 63 images omitted

No.100200416 View ViewReplyOriginalReport
We all know we all hate default plain Ubuntu. But what about Kubuntu, Xubuntu, Lubuntu, and other *ubuntus? Do we hate them too or do we like them? Do we like them as much as we like Debian?

No.100200090 View ViewReplyOriginalReport
>be /g/
>love debian
>hate ubuntu
they're literally the same though, aside from having some different default software and desktop environment that you can easily change as desired. Why love one and hate the other when they are literally the same?
11 posts and 1 image omitted

/sdg/ - Stable Diffusion General

No.100199595 View ViewReplyLast 50OriginalReport
Previous /sdg/ thread : >>100195136

>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
61 posts and 28 images omitted

Linux Bash VS WIndows timeout

No.100200039 View ViewReplyOriginalReport
So i like to get something in th linux cmd like time out on windows. I really love the way that timeout works.

>Gives you a visual indicator that it is waiting
>Counts the seconds down.
>You can press any key to interupt it and get it back to work.

How do I get this on linux?
>Reee use sleep
Sleep is shit!
Sleep does not give you any visual indicators it is literally the linux VS windows meme in action (the car thing or the guy in the wheelchair).

/twg/ - Tech Workers General

No.100190976 View ViewReplyLast 50OriginalReport
In my country, lot of companies have this practice of gaslighting people they're about to get rid off not by firing or layoffing, but pretending that the worker need to hand their own resignation letter. This way, the company doesn't have to pay anything to the worker on their way out, including his latest salary.

>Interviewing
Tips and interview practice: https://blog.interviewing.io/

>Salary Stuff
"What's your expected salary?": https://www.fearlesssalarynegotiation.com/salary-expectations-interview-question/
Negotiation advice: https://www.freecodecamp.org/news/how-not-to-bomb-your-offer-negotiation-c46bb9bc7dea/
Salary data: https://levels.fyi/

Don't disclose your current salary to recruiters.

>Layoffs
https://layoffs.fyi/

>Helpful YouTube Channels
they're all grifters but here are some
https://www.youtube.com/@ContinuousDelivery
https://www.youtube.com/@tciproductions
https://www.youtube.com/@ZackFreedman
https://www.youtube.com/@TechLead
https://www.youtube.com/@ycombinator (if you're doing a startup)

Previous: >>100180671
230 posts and 23 images omitted

(λ) - Lisp General

No.100123076 View ViewReplyLast 50OriginalReport
>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

(define alt-names '(/emg/ /emac/ /lambda/ /lol/ /let/ /flet/))
(set! prev-bread >>100071263)
313 posts and 28 images omitted

No.100188400 View ViewReplyLast 50OriginalReport
Black high school football coach uses AI tools to make a fake recording to get White principal fired for being RACIST
77 posts and 9 images omitted

/dmp/ - Digital Music Production

No.100170188 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 and theme suggestions

>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: >>100114679
123 posts and 13 images omitted

/lmg/ - Local Models General

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

Previous threads: >>100185269 & >>100180197

►News
>(04/24) Snowflake Arctic Instruct 128x3B MoE released: https://hf.co/Snowflake/snowflake-arctic-instruct
>(04/23) Phi-3 Mini model released: https://hf.co/microsoft/Phi-3-mini-128k-instruct-onnx
>(04/21) Llama3 70B pruned to 42B parameters: https://hf.co/chargoddard/llama3-42b-v0
>(04/18) Llama3 8B, 70B pretrained and instruction-tuned models released: https://llama.meta.com/llama3/
>(04/17) Mixtral-8x22B-Instruct-v0.1 released: https://mistral.ai/news/mixtral-8x22b/

►News Archive: https://rentry.org/lmg-news-archive
►FAQ: https://wikia.schneedc.com
►Glossary: https://rentry.org/lmg-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
Chatbot Arena: https://chat.lmsys.org/?leaderboard
Programming: https://hf.co/spaces/bigcode/bigcode-models-leaderboard
Censorship: https://hf.co/spaces/DontPlanToEnd/UGI-Leaderboard
Censorbench: https://codeberg.org/jts2323/censorbench

►Tools
Alpha Calculator: https://desmos.com/calculator/ffngla98yc
GGUF VRAM Calculator: https://hf.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
355 posts and 51 images omitted