Tootfinder

Opt-in global Mastodon full text search. Join the index!

@datascience@genomic.social
2025-06-08 10:00:01

Not sure any longer which libraries your script actually needs? #rstats

@publicvoit@graz.social
2025-06-28 12:36:48

On one of my #OpenWRT routers I can't update all packages because of low free space on /overlay partition.
According to sources like forum.openwrt.org/t/not-enough

@tante@tldr.nettime.org
2025-05-27 07:40:05

This is just one example. "MCP" the protocol for "AI agents" is basically without security measures. It's like running random code on your infrastructure and data.
(Original title: GitHub MCP Exploited: Accessing private repositories via MCP)
simonwillison.net…

@grahamperrin@bsd.cafe
2025-05-25 08:58:21

Worked around. There may be a bug.
pkg(8) --rootdir and triggers:
reddit.com/r/freebsd/comments/
"As far as I can tell, nothing is triggered when I use the --rootdir option of p…

@masta@noc.social
2025-05-27 09:08:00

Man könnte ja denken das diese ganze Agent/MCP Geschichte grad doch sehr fast and loose abläuft ....
simonwillison.net/2025/May/26/

@EgorKotov@datasci.social
2025-06-18 16:12:16

📝🗃️ 𝗿𝗱𝗼𝗰𝗱𝘂𝗺𝗽: Dump ‘R’ Package Source, Documentation, and Vignettes into One File for use in LLMs #rstats #LLM is on CRAN ekotov.pro/rdocdum…

rdocdump
Get fresh package docs to pass to LLM
library(rdocdump)
rdd_to_txt(
pkg = "aws.s3"
output_file = "aws.s3.txt",
force_fetch = TRUE)
github.com/e-kotov/rdocdump
@grahamperrin@bsd.cafe
2025-06-21 12:08:00

FreeBSD pkg version 2.2.0 seems to simplify things for users of FreeBSD-kmods repositories.
Big thanks to @…
reddit.com/r/freebsd/comments/

@mgorny@social.treehouse.systems
2025-05-29 05:33:57

A bad #Python bump morning in #Gentoo:
1. A project that couldn't be bothered to make a release with a security fix for 4 years finally made a release. Of course, if you make one release in 7 years, it is definitely a good idea to replace your build system with a broken #PythonPoetry #setuptools hybrid.
2. Another project made a release with a bunch of test failures — that were fixed in "master" branch already at the time, but I guess nobody bothered testing the release branch.
3. Just discovered that a bunch of projects are using pkg_resources namespaces again — and we were supposed to have gotten rid of them years ago! Of course it's #Google. And on top of that, since pkg_resources are now throwing deprecation warnings, they are indirectly breaking random other test suites.
On the positive side, test_lolwut is failing for me in redis-py.