Talley Lambert's Avatar

Talley Lambert

@talley.codes.bsky.social

Microscopist & Python developer at Harvard Med. Creator @fpbase.org

874 Followers  |  377 Following  |  39 Posts  |  Joined: 17.11.2024  |  1.9054

Latest posts by talley.codes on Bluesky

Post image Post image

it was already fun to look around the documentation for cmap (cmap-docs.readthedocs.io)

but @grosoane.bsky.social just added a very cool feature to toggle between color vision deficiencies. Watch your perceptually uniform color maps gain some kinks πŸ˜‚

as a mild deutan myself, I appreciate it! πŸ™

05.07.2025 20:28 β€” πŸ‘ 19    πŸ” 6    πŸ’¬ 0    πŸ“Œ 0

Gotcha. That sounds nice!

I’ve definitely been very happy with gh copilot agent as well, particularly with sonnet 4. my comment was as much about the humorous failure modes :)

17.06.2025 21:05 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Wouldn’t that depend as much (if not more) on the underlying model than the agent extension?

17.06.2025 18:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

i'm generally thrilled with gh copilot agent recently.
There have been multiple very funny cases though where I have asked it to fix a broken test, and the "fix" came in the form of simply deleting the problematic test πŸ˜‚

"well ... the tests PASS now don't they??"

16.06.2025 20:49 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Colorblind themes beta - GitHub Changelog Light and dark colorblind accessible themes are now available to all github.com users in a public beta. These themes swap colors such as red and green for orange and blue…

Oh actually, I’m an idiot… just use this πŸ˜…

github.blog/changelog/20...

22.05.2025 14:26 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

πŸ˜‚

22.05.2025 11:26 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I think there’s a good degree of personal preference and subjectivity here. I like magenta here as indicating β€œdanger” more than blue. But there would also be nothing wrong with blue, in terms of visibility

21.05.2025 20:09 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

please accept this PR

```
:root {
--bgColor-danger-emphasis: magenta !important;
--fgColor-danger-emphasis: magenta !important;
--bgColor-danger: magenta !important;
--fgColor-danger: magenta !important;
}
```

21.05.2025 19:05 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
custom github css

custom github css

for you other colorblind coders out there, tired of missing the red X in your github actions logs

.color-fg-danger, .fgColor-danger {color: magenta !important;}
.octicon-x {color: magenta !important;}

you're welcome

21.05.2025 18:31 β€” πŸ‘ 19    πŸ” 6    πŸ’¬ 4    πŸ“Œ 0
Preview
GitHub - hxu296/tariff: The official repository for tariff The official repository for tariff. Contribute to hxu296/tariff development by creating an account on GitHub.

github.com/hxu296/tariff

22.04.2025 21:34 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Immunofluorescence image of a mouse brain slice, with nuclei (magenta) and microglia (orange) shown.

Immunofluorescence image of a mouse brain slice, with nuclei (magenta) and microglia (orange) shown.

Zoomed in Immunofluorescence image from the full mouse brain slice, with nuclei (magenta) and microglia (orange) shown.

Zoomed in Immunofluorescence image from the full mouse brain slice, with nuclei (magenta) and microglia (orange) shown.

Steven has our Snouty-OPM running again after our lab move. He added projection mode, sensorless AO, and a new control GUI based on @talley.codes + crew's pymmcore-plus/pymmcore-gui. Here are some IF-labeled microglia (orange) in the middle of an uncleared 60um mouse brain slice. No deconvolution!

09.04.2025 03:43 β€” πŸ‘ 19    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0
Post image

Our openSPIM is officially up and running to image the latest catch of the day! Fueled by pymmcore-plus & pymmcore-gui! πŸ’ͺβš‘πŸ”¬ pymmcore-plus.github.io/pymmcore-plus/ github.com/pymmcore-plu...

29.03.2025 14:42 β€” πŸ‘ 22    πŸ” 8    πŸ’¬ 0    πŸ“Œ 1
Post image

πŸ’» Announcing the Boston Bioimage Analysis Course β€” BoBiAC!
Join us this July at Harvard Medical School in Boston for a 6-day deep dive into bioimage analysis with Python, hosted by the IAC and CITE.
Apply by May 16th, 2025!

24.03.2025 18:41 β€” πŸ‘ 15    πŸ” 17    πŸ’¬ 1    πŸ“Œ 5
Preview
Mark Zuckerberg’s charity guts DEI after assuring staff it would continue Chan Zuckerberg Initiative ends internal inclusion efforts and β€˜social advocacy’ grants and scrubs site of commitment

www.theguardian.com/technology/2...

wish I could say I was surprised...

20.02.2025 01:16 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ah! Were we lucky enough to entice @pawamoy.bsky.social to Bluesky? :)

06.02.2025 02:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Public APIs - Griffe Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.

This document rom the griffe docs is *awesome*. Basically a missing manual on designing the public API for your Python package: extremely well written, with good tips for beginners and advanced devs alike.

mkdocstrings.github.io/griffe/guide...

05.02.2025 23:53 β€” πŸ‘ 10    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - tlambert03/mkdocs-api-autonav Contribute to tlambert03/mkdocs-api-autonav development by creating an account on GitHub.

If you use mkdocs for your python docs, and want quick full API autogen (with navigation) try

github.com/tlambert03/m...

Particularly if you currently use the mkdocs-gen-files/literatenav/custom-script approach

05.02.2025 23:11 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

🀞

15.01.2025 14:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Quantitative Imaging: From Acquisition to Analysis Cold Spring Harbor Laboratory Meetings & Courses -- a private, non-profit institution with research programs in cancer, neuroscience, plant biology, genomics, bioinformatics.

Join me, @talleylambert.bsky.social, @bethcimini.bsky.social, @florianjug.bsky.social & Hunter Elliott for our two week CSHL course on microscopy & image analysis starting March 24, 2025! Applications are due 1/31/25. meetings.cshl.edu/courses.aspx...

07.01.2025 18:42 β€” πŸ‘ 50    πŸ” 32    πŸ’¬ 1    πŸ“Œ 1

Yes, you can just call it, But it assumes you’ve previously set contrast limits, perhaps paid attention to data type, etc… do you have to deal with any of that in microfilm?

17.12.2024 02:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Very cool. It’s been on my list of things to do to see how easy it would be to add cmap to microfilm. It’s also, by the way, been on my mind to potentially add some simple convenience functions to cmap to colorize images… so feel free to PR if you found low hanging fruit

16.12.2024 18:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Well that was a fast uv convert! πŸ˜‚. Love it

16.12.2024 18:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Nice visualization/demonstration πŸ‘

26.11.2024 03:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Such a good book :)

24.11.2024 11:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@antoineruzette.bsky.social blends

23.11.2024 22:08 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Postdocs in Artificial Intelligence Human Technopole (HT) is an interdisciplinary life science research institute, created and supported by the Italian Government, with the aim of developing innovative strategies to improve human health

πŸ˜±πŸ“£ BlueSky-ers: WE NEED YOUR HELP!!! πŸ™
All of you who ever liked a lecture of mine...
All of you who liked one of the courses I teach in...
All of you I work(ed) with in one way or another...
All of you who see my desperation! 😜
PLEASE re-post! πŸ™ careers.humantechnopole.it/o/postdoc-in...

27.10.2023 15:05 β€” πŸ‘ 59    πŸ” 74    πŸ’¬ 2    πŸ“Œ 2
Thanks microscopy nightmares!

Thanks microscopy nightmares!

20.11.2024 22:21 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Instead of panicking, we all just calmly nodded our heads and agreed: β€œyeah, this feels familiar”

20.11.2024 22:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yes. thankfully your animations had prepared us emotionally πŸ˜‚

20.11.2024 22:16 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@talley.codes is following 20 prominent accounts