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.99729684 View ViewReplyOriginalReport
10 posts omitted

/gedg/ - Game and Engine Development General #144

No.99704279 View ViewReplyLast 50OriginalReport
PROGRESS DAY!!! edition

/gedg/ Wiki: https://wiki.installgentoo.com/wiki/Gedg
IRC: irc.rizon.net #/g/gedg
Progress Day: https://rentry.org/gedg-jams
/gedg/ Compendium: https://rentry.org/gedg
/agdg/: >>>/vg/agdg
previous: https://desuarchive.org/g/thread/99647131/#99647131

Requesting Help
-Problem Description: Clearly explain the issue you're facing, providing context and relevant background information.
-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.
202 posts and 31 images omitted

No.99724681 View ViewReplyOriginalReport
These are the top 10 most active programming languages ranked by Github activity. And below is top in-demand programming language.
What are your thoughts?

I was led to believe that Ruby died by 4chan but looks like it's still relevant. Java is still a valuable skill to have and its far from dead.
C/++ seems to have lost their developer mindshare by a fair margin.
9 posts omitted

No.99704364 View ViewReplyLast 50OriginalReport
Typescript is for autists only
99 posts and 8 images omitted

/dhg/ and /wsg/ - Data Hoarding and Web Scraping General

No.99661539 View ViewReplyLast 50OriginalReport
Let's stick together edition

Rentry: https://rentry.org/32c8dqk8

>What is /dhg/
In this thread we discuss and create technology and software for data-hoarding, scripts, and more.

>gallery-dl - scrape images, manga, videos and more from many websites
https://github.com/mikf/gallery-dl

>Hydrus Network
https://hydrusnetwork.github.io/hydrus/

>Stash
https://github.com/stashapp/stash

>LoliSnatcher Droid
https://github.com/NO-ob/LoliSnatcher_Droid

>SmartImage
https://github.com/Decimation/SmartImage

> Captcha services
https://2captcha.com/
https://www.capsolver.com/
https://anti-captcha.com/

> Cloudflare/PerimeterX bypass
https://github.com/lwthiker/curl-impersonate

> Proxies
https://infiniteproxies.com/ (no blacklist)
https://www.thunderproxies.com/
http://proxies.fo/

Previous /dhg/: >>99576716
Previous /wsg/: >>99590411
102 posts and 19 images omitted

/spg/ - Smartphone General

No.99727722 View ViewReplyLast 50OriginalReport
Xperia VI (on the right) edition

>What phone has X and Y feature?
Don't ask, use these!
https://www.gsmarena.com/search.php3
https://www.kimovil.com/en/compare-smartphones
https://phonedb.net/index.php?m=device&s=query

Good Resources:
>Reviews
https://www.gsmarena.com
https://www.phonearena.com
https://www.notebookcheck.net

>Frequency Checkers
https://www.frequencycheck.com
https://kimovil.com/en/frequency-checker
https://willmyphonework.net

>Visual Phone Size Comparison
https://phonesized.com/
https://www.phonearena.com/phones/size

>Everything rooting and custom ROM related
>Beware carrier variants with locked bootloaders
https://www.xda-developers.com/

>Debloat your stock ROM
https://github.com/0x192/universal-android-debloater

>A curated list of open source Android applications, tutorials and resources
https://gitlab.com/linuxcafefederation/awesome-android/-/blob/main/README.md

>Android App compatibility list for de-googled phones
https://plexus.techlore.tech/

>Custom ROMs suggestions, privacy guides
https://gearjail.neocities.org/

>Recommended Chinese phones
https://pastebin.com/GMxbc1XB

>Try out Android on your iToy
https://trygalaxy.com

>Post a mini-review of your phone
>Anyone aggressively promoting iPhone is an underage micropenis shill who should be ignored
>Discuss upcoming and current models
>Ask for help related to phones
>Tell us how many shekels you spent on a good/bad phone

Previous thread: >>99695634
53 posts and 6 images omitted

No.99729915 View ViewReplyOriginalReport
>Please wait a while before making a post
>300 seconds
>cloudflare captcha on top of legacy captcha
why surfing the nets have become so unusable lately

(λ) - Lisp Thread

No.99720485 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://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-thread >>99624898)
61 posts and 17 images omitted

No.99729304 View ViewReplyOriginalReport
imagine being indian but also wanting to browse /g/
10 posts and 3 images omitted

/lmg/ - Local Models General

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

Previous threads: >>99718737 & >>99710043

►News
>(03/28) MiniGemini: New set of open vision models: https://github.com/dvlab-research/MiniGemini
>(03/28) Jamba 52B MoE released with 256k context: https://huggingface.co/ai21labs/Jamba-v0.1
>(03/27) Databricks releases 132B MoE model: https://huggingface.co/collections/databricks/dbrx-6601c0852a0cdd3c59f71962
>(03/23) Mistral releases 7B v0.2 base model with 32k context: https://models.mistralcdn.com/mistral-7b-v0-2/mistral-7B-v0.2.tar
>(03/23) Grok support merged: https://github.com/ggerganov/llama.cpp/pull/6204
>(03/17) xAI open sources Grok: https://github.com/xai-org/grok

►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://hf.co/spaces/NyxKrage/GGUF-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
311 posts and 36 images omitted