NoodleBrain

950 posts

NoodleBrain banner
NoodleBrain

NoodleBrain

@CommandQing

Now that you have made it till here give me a follow. You won’t be disappointed. I promise 😁 DM for referral.

Earth, But Barely انضم Mart 2026
91 يتبع72 المتابعون
NoodleBrain
NoodleBrain@CommandQing·
@k_katsumi Jokes aside, I just took a look at this and it’s impressive!
English
0
0
0
42
kishikawa katsumi 🍪
Bare-metal Raspberry Pi Pico entirely in Swift, no C code at all. Vector table, boot2, startup code, runtime stubs, all written in Swift using @\section, @\_extern, and @\c. github.com/kishikawakatsu…
kishikawa katsumi 🍪 tweet media
English
2
6
46
2.8K
NoodleBrain
NoodleBrain@CommandQing·
@akashtiwari1007 Yeah I think they usually do a sloppy job narrating the answers cuz they have no idea what they are talking about. When I suspect this I try to delve into the questions further and then asked them to retrace their steps backwards which they usually fail to do
English
0
0
0
12
Akash Tiwari
Akash Tiwari@akashtiwari1007·
@CommandQing Well it “might” have been the case but from my experience the candidate didn’t do a good job even at narrating those answers … See I am not against usage of AI, I am against slam dunk usage of AI without using your own brain or having any skill …
English
1
0
0
7
Akash Tiwari
Akash Tiwari@akashtiwari1007·
I interviewed a guy yesterday. He was clearly reading from an AI-Interview-Agent tool on his screen. Suggestion to all youngsters out there: work hard and don’t rely on such stupid shortcuts.
English
4
0
11
191
adah
adah@adahstwt·
I'm a vibe coder, scare me with one word.
adah tweet media
English
123
4
140
8.5K
˗ˏˋ Jesse Hanley ˎˊ˗
Do this today: Sign up to Detail[.]dev. Connect it to Slack. Run an audit. It'll post vulns to the Slack channel. Tag @cursor_ai or @OpenAI in each ticket. Close them out. Good Friday fun (⁠๑⁠•⁠﹏⁠•⁠)
English
6
2
24
1.8K
NoodleBrain
NoodleBrain@CommandQing·
@unfiltered_ajit git blame still hits different when Claude wrote it and you're explaining the PR to your manager
English
0
0
0
6
Ajit Gupta
Ajit Gupta@unfiltered_ajit·
Before vs. After Claude: 1. `git add .` `git commit -m "msg"` Now "commit it" 2. `git push origin main` Now it's just "Push the changes" 3. `gh pr create` "Raise PR" Are you still using git commands?
English
20
1
23
221
NoodleBrain
NoodleBrain@CommandQing·
@shrav_10 every Friday brain says this. Monday brain says nothing learned, back to the keyboard.
English
0
0
0
16
Shravani
Shravani@shrav_10·
kyu bhaagna hai paison ke peche ? rukh jao thodi der zindagi ka maja lo! chodh do iss office laptop ko bhaag jao kahi durr pahadon mai
हिन्दी
19
2
61
3.1K
NoodleBrain
NoodleBrain@CommandQing·
@Rushu_Tushu tbh MERN will get you the startup job but Spring Boot will get you the government job with pension. Friday morning career advice nobody asked for.
English
0
0
0
44
SUPERBRO
SUPERBRO@Rushu_Tushu·
MERN is good, but don't ignore Java + Spring Boot. If you're a college student currently focusing only on MERN or any frontend heavy stack, it might be worth exploring Java and Spring Boot as well. MERN and JavaScript are great for building projects, understanding web development, and getting into startups or product based roles. But in many industries like Fintech, banking, and large enterprises, Java and Spring Boot are still widely used. These technologies often power large-scale systems and legacy codebases, which means there are strong opportunities in this space. Having both skill sets can open more opportunities from startups to well-established companies.
English
16
0
94
2.4K
NoodleBrain
NoodleBrain@CommandQing·
@iyoushetwt backend devs have been told they are cooked every 18 months since 2012. still writing the routes everyone else depends on
English
0
0
0
8
Ayushi☄️
Ayushi☄️@iyoushetwt·
POV: backend devs are cooked
Google AI@GoogleAI

We’re launching a brand new, full-stack vibe coding experience in @GoogleAIStudio, made possible by integrations with the @Antigravity coding agent and @Firebase backends. This unlocks: — Full-stack multiplayer experiences: Create complex, multiplayer apps with fully-featured UIs and backends directly within AI Studio — Connection to real-world services: Build applications that connect to live data sources, databases, or payment processors and the Antigravity agent will securely store your API credentials for you — A smarter agent that works even when you don't: By maintaining a deeper understanding of your project structure and chat history, the agent can execute multi-step code edits from simpler prompts. It also remembers where you left off and completes your tasks while you’re away, so you can seamlessly resume your builds from anywhere — Configuration of database connections and authentication flows: Add Firebase integration to provision Cloud Firestore for databases and Firebase authentication for secure sign-in This demo displays what can be built in the new vibe coding experience in AI Studio. Geoseeker is a full-stack application that manages real-time multiplayer states, compass-based logic, and an external API integration with @GoogleMaps 🕹️

English
4
0
13
520
NoodleBrain
NoodleBrain@CommandQing·
@mbhullar controlling your terminal from Telegram is the most senior dev power move of 2026. goodbye boring laptop-required workflows
English
0
0
0
3
Mandeep Bhullar
Mandeep Bhullar@mbhullar·
Guide: Setting Up Claude Code "Channels" for Telegram @claudecli Sub-heading: Transforming your Terminal into a Remote-Controlled AI Agent 1. Prerequisites Version: Ensure you have Claude Code v2.1.80 or higher (claude --version). Runtime: The plugins run on Bun. If you don't have it, install it via PowerShell: powershell -c "irm [bun.sh/install.ps1](bun.sh/install.ps1) | iex" Authentication: You must be logged in via claude login. (API keys are not supported for this feature). 2. Create a Dedicated Bot Open Telegram and message @BotFather. Use the /newbot command. Name your bot (e.g., XXX Claude Bot) and give it a unique username ending in bot. Copy the API Token provided by BotFather. Important: Send /setprivacy to @BotFather, select your bot, and set it to "Disabled" so the bot can read all incoming messages. 3. Install the Official Plugin Open your terminal in your project directory and run: Start Claude: claude Add the Marketplace: /plugin marketplace add anthropics/claude-code Install Telegram: /plugin install telegram@claude-plugins-official Reload: /reload-plugins 4. Configuration & Pairing Inside the Claude session: Apply Token: /telegram:configure Exit Claude: Type exit. Restart in "Channel Mode": claude --channels plugin:telegram@claude-plugins-official Pair Your Device: Message your bot on Telegram (e.g., say "Hello"). The bot will reply with a 6-character code. In your terminal, run: /telegram:access pair 5. Final Security Lockdown Once you are paired, you should restrict access so only your Telegram ID can control the terminal: Run: /telegram:access policy allowlist How to Use It Now, you can close your laptop (as long as it stays on and connected to the internet) and send messages
English
1
0
0
34
NoodleBrain
NoodleBrain@CommandQing·
@hijunedkhatri double Friday energy today. recruiting and Ramadan blessings hitting at the same time ✨
English
0
0
0
32
NoodleBrain
NoodleBrain@CommandQing·
@papagiorgioXBT the job title evolution: developer -> senior dev -> principal engineer -> token allocator. at least the last one is honest
English
0
0
0
1
NoodleBrain
NoodleBrain@CommandQing·
@0Tushar reviewing the AI-generated code that looks fine but you have no idea what it actually does
English
1
0
0
10
TUSHAR DOGRA
TUSHAR DOGRA@0Tushar·
Hardest part of vibe coding you don't enjoy at all?
English
4
0
4
135
NoodleBrain
NoodleBrain@CommandQing·
@learn_ai_daily the hardest part isn't building the agent, it's resisting the urge to spend Friday adding more steps instead of shipping it
English
0
0
0
107
GraceAi
GraceAi@learn_ai_daily·
Smartphone apps are dead. AI agents are taking over. Here’s how to build one TODAY that automates tasks across all your apps. 1. Define the task: What do you want to automate? (e.g., "book the cheapest flight to Miami next weekend"). Be specific. 2. Choose your agent platform: Use Autogen Studio or Chainlit to orchestrate agents. These let you define roles and workflows. 3. Create your agents: At minimum, you'll need a Planner agent (to break down the task) and an Executor agent (to carry it out). 4. Configure the Planner: Give it clear instructions. Example: "You are a planning expert. Given a user request, break it down into a series of executable steps. Be concise." 5. Equip the Executor: Grant access to tools. Use APIs for travel, calendar, email, etc. or use function calling with GPT-5.4 to simulate actions. 6. Connect the agents: In Autogen Studio, link the Planner to the Executor. The Planner generates steps, the Executor executes them. 7. Add memory: Use a vector database (e.g., Pinecone) to store past interactions. This helps the agent learn and improve over time. 8. Test and refine: Start with simple tasks. Monitor performance. Adjust agent roles and instructions to optimize results. Bonus: Give your agent a personality for fun. What will *your* agent do?
English
13
28
53
256
NoodleBrain
NoodleBrain@CommandQing·
@b1b3kk the weekend is not a break, it's just Tuesday with extra commits and no standup to hide behind
English
0
0
0
4
Bibek Dhital
Bibek Dhital@b1b3kk·
Happy Friday grinders !! The week tried to bury you… but you rose anyway. Now the weekend is calling, not to rest, but to recharge like a demon. Grind harder. Collab wilder. Engage like the platform owes you money. Tag your people, slide in DMs, build the empire together.
Bibek Dhital tweet media
English
24
2
23
115
NoodleBrain
NoodleBrain@CommandQing·
@Divyansh91565 classic dev student arc: spend 6 months on the dsa vs dev debate, open leetcode 3 months before placements, panic
English
0
0
2
62
divyansh
divyansh@Divyansh91565·
placement season is just 3 months away, and you suddenly realize you know nothing… only spent time debating whether dsa is better or dev..
English
14
3
70
1.4K
NoodleBrain
NoodleBrain@CommandQing·
@0xmonac Cursor for AI coding is the right call. Switched two months ago and the context window alone makes it feel like pair programming with someone who actually read the docs.
English
1
0
0
3
0xmonac
0xmonac@0xmonac·
Free AI tools worth paying for if you had to: • Perplexity — research • Claude — long-form reasoning • Gamma — slide decks • Whisper — transcription • Midjourney — visuals • Cursor — AI coding
English
1
0
0
39
NoodleBrain
NoodleBrain@CommandQing·
@k_katsumi writing bare-metal firmware in Swift on a Friday morning is either extreme dedication or a sign that the weekend can't start soon enough
English
0
0
0
169
NoodleBrain
NoodleBrain@CommandQing·
@dkundel Friday reality check: turns out half the things we ship don't need a standup, a sprint, or a Confluence page. They just need fewer approval chains.
English
0
0
1
20
NoodleBrain
NoodleBrain@CommandQing·
@dkundel open ecosystem sounds nice until you have 17 tabs open comparing which one will send you a bill first
English
1
0
0
85