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.
Planned network provider replacement will occur with downtime the entire day of 2/16 or 2/17.

Threads by latest ghost replies - Page 177

LUA for beginners #001

No.86749162 View ViewReplyOriginalReport
Is it any good for the MacBook Air ?
Where is a good place to start from scratch ?
Any Good guides ?
What can you do with it on Roblox ?
Worth it ?
ITT: Need help for Lua where to start

No.86746669 View ViewReplyOriginalReport
Should I learn Rust or Go as my next language?
Already know Java, Python, Javascript (HTML + css) normie languages. Wanna do something abit more intellegent
29 posts and 7 images omitted

/dhg/ + /dsg/ - Data Hoarding + data scrapingGeneral

No.86709999 View ViewReplyLast 50OriginalReport
>Links
Rentry: https://rentry.org/dhg

>What is /dhg/
In this thread we discuss and create technology and software for data-hoarding, data scraping, archiving, 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

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

>TMSU
https://github.com/oniony/TMSU
https://tmsu.org/

>This tracks storage drive prices over multiple Amazon regional storefronts
https://diskprices.com/

>Tracks WD storage drives across multiple online storefronts
https://shucks.top/
81 posts and 16 images omitted

Social Media

No.86722538 View ViewReplyOriginalReport
is facebook, instagram and tiktok the internet for one billions of jewed humans?
6 posts omitted

/emg/ - Emacs and lisp general

No.86684956 View ViewReplyLast 50OriginalReport
Lisp AI edition

>General Emacs resources
https://www.gnu.org/software/emacs/manual/emacs.html (GNU Emacs Manual)
https://www.emacswiki.org (Emacs Wiki)
https://github.com/emacs-tw/awesome-emacs (Big list of packages)
https://github.com/thinkhuman/writingwithemacs (Tips for prose writing in Emacs)

>Tutorials
C-h t (Interactive Tutorial)
https://www.gnu.org/software/emacs/tour (GNU Emacs Tour)
https://www.youtube.com/playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n (General Introduction)
https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE (Org Mode)
https://www.youtube.com/playlist?list=PL8Bwba5vnQK14z96Gil86pLMDO2GnOhQ6 (Advanced Configuration)

>(Self) Documentation
C-h k (Keybinds)
C-h o (Functions and Variables)
C-h i (Assorted Manuals)

>Premade Configs
=Make your own=
https://github.com/hlissner/doom-emacs/tree/develop (Doom Emacs)
https://github.com/syl20bnr/spacemacs (Spacemacs (heavy))
https://github.com/snackon/Witchmacs (Witchmacs)

>Reduce Startup Time
use-package defer
https://pastebin.com/mrPsnUas (embed) (Disable GC during startup)
https://www.emacswiki.org/emacs/EmacsAsDaemon (Emacs as Daemon)
http://akrl.sdf.org/gccemacs.html (Native Compilation, stable, merged into Emacs 28)
https://www.emacswiki.org/emacs/SetupEl

>Changing Default Keybinds
https://pastebin.com/2hg4g3C6

>Programming resources for Emacs Lisp, Common Lisp, Scheme and Clojure:
https://pastebin.com/nyTQp7qi
>Troubleshooting
If there seems to be a bug (or complicated issue), anons may ask you to compose an MWE (minimum working example).
To create an MWE, try the following:
1) start emacs with "emacs -q". This disables your init.
2) try to reproduce your issue with as few settings changed and packages (manually) loaded as possible.
These steps ensure that other anons can replicate your problem if it's something more involved. Sometimes you even find the cause yourself this way, too!

Previous thread: >>86614527
77 posts and 8 images omitted

No.86701566 View ViewReplyOriginalReport
for all those who actually use JS in their jobs, do you actually have to chase all the fucking libraries that are released every 5 minutes? isn't vanilla, ts, node, express and [angular/vue/react] enough?
10 posts and 2 images omitted

No.86684543 View ViewReplyOriginalReport
ฯฒunnyOS when?
27 posts and 3 images omitted

No.86680742 View ViewReplyLast 50OriginalReport
just got my new cpu! thoughts?
58 posts and 5 images omitted

No.70623063 View ViewReplyOriginalReport
10 years ago Apple released Snow Leopard and Microsoft released Windows 7. 10 years ago when they actually tried to make good desktop operating systems instead of mobile flat theme trash.

Tiger and XP were comfy too.
34 posts and 6 images omitted

/emg/ - Emacs and lisp general

No.86614527 View ViewReplyLast 50OriginalReport
Plutonia edition

>General Emacs resources
https://www.gnu.org/software/emacs/manual/emacs.html (GNU Emacs Manual)
https://www.emacswiki.org (Emacs Wiki)
https://github.com/emacs-tw/awesome-emacs (Big list of packages)
https://github.com/thinkhuman/writingwithemacs (Tips for prose writing in Emacs)

>Tutorials
C-h t (Interactive Tutorial)
https://www.gnu.org/software/emacs/tour (GNU Emacs Tour)
https://www.youtube.com/playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n (General Introduction)
https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE (Org Mode)
https://www.youtube.com/playlist?list=PL8Bwba5vnQK14z96Gil86pLMDO2GnOhQ6 (Advanced Configuration)

>(Self) Documentation
C-h k (Keybinds)
C-h o (Functions and Variables)
C-h i (Assorted Manuals)

>Premade Configs
=Make your own=
https://github.com/hlissner/doom-emacs/tree/develop (Doom Emacs)
https://github.com/syl20bnr/spacemacs (Spacemacs (heavy))
https://github.com/snackon/Witchmacs (Witchmacs)

>Reduce Startup Time
use-package defer
https://pastebin.com/mrPsnUas (Disable GC during startup)
https://www.emacswiki.org/emacs/EmacsAsDaemon (Emacs as Daemon)
http://akrl.sdf.org/gccemacs.html (Native Compilation, stable, merged into Emacs 28)
https://www.emacswiki.org/emacs/SetupEl

>Changing Default Keybinds
https://pastebin.com/2hg4g3C6

>Programming resources for Emacs Lisp, Common Lisp, Scheme and Clojure:
https://pastebin.com/nyTQp7qi
>Troubleshooting
If there seems to be a bug (or complicated issue), anons may ask you to compose an MWE (minimum working example).
To create an MWE, try the following:
1) start emacs with "emacs -q". This disables your init.
2) try to reproduce your issue with as few settings changed and packages (manually) loaded as possible.
These steps ensure that other anons can replicate your problem if it's something more involved. Sometimes you even find the cause yourself this way, too!

Previous thread:
>>86549699
312 posts and 29 images omitted