Tootfinder

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

No exact results. Similar results found.
@ethanwhite@hachyderm.io
2025-10-10 14:20:39

I always try to make this distinction as a reviewer and I love it as an editor when reviewers make this clear:
"Note: The following are optional technical questions that arose during my review. They do not affect my recommendation to accept this paper"

@relcfp@mastodon.social
2025-11-10 22:27:09

H-Net Job Guide Weekly Report for H-Adjunct: 12 October - 19 October networks.h-net.org/group/annou

@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…
@relcfp@mastodon.social
2025-11-10 06:05:49

H-Net Job Guide Weekly Report for H-Adjunct: 12 October - 19 October
ift.tt/vj8sbHr
Contention Vol. 7, Issue 1 Dear Colleague, The new issue of Contention has…
via Input 4 RELCFP

@gedankenstuecke@scholar.social
2025-09-02 15:58:20

Feeling a bit embarrassed on behalf of a journal editor: We got two reviews for a manuscript today, and the response of reviewer 2 was for a different manuscript, even including the title of that other manuscript. 🫠 😂

@aral@mastodon.ar.al
2025-08-26 15:49:18

Here‘s a little tip if you’re using (the latest version of) Helix Editor:
Add the following keybinding to your config (if you don’t use Ctrl b for page up, that is; otherwise, change the key):
[keys.normal]
C-b = ":echo %sh{git blame -L %{cursor_line}, 1 %{buffer_name}}"
Now, when you press Crtl b in the editor, you’ll see the git blame for the line you’re on. Very useful for seeing which commit the line last changed in and, for teams, who committed the chang…

@relcfp@mastodon.social
2025-09-11 00:43:12

JOBS> H-Net Job Guide Weekly Report for H-Buddhism: 31 August - 7 September networks.h-net.org/group/annou

CBS News fired 8 on-air personalities in latest layoffs under new leader Bari Weiss.
All of them are women
independent.co.uk/news/world/a

@relcfp@mastodon.social
2025-09-10 06:10:22

JOBS> H-Net Job Guide Weekly Report for H-Buddhism: 31 August - 7 September
ift.tt/A0QGitH
H-Net Job Guide Weekly Report for H-HOAC: 24 August - 31 August H-Net Job Guide 09/09/2025 - 8:25am …
via Input 4 RELCFP

@relcfp@mastodon.social
2025-09-08 16:06:00

H-Net Job Guide Weekly Report for H-Buddhism: 24 August - 31 August
ift.tt/bVlmyGs
Conference> Chinese Buddhist Philosophy: From Three Treatises to Five Schools, 7-8 August 2025,…
via Input 4 RELCFP