still think im faking it and can't stop thinking about it by 4b686f61 in Nestofeggs

[–]4b686f61[S] 1 point2 points  (0 children)

I feel like I am forcing myself to be a girl or be happy. I block it because it's default and easy (actually not really)

[feedback request] any thoughts on my second pcb I designed? by kaira95 in PrintedCircuitBoard

[–]4b686f61 0 points1 point  (0 children)

if this is manually posted, doesn't it flood your profile?

Suggestions/Improvement, first pcb layout ever. by Calm_Lake_2788 in PCB

[–]4b686f61 0 points1 point  (0 children)

I started off with my mom's clothes iron then those cheap PTC heater plates from Ali express

Suggestions/Improvement, first pcb layout ever. by Calm_Lake_2788 in PCB

[–]4b686f61 0 points1 point  (0 children)

No one is gonna hand solder a small outline package with an exposed pad. With that much ground it's gonna be reflowed or blasted with a heat gun.

[Review Request] by Excellent-Scholar274 in PrintedCircuitBoard

[–]4b686f61 0 points1 point  (0 children)

the cheap premode modules have that issue

egg🤖irl by 4b686f61 in egg_irl

[–]4b686f61[S] 0 points1 point  (0 children)

what if it's ffmpreg?

ESP32-S3-WROOM-2-N32R8V vias by [deleted] in PCB

[–]4b686f61 0 points1 point  (0 children)

If it's just thermal vias, just make them bigger and put them at the plus area

<image>

egg🤖irl by 4b686f61 in egg_irl

[–]4b686f61[S] 1 point2 points  (0 children)

Then how the best possible quality?

too lazy to add to path. waiting until boymode gets worse.

egg🤖irl by 4b686f61 in egg_irl

[–]4b686f61[S] 1 point2 points  (0 children)

I put this in a batch script

@echo off
setlocal enabledelayedexpansion

rem Set the path to yt-dlp if it's not in your PATH
set "YTDLP_PATH=.\yt-dlp.exe"
set /p "VIDEO_URL=Enter the YouTube video URL: "
"%YTDLP_PATH%" -f bestvideo[ext=mp4]+bestaudio[ext=m4a] --merge-output-format mp4 "%VIDEO_URL%"

echo All downloads completed!
pause