Viewing profile — arthursw
arthursw
HN member- Joined
- Sun, Nov 23, 2014, 3:52 PM UTC
- HN karma
- 30
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About arthursw
No profile information was provided.
Recent public activity
-
story
Show HN: Ldbg: a Python library to ask LLMs while debugging
ldbg is a minimal Python library that lets you ask an LLM questions while debugging — your prompt is automatically enriched with your current call stack, variables, and source cont…
-
comment
Comment #44462404
Then I have to advertise the work of my father: https://oliviermasson.art/en/4-publications
-
comment
Comment #44134667
When I started the project, Spack was not available on Windows so it was not an option. Now I should reconsider this. Thanks!
- comment
-
comment
Comment #44134630
Thanks for your comments! I fully agree that the Python ecosystem is (overly) complex, and Conda is generally not necessary for Python tools. I made this library for a workflow man…
-
story
Show HN: Wetlands – a lightweight Python library for managing Conda environments
When building a plugin system for an application, avoiding dependency conflicts is critical. To address this, I created Wetlands – a lightweight Conda environment manager. Wetlands…
-
comment
Comment #43342949
I really like PairDrop https://github.com/schlagmichdoch/PairDrop
-
comment
Comment #26768319
For now it uses the thinning algorithm from the article "Efficient Binary Image Thinning using Neighborhood Maps". https://github.com/autotrace/autotrace/blob/master/src/thin-...
-
comment
Comment #26768225
Autotrace does have a tracing option "-centerline" which creates a single line on shape boudaries. I think it uses a fine thinning algorithm referenced in the scientific literature…
-
comment
Comment #14800364
A team at the University of Washington Bothell (UWB) is already working on such thing : https://readwrite.com/2016/10/19/autonomous-tricycle-tl4/ http://newatlas.com/uwb-autonomous…