Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Geek Author presents educational series covering computer organization, computer architecture, and embedded system design. Each episode is a concise step taking the listener on a journey from the fou... more
FAQs about Geek Author:How many episodes does Geek Author have?The podcast currently has 57 episodes available.
July 12, 2020Episode 8.01 - Intro to Error DetectionDigital data has many benefits, but what happens if it's in error? Moreover, how can we tell if a bit has been flipped? Our discussion begins with parity....more11minPlay
June 03, 2020Episode 7.06 - Stupid Binary TricksHaving learned how to program bitwise operations, it is now time to flex our bit bashing muscles by investigating some creative ways to perform common programming functions....more20minPlay
May 26, 2020Episode 7.05 - Flipping Bits using the Bitwise Inverse and Bitwise-XORInverting or flipping the bits of an integer is the third and last method of "bit bashing" we will discuss. There are two ways to invert bits: either flip all of them at once or use a mask to identify which bits to flip and which to leave alone....more13minPlay
April 19, 2020Episode 7.04 - Setting Bits using the Bitwise-ORThe ability to set bits may not seem important at first, but many algorithms in computing depend on just that. Join us as we control bits and build integers from scratch using the bitwise-OR....more11minPlay
April 12, 2020Episode 7.03 - Coding Bitwise OperationsDiscussing how to use bitwise operations to manipulate the bits of an integer would be academic if we couldn't perform the operations in our code. The good news is that we can!...more11minPlay
March 21, 2020Episode 7.02 - Clearing Bits using the Bitwise-ANDClearing bits within an integer is important if we want to isolate bits or set them to zero before we insert a new value. The bitwise-AND does this for us....more18minPlay
March 11, 2020Episode 7.01 - The Need for Bitwise OperationsAll areas of computing, from data compression to web design, from networking to digital image storage, from system administration to high-performance computing, benefit from bit manipulation....more12minPlay
March 05, 2020Episode 6.10 - DemultiplexersA demultiplexer takes a single data stream and routes it to a selected output channel, a bit like one of those old A-B printer switches we used to physically select which printer we were sending data to. In this episode, we show how to design one....more11minPlay
February 27, 2020Episode 6.09 - MultiplexersA multiplexer, sometimes referred to as a data selector, allows us to select which digital stream to route to an output. Designing this circuit is a lot easier than it sounds....more10minPlay
February 21, 2020Episode 6.08 - Binary DecodersWhat does it take to switch on a device? In some cases, like getting a soda from a vending machine, a number of conditions must be just right. That's where binary decoders come in....more9minPlay
FAQs about Geek Author:How many episodes does Geek Author have?The podcast currently has 57 episodes available.