Artwork

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

#392 The votes have been counted

25:44
 
اشتراک گذاری
 

Manage episode 429402632 series 1305988
محتوای ارائه شده توسط Michael Kennedy and Brian Okken. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Michael Kennedy and Brian Okken یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Topics covered in this episode:
Watch on YouTube
About the show

Sponsored by Code Comments, an original podcast from RedHat: pythonbytes.fm/code-comments

Connect with the hosts

Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 10am PT. Older video versions available there too.

Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.

Brian #1: 2024 PSF Board Election & Proposed Bylaw Change Results

  • New board members
    • Tania Allard
    • KwonHan Bae
    • Cristián Maureira-Fredes
  • Congrats to new board members
  • If you want to consider becoming a board member, there are 4 seats up for vote next year.
  • All 3 bylaw changes passed, by a wide margin.
    • Details of changes
    • Change 1: Merging Contributing and Managing member classes
    • Change 2: Simplifying the voter affirmation process by treating past voting activity as intent to continue voting
    • Change 3: Allow for removal of Fellows by a Board vote in response to Code of Conduct violations, removing the need for a vote of the membership

Michael #2: SATYRN: A modern Jupyter client for Mac

  • A Jupyter client app for macOS
  • Comes with a command palette
  • LLM assistance (local or cloud?)
  • Built in Black formatter
  • Currently in alpha
  • Business model unknown

Brian #3: Incident Report: Leaked GitHub Personal Access Token

  • Suggested by Galen Swint
  • See also JFrog blog: Binary secret scanning helped us prevent (what might have been) the worst supply chain attack you can imagine
  • A GitHub access token found it’s way into a .pyc file, then into a docker image.
  • JFrog found it through some regular scans.
  • JFrog notified PYPI security.
  • Token was destroyed within 17 minutes. (nice turnaround)
  • Followup scan revealed that no harm was done.
  • Takaways (from Ee Durbin):
    • Set aggressive expiration dates for API tokens (If you need them at all)
    • Treat .pyc files as if they were source code
    • Perform builds on automated systems from clean source only.

Michael #4: Extra extra extra

Extras

Brian:

  • A new pytest course in the works
    • Quick course focusing on
      • core pytest features + some strategy and Design for Testability concepts
    • Idea
      • everyone on the team (including managers) can take the new course.
      • 1-2 people on a team take “The Complete pytest Course” to become the teams local pytest experts.
  • Python People is on an indefinite hold
  • Python Test → back to Test & Code (probably)
    • I’m planning a series (maybe a season) on TDD which will be language agnostic.
    • Plus I still have tons of Test & Code stickers and no Python Test stickers.
    • New episodes planned for August

Joke: I need my intellisense (autocomplete)

  continue reading

403 قسمت

Artwork

#392 The votes have been counted

Python Bytes

1,817 subscribers

published

iconاشتراک گذاری
 
Manage episode 429402632 series 1305988
محتوای ارائه شده توسط Michael Kennedy and Brian Okken. تمام محتوای پادکست شامل قسمت‌ها، گرافیک‌ها و توضیحات پادکست مستقیماً توسط Michael Kennedy and Brian Okken یا شریک پلتفرم پادکست آن‌ها آپلود و ارائه می‌شوند. اگر فکر می‌کنید شخصی بدون اجازه شما از اثر دارای حق نسخه‌برداری شما استفاده می‌کند، می‌توانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Topics covered in this episode:
Watch on YouTube
About the show

Sponsored by Code Comments, an original podcast from RedHat: pythonbytes.fm/code-comments

Connect with the hosts

Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 10am PT. Older video versions available there too.

Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.

Brian #1: 2024 PSF Board Election & Proposed Bylaw Change Results

  • New board members
    • Tania Allard
    • KwonHan Bae
    • Cristián Maureira-Fredes
  • Congrats to new board members
  • If you want to consider becoming a board member, there are 4 seats up for vote next year.
  • All 3 bylaw changes passed, by a wide margin.
    • Details of changes
    • Change 1: Merging Contributing and Managing member classes
    • Change 2: Simplifying the voter affirmation process by treating past voting activity as intent to continue voting
    • Change 3: Allow for removal of Fellows by a Board vote in response to Code of Conduct violations, removing the need for a vote of the membership

Michael #2: SATYRN: A modern Jupyter client for Mac

  • A Jupyter client app for macOS
  • Comes with a command palette
  • LLM assistance (local or cloud?)
  • Built in Black formatter
  • Currently in alpha
  • Business model unknown

Brian #3: Incident Report: Leaked GitHub Personal Access Token

  • Suggested by Galen Swint
  • See also JFrog blog: Binary secret scanning helped us prevent (what might have been) the worst supply chain attack you can imagine
  • A GitHub access token found it’s way into a .pyc file, then into a docker image.
  • JFrog found it through some regular scans.
  • JFrog notified PYPI security.
  • Token was destroyed within 17 minutes. (nice turnaround)
  • Followup scan revealed that no harm was done.
  • Takaways (from Ee Durbin):
    • Set aggressive expiration dates for API tokens (If you need them at all)
    • Treat .pyc files as if they were source code
    • Perform builds on automated systems from clean source only.

Michael #4: Extra extra extra

Extras

Brian:

  • A new pytest course in the works
    • Quick course focusing on
      • core pytest features + some strategy and Design for Testability concepts
    • Idea
      • everyone on the team (including managers) can take the new course.
      • 1-2 people on a team take “The Complete pytest Course” to become the teams local pytest experts.
  • Python People is on an indefinite hold
  • Python Test → back to Test & Code (probably)
    • I’m planning a series (maybe a season) on TDD which will be language agnostic.
    • Plus I still have tons of Test & Code stickers and no Python Test stickers.
    • New episodes planned for August

Joke: I need my intellisense (autocomplete)

  continue reading

403 قسمت

Όλα τα επεισόδια

×
 
Loading …

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

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

 

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