Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
History
Sports
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/da/13/81/da13812b-f3cc-5bd0-5ba2-154ef79447ea/mza_14200912569269656527.jpg/600x600bb.jpg
Rich Tong AI Hub and Technology
Rich Tong
31 episodes
3 days ago
Now with rotating cohosts Rich Tong of tongfamily.com fame and a rotating set of co-hosts like Steven, Paul, Mike and Deon cover all the current news, all things Atticicial Intelligence, Apple, Smart Home, and Smart EDC with Paul. And all things Startups, Robotics, Smart Health, and Artificial Intelligence with Deon. Or whatever they want to talk about. Tips, tricks, and traps on technology, mobile, software, machine learning, and shopping since 1996 at https://tongfamily.com
Show more...
Tech News
News
RSS
All content for Rich Tong AI Hub and Technology is the property of Rich Tong and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Now with rotating cohosts Rich Tong of tongfamily.com fame and a rotating set of co-hosts like Steven, Paul, Mike and Deon cover all the current news, all things Atticicial Intelligence, Apple, Smart Home, and Smart EDC with Paul. And all things Startups, Robotics, Smart Health, and Artificial Intelligence with Deon. Or whatever they want to talk about. Tips, tricks, and traps on technology, mobile, software, machine learning, and shopping since 1996 at https://tongfamily.com
Show more...
Tech News
News
https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/2787842/2787842-1677800986882-8ee74c0aa68bd.jpg
DT1. Pipelines RUs!
Rich Tong AI Hub and Technology
30 minutes 18 seconds
2 years ago
DT1. Pipelines RUs!
System design from the frontlines. When you are in a tiny startup, how do you structure things so that you have the maximum bang for the smallest buck? The easiest way is to try to linearize what you are doing so that you have a set of discrete pipeline parts that are fed by files. That way you turn a complex O(n^2) problem where complexity goes up by the square of the number of modules, to O(n) where adding one more module depends just on another component input. It's way easier to wire up. Plus if you have n developers, you minimize dependencies and can literally do things as fast as the slowest pipeline. Works in the real world too! And with larger companies. For you video watchers, apologies for the choppiness of the video, we are still learning how to make the chain work and will put in the show notes, but it looks like that default of creating a fabric that is 8Kx2K (way too big, but it covers all three screens) caused slow frame rates, but we've figure this out by shrinking the rates and using OBS > View > Stats to make sure the recording is working OK). Liner notes:  1. @deon@nerdculture.de's (yes that's a Mastodon address)'s first robot. https://slideplayer.com/slide/5672012/ where he made the PCB boards, and did all the programming by hand. Pretty amazing. 2. https://docs.google.com/presentation/d/18nxl0dtS_l0OgxKj0ZrGZlFyDzUVOLTXEpk3q89R3LI/edit#slide=id.gc6f59039d_0_0 for notes on system design and making it simple for startups, you can leave comments there. Or to @richtong@mastodon.social 3. What all this then about the O(n^2) notation, so a quick chat about complexity theory. That is an estimate of how much harder computation gets. If you have 2 things and go to 100, if the algorithm is order -N or O(N), then the time to compute goes from 2 to 100 or 50x. But if it is O(N^2), then it goes from 4 to 10,000 so you can see as you add more things, life gets very complicated. Similarly, O(1) means constant in time, so when you go from 2 to 100 pipelines, if the time to compute stays at 1. That is a very nice thing. It means it is maximally parallel. Life is never really like that, but it's a good goal.https://en.wikipedia.org/wiki/Computational_complexity See https://tongfamily.com for details
Rich Tong AI Hub and Technology
Now with rotating cohosts Rich Tong of tongfamily.com fame and a rotating set of co-hosts like Steven, Paul, Mike and Deon cover all the current news, all things Atticicial Intelligence, Apple, Smart Home, and Smart EDC with Paul. And all things Startups, Robotics, Smart Health, and Artificial Intelligence with Deon. Or whatever they want to talk about. Tips, tricks, and traps on technology, mobile, software, machine learning, and shopping since 1996 at https://tongfamily.com