@saltyAom Honestly I didn’t know others do install peers by default. If it’s a peer dependency should it be expected for the developer to fulfill the dependency? What’s even the point of peer deps if they get installed? Honest question, I’m interested in your point of view
@deedydas Happened to me before, a coding homework for a (too good to be true) offer. The malicious code was hidden by moving it way on the right, invisible without wrap lines on
I just automated the entire "brain rot" video creation process that's making creators $50K-$100K per month on autopilot
can’t believe I’m about to give you the exact system for free…
these split-screen videos (podcast clip + Minecraft parkour) are absolutely DOMINATING tiktok and youtube shorts right now
faceless channels are pulling 6-figure months consistently
the psychological trigger is insane
the background gameplay creates unconscious dopamine hits that make viewers physically unable to scroll away
here's what my n8n automation does:
- takes any YouTube video/podcast
- analyzes transcript with AI to find the most viral moments
- auto-generates timestamped clips
- downloads and processes everything
- combines clips with random background gameplay
- adds auto-generated subtitles
- renders final videos ready for upload
the entire process that used to take creators 4-6 hours per video now happens in 5 minutes
ZERO manual work
ZERO video editing skills needed
ZERO content creation required
just feed it a podcast URL and you are done
the math is stupid simple:
3 videos per day = 90 videos per month
average 150K views per video = 13.5M monthly views
the workflow includes:
- AI content analysis agent
- automatic video downloading
- smart clip generation
- background video integration
- subtitle automation
this is the exact system printing money for the biggest faceless channels
and you're getting it for free
Comment “CLIP” + repost this + follow me and I'll DM you the complete JSON file plus the full setup guide
don't sleep on this
every day you wait is money left on the table
LLMs for coding are just non-deterministic compilers from natural language to programming language. And if you argue that this is what Programming actually is you are the kind of person who's gonna be replaced by them, congratulations.
TypeScript excitement 😉
Thanks to @SeaRyanC for landing the new --erasableSyntaxOnly tsconfig flag. Heading for TS 5.8 Beta 🎉
🔷 Guides users away from TS-only runtime features such as enum & namespace
🔷 Pairs nicely with Node's TypeScript support
https://t.co/pxphTXtkC9
This #JavaScript default parameter stuff is the weirdest. It allows you to stuff the entirety of a function's business into the parameter list, and have that function body *only* return the result. For example, look at this .reduce():