Skip to content

Commit 827abfa

Browse files
committed
deploy: bb1a6b8
1 parent 880e5a1 commit 827abfa

File tree

5 files changed

+121
-0
lines changed

5 files changed

+121
-0
lines changed

.lektor/buildstate

8 KB
Binary file not shown.
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<head>
4+
5+
<link rel="stylesheet" href="../../../../../static/normalize.css">
6+
<link rel="stylesheet" href="../../../../../static/skeleton.css">
7+
<link rel="stylesheet" href="../../../../../static/style.css">
8+
<link rel="stylesheet" href="../../../../../static/pygments.css">
9+
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
13+
<link rel="manifest" href="/site.webmanifest">
14+
15+
<!-- Mobile Specific Metas
16+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
<!-- FONT
20+
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
21+
22+
<title>Debugging Open Source — MadPy</title>
23+
24+
25+
<meta property="og:image" content="https://madpy.com/static/images/2025-06-12-Debugging-Open-Source-Social-Card-1200x630.png"/>
26+
<meta property="og:image:width" content="1200"/>
27+
<meta property="og:image:height" content="630"/>
28+
29+
30+
31+
32+
<meta property="og:title" content="Debugging Open Source, Thu, Jun 12 @ 6:30 PM | MadPy"/>
33+
34+
35+
36+
37+
<meta property="og:description" content="Join MadPy as we learn how to fix bugs in open source Python projects. Dave Hoese will walk us through the process from discovery to patch release. This event is free and open to all"/>
38+
39+
40+
</head>
41+
<body>
42+
<div class="container">
43+
44+
<div class="row">
45+
<div class="three columns">
46+
<nav>
47+
<h3 id="logo"><img src="../../../../../static/images/madpy-logo.svg" alt="MadPy logo" width="200" height="200"></h3>
48+
<ul>
49+
<li><a href="../../../../../">About</a></li>
50+
51+
<li class="active"><a href="../../../../">Events</a></li>
52+
53+
<li><a href="../../../../../bookclub/">Book Club</a></li>
54+
55+
<li><a href="../../../../../sponsorship/">Sponsorship</a></li>
56+
57+
<li><a target="_blank" href="https://slack.madpy.com/">Slack</a></li>
58+
<li><a target="_blank" rel="me" href="https://fosstodon.org/@madpy">Mastodon</a>
59+
<li><a target="_blank" href="https://github.com/madison-python">GitHub</a>
60+
<li><a target="_blank" href="https://www.meetup.com/MadPython/">Meetup.com</a>
61+
</ul>
62+
</nav>
63+
&nbsp;
64+
</div>
65+
66+
<div class="nine columns">
67+
68+
69+
<div class="blog-post">
70+
71+
<h2>Debugging Open Source</h2>
72+
73+
<p class="meta">
74+
Presented by:
75+
76+
77+
<a href="https://fosstodon.org/@djhoese">Dave Hoese</a>
78+
79+
<br /><br />
80+
Thursday, June 12 2025, 6:30 PM<br />
81+
Madison Public Library, 201 W Mifflin St, Room 302 [<a href="https://maps.app.goo.gl/UpdANHPrWpstdDHe6">Map</a>]<br />
82+
83+
84+
</p>
85+
<p><img src="../../../../../static/images/2025-06-12-Debugging-Open-Source-Social-Card-1413x953.png" alt=""></p>
86+
<p>Using open source libraries and tools can make software development easier, but one simple update can quickly derail your workflow. In this talk Dave Hoese will step through the process of fixing a bug in an open source Python tool. He'll start from the first downstream failure to a new patch release of the tool. Along the way we'll explore things to look out for, tricks to find problems faster, and discuss common open source project contribution guidelines.</p>
87+
<p>Dave is a software developer at the Space Science and Engineering Center at the University of Wisconsin-Madison. He graduated with a Bachelor's degree in Computer Engineering from UW-Madison. Dave works on writing software tools to assist atmospheric scientists with a focus on analyzing satellite and ground-based instrument data.</p>
88+
89+
</div>
90+
91+
92+
</div>
93+
94+
</div>
95+
</div>
96+
97+
<!-- JS
98+
================================================== -->
99+
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
100+
101+
<!-- <script>
102+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
103+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
104+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
105+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
106+
107+
ga('create', 'UA-100252062-1', 'auto');
108+
ga('send', 'pageview');
109+
110+
</script> -->
111+
</body>

meetups/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ <h2 class="index-title">Upcoming Meetups</h2>
6363

6464

6565

66+
<li>Thursday, June 12 2025, 6:30 PM: <a href="2025/6/12/20250612-debugging-open-source/">Debugging Open Source</a></li>
67+
68+
69+
70+
71+
6672
<li>Thursday, April 10 2025, 6:30 PM: <a href="2025/4/10/20250410-madpy-social-blue-moon-bar-and-grill/">MadPy Social: Blue Moon Bar &amp; Grill</a></li>
6773

6874

@@ -246,6 +252,10 @@ <h2 class="index-title">Past Meetups</h2>
246252

247253

248254

255+
256+
257+
258+
249259
<li>Feb 13, 2025: <a href="2025/2/13/20250213-what-is-git/">What Is Git?</a></li>
250260

251261

1.33 MB
Loading
2.32 MB
Loading

0 commit comments

Comments
 (0)