Tootfinder

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

No exact results. Similar results found.
@berlinbuzzwords@floss.social
2025-09-04 11:00:13

Apache Flink is uniquely positioned to serve as the backbone for AI agents, equipping them with the powerful new tool of stream processing. At Berlin Buzzword 2025, Steffen Hoellinger discussed how Flink jobs can be transformed into “Agents”—autonomous, goal-driven entities that dynamically interact with data streams, trigger actions, and adapt their behaviour based on real-time insights.
Watch the full session: #bbuzz returns on 7-9 June 2026: tickets.plainschwarz.com/bbuzz

@grahamperrin@bsd.cafe
2025-10-03 02:01:04

289970 – FreeBSD Installer live system: /bin/sh: history: not found following installation
<bugs.freebsd.org/bugzilla/show>
Spun off from:
― <

@markhburton@mstdn.social
2025-09-04 19:05:51

Who's surprised? The rats fleeing the sinking ship climb onto an anti-personnel device.
"Ex-Tory minister Nadine Dorries defects to Reform UK"
bbc.com/news/articles/cj9zld87

@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…
@cowboys@darktundra.xyz
2025-11-04 14:32:22

Updated 2026 NFL Draft order following Cowboys' Week 9 letdown si.com/nfl/cowboys/onsi/news/u

@UP8@mastodon.social
2025-10-03 00:17:18

😼 Answerman - Is Superhero Burnout at the Box Office Affecting Anime Films?
#anime

@floheinstein@chaos.social
2025-11-02 08:16:06

I had over three hundred accounts following me that I didn't follow back, mostly because I lost track of all the new followers.
So I did the unthinkable thing:
I asked Perplexity to write me a python script to follow everyone back. I will just unfollow some of them later, if I don't like them enough. But for now, everyone gets the benefit of the doubt.😉
The script needed some adjustments, but it worked.
Here's the script if you need it:

@netzschleuder@social.skewed.de
2025-09-03 18:00:19

twitter: Twitter followers (2010)
A directed network of following relationships from Twitter, from a snowball sample crawl across "quality" users in 2009. A directed edge (i, j) indicates that user i follows user j.
This network has 465017 nodes and 834797 edges.
Tags: Social, Online, Unweighted
network…

twitter: Twitter followers (2010). 465017 nodes, 834797 edges. https://networks.skewed.de/net/twitter
@qurlyjoe@mstdn.social
2025-11-03 13:24:40
Content warning: Cancer

Have mixed feelings on the Scott Adams story. Big privilege asking Trump to intervene with his insurance provider. On the other hand, if I have cancer I’m gonna do whatever I can to get treatment. I mean, yeah, he’s a dick. But cancer sucks.

@arXiv_statME_bot@mastoxiv.page
2025-09-03 12:48:43

Sampling as Bandits: Evaluation-Efficient Design for Black-Box Densities
Takuo Matsubara, Andrew Duncan, Simon Cotter, Konstantinos Zygalakis
arxiv.org/abs/2509.01437