Artwork

محتوای ارائه شده توسط The Undead Programmer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط The Undead Programmer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !

Introduction the Podcast

9:37
 
اشتراک گذاری
 

بایگانی مجموعه ها ("فیدهای غیر فعال" status)

When? This feed was archived on January 10, 2024 17:12 (1+ y ago). Last successful fetch was on August 01, 2022 23:31 (3y ago)

Why? فیدهای غیر فعال status. سرورهای ما، برای یک دوره پایدار، قادر به بازیابی یک فید پادکست معتبر نبوده اند.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 278112293 series 2826598
محتوای ارائه شده توسط The Undead Programmer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط The Undead Programmer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
After repeated encouragement from friends and coworkers, I’ve decided to take a dive into the world of podcasting. We’ll see if this is something that can keep going or not – but for now, I introduce the first episode of my podcast for this site. Show contents: Introduction Inspiration “suckless.org” software project Rebuilding fun in … Continue reading "Introduction the Podcast"
  continue reading

16 قسمت

Artwork

Introduction the Podcast

Zombie Coder

published

iconاشتراک گذاری
 

بایگانی مجموعه ها ("فیدهای غیر فعال" status)

When? This feed was archived on January 10, 2024 17:12 (1+ y ago). Last successful fetch was on August 01, 2022 23:31 (3y ago)

Why? فیدهای غیر فعال status. سرورهای ما، برای یک دوره پایدار، قادر به بازیابی یک فید پادکست معتبر نبوده اند.

What now? You might be able to find a more up-to-date version using the search function. This series will no longer be checked for updates. If you believe this to be in error, please check if the publisher's feed link below is valid and contact support to request the feed be restored or if you have any other concerns about this.

Manage episode 278112293 series 2826598
محتوای ارائه شده توسط The Undead Programmer. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط The Undead Programmer یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
After repeated encouragement from friends and coworkers, I’ve decided to take a dive into the world of podcasting. We’ll see if this is something that can keep going or not – but for now, I introduce the first episode of my podcast for this site. Show contents: Introduction Inspiration “suckless.org” software project Rebuilding fun in … Continue reading "Introduction the Podcast"
  continue reading

16 قسمت

همه قسمت ها

×
 
The Zombie Coder is back for a new season! Today’s episode focuses on one of the Zombie’s key coding philosophies: Worse is Better. Learn about the history of the phrase and join the “Cult of Done” if you dare. Key Resources for today: Why Perfectionism and Burnout Go Hand in Hand – A lifehacker article addressing the evils of perfectionism Worse Is Better – Jeff Atwood at Coding Horror discussing worse is better with some examples The Cult of Done Manifesto – Read the Manifesto and consider adopting it in one or more areas The Unix Hater’s Handbook – A PDF of the Unix Hater’s Handbook Credits: Audionautix – Intro music…
 
In this episode, I conclude a series on Merkle Trees – or, the key technology and ideas behind distributed systems. I hope this episode captures your imagination to the potential applications of the distributed web. Resources and Links: https://www.codementor.io/blog/merkle-trees-5h9arzd3n8 – Codementor article on merkle trees. This covers most of the material I discuss in this episode. https://ipfs.io/ – IPFS project homepage https://odysee.com/ – Odysee Video sharing service operating off of the Hash World Credits: https://audionautix.com/ – Music…
 
What is a death march project? Recognizing Death March projects is easier than you might expect, and avoiding them means simply setting your own boundaries. Death March [Amazon]: The “standard” book describing death march projects. https://www.pmi.org/learning/library/changing-death-march-project-parade-6066 : Paper describing death march projects https://www.theverge.com/2017/6/13/15782200/one-device-secret-history-iphone-brian-merchant-book-excerpt : Article on the history of the iPhone https://ea-spouse.livejournal.com/274.html : Livejournal post that sparked substantial discussion and reforms in the video game industry https://dzone.com/articles/scrum-is-the-new-death-march : Description of scrum death marches “21 signs of a bad manager” : Article on signs of a bad manager Inc.com: Importance of work-life boundaries TheMuse.com: Article on setting work-life boundaries Business.com: Article on setting work-life boundaries And remember: Don’t work for Sh*tBags!…
 
In this week’s episode, we dive a bit deeper into the underlying theory behind how random numbers and the importance behind the XOR operator when creating hashes. This episode does depend on pre-existing knowledge of basic boolean operators. If you aren’t familiar check out this page . GNU C Sources : Look for the linear congruential method in __random_r Sha1 Js Implementation : A well explained implementation of SHA-1 algorithm Md5 Algorithm Wikipedia Page : There’s pseudo code to try implementing in your favorite language. https://www.fourmilab.ch/hotbits/ – Get random numbers from Radioactive decay Credits: https://audionautix.com/ – Music…
 
Today I’ll cover my major take-homes from a couple embedded Linux conferences that I (virtually) attended. Subjects: Let’s be positive All about embedded linux Be prepared: Containers are coming! (Someone please make docker-lite for embedded!) Risc V is up and coming real soon now Learn VSCode if you want a common IDE experience Diversity thoughts – there’s a person behind the email Open Source maintainers ask for our patience Check out Virtual Conferences in 2020 Resources: https://www.raspbian.org/ – The Raspbian Linux Distribution https://www.yoctoproject.org/ – The Yocto Linux Project https://www.docker.com/ – Yep, it’s coming to the embedded world. Time to learn it. https://theia-ide.org/ – An alternative that’s compatible to VSCode https://vscodium.com/ – VSCode without Microsoft’s proprietary brew https://open-vsx.org/ – Alternative extension store for Theia or VSCodium Special Thanks to: https://audionautix.com/ – Rockin’ zombie track…
 
Today I offer some advice for those currently staring down the barrel of failing midterm grades for CS and Engineering students. The Camel Doesn’t Have Two Humps – Commentary on the retraction of the oft-mentioned article on Computer Science being bi-modal. Reforming Mathematics – A detailed paper on Mathematics pedagogy, including coverage on educational theory and peer reviewed studies. DOJ vs Google – Washington Post story on the DOJ vs Microsoft Edge For Linux – Edge for Linux announcement and information…
 
Today I discuss the implications of ethics in software development. We’ll take a look at some of my personal experience, and 2 new Netflix documentaries: The Social Dilemma, and Challenger: The Final Flight. IBM and the Nazis – HBR podcast on IBM and the Holocaust Twitter apologizes for racist algorithm – Controversy on twitter algorithm … Continue reading "Episode 5 – Ethics of Software Programmers"…
 
A look at major new developments in the coding world for C/C++ – and some brief talk on Amazon BottleRocket and Microsoft’s Hyper-V advancements. Amazon Announcement for “BottleRocket” Linux distribution ZDNet Coverage – Microsoft Hyper-V patches for Linux kernel as root Infoworld Coverage – C++20 technical approval CMake feature tracker – CMake C++ modules support … Continue reading "Episode 4 – Fall 2020 Programming Developments"…
 
For new and aspiring developers – in this episode I answer the #1 question asked from future coders – should I go to college? Pros and Cons of a college degree and the University system. Contents: The Cold Truth of Job Seeking. Beware of For-Profit systems. Selecting a Degree. The actual meaning of a Computer … Continue reading "Episode 3 – To College or not to College?"…
 
We return to the early 80s and 90s to discuss the rise of consumer access to Usenet and the following decline of the service and its rise to the ranks of the undead. Contents: Show introduction Merging of networks SPAM, SPAM, more SPAM A brief analysis of the “Decline” Resources: Mozilla Thunderbird: https://www.thunderbird.net/en-US/ Eternal September: … Continue reading "Episode 2 – The Decline of Usenet"…
 
Today, we go back in time to the late 70’s and observe the events that led to the creation of newgroups and usenet. Especially as this podcast covers historic events, factual corrections will be attached to the original post and/or episode as required. Contents: Introduction The A News Reader The B News Reader Creation of … Continue reading "Episode 1 – The Creation of Usenet"…
 
Loading …

به Player FM خوش آمدید!

Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.

 

راهنمای مرجع سریع

در حین کاوش به این نمایش گوش دهید
پخش