topic
Open Source
2 posts tagged Open Source.
Dev Tooling & Vibecoding3 min read
Simon Willison's HTML Table Extractor Converts Any Web Table to CSV, JSON, or Markdown
A new browser paste-tool from the co-creator of Django turns rich-text clipboard data into five structured formats — no scraping script required.
- dev tooling
- data extraction
- vibecoding
- llm workflows
- open source
Vibecoding & Dev Tooling3 min read
One Character That Broke Everything: The Dependency Pin Trap in Python Plugins
Simon Willison's datasette-export-database 0.3a2 fixed a classic Python packaging mistake — a strict `==` pin that silently locked out most users.
- python
- packaging
- datasette
- vibecoding
- open-source