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.

/mag/ - Music AI General

No.100087440 View ViewReplyOriginalReport
5 posts and 1 image omitted

/fwt/ - Friendly Windows Thread

No.100001485 View ViewReplyLast 50OriginalReport
FAQ:
>How do I activate Windows?
https://github.com/massgravel/Microsoft-Activation-Scripts
HWID2 mimics a valid installation to generate a permanent legitimate license.

>Which version should I install?
W10 Enterprise IoT LTSC 2021
-10 yrs support, EoL 2032
-5 yrs on non-IoT LTSC
-No feature updates
-Comes with Win32 system utils
-Binary identical to Enterprise except no MS Store and no bloat apps
-If you need MS Store run this in cmd: wsreset -i
-Basically Windows: Classic 9x/XP/7 Edition, 10 years support and you decide when you want to update/upgrade

W10/W11 Home/Pro/Edu/Ent
-Dont install
-1.5-2 yrs support
-Constant forced updates
-Preinstalled bloatware apps (games, music, news, weather, people, onedrive, ads in start menu, etc)
*W11 specific
*Massive UI usability downgrades
*Taskbar removed features and options
*File explorer rewritten w/ reduced performance
*Has new CPU scheduler to support 12th+ gen Intel E-cores (its only redeeming feature)

>Is there a good version of W11?
No, 11 IoT LTSC *might* be good when released 24H2.

>How do I activate Office?
https://github.com/massgravel/Microsoft-Activation-Scripts
Alternatively, use MSOffice through your browser since it's free,
or try OnlyOffice/LibreOffice and set it to save as MSOffice file formats.

>ISOs:
Windows https://pastebin.com/nUMgAr0b
IoT LTSC https://pastebin.com/ywkasnhM
Office https://pastebin.com/G8w5qu6z

>Should I debloat or Optimize-Offline?
If you need to ask, then no. You WILL break something.
If you know what you're doing:
https://pastebin.com/S5VKBirt

>Windows/Office install guide
https://rentry.org/windowsinstallguide

>Portable programs & reinstall-proofing
https://pastebin.com/Zh7WSbJ2

>Useful programs for a new install
https://pastebin.com/hN8nnwns

>I miss Windows##
OpenShell/RetroBar/WinClassic/StartIsBack

WinInfo&OtherPastas:
https://rentry.org/fwt
https://rentry.org/ltsc
Change to .co if links don't work

Previous thread: >>99922670
316 posts and 41 images omitted

C++

No.100085905 View ViewReplyOriginalReport
Please explain this
int main(){

vector<int> numbers = {5,2,8,1,50,20,14,22};

cout << "Array:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));

sort(numbers.begin(), numbers.end());

cout << "\nThe array is now sorted" << endl;
cout << "Sorted vector:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));

return 0;
}


~ ./test 
Array:
5 2 8 1 50 20 14 22
The array is now sorted
Sorted vector:
1 2 5 8 14 20 22 50 %

int main(){
vector<int> numbers = {5,2,8,1,50,20,14,22};

cout << "Original vector:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));

sort(numbers.begin(), numbers.end());

cout << "\nThe array is now sorted" << endl;
cout << "Sorted vector:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));
cout << "\n";

return 0;
}
int main(){
vector<int> numbers = {5,2,8,1,50,20,14,22};

cout << "Original vector:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));

sort(numbers.begin(), numbers.end());

cout << "\nThe array is now sorted" << endl;
cout << "Sorted vector:" << endl;
copy(numbers.begin(), numbers.end(), ostream_iterator<int>(cout, " "));
cout << "\n";

return 0;
}


~ ./test2 
Original vector:
5 2 8 1 50 20 14 22
The array is now sorted
Sorted vector:
1 2 5 8 14 20 22 50


How is this okay?
47 posts and 7 images omitted

Thin Electronics

No.100083456 View ViewReplyOriginalReport
Especially thin laptops.

The Macbook Air M3 weighs 1490g.
The Huawei Matebook X weighs 980g.

Who does this stuff appeal to? They're easier to break, and they're less powerful than thick laptops that weighs 3-4 times as much, since there is much more powerful hardware instead.
36 posts and 4 images omitted

No.100088380 View ViewReplyOriginalReport
cniles getting cucked into the oblivion by a 24 year old out-of-bounds error in GLIBC
https://www.openwall.com/lists/oss-security/2024/04/18/4

/sdg/ - Stable Diffusion General

No.100084683 View ViewReplyLast 50OriginalReport
Previous /sdg/ thread : >>100077216

>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
296 posts and 109 images omitted

Glow up

No.100076453 View ViewReplyLast 50OriginalReport
as a guy in tech this is why you need to build money and status before looks

the former can always be exchanged for the latter but not vice versa

men who specialize in looks early become washed up losers

men who run hybrid specialties never push the envelope on any area, become mediocre

https://x.com/autismcapital/status/1781121440148004927
53 posts and 6 images omitted

No.100088261 View ViewReplyOriginalReport
holy fuck it's absolutely fucking over
2 posts omitted

/pcbg/ - PC Building General

No.100088345 View ViewReplyOriginalReport
>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 14100/5600G
Budget: i5 12600KF
Gaming: i7 12700KF/7600
High end gaming: i7 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, budget: RTX 4060
1440p: RTX 4080 Super, budget: RTX 4070 Ti Super
2160p: RTX 4090
Workstation: RTX 4000 Series, AVOID: AMD cards, RTX 3060 12GB

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

>PSU
Budget: High end gold rated 500-600W PSU
Mid range: ATX 3.0 compliant 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 PWM PST 5 pack
High end: Noctua NF-A12x25 PWM

/twg/ - Tech Workers General

No.100087508 View ViewReplyOriginalReport
Taxes edition

>Interviewing
https://leetcode.com/study-plan/leetcode-75
Tips and interview practice: https://blog.interviewing.io/

>Resume Stuff
https://www.careercup.com/resume

>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
https://www.youtube.com/@ContinuousDelivery
https://www.youtube.com/@EngineeringwithUtsav
https://www.youtube.com/@ByteByteGo (systems design at a high level)
https://www.youtube.com/@ycombinator (if you're doing a startup)
https://www.youtube.com/@hnasr (for studying backed architecture)

Previous thread: >>100073541
13 posts and 4 images omitted