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 ยซยซยซยซยซยซยซยซยซ
Telegraph
deepseek-ai/Janus-Pro-7B
1. Introduction Janus-Pro is a novel autoregressive framework that unifies multimodal understanding and generation. It addresses the limitations of previous approaches by decoupling visual encoding into separate pathways, while still utilizing a single, unifiedโฆ
๐1
๐ Revolutionizing AI with Qwen: Alibaba Cloud's Cutting-Edge Innovations! ๐
#AI #QwenSeries #AlibabaCloud #FutureOfTech #Innovation #OpenSource
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
Short Demo video of the ai video generated via Qwen_ai
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
Sometimes, pain is good "
Have a nice weekend, I'm out for now ๐ถโโก๏ธ
๐ข1๐ญ1
๐ Top 10 Clean Code Rules
๐ 2m read time
ยปยปยปยปFor More ยซยซยซยซ
๐ 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 ยซยซยซยซ
Telegraph
Top 10 Clean Code Rules
According to โClean codeโ book by Uncle Bob, he defined some guidances and rules that developers should follow. This is more imperative for the less experienced developers. With more experience, comes the possibility of breaking some rules or reinventingโฆ
#แแแซแ_แจแแ_แแ
If you don't understand this code แ แฐแแฅ แแ #แแ_lol
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);
๐6๐2
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);
What is the output of the above code
Anonymous Quiz
26%
false true
11%
true false
46%
true true
13%
false false
4%
error
โค1
๐ฅ Lynx: A React Native Killer? ๐ฅ
๐ 1 min read time
read_more
ByteDance just dropped Lynx, a Rust-powered, multi-platform framework that could shake up mobile dev. It ditches React Nativeโs JavaScript bridge bottlenecks for a dual-threaded UI engine, promising faster load times, smoother UI, and true CSS support.
โ Pros: Blazing fast, framework-agnostic (React, Vue, Svelte), real CSS, Rust-powered.
โ Cons: New & unpolished, small ecosystem, Windows issues.
Lynx looks promising but isnโt quite there yet. Will it replace React Native? Maybe. Are you trying it? ๐
read_more
Telegraph
๐ฅ Lynx: The React Native Killer from TikTok? ๐ฅ
Lynx is a Rust-powered, dual-threaded UI rendering framework that promises: โ
Faster app launch times โฉ โ
Smooth, pixel-perfect UI ๐ผ๏ธ โ
True native performance โก โ
Full support for web developers ๐