Tootfinder

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

No exact results. Similar results found.
@aral@mastodon.ar.al
2025-10-02 18:13:20

So this is what one possible database migration scenario looks like in Kitten when you’re storing JavaScript objects (instances of JavaScript classes) in your database.
(In this case, I’m moving a VerifiedAccounts collection comprising VerifiedAccount instances to an Accounts collection comprising Account instances, which introduces an inVerified boolean to the model.)
See the Database App Modules Kitten tutorial for more:

Screenshot of code:

Highlighted area:

  // Migrate verified accounts collection with VerifiedAccount instances to
  // accounts collection with Account instances.
  if (db.verifiedAccounts !== undefined) {
    db.verifiedAccounts.forEach(verifiedAccount => {
      const account = new Account()
      account.url = verifiedAccount.url
      account.data = verifiedAccount.data
      account.isVerified = true
      db.accounts.add(account)
    })
 }

Full listing exceeds Mastodons 1,000 character…
@Techmeme@techhub.social
2025-10-02 02:01:40

Salesforce launches Agentforce Vibes, an enterprise vibe-coding tool and IDE featuring Vibe Codey, built on a fork from Cline's open source AI coding agent (Rebecca Szkutak/TechCrunch)
techcrunch.com/2025/10/01/sale

@eichkat3r@hessen.social
2025-11-01 22:15:17

ich bin der agent boss
microsoft.com/en-us/worklab/ho

@dennisfaucher@infosec.exchange
2025-09-02 14:36:24

Forced my tiny brain to understand Agent2Agent (A2) protocol all for the good of chickens! 🙂
#A2A

@benb@osintua.eu
2025-09-01 18:21:30

Agents in cassocks: how the ROC supports Kremlin’s war in Ukraine and Europe: benborges.xyz/2025/09/01/agent

@heiseonline@social.heise.de
2025-09-30 04:57:00

Wegen Sperrung von Donald Trumps Account: YouTube zahlt 24,5 Millionen US-Dollar
Nach der Erstürmung des US-Parlaments durch Trump-Anhänger hat YouTube dessen Account gesperrt. Um den Rechtsstreit darüber beizulegen, gibt es nun viel Geld.

@Dragofix@veganism.social
2025-08-31 22:22:21

Deforestation could account for over a third of heat deaths in areas of tropical forest loss phys.org/news/2025-08-deforest

@ErikJonker@mastodon.social
2025-10-31 20:28:16

Indrukwekkende foto. Een Amerikaanse agent houdt een demonstrant aan in East Side, Chicago. Het is onrustig in de stad sinds federale agenten twee weken geleden een wooncomplex binnen vielen om vermeende Venezolaanse bendeleden op te pakken. De Amerikaanse immigratiedienst ICE voert steeds meer invallen uit in Chicago.FOTO ANTHONY VAZQUEZ / CHICAGO SUN-TIMES / AP
#chicago

Een Amerikaanse agent houdt een demonstrant aan in East Side, Chicago. Het is onrustig in de stad sinds federale agenten twee weken geleden een wooncomplex binnen vielen om vermeende Venezolaanse bendeleden op te pakken. De Amerikaanse immigratiedienst ICE voert steeds meer invallen uit in Chicago.FOTO ANTHONY VAZQUEZ / CHICAGO SUN-TIMES / AP
@Techmeme@techhub.social
2025-08-02 04:10:51

Manus unveils Wide Research, an experimental feature that lets users on its Pro plan enlist dozens of parallelized AI agents for large-scale, high-volume tasks (Carl Franzen/VentureBeat)
venturebeat.com/ai/youv…

@Techmeme@techhub.social
2025-10-02 18:30:45

Google adds a new command-line interface and public API to its AI coding agent Jules, allowing it to plug into terminals, CI/CD systems, and tools like Slack (Jagmeet Singh/TechCrunch)
techcrunch.com/2025/10/02/goog