for-coder
433 subscribers
107 photos
56 videos
25 files
143 links
Download Telegram
🎉 Best of CES 2025! 🌟


Discover the tech revolution from Las Vegas 🚀. AI breakthroughs 🤖, futuristic EVs 🚗, paper batteries 🍃, and even a salt-tasting electric spoon 🥄!

Catch all the winners, from NVIDIA Cosmos AI 🏆 to LG's dazzling OLED TV 📺 and more.

Obviously it's a bucket list for me to
go there because ነን ሴንስ yehonu stuffs alu

📖 Full highlights on YouTube:
Watch here
#CES2025 #TechInnovation #ForCoder
እንኳን ለብርሃነ ጥምቀቱ በሠላም አደለረሳችሁ
3
🚀 "First do it. Then do it right. Then do it better."

This quote from the last Next.js conference really resonated with me.

It’s a powerful reminder that the biggest hurdle we often face is simply starting, especially when we feel like we don’t fully understand what lies ahead.

Here’s the truth: Growth begins with action. It’s not about getting it perfect on the first try—it’s about taking that initial step, learning along the way, and refining with each iteration.

This approach applies to everything in life—learning a skill, starting a project, or pursuing a passion. It’s a mindset that encourages growth, resilience, and progress over perfection.

💡 Takeaway: Don’t wait for perfect conditions. Start now. Learn. Improve. Repeat.


Let’s embrace this life framework and unlock new possibilities. 🌟

#GrowthMindset #Nextjs #KeepImproving #ProgressOverPerfection
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
☀️ GOOD MORNING Y'ALL
😁4
🚀 DeepSeek: China’s Rising AI Powerhouse!

The AI race just got more exciting! 🇨🇳 China’s DeepSeek is making waves in the artificial intelligence space, challenging big names like OpenAI. But what makes DeepSeek so special? Let’s dive in!

🔥 What is DeepSeek?
DeepSeek is a cutting-edge AI startup founded in 2023 by Liang Wenfeng, the founder of the hedge fund High-Flyer. Despite being a newcomer, DeepSeek has already disrupted the AI industry with its powerful and cost-effective AI models.

💡 DeepSeek’s Breakthroughs
🔹 DeepSeek-V2 (May 2024) – This model sparked a price war among Chinese tech giants like Tencent, Baidu, Alibaba, and ByteDance due to its low-cost, high-performance AI capabilities. It quickly gained the nickname “Pinduoduo of AI” (referring to China's budget-friendly e-commerce giant).

🔹 DeepSeek-R1 (2025) – A game-changing model with advanced reasoning skills, especially in mathematics and coding. Benchmarks show it rivals OpenAI’s ChatGPT o1 while being much more cost-efficient!

🔹 DeepSeek-V3 (2025) – Trained using only 2.78 million GPU hours, making it one of the most efficient AI models in the world. The company used Nvidia’s China-tailored H800 GPUs to bypass U.S. chip export restrictions.

🔥 Why Is DeepSeek a Big Deal?
Super affordable AI models – lowering AI costs for businesses and developers
Open-source approach – challenging tech giants with freely available AI models
Smart training techniques – getting high performance even with limited resources

🚀 What’s Next for DeepSeek?
DeepSeek is not focused on commercialization yet. Instead, it’s prioritizing AI research and development, pushing the limits of what’s possible.

With its rapid growth and innovative approach, DeepSeek is positioning itself as a major player in the AI world—and it’s only just getting started! 🌍💡

Stay tuned for more AI updates! 🚀💬
#DeepSeek #AI #ChinaAI #TechNews
Currently the server is encountering a lot of Traffic from the
@U*** GO***t 🫢

how come Chat Gpt's server didn't encountered the when it was the first ai chat bot even tho the whole world joined the server at once 🤔💭 Some thing to think about


Obviously they want to be dominant
🤔1
NEWS: DeepSeek just dropped ANOTHER open-source AI model, Janus-Pro-7B.


It's multimodal (can generate images) and beats OpenAI's DALL-E 3 and Stable Diffusion across GenEval and DPG-Bench benchmarks.

This comes on top of all the R1 hype. The 🐋 is cookin'🍳
open-source Al model, Janus-Pro-7B
It's multimodal (can generate images)
and beats OpenAl's DALL-E 3 and Stable
Diffusion across GenEval and DPG-Bench
benchmarks.
This comes on top of all the R1 hype. The
is cookin

Show_More

»»»»»»» LINK MODEL «««««««««
👍1
🌟 Revolutionizing AI with Qwen: Alibaba Cloud's Cutting-Edge Innovations! 🚀

Qwen Ai , Alibaba Cloud’s groundbreaking series of large-scale artificial intelligence models. From natural language processing to computer vision and audio understanding, Qwen is redefining what’s possible in AI technology! 💡


📊 Key Highlights from the Qwen Series:
💡 Qwen 2.5-Max (January 2025): The powerhouse of the family! This model boasts unmatched performance across benchmarks, surpassing even industry giants like DeepSeek-V3, GPT-4o, and Llama-3.1-405B. Truly a game-changer! 🔥

🖼 Qwen2.5-VL (January 2025): Elevating multi-modal AI with enhanced image and video understanding, document processing, and creative generation. Perfect for designers, content creators, and researchers alike! 🎨

🎧 Qwen-Audio (November 2023): Universal audio understanding at its finest! Whether it’s human speech, music, or natural sounds, Qwen-Audio processes them all seamlessly, opening doors to countless audio-centric applications. 🎶

🌐 Alibaba's Commitment to Open Source:
As part of their mission to democratize AI, Alibaba has released over 100 open-source AI models as of September 2024, empowering developers worldwide to build innovative solutions. Together, we're shaping the future of AI! 🤝

🚀 Why Qwen:
The Qwen series isn’t just about advancing AI—it’s about pushing boundaries and making cutting-edge technology accessible to everyone. With each new release, Alibaba solidifies its position as a global leader in AI innovation.


#AI #QwenSeries #AlibabaCloud #FutureOfTech #Innovation #OpenSource
#quiz

let x = 5;
console.log(x++ + ++x);
👍1
what is the output of the code above
Anonymous Quiz
33%
12
21%
10
37%
11
4%
13
5%
Undefined
console.log(x);
What is the output of the above the code?
Anonymous Quiz
11%
“11”
2%
12
33%
“125”
4%
7
50%
TypeError
This media is not supported in your browser
VIEW IN TELEGRAM
"Why always motivation?🙂‍↔️
Sometimes, pain is good "

Have a nice weekend, I'm out for now 🚶‍➡️
😢1😭1
📝 Top 10 Clean Code Rules


🕐 2m read time
🚫 No Code Comments – Strive for self-explanatory code; let the code speak for itself.
🗑 Delete Dead Code – Remove unused or unnecessary code to keep things tidy.
🔬 Unit Test Boundaries – Ensure each unit is well-tested and behaves as expected.
👍 Use Positive Conditionals – Write conditions that are easy to understand and avoid negatives.
📚 Adhere to Standard Guidelines – Follow industry conventions and best practices.
🔠 Consistent Naming – Use meaningful and consistent names for variables, methods, etc.
⚖️ Avoid Complexity – Keep things simple and easy to understand.
🚨 Use Exceptions Instead of Return Codes – Rely on exceptions for handling errors rather than return codes.
✂️ Keep Methods Small – Each method should do one thing and do it well.
👮 Apply the Boy Scout Rule – Always leave the code cleaner than you found it.
These principles will help you write clean, maintainable code! 💻💡

»»»»For More ««««
#መልካም_የፆም_ጊዜ

let fasting = false;

const startDate = new Date();
startDate.setHours(0, 0, 0, 0); //(12:00 AM)

const endDate = new Date("2025-04-20T03:00:00");

const durationInMilliseconds = endDate - startDate;


fasting = true;
console.log("ፆም/fasting started.");

// setTimeout to handle the end of the fasting period
setTimeout(() => {
fasting = false; // Set fasting to false after 55 days
console.log("ስለፍቅሩ ሲል ከሙታን ተለይቶ ተነስቷል"); // Log the message
console.log("ፆም/fasting ended.");
}, durationInMilliseconds);


If you don't understand this code በደንብ ፁሙ #ሎል_lol
😁6👍2
Anybody else's IG feed going nuts? 🔫☠️💥
👍1🥴1
Ramadan Mubarak🥳🥳🎉🎉

የ1446 ዓ.ሂ የረመዳን ወር ጨረቃ በመታየቷ፤ ነገ ቅዳሜ የካቲት 22/2017 የወሩ የመጀመሪያ ቀን እንደሚሆን ታውቋል፡፡ 🌙

Wishing you a wonderful Ramadan!
2
const obj1 = { id: 1 };
const obj2 = { id: 1 };
const obj3 = obj1;

console.log(obj1 === obj2);
console.log(obj1 === obj3);