Tootfinder

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

@fanf@mendeddrum.org
2026-04-05 14:42:03

from my link log —
Roogle: a Rust API search engine.
github.com/roogle-rs/roogle?ta
saved 2026-04-05

@grahamperrin@bsd.cafe
2026-05-04 09:32:25

Hatred of AI
<#AI

@fanf@mendeddrum.org
2026-04-03 11:42:03

from my link log —
C23 implications for C libraries.
htmlpreview.github.io/?https:/
saved 2022-11-19

@toxi@mastodon.thi.ng
2026-03-01 16:59:41

#ReleaseSunday 🎉 Quite a few thi.ng/column-store updates over the past month, including further performance optimizations, more tests and documentation updates...
Just also added a small section an…

Screenshot excerpt from the package readme, incl. a diagram illustrating query behavior. Direct link to this section: https://github.com/thi-ng/umbrella/blob/develop/packages/column-store/README.md#optimized-row-iteration
@aral@mastodon.ar.al
2026-04-01 17:14:05

🥳 New JavaScript Database (JSDB) release
• Fix: Now properly handling array indices on `JSTable.PERSIST` events in the `keypath` property that’s passed to the event handler.
Just noticed that the pretty keypaths of the JavaScript deltas written to the append-only log were ignoring array indices while playing with a new database introspection call I’m adding to the Kitten Interactive Shell (REPL) and fixed it.
I’ll be updating Kitten shortly to use this version of JSDB and I…

@rasterweb@mastodon.social
2026-02-28 22:36:55

I read a README file I wrote a few weeks ago and decided it didn't have enough information, so it's now twice as long with a lot more detail.
I'm the only one who will ever read or use the file, but I have learned I cannot rely on my own memory a few months or years from now when I need to revisit the project or do something similar.
Make notes! Make more notes. It's a text file, it won't take up much space but it might save you a bunch of time in the future.

If you’ve never been into exercise or considered yourself “a gym person,” the idea of starting exercise in midlife can feel daunting, or even futile.
But here’s the good news:
from a scientific standpoint, your 40s may be one of the most powerful times to get started.
When it comes to bone, muscle, metabolism, heart health and even brain function, it is never too late to start exercising.
In fact, your body is remarkably responsive to change at this stage of life, and y…

@cyrevolt@mastodon.social
2026-04-21 21:38:24

hope you like it :3
#Kubernetes

@chrislowles@mastodon.social
2026-03-14 11:30:01

tboteproject.com/git/hekate/at

@mxp@mastodon.acm.org
2026-02-22 22:11:23

I still need to update the readme, and I’ve already discovered a bug… But my first #Emacs package is now available from #MELPA!
codeberg.…

Screenshot showing edit-metadata being used to edit basic metadata of an image file.
‪@mxp@mastodon.acm.org‬
2026-02-22 22:11:23

I still need to update the readme, and I’ve already discovered a bug… But my first #Emacs package is now available from #MELPA!
codeberg.…

@jdrm@social.linux.pizza
2026-03-09 16:05:43

¿Quién acaba de descubrir que en emacs se puede configurar la comprobación automštica de texto? spacemacs.org/layers/ checkers

@fanf@mendeddrum.org
2026-02-26 12:42:01

from my link log —
C23 implications for C libraries.
htmlpreview.github.io/?https:/
saved 2022-11-19

@toxi@mastodon.thi.ng
2026-03-29 17:30:29

PSA: Migrating the thi.ng/umbrella monorepo to Codeberg, including:
- updating thousands of links in ~970 files (readme's, media, API docs/snippets in source files, examples, wiki etc.)
- updated 215 package short links to point to new locations on Codeberg
- re-configured & re-uploaded…

@joe@toot.works
2026-04-18 15:34:19

I saw the “Turning "cat readme.txt" into arbitrary code execution in iTerm2” article and my first thought was that I am glad that I switched to Prompt 3. 😏

@mgorny@social.treehouse.systems
2026-03-31 11:45:30

#orjson is another #Python package you should avoid:
> There is no open issue tracker or pull requests due to signal-to-noise ratio.
#RustLang.

@ripienaar@devco.social
2026-03-10 09:41:26

Updated my free-for-dev Contributing Guide, Code of Conduct, Readme, PR templates, Added AGENTS.md and CLAUDE.md that tells bots not to contribute.
Still you get daily fuckers like this who just drive by dump their projects on 100s (or exactly 100 in this case) lists with no regard for list polilcies.
Now just closing without even any discussion anything that even looks like LLM generated.

@datascience@genomic.social
2026-04-09 10:00:01

quick and easy way to build a website for your r package: #rstats #package

@cyrevolt@mastodon.social
2026-04-13 08:28:26

At least they recognized that it's a monkey in the end.
github.com/Azure/git-ape/pull/8 🐒
Edit: PR filed, SCNR

@barijaona@mastodon.mg
2026-03-11 19:37:34

I use Hetzner's Storage Share (a managed Nextcloud) combined with a Debian based backend.
hetzner.com/storage/storage-sh

@ellie@ellieayla.net
2026-03-07 15:19:27

github.com/ellieayla/argparse- extracts all the --command-line=arguments supported by a CLI tool built with the Python argparse library, and writes them as a markdown table.
It's like your-cool-script.py --help, but for embedding into README.md during CI.
No dependencies outside of standard library. Single file module. Works great with @… 's cog.

@lanefu@social.linux.pizza
2026-03-07 19:30:18

I'm pretty sure most projects on GitHub now need to remove the "made with ❤️" footer in their READMe

@grahamperrin@bsd.cafe
2026-02-08 13:56:23

@… FYI
rxappdev/RememberWindowPositions: Remember window positions for apps in KDE Plasma 6 . Especially useful for multi-window applications such as browsers. — <

@toxi@mastodon.thi.ng
2026-02-07 14:57:11

#ReleaseSaturday — This week I've been working on extracting, refactoring & generalizing the minimal column store database I've been using for my personal knowledge/media management toolset, and I'm happy to share it with the world now:

TypeScript code example from the package readme (too long for alt text, link to original: https://github.com/thi-ng/umbrella/tree/develop/packages/column-store#basic-usage)