what a privilege is it is to afford a gym, buy healthy food, pay bills, have legs that walk, eyes that see, a brain that functions, work every day, and take our bodies to their full potential.
If you're tired of your life, read this:
Joe Dispenza wrote one of the most dangerous books I’ve ever read:
Breaking the Habit of Being Yourself.
It shows you exactly why you're stuck and how to break free.
Here are 11 insights that’ll punch your old self in the face (in a good way):
You are your own worst enemy. You waste precious time dreaming of the future instead of engaging in the present. Since nothing seems urgent to you, you are only half involved in what you do. The only way to change is through action and outside pressure.
Anthropic accidentally leaked their entire source code yesterday. What happened next is one of the most insane stories in tech history.
> Anthropic pushed a software update for Claude Code at 4AM.
> A debugging file was accidentally bundled inside it.
> That file contained 512,000 lines of their proprietary source code.
> A researcher named Chaofan Shou spotted it within minutes and posted the download link on X.
> 21 million people have seen the thread.
> The entire codebase was downloaded, copied and mirrored across GitHub before Anthropic's team had even woken up.
> Anthropic pulled the package and started firing DMCA takedowns at every repo hosting it.
> That's when a Korean developer named Sigrid Jin woke up at 4AM to his phone blowing up.
> He is the most active Claude Code user in the world with the Wall Street Journal reporting he personally used 25 billion tokens last year.
> His girlfriend was worried he'd get sued just for having the code on his machine.
> So he did what any engineer would do.
> He rewrote the entire thing in Python from scratch before sunrise.
> Called it claw-code and Pushed it to GitHub.
> A Python rewrite is a new creative work. DMCA can't touch it.
> The repo hit 30,000 stars faster than any repository in GitHub history.
> He wasn't satisfied. He started rewriting it again in Rust.
> It now has 49,000 stars and 56,000 forks.
> Someone mirrored the original to a decentralised platform with one message, "will never be taken down."
> The code is now permanent. Anthropic cannot get it back.
Anthropic built a system called Undercover Mode specifically to stop Claude from leaking internal secrets. Then they leaked their own source code themselves. You cannot make this up.
Most people treat CLAUDE.md like a prompt file.
That’s the mistake.
If you want Claude Code to feel like a senior engineer living inside your repo, your project needs structure.
Claude needs 4 things at all times:
• the why → what the system does
• the map → where things live
• the rules → what’s allowed / not allowed
• the workflows → how work gets done
I call this:
The Anatomy of a Claude Code Project 👇
━━━━━━━━━━━━━━━
1️⃣ CLAUDE.md = Repo Memory (keep it short)
This is the north star file.
Not a knowledge dump. Just:
• Purpose (WHY)
• Repo map (WHAT)
• Rules + commands (HOW)
If it gets too long, the model starts missing important context.
━━━━━━━━━━━━━━━
2️⃣ .claude/skills/ = Reusable Expert Modes
Stop rewriting instructions.
Turn common workflows into skills:
• code review checklist
• refactor playbook
• release procedure
• debugging flow
Result:
Consistency across sessions and teammates.
━━━━━━━━━━━━━━━
3️⃣ .claude/hooks/ = Guardrails
Models forget.
Hooks don’t.
Use them for things that must be deterministic:
• run formatter after edits
• run tests on core changes
• block unsafe directories (auth, billing, migrations)
━━━━━━━━━━━━━━━
4️⃣ docs/ = Progressive Context
Don’t bloat prompts.
Claude just needs to know where truth lives:
• architecture overview
• ADRs (engineering decisions)
• operational runbooks
━━━━━━━━━━━━━━━
5️⃣ Local CLAUDE.md for risky modules
Put small files near sharp edges:
src/auth/CLAUDE.md
src/persistence/CLAUDE.md
infra/CLAUDE.md
Now Claude sees the gotchas exactly when it works there.
━━━━━━━━━━━━━━━
Prompting is temporary.
Structure is permanent.
When your repo is organized this way, Claude stops behaving like a chatbot…
…and starts acting like a project-native engineer.
earning at least 20k/month idea with claude code:
> find small businesses in your neighberhood
> for eg, food places or bars or clubs in austin, tx
> go on their website and check how is it and what's going on
> use @figma / @canva mcps to build great UI designs
> use @AnthropicAI claude code to make demo of the website
> use @Remotion to make some cool videos out of it
> go to the business owners and tell them this is what you build, how they can track website visitors, how they can book instead of them paying for open table etc
> profit.
im on my way to flower shop. already made 20k in feb with $200 investment on claude.
30 security rules for AI VIBE CODING :
1. Set session expiration (JWT max 7 days + refresh rotation)
2. Never use AI-built auth. Use Clerk, Supabase Auth, or Auth0
3. Never paste API keys into AI chats. Use process.env
4. .gitignore is your first file in every project, not the last
5. Rotate secrets every 90 days minimum
6. Verify every package the AI suggests actually exists before installing
7. Always ask for newer, more secure package versions
8. Run npm audit fix right after building
9. Sanitize every input. Use parameterized queries always
10. Enable Row-Level Security from day one
11. Remove all console.log statements before shipping
12. CORS should only allow your production domain. Never wildcard
13. Validate all redirect URLs against an allow-list
14. Apply auth + rate limits to every endpoint, including mobile APIs
15. Rate limit everything from day one. 100 req/hour per IP is a start
16. Password reset routes get their own strict limit (3 per email/hour)
17. Cap AI API costs in your dashboard AND in your code
18. Add DDoS protection via Cloudflare or Vercel edge config
19. Lock down storage buckets. Users should only access their own files
20. Limit upload sizes and validate file type by signature, not extension
21. Verify webhook signatures before processing any payment data
22. Use Resend or SendGrid with proper SPF/DKIM records
23. Check permissions server-side. UI-level checks are not security
24. Ask the AI to act as a security engineer and review your code
25. Ask the AI to try and hack your app. It will find things you won't
26. Log critical actions: deletions, role changes, payments, exports
27. Build a real account deletion flow. GDPR fines are not fun
28. Automate backups and test restoration. An untested backup is nothing
29. Keep test and production environments completely separate
30. Never let test webhooks touch real systems
Ship fast. But ship secure.
🚨 Japan is going FULL BASED, officials BLOCKING new Muslim cemeteries nationwide!
With land super scarce and 99% cremation tradition, lawmakers declared: “If burials are a must, repatriate the remains to their countries of origin and bury them THERE!”
It was the best of times,
it was the worst of times,
it was the age of wisdom,
it was the age of foolishness,
it was the epoch of belief,
it was the epoch of incredulity,
it was the season of light,
it was the season of darkness,
it was the spring of hope,
it was the winter of despair.
I think it was Charles Dikkens (with two k’s) who wrote that.
After a certain age, your parents slowly become your children.
They ask simple questions, repeat stories, and depend on your patience the way you once depended on theirs. Very few understand this role reversal. What looks like innocence or inconvenience is really time coming full circle. Don’t correct them harshly. Don’t rush them. Care for them the way they once protected you. This is not a burden. It is repayment, quietly wrapped as love.
.@antigravity IDE feels like a better deal than others right now.
With the $20 per month Google AI subscription, you get access to Gemini 3 Pro, Gemini Flash, Claude 4.5 Sonnet, and Claude 4.5 Opus. The rate limits reset every 5 hours, so you do not have to wait until the next week or month. On Cursor, once you hit the limit, you have to wait until the next month.
I have only hit rate limits with Claude models. I have never hit limits with Gemini.
For the same $20, you also get 2 TB of storage and higher limits for things like Gemini image editing.
Moods men have;
1. Horny enough to jeopardize his whole future.
2. Scheming money plans like a wanted fugitive.
3. Random 2 AM "new life, new me, no sleep" grind.
4. Crushing loneliness he'll never admit.
5. The silent pressure: "My family needs me strong."
6. Anger is bubbling under full control.
7. Zero-emotion robot mode just to survive the week.
8. Cold ambition that scares even him.
9. Overthinking every decision like its war strategy.
10. That numb, dead-eyed stare when he’s carrying too much but refuses to drop any of it.
>be ancient Indian king Bhartrihari
>rule Ujjain, got palaces, gold, hundreds of concubines, everything
>life is basically non-stop feasts
>write some fire erotic poetry on the side, Shringara Shataka
>one day, yogi gives him a magic fruit of immortality
>tfw eternal life secured
>think "this for my queen, she deserves it"
>give fruit to queen
>queen secretly hates his him or whatever
>gives it to her lover, some random horse groomer
>groomer thinks "immortality? nah"
>he gives it to his side chick, a courtesan
>courtesan? obsessed with him
>brings fruit back to palace as gift for king
>mfw the fruit of immortality does full circle back to me
>realize everyone in love chain is simping for someone who doesn't care
>queen doesn't love me, lover doesn't love queen, courtesan loves me but lol no
>this is all worldly pleasure and maya
>suddenly vairagya hits
>renounce throne, give kingdom to brother Vikramaditya
>shave head, become yogi
>stoped writing lust poetry and started living in cave near Ujjain
>start dropping truth nvkes on detachment(Vairagya) & wrote deep philosophy
>realize Vairagya Shataka slaps harder than my old love poems(Shringara Shataka)
>finally achieve real peace
>becomes one of the greatest Sanskrit poet-philosophers of classical India
Number of Jobs created by Blinkit : 1,85,000+
Number of Jobs created by Zepto : 1,20,000+
Number of Jobs created by Big Basket :80000+
Number of Jobs created by Zomato : 5,50,000+
Number of Jobs created by Swiggy : 6,90,000
Number of Jobs created by Urban Company : 40000+
Number of Jobs created by OLA : 1 million+
Number of Jobs created by Uber : 1.4 Million+
Number of Jobs created by Rapido : 8,00,000+
No of jobs created by Kunal Kamra : 0
No of Jobs created by Raghav Chadda : 0
No of Jobs created by Ravish Kumar : 0
People who have created 0 jobs are questioning people who have created million of Jobs in India!!