Dillon Niederhut PhD
banner
dillonniederhut.bsky.social
Dillon Niederhut PhD
@dillonniederhut.bsky.social
data science @ novilabs.com |
editor @ conference.scipy.org |
ml @ adversarial-designs.shop |
bad poetry @ everywhere |
he/him
I swear to write in parallel, embarrassingly parallel, with nothing mutable or locking.

- Christopher Lamb, swearing on the not-yet-released Nvidia DGX at #SciPy2025
July 10, 2025 at 7:46 PM
Reposted by Dillon Niederhut PhD
Hey, did you know you can easily test Python 3.14 with the JIT enabled in official macOS and Windows binaries by setting PYTHON_JIT=1 as an env var?

If you're not running in production, it might be fun to test it out? Would love to hear about your experience!

docs.python.org/3.14/whatsne...
What’s new in Python 3.14
Editor, Hugo van Kemenade,. This article explains the new features in Python 3.14, compared to 3.13. For full details, see the changelog. Summary – release highlights: Python 3.14 beta is the pre-r...
docs.python.org
June 27, 2025 at 4:25 AM
🐍 Join us next month at the Houston Python Meetup! 🐍

Featured talk: "Finding Meaning in Connections: A Practical Demo with NetworkX" by Walker Hale - learn how graph-based analysis can unlock insights from complex, interconnected data.

Link: www.meetup.com/python-14/ev...
Finding Meaning in Connections: A Practical Demo with NetworkX, Tue, Jul 15, 2025, 6:00 PM | Meetup
Welcome to our next Python Meetup! Whether you're a seasoned developer or just beginning your Python journey, this event is designed to help you dive deeper into the langua
www.meetup.com
June 26, 2025 at 11:40 AM
Reposted by Dillon Niederhut PhD
Docker was announced at PyCon in 2013 and by 2015 there was a huge community of production users, and vendors, that lead to the creation of the Open Container Initiative, which standardized the container image format, runtime, and distribution specifications. opencontainers.org
May 21, 2025 at 3:05 PM
Reposted by Dillon Niederhut PhD
🐦 The #SciPy2025 Birds of a Feather (BoF) call is open until June 12!

Whether you're passionate about sustainability, documentation, education, or governance; this is your chance to connect with others and lead meaningful conversations. 🔥

Submit now ➡️ www.scipy2025.scipy.org#BoF
May 20, 2025 at 5:25 PM
Reposted by Dillon Niederhut PhD
📢 We're looking for reviewers for the #SciPy2025 Proceedings! 🚀

🙋‍♀️ If you're interested or want to nominate someone, fill out this short form:

forms.gle/kuVdZenq5XrS...
SciPy Proceedings Reviewer Suggestions
Thank you for your interest in the SciPy 2025 conference. As part of the conference, a proceedings journal is being organized, for which we are organizing reviewers. If you would like to nominate…
forms.gle
April 25, 2025 at 6:23 PM
📣 Join us for an exciting tech meetup! Speaker Dylan Halladay will share his journey developing "easy-llama" - a tool helping developers integrate Llama & similar LLMs into applications.

www.meetup.com/python-14/ev...

#AI #LLM #TechTalk
Accessible language modeling in Python, Tue, Apr 15, 2025, 6:00 PM | Meetup
Welcome to our next Python Meetup! Whether you're a seasoned developer or just beginning your Python journey, this event is designed to help you dive deeper into the langua
www.meetup.com
April 1, 2025 at 1:03 PM
Are you a Python enthusiast looking to explore the power of probabilistic programming? Join us next week at PyHouston to hear Larry Jones introduce #PyMC — the go-to Python library for probabilistic modeling and Bayesian inference!

www.meetup.com/python-14/ev...
What if We Don't Have Much Data?, Tue, Feb 18, 2025, 6:00 PM | Meetup
Welcome to our Python Meetup! Whether you're a seasoned developer or just beginning your Python journey, this event is designed to help you dive deeper into the language, m
www.meetup.com
February 13, 2025 at 6:30 PM
Reposted by Dillon Niederhut PhD
It's @scipyconf.bsky.social submission time again! This year I am running the Bioinf/Comp Bio/Neuroscience track, covering how Python is advancing science and problem-solving in those fields. Let me know if y'all have questions, and looking forward to the submissions!
SciPy 2025
Schedule, talks and talk submissions for SciPy 2025
cfp.scipy.org
January 10, 2025 at 3:42 PM
Reposted by Dillon Niederhut PhD
📣 The #SciPy2025 Call For Proposals is OPEN! ✨

👉 Submit your talk, poster or tutorial in our website: https://buff.ly/3W5Lsl9

👀 Deadline for submission: February 26, 2025!
January 8, 2025 at 8:38 PM
Have you been looking for an easier way to generate GUIs in Python? Join us at the Houston Python Meetup next week to hear from a nice guy (Jonny Nguyen) about a NiceGUI!

www.meetup.com/python-14/ev...

#Houston #Python #Meetup
PyHouston Technical Talks : Introduction to NiceGui, Tue, Dec 17, 2024, 6:00 PM | Meetup
Welcome to our next Python Meetup! Whether you're a seasoned developer or just beginning your Python journey, this event is designed to help you dive deeper into the langua
www.meetup.com
December 12, 2024 at 8:03 PM
Reposted by Dillon Niederhut PhD
Thinking about how to improve metadata on top of a paper that already exists...

Abbreviations can probably be auto populated. What other information can we pull in to make richer links and reading experiences?

cc @madubs.bsky.social @mikemorrison.bsky.social
November 28, 2024 at 6:24 AM
Reposted by Dillon Niederhut PhD
✨📰preprint - From prediction to prescription: Machine learning and Causal Inference
hal.science/hal-04774700
Machine learning for individual treatment effect

Didactic and precise, bridging statistical, computational, and epidemiological thinking.

1/5
November 14, 2024 at 8:13 PM
Reposted by Dillon Niederhut PhD
The Onion should buy Elsevier next
November 14, 2024 at 8:28 PM
Reposted by Dillon Niederhut PhD
For Science Magazine, I wrote about "The Metaphors of Artificial Intelligence".

The way you conceptualize AI systems affects how you interact with them, do science on them, and create policy and apply laws to them.

Hope you will check it out!

www.science.org/doi/full/10....
The metaphors of artificial intelligence
A few months after ChatGPT was released, the neural network pioneer Terrence Sejnowski wrote about coming to grips with the shock of what large language models (LLMs) could do: “Something is beginning...
www.science.org
November 14, 2024 at 10:56 PM
Have you seen your conda-based docker images explode in size? 3GB? 4? Me too. Here's how we fixed it:

blog.neater-hut.com/how-to-deplo...
October 21, 2023 at 5:06 PM
Reposted by Dillon Niederhut PhD
Come be my colleague and work with the great people at the University of Wisconsin-Madison Data Science Institute! The DSI is hiring a Research Software Engineer full time position that to work with research teams. Apply by 2023-10-30! jobs.wisc.edu/jobs/researc...
Research Software Engineer - Madison, Wisconsin, United States
Job Summary: This position involves working with research teams and algorithm developers to leverage GPUs for scientific computing applications. This may involve translating existing code written fo...
jobs.wisc.edu
October 10, 2023 at 10:02 PM
Reposted by Dillon Niederhut PhD
UC Berkeley is looking for Assistant Professor in Statistics, Data Science, Computational or Theoretical Neurosciences
Base salary range: $74,600–$97,200
Deadline to apply Nov. 15, 2023

#neurojobs
#neuroscience |🧪|🧠💻|🧠📈
#academicsky
#statsky

aprecruit.berkeley.edu/JPF04142
October 7, 2023 at 10:36 PM