Can AI compress the years long research time of a PhD into seconds? Research scientist Max Jaderberg explores how “AI analogs” simulate real-world lab work with staggering speed and scale, unlocking new insights on protein folding and drug discovery. Drawing on his experience working on Isomorphic Labs' and Google DeepMind's AlphaFold 3 — an AI model for predicting the structure of molecules — Jaderberg explains how this new technology frees up researchers' time and resources to better understand the real, messy world and tackle the next frontiers of science, medicine and more. For a chance to give your own TED Talk, fill out the Idea Search Application: ted.com/ideasearch . Interested in learning more about upcoming TED events? Follow these links: TEDNext: ted.com/futureyou TEDAI Vienna: ted.com/ai-vienna Hosted on Acast. See acast.com/privacy for more information.…
پادکست هایی که ارزش شنیدن دارند
حمایت شده
T
Take Up Code


1
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
Take Up Code is a podcast that explains computer programming topics through fun and engaging examples that you can relate to. The guided format allows you to gain valuable understanding of topics that will reinforce your studies, allow you to train new skills that you can apply on your job, and change your thinking about what it takes to become a professional programmer. The episodes are as short as possible so you can squeeze them into your daily routine.
…
continue reading
T
Take Up Code


1
261: CppCon: Interview With Conor Hoekstra About C++ Algorithms And Ranges.
11:57
11:57
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:57This is an interview with Conor Hoekstra about C++ algorithms and ranges. Conor presented my favorite talk at CppCon 2019 called Algorithm Intuition. I asked him to talk about algorithms on this podcast and he agreed. This just proves again why CppCon is the best place to be when you want to improve your C++ […]…
…
continue reading
T
Take Up Code


1
260: CppCon: Interview With Josh Lospinoso About The Book C++ Crash Course.
11:32
11:32
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:32Josh Lospinoso discusses his new book C++ Crash Course. This is a book with a focus on C++17 written with a desire to simplify and make it easy for you to learn C++. I got this book during the CppCon conference and have to say, this is a fun book. It’s got lots of examples, […]توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
259: CppCon: Interview With Asad Naweed About Augmented Reality.
13:07
13:07
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
13:07This is an interview with Asad Naweed about augmented reality. I met Asad at CppCon in 2019 when he asked some questions at one of the presentations I also attended. We started talking at first about teaching coding. He has taught others how to code through education programs at Google. I especially liked his business […]…
…
continue reading
T
Take Up Code


1
258: CppCon: Interview With Nicolai Josuttis About How The C++ Standardization Has Changed Over The Years.
13:59
13:59
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
13:59This is an interview with Nicolai Josuttis about how the C++ standardization process has changed over the years. You can find more information about Nicolai at his website http://www.josuttis.com I first came to know about Nicolai through his book “The C++ Standard Library – A Tutorial and Reference” and recently started reading his new book […]…
…
continue reading
T
Take Up Code


1
257: CppCon: Interview With Sean Hale About Becoming A Software Developer Without A Degree In Computer Science.
15:48
15:48
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
15:48This is an interview with Sean Hale about how he got into computers and then turned a degree in literature into a job as a software development engineer. I met Sean at CppCon in 2019 and asked him to be on the podcast because of his experience. You can become a software development engineer without […]…
…
continue reading
T
Take Up Code


1
256: What Is Hurting Your Effort To Learn Coding? How To Improve Your Learning With One Simple Trick I Discovered By Accident.
5:29
Is there something you can do that will help you learn coding? When learning something new, it helps to focus on associations, especially opposites. It’s hard to learn separate facts and ideas. Linking them together lets them reinforce each other. Instead of being more work, they will lend support. This will improve your memory too. […]…
…
continue reading
How do you design your application so it scales well to a big size? Scaling needs to be verified early in the design to prevent costly mistakes that usually appear later. You can scale in many ways. The number of users, amount of data, and code size are common. Avoid hard limits in the code […]توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
254: GameDev: How To Use Noise To Procedurally Generate Maps And Landscape.
11:10
11:10
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:10How do you create unique and random game worlds and maps? Unique and random game maps and worlds can be created procedurally in code using noise. The noise is good for simulating nature because it produces values that change randomly in small amounts with no abrupt changes and provides realistic curves to rivers or hills. […]…
…
continue reading
This episode will explain how you can use curly braces in C++ to create a new scope. You can use this ability to control name visibility and reduce name conflicts. And you can also use curly braces to control exactly when object constructors and destructors are run. This is possible because C++ has very specific […]…
…
continue reading
What’s the best way to handle frustration when learning to code? Knowing that all developers face frustration at times is a big help. You’re not alone. And it doesn’t mean that coding is not for you. Treat it as a learning opportunity and stick with it until you solve the problem. Keep trying ideas until […]…
…
continue reading
What happens when code has undefined behavior? There’s hundreds of ways code can have undefined behavior. What happens is completely up to the compiler. You should not depend on undefined behavior because compilers can completely change or delete sections of code. Since the behavior is undefined, then compilers can optimize code in ways you never […
…
continue reading
This design pattern will help you make sense of your game design as it gets bigger.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
There are some special floating point values that you should be aware of. Zero, infinity, and not a number are three cases that might surprise you.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Be careful with floating point numbers when building games.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Do you know the differences between points and vectors? You might be surprised. I learned a few things myself recently when I implemented points and vectors in the TUCUT library.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
245: GameDev: Points, Lines, Planes, Dimensions, and Normals.
11:53
11:53
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:53You do not need a lot of math to program. What you do need is usually simple. But you do need some. It is not that hard and I will explain it so you can understand. Game development probably needs a bit more math than you might guess.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
I just got back from CppCon 2018 in Bellevue Washington. And since this is a podcast where I teach you how to program, I thought I would share something that I learned at the conference.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
243: How To Install Linux, GCC, GDB, Git, CMake, LLVM, Clang, Boost, SFML, CodeLite, Sublime Text 3, And Dropbox On a $140 Lenovo ideapad 120S.
11:27
11:27
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:27Installing Linux, GCC, GDB, Git, CMake, LLVM, Clang, Boost, SFML, CodeLite, Sublime Text 3, And Dropbox On a $140 Lenovo ideapad 120S makes an ultra portable C++ programming laptop.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
In the end, it is you vs. you. Is this about living or dying?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
241: How To Use Raw Pointers Properly And Still Avoid Crashes.
12:51
12:51
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
12:51Some people say that raw pointers are evil and should be avoided. Raw pointers are useful when used properly. This episode explains how to use raw pointers along with smart pointers and is taken from a recent game development session.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
You can join an actual game development session almost every Saturday. This schedule might change in the future. But until then, you can find me working on a video game almost every Saturday.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
There is a lot you can learn about programming. But do you need to know it all?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
This is a real example of how the filesystem can be used to take over a Wordpress website.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Avoid being predictable. This advice applies to almost everything you do as a programmer. This episode will focus on the filesystem and how being predictable can make it much easier for an attacker to gain control.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Run your program with the least permissions possible.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
When it comes to security, it is better to learn from examples.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Journaling records extra information in case there are problems.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
232: Filesystem: Linking Explained: Symbolic, Soft, Hard, Junction.
12:58
12:58
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
12:58Filesystems allow you to refer to refer to your content with different names.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
231: Filesystem: Metadata Holds More Information.
10:25
10:25
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:25Metadata provides information about your files.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
230: Filesystem: What Can They Do? Part 4.
14:54
14:54
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
14:54There is a special type of filesystem used to swap memory.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
229: Filesystem: What Can They Do? Part 3.
13:06
13:06
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
13:06Access control lists provide more security options.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Security is a big part of filesystems.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
227: Filesystem: What Can They Do? Part 1.
14:06
14:06
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
14:06There are many different types of filesystems with different capabilities. Once you understand these capabilities, you’ll not only be able to select the proper filesystem for your needs but will understand, for example, how your computer knows when you download applications from the internet so it can warn you when you try to run them. […]…
…
continue reading
T
Take Up Code


1
226: Filesystem: CHS vs. LBA Modes.
12:25
12:25
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
12:25Cylinder, Head, Sector or CHS vs. Logical Block Addressing or LBA give you two ways to find data on a disk.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Dividing your disks into partitions allows you to use each partition for separate tasks.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
How are filesystem organized with multiple drives?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
223: Filesystem: Drive Letters, Mounting, And Paths. Part 1.
10:45
10:45
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:45How are filesystem organized with multiple drives?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
222: Filesystem: Why Should You Learn To Use It?
10:47
10:47
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:47Understanding how to use the filesystem will allow you to add common and expected features to your apps.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
The code you write should follow a similar level of detail.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Finding differences will help you make sense of your code.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Resource allocation is initialization or RAII for short may be hard to pronounce but will help you write better and simpler code.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Why is C++ such a good choice for writing games?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
Work on the toughest problems first. And if you cannot solve them, then find a way around.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
216: How To Start Building a Video Game. Part 6.
10:46
10:46
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:46How is a video game different than any other application?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
We all want to think big. But to get there, we need to think small.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
You can take advantage of libraries and frameworks.توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
What role will data play in your game?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
212: How To Start Building a Video Game. Part 2.
10:21
10:21
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:21How do you make your idea more specific?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
211: How To Start Building a Video Game. Part 1.
11:36
11:36
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
11:36You have a vague idea for a new video game. Where do you begin?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading
T
Take Up Code


1
210: Shiny Projects And Distractions.
10:12
10:12
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد
10:12When is it okay to switch to a different project?توسط Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
…
continue reading