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.

/pcbg/ - PC Building General

No.100140754 View ViewReplyLast 50OriginalReport
>UPGRADE & BUILD ADVICE.
Post build list or current specs including MONITOR: https://pcpartpicker.com/
Provide specific use cases.
State BUDGET and COUNTRY or you will NOT be helped.

>UPCOMING
Intel Battlemage (Q3 2024)
RTX 5000 Series (Q4 2024)
Intel Arrow Lake (Q4 2024)

>CPU
Web browsing: i3 12100/5600G
Budget: 12400F/5600
Gaming: 13600KF/7600
High end gaming: 14700K/7800X3D
Workstation: 14700K/7900X
AM4 upgrade: 5600/5800X3D

>COOLER
Arctic Liquid Freezer III
Thermalright Phantom Spirit 120 EVO
Scythe Fuma 3 (ITX/>42mm RAM)
Thermalright Peerless Assassin SE
Budget: Assassin X 120 Refined SE, ID-COOLING SE-214-XT
AVOID: Dark Rock Pro 4/5, NH-U12A/D15(S)

>MOTHERBOARD
ASRock B650M-HDV/M.2

>RAM
DDR4: 2x16GB 3200CL16. Budget, 2x8GB
DDR5: 2x16GB 6000CL30
Workstation/high end: consider 2x32GB

>SSD (OS drive)
Budget: Crucial P3 Plus, Lexar NM710 (EU)
Mid range: WD SN850X
High end: Sabrent Rocket 5, Samsung 990 Pro

>GPU
1080p: RTX 4070 Super, RX 7700 XT, used RTX 2080 Ti, RX 6650 XT
1440p: RTX 4070 Ti Super, RX 7900 GRE, RX 7800 XT
2160p: RTX 4090, RTX 4080 Super
Workstation: RTX 4000 Series, AVOID: AMD cards

>CASE (from $ to $$$)
mATX: Montech Air 100, Fractal Pop Mini Air, Lian Li O11 Air Mini
ATX: Montech AIR 903 Base/MAX, Vetroo AL600, Lian Li Lancool 216, Lian Li Lancool III
AVOID: 'Silent' cases, fanless cases, 4000D airflow

>PSU
Budget: Gold rated 500-600W PSU
Mid range: ATX 3.0 compliant fully modular gold rated PSU @ 75% max load
High end: Seasonic PRIME TX, be quiet! Dark Power Pro 13, Corsair HX1500i refresh
AVOID: GAMEMAX
PSU buying guides:
https://hwbusters.com/best_picks/best-atx-v3-0-pcie-5-0-ready-psus-picks-2023-hardware-busters/ (updated for 2024)
https://cultists.network/140/psu-tier-list/

>OS
Activate Windows @ >>>/g/fwt

>CASE FANS
Meta: get a case with good stock PWM fans
Budget: Arctic P12/P14 Max (5-pack)
High end: Noctua NF-A12x25 PWM

Previous:
>>100132340
235 posts and 16 images omitted

No.100113532 View ViewReplyLast 50OriginalReport
Why is calculus a required course for computer science? Is it just some kind of humiliation ritual that faggot college professors like to force on everybody because they were forced to go through it too? What does memorizing all the different specific intricacies of how to integrate functions by hand possibly have to do with writing software? I honestly don't understand it and I've never seen anyone offer a rational explanation for it.
266 posts and 16 images omitted

/fglt/ - Friendly GNU/Linux Thread

No.100139711 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: >>100117335
130 posts and 22 images omitted

/aicg/ - AI Chatbot General

No.100142792 View ViewReplyLast 50OriginalReport
562 posts and 70 images omitted

Lenovo T14s - Snapdragon Edition

No.100143912 View ViewReplyOriginalReport
21 posts omitted

IM HATE UNICODE

No.100139251 View ViewReplyOriginalReport
26 posts and 3 images omitted

/wdg/ - Web Development General

No.100130829 View ViewReplyLast 50OriginalReport
Java/Kotlin framework edition.

>Free beginner resources to get started with HTML, CSS and JS
https://developer.mozilla.org/en-US/docs/Learn - MDN is your friend for web dev fundamentals (go to the "See also" section for other Mozilla approved tutorials, like The Odin Project)
https://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etc.
https://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
https://javascript.info/ - Quite a good JS tutorial
https://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS

>Resources for backend languages
https://www.phptutorial.net - A PHP tutorial
https://dev.java/learn/ - A Java tutorial
https://rentry.org/htbby - Links for Python and Go

>Resources for miscellaneous areas
https://github.com/bradtraversy/design-resources-for-developers - List of design resources
https://www.digitalocean.com/community/tutorials - Usually the best guides for everything server related

>Staying up to date
https://cooperpress.com/publications/ - Several weekly newsletters for different subjects you can subscribe to

>Need help? Create an example and post the link
https://jsfiddle.net - if you need help with HTML/CSS/JS
https://3v4l.org - if you need help with PHP/HackLang
https://codesandbox.io - if you need help with React/Angular/Vue

We have our own website: https://wdg-one.github.io
Submit your project progress updates using this format in your posts, the scraper will pick it up:

:: my-project-title ::
dev:: anon
tools:: PHP, MySQL, etc.
link:: https://my.website.com
repo:: https://github.com/user/repo
progress:: Lorem ipsum dolor sit amet


Previous: >>100069664
91 posts and 13 images omitted

No.100103946 View ViewReplyLast 50OriginalReport
Bst battle station - paper towels ready to go on desk edition
225 posts and 47 images omitted

No.100141609 View ViewReplyOriginalReport
Odd question but the one I have to ask - how "safe" it is to use social media nowadays?

By "safe" I mean the whole data collection and profile making, even when you don't provide info on your own, totally aware of the fact. Let me explain the problem. Since last few years, I constantly hit the wall of social media - I cannot play board/wargames because everyone uses solely Facebook to arrange meetings, I cannot show photos outside of /p/ because everyone insist on using FB/IG and don't want to visit my private site, people think I'm suspicious for not owning FB account and so on. I was not using it so far, I even tried making account few years ago but it was auto-blocked after few hours, probably because I used protonmail but it could be something else with IP (since I didn't post anything, only provided name, surname and phone number). I have spare (or two) Gmail addresses so I could try again but question is - assuming I would use separate Firefox profile, just for using FB, would it still collect more data than what I already would provide it (like few photos I'm content with losing but also combination of name, surname, face photo and phone number, which are however already present on LinkedIn)? Assuming I would use it "just" for said meeting arrangements and communication with models, completely avoiding posting on other places, commenting, etc - would it be "safe"? I once heard that only thing FB knows is what you tells it on your own but I want to know how true is that.
15 posts omitted

No.100106010 View ViewReplyLast 50OriginalReport
crt
139 posts and 56 images omitted