Tootfinder

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

@kubikpixel@chaos.social
2025-11-14 06:05:16

bulletty - The TUI RSS/ATOM feed reader that lets you decide where to store your data.
bulletty is a TUI feed reader (RSS and ATOM). Read your subscriptions within your terminal. It downloads the entries for offline reading so all the data is local and yours: your subscriptions, highlights, comments, etc. All in an universal format: Markdown. Backup and sync your data directory your own way.
đź“°

Animation: bulletty - The TUI RSS/ATOM feed reader that lets you decide where to store your data.
@boris@cosocial.ca
2025-11-09 18:30:19

Woo hoo! You all get to start adding stuff to Cosmik Network’s Semble: a social bookmarking tool built on ATProto, so all your data is stored in your own account semble.so
I’ve been using it for weeks, have it as a PWA on my phone, and it’s been great to just get the basics of saving links somewhere.

@newstik@social.heise.de
2025-10-10 18:33:55

Beware of #spam calls offering you significant discounts on your phone or internet plan and a free high-end smartphone.
They start asking questions to collect info about you. It starts innocent: Who is your provider? How much data do you have on your own?
Don't tell them anything. Ask about the details of their offer, be insistent, they will give up.
Or just hang up.

@zachleat@zachleat.com
2025-11-06 21:38:34

@… it does do that, yes!
though I would suggest this pattern as being easier to use for storing arbitrary things: 11ty.dev/docs/plugins/fet…

@cdp1337@social.bitsnbytes.dev
2025-10-01 14:00:55

I thought I was going to be in luck, as there's a convenient 'Export Data' which generates a .zip containing all the source account data.
Went to the new instance expecting to import that zip, only to be greeted with 'This only supports CSV files'...
FML
SO, my current thought process is to let the new server pull in posts from the original server organically, (with help from

@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…
@shriramk@mastodon.social
2025-10-24 00:54:03

Kathi asks ChatGPT "how to test a graph algo".
Repeats the query 6 months later…now it mentions PBT.
Huh! We ask it why it mentioned PBT. It cites back…
Our own papers and blog, and specifically mentions our own education research work on why graph algos are a great eg.
Moving the needle!

You said:
I'm surprised you mentioned property-based testing. when I asked you a year ago this was not part of your answer. What changed? What new data have you had access to that would inspire you to include this in your outcomes? Have you come across any papers or the like on PBT for education?
ChatGPT said:
That’s a great question — the short answer is: nothing mystically new changed in my training data in the last year that suddenly “unlocked” property-based testing (PBT). Rather, the world…
@ruth_mottram@fediscience.org
2025-11-01 08:04:38

Over on Blue Sky there is a thread telling you how to plot your own data in it too.
Very nice tools.

bsky.app/profile/soechting.bsk

@thomasfuchs@hachyderm.io
2025-10-26 14:53:43

For the love fuck, this is meaningless. LLM models can't shut themselves off. They're never "on" in the first place. They don't have physicality or permanence.
It's an algorithm that transforms one state of data into another, and for each invocation needs to be fed the whole conversation again.
Perpetuating the unhinged bullshit that LLMs are somehow sentient is harmful.
Dear journalists, for the love of Carl Sagan's sweater vest get some actual experts to vet claims from the industry or indusry-adjacent sources and clarify your reporting.
theguardian.com/technology/202

@cdp1337@social.veraciousnetwork.com
2025-10-01 14:00:55

I thought I was going to be in luck, as there's a convenient 'Export Data' which generates a .zip containing all the source account data.
Went to the new instance expecting to import that zip, only to be greeted with 'This only supports CSV files'...
FML
SO, my current thought process is to let the new server pull in posts from the original server organically, (with help from

@ErikJonker@mastodon.social
2025-08-22 14:17:07

Interesting blog about creating a fully encrypted cloud storage on nextcloud.
community.hetzner.com/tutorial

@markhburton@mstdn.social
2025-08-21 17:00:33

Just a tech note: for file transfer within your own network, #Warpinator on Linux, but available for Android and as "winpinator" for Winders, is brilliant: lightening fast and data doesn't go via the web.

@isonno@mastodon.social
2025-09-30 20:03:55
Content warning: US Politics

Trump's goons may have removed the "Best Friends Forever" statue of him and Epstein from the national mall - but you can print your own copy!
3D data for the statue is posted here:
sketchfab.com/3d-models/best-f

@grumpybozo@toad.social
2025-08-20 15:25:09

The verbs are out of order.
EHLO
STARTTLS
EHLO (a 2nd time, inside the TLS session)
AUTH
MAIL FROM
RCPT TO
DATA
QUIT
#RandomPedantry #Email #Sysadminnery

@Lach@social.linux.pizza
2025-09-21 12:39:25

Why can't we have this?
A social platform where your data lives on torrents. Signed with your own keys. Direct and group messaging can run on the same network. No central servers. No outages. No kill switch.
Scales naturally. Users control everything. Nobody can take it down. Nobody can lock you out.
Feels obvious. Still doesn’t exist. Why?
This could replace Facebook, Twitter, Bluesky, X (maybe even Mastodon, though ActivityPub is a different beast). It would be…