Tootfinder

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

@philip@mastodon.mallegolhansen.com
2025-07-21 16:51:41

@… IMO the “solution” (I know it’s very far from trivial, but it is *possible*) has always been that the modding API needs to provide adequate abstractions to not tie mods to a specific game version.

@frankel@mastodon.top
2025-09-19 07:50:05

#Kubernetes API Aggregation Layer & Extension apiservers
blog.techiescamp.com/kubernete

@ubuntourist@mastodon.social
2025-08-21 12:04:00

Title: Docker Desktop allows unauthenticated access to Docker Engine API from containers
#vulnerability

@khalidabuhakmeh@mastodon.social
2025-08-19 13:23:51

Reviewing some #aspnetcore Minimal API endpoint code today, and the need to inject every dependency, even a “RedirectManager”, feels like a code smell.
There is an elegance to an MVC endpoint or Razor Page that exists in a self-aware context.

@toxi@mastodon.thi.ng
2025-09-16 20:39:05

Finally made that tool I've been planning for a while: A configurable batch deleter of #Mastodon #bookmarks, supporting a threshold date (i.e. only older bookmarks considered) and lists of accounts and hashtags to always keep.

@kurtsh@mastodon.social
2025-08-20 01:27:56

SOMEONE'S GONNA GET HAAAACKED still unpatched after 6 months...
Original post: #cybersecurity

@macandi@social.heise.de
2025-09-16 11:04:00

MacBook: Private API misst Klappwinkel des Displays – und macht Musik
Das MacBook weiß, wo der Bildschirm steht: Apple erfasst dies per Sensorik. Ein Entwickler fand nun die versteckte API dazu.

@aral@mastodon.ar.al
2025-08-16 08:12:07

Yeah, I knew some lovely people who worked at Twitter too. And did you know they once had unfettered API access and anyone could create their own client? Some of us loved that so much we built things that helped legitimise them as an open platform. And then one day they just switched that off.
Legitimacy is gold to venture-capital-funded startups. They need people with it to convince everyday folks that this latest iteration of the same old rug pull is different. Until they’ve grown s…

@cyrevolt@mastodon.social
2025-09-17 03:34:26

Go is working on a better JSON API:
go.dev/blog/jsonv2-exp

@UP8@mastodon.social
2025-07-16 21:00:07

🎞️ Anime.js v4 is a lightweight JavaScript animation library with a simple, yet powerful API
#javascript #web

@tinoeberl@mastodon.online
2025-08-13 16:18:21

#Steady-CommunityContent
Mit einem einfachen #Python-Skript auf dem #RaspberryPi sollten die Leistungsdaten des EZ1-SPE

@jswright61@ruby.social
2025-07-20 13:30:37

Stock #Mastodon doesn’t allow me to create a webhook to notify me when my account is mentioned, someone replies to one of my posts, or someone I follow posts. I could poll the Masto API but that seems inefficient. With all the bots out there it seems like there would be a better way?
Maybe someone has a custom Fedi server that supports Webhooks. I’m happy to pay for an account there. Maybe th…

@jorgecandeias@mastodon.social
2025-07-18 13:15:15

LOL!
A malta da "vibe programming" a ser apanhada de surpresa por aquilo que era óbvio desde o início que ia acontecer. É só rir.
masto.pt/@tugatech/11487436438

@cheeaun@mastodon.social
2025-07-09 06:04:24

The JSON response of translated rules list in Mastodon v4.4 (`/api/v2/instance`) seems to imply that some rules might not be translated.
Judging from admin UI to translate rule, seems to make sense github.com/mastodon/mastodon/p
So, one rule is translated, t…

Screenshot of JSON response containing text rules and translations in multiple languages, addressing prohibitions on racism, sexism, homophobia, transphobia, incitement of violence, and harassment.
@whitequark@mastodon.social
2025-07-10 13:38:21

#GlasgowInterfaceExplorer now has API documentation for most V2 applets published online! glasgow-embedded.org/latest/ap

@frankel@mastodon.top
2025-09-18 08:57:29

JDK 26: The new features in #Java 26
infoworld.com/article/4050993/

@ErikUden@mastodon.de
2025-07-09 19:41:14

For those not up to speed with the latest AI jargon, I hope to clarify some things:
Every time a company promises a revolutionary “AI” product, they just exploit cheap labor from India.

@gwire@mastodon.social
2025-08-16 13:32:11

Open Street Map of the 400 Grade II listed telephone boxes in London.
overpass-turbo.eu/s/29YN

@emd@cosocial.ca
2025-09-13 12:27:27

Hard agree, re building APIs
mastodon.social/@raiderrobert/

@frankstohl@mastodon.social
2025-07-04 16:48:50

„Ich werde das in drei Tagen beenden“: Trump will mit Wels im Brombachsee telefonieren #wels #trump #dknp

@aral@mastodon.ar.al
2025-09-03 10:53:54

I haven’t added an example of how you implement migrations with Kitten’s¹ built-in JSDB database² yet but here’s one that I just used when renaming a field (property) in a table (JavaScript object) from “account” to “data” that illustrates the general granular approach you should take within persisted instances of JavaScript classes.
This is, of course, an advanced use case of the built-in JavaScript database that all Kitten apps have.
Kitten is simple for simple use cases. So ch…

Screenshot of code (detail) in Helix Editor on macOS, showing the source for app_modules/database/database.js. The following code is highlighted with a pink border:

initialise () {
    // Migration.
    if (this.account !== undefined) {
      this.data = this.account
      delete this.account
    }
  }

Full listing

texport class VerifiedAccount extends Model {
  url = this.url || ''
  /**
    This is the object returned from the accounts/lookup
    method of the Mastodon API.

    …
Screenshot of code for app_modules/database/Model.js.

The following code is highlighted with a pink border:

  /**
    Optional hook: override this to perform initialisation
    at constructor time. (Do not override the constructor
    or the automatic property assignment will fail.)
  */
  initialise () {}

Full code listing:

/**
  Base model class.

  (To use, extend this with your own model classes.)

  When adding properties in subclasses, make sure you
  only set values after checking if…
@khalidabuhakmeh@mastodon.social
2025-08-08 13:15:11

I will die on this hill, but these class definition pages for #dotnet are unhelpful and a waste of time.

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.importmap.importmapdefinition?view=aspnetcore-9.0
@frankel@mastodon.top
2025-07-15 16:26:03

Bootify
#SpringBoot

@veit@mastodon.social
2025-07-25 12:42:40

After a discussion about why omitting coverage for tests is not a good idea, I added a tip to our test tutorial: python-basics-tutorial.readthe

@rperezrosario@mastodon.social
2025-06-25 06:30:00

Bart Wullems of The Art of Simplicity shares his experience using Microsoft's .NET Source Browser to take a peek at a particular API's internals. The code documentation pages have links to the corresponding Github repositories where you can see exactly how any given function is implemented.
"Browse the .NET code base with the .NET Source Browser"

@toxi@mastodon.thi.ng
2025-09-02 17:35:49

More releases today: New version of thi.ng/genart-api, an art-platform-independent API for browser-based generative art.
The new version (v0.28.0) addresses some recent (type) changes in TypeScript and updates the WebAssembly bindings to support the latest Zig 0.15.1 (just like releases of some of my o…

@wyri@toot-toot.wyrihaxim.us
2025-08-14 05:41:00

@… @… Bunny does the AMQP protocol with a protocol specific API for it. The way I interpret your toot is that you're looking for something that you can drop in and swap adapters out for different queueing backends. But I might have …

@macandi@social.heise.de
2025-06-26 06:04:00

heise | KI-Code mit Metal parallelisieren: So geht es mit Apples API
Large-Language-Modelle haben einen immensen Bedarf an Rechenleistung. Wir zeigen, wie man mit Apples Metal-API sequenziellen Code von der CPU auf die GPU lädt.

@andres4ny@social.ridetrans.it
2025-07-30 06:00:51

hacker: "yeah, I downloaded a driver from the manufacturer. It didn't build of course, because the v2l API changed between what they released and the kernel you're running, but i updated it to the new API and it worked."
linux user: "you going to send the driver upstream?"
mk.moth.zon…

@kurtsh@mastodon.social
2025-06-29 19:36:41

🚚 Move your #Azure resources across subscriptions or resource groups—without downtime!
Use CLI, PowerShell, Python, or REST API to stay flexible and in control. ⚙️📦 Just update those resource IDs! #CloudManagement
Learn more:

@cyrevolt@mastodon.social
2025-07-02 16:04:49

And so it begins.
blog.google/around-the-globe/g

@khalidabuhakmeh@mastodon.social
2025-08-05 17:42:56

At this point, C# should introduce multiple return types as a syntactic part of the language. Bending generics to this extent seems like an abuse of the original intent.

Highlighting three levels of generic types in a return type to denote variations of results from a Minimal API endpoint.
@philip@mastodon.mallegolhansen.com
2025-09-11 19:38:58

@… It can be accessed via the API: docs.joinmastodon.org/methods/
You *may* need the server admin involved in giving your app permissio…

@whitequark@mastodon.social
2025-07-26 17:45:11

i've modified wasi-libc and wasi-sdk (PRs pending) so that you always have the concurrency APIs (pthread_*, thrd_*, <thread>, <mutex>, <atomic>) available to you, even in single-threaded targets. this makes porting applications (especially C ones) much, _much_ easier!
github.com/WebAssemb…

@toxi@mastodon.thi.ng
2025-09-02 09:40:19

Yesterday I released new versions of thi.ng/wasm-api (and its add-on packages), a modular and extensible bridge API & toolchain for hybrid JS/TS/Zig/WebAssembly apps, now updated to be compatible with the latest Zig version 0.15.1...
The update addresses some of Zig's breaking syntax & build …

@frankel@mastodon.top
2025-08-30 08:12:02

Everything I know about good #API #design
seangoedecke.com/good-api-desi

@frankstohl@mastodon.social
2025-06-25 10:23:42

Nach Veröffentlichung von Masken-Untersuchungsbericht: Europaweit schwarze Tinte aufgebraucht
api.follow.it/track-rss-story-

@cyrevolt@mastodon.social
2025-07-05 15:59:53

API design for multiple errors ... a drama in multiple acts.
Each of which may be comedy or tragedy.

@frankel@mastodon.top
2025-07-26 16:05:02

#API #Standards ARE #Data Standards

@gwire@mastodon.social
2025-08-26 20:27:56

This story about API access being withdrawn from organisations commenting on regulatory proceedings (a comparative luxury) reminds me that the consultation websites for UK government departments still... have a diverse range of designs and processes.

@luana@wetdry.world
2025-08-03 15:20:12

What mobile clients (iOS) do y’all use for fedi (other than feditext) that supports stuff like emoji reactions, rendering markdown and etc?
(mastodon/chuckya api, not sure if *key clients would work with that)

@gwire@mastodon.social
2025-08-23 13:21:12

One of the things promised for the next phase of Open Banking in the UK was an open API for managing subscription payments from banks (something like Direct Debits, or "commercial variable recurring payments (cVRP)" in their terminology). As in: one day you'd have one-click set-up for subscriptions, and manage them all via banking/finance apps.
As an outsider it's hard to determine the current status, but apparently this might be in beta by the end of the year?

@luana@wetdry.world
2025-07-26 11:38:19

I don’t suppose there are any good and complete iOS apps for fedi right?
I know there’s the #Feditext