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.

/fglt/ - Friendly GNU/Linux Thread

No.100152520 View ViewReplyLast 50OriginalReport
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
*Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/fglt/'s website and copypasta collection:
https://fglt.nl && https://p.teknik.io/wJ9Zy

/t/'s GNU/Linux Games: >>>/t/1175569

IRC: #sqt on Libera.Chat
https://fglt.nl/irc.html

Previous thread: >>100139711
129 posts and 26 images omitted

/gedg/ - Game and Engine Development General #151

No.100102255 View ViewReplyLast 50OriginalReport
Roguelike 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/99998782/#99998782

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.
298 posts and 41 images omitted

No.100157238 View ViewReplyLast 50OriginalReport
/g/ BTFO
77 posts and 3 images omitted

/aicg/ - AI Chatbot General

No.100156779 View ViewReplyLast 50OriginalReport
167 posts and 12 images omitted

No.100156671 View ViewReplyOriginalReport
is Qubes OS good? on one hand seems comfy to be able to easily run code in separated virtualized enviroments, i have to work in many projects and it's annoying setting up safe separated environments for each one so i don't mix it with my stuff. on the other hand Qubes OS seems to be full of women, pronouns, and trannies which makes it suspicious
35 posts and 1 image omitted

/twg/ - Tech Workers General

No.100155350 View ViewReplyLast 50OriginalReport
Elon's running towards you edition

>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 sprint >>100144395(Cross-thread)
53 posts and 15 images omitted

No.100146728 View ViewReplyOriginalReport
What's your plan for when picrel drops and destroys 100 million jobs?
You're not going to compete with proto-AGI as a run of the mill midwit codecel, right?
32 posts and 3 images omitted

No.100153948 View ViewReplyLast 50OriginalReport
>10 year old /g/ meme image
>more relevant than ever, except missing something about the freetard screeching about privacy
Also, how the fuck could you have been a freetard in the win7 era especially when the proprietary team had literally the best, no bullshit aryan-written software mankind will ever produce. Win 7, adobe cs6, etc
59 posts and 6 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)
154 posts and 17 images omitted