🚨 Another OpenAI Co-Founder Leaves for Competitor Anthropic
John Schulman, one of OpenAI's co-founders who played a key role in training GPT and addressing safety concerns, is leaving the company to join its main competitor, Anthropic, where he'll focus on the Claude AI.
Meanwhile, Greg Brockman, another co-founder, is taking one year sabbatical after 9 years of intense work. With these departures, Sam Altman is now the only remaining co-founder at OpenAI.
John Schulman, one of OpenAI's co-founders who played a key role in training GPT and addressing safety concerns, is leaving the company to join its main competitor, Anthropic, where he'll focus on the Claude AI.
Meanwhile, Greg Brockman, another co-founder, is taking one year sabbatical after 9 years of intense work. With these departures, Sam Altman is now the only remaining co-founder at OpenAI.
Join me on Sololearn — the fun, free way to get tech skills in just 5 mins a day!
https://sololearn.onelink.me/MfgO/vwpwvgbk
https://sololearn.onelink.me/MfgO/vwpwvgbk
App Store
Sololearn: Learn to Code
Everyone can learn the latest tech skills. Do you want to practice how to use generative AI, design your own websites or apps, analyze data like a pro, or simply stay ahead in your tech career? Join Sololearn for full access to a complete online collection…
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rotating Yin-Yang Symbol</title>
<style>
div {
width: 0;
height: 200px;
border-left: 100px solid black;
border-right: 100px solid #fff;
box-shadow: 0 0 15px rgba(0,0,0,.5);
border-radius: 100px;
-webkit-animation: rotation 2.5s linear infinite;
}
div:before {
content: "";
position: absolute;
height: 100px;
z-index: 1;
border-radius: 100px;
border-left: 50px solid #fff;
border-right: 50px solid #fff;
left: -50px;
box-shadow: 0 100px 0 black;
}
div:after {
content: "";
position: absolute;
height: 30px;
z-index: 1;
border-radius: 30px;
border-left: 15px solid;
border-right: 15px solid;
top: 40px;
left: -15px;
box-shadow: 0 100px 0 white;
}
@-webkit-keyframes rotation {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(-360deg); }
}
</style>
</head>
<body>
<div></div>
</body>
</html>
👍1
Html codes via @vid
YouTube
How To Make A Music Player Using HTML CSS And JavaScript
Learn How To Make A Music Player Using HTML CSS And JavaScript
#htmlandcss #javascript
👉 Download 30 JavaScript projects Source Code (Including Music Player):
https://greatstack.dev/go/30-js-projects
❤️ SUBSCRIBE: https://goo.gl/tTFmPb
This this video…
#htmlandcss #javascript
👉 Download 30 JavaScript projects Source Code (Including Music Player):
https://greatstack.dev/go/30-js-projects
❤️ SUBSCRIBE: https://goo.gl/tTFmPb
This this video…
Forwarded from AI Locator - Mapping Out AI Innovation
🤖 Service That Tells If AI Can Replace Your Job
AI’s "Will AI Take My Job?" — a playful yet insightful tool to assess your job security in the age of AI. Simply update your resume in PDF format, upload it, and let the AI analyze your career’s vulnerability to automation.
Find out how secure your profession is in the age of AI!
AI’s "Will AI Take My Job?" — a playful yet insightful tool to assess your job security in the age of AI. Simply update your resume in PDF format, upload it, and let the AI analyze your career’s vulnerability to automation.
Find out how secure your profession is in the age of AI!