Situational Awareness: A One-Year Retrospective (lesswrong.com)
1 points by fofoz 13m ago 0 comments
AI is ruining houseplant communities online (theverge.com)
1 points by bifftastic 14m ago 0 comments
Python in LibreOffice (LibrePythonista Extension)
34 nogajun 5 5/25/2025, 2:12:21 AM extensions.libreoffice.org ↗
The difference with Python in Excel is that it works with Python embedded in LibreOffice. It can be used without external access.
GitHub: Amourspirit/python_libre_pythonista_ext: https://github.com/Amourspirit/python_libre_pythonista_ext
Introducing Python in LibreOffice Calc - YouTube: https://www.youtube.com/watch?v=AQLuSNHhUY4
There's UNO and there's also openpyxl to interact with workbooks from Python, but both solutions were a bit slow when testing it.
There's a lot of value in having existing workbooks which a lot of businesses already use, and extending them so they can be interacted with or queried from a server. For example to allow further access from a webapp without allowing changes to the entire workbook or hiding the full dataset.