modin's comments

modin | 3 months ago | on: Show HN: Tascli, a command line based (human) task and record manager

Does it handle both recurring events and recurrence?

E.g. move the lawn every other week vs pay rent on the 17th every month. If I go a week overdue on rent I still need to pay the next on the 17th. If I go a week overdue on the lawn I don't need to mow again for two weeks, not one.

modin | 3 months ago | on: Firefox expands fingerprint protections

stoically, the maintainer and creator of this extension unfortunately passed in early 2023. There's a new fork available[0], linked from github[1].

I briefly discussed this extension and how to proceed after the passing of a maintainer with Mozilla staff in their Extensions and People teams at FOSDEM this year, but there was no real procedures in place at the time of our chat.

[0]: https://addons.mozilla.org/en-GB/firefox/addon/temporary-con...

[1]: https://github.com/stoically/temporary-containers/issues/634

modin | 1 year ago | on: They see your photos

Ente looks like Immich[0] (which I self-host for myself and family) with e2ee. I like non-e2ee because if something breaks then the files are stored as-is on disk for easy retrieval.

[0]: https://immich.app/

modin | 1 year ago | on: The Expert Mind [pdf] (2006)

No, upside-down, or rather rotated 180°. You have rows 1-8 and columns a-h (which are usually written in lower case, as upper case are used for piece value). h1 and a8 are the white corners you mention, with rooks on them initially. White's "home" are on row 1 and 2. These coordinates are usually printed on the board.

In our case black's home was on row 1,2. The king and queen was thankfully positioned "correctly" given this mishap, as normally the white queen are on a white square (and likewise for black queen and square), but not in our case. White still had short castling on his right hand side.

What I wonder is if Kasparov (or any expert) remembers movements from the coordinates, rather than (or in addition to) seeing the pieces on the board, and how much this impacted our game.

modin | 1 year ago | on: The Expert Mind [pdf] (2006)

We did notice immediately, but we had the first board to play following a grand speaker introduction, and we just went with it instead of resetting the board with all eyes on us and making the hosts look bad. Speaking for myself at least, I can't believe he didn't notice immediately too.

It made my noting down of the moves quite hard.

> I would have thought it as jarring as a mistuned musical instrument.

This was exactly my thought, how much it mattered to him at his level.

modin | 1 year ago | on: The Expert Mind [pdf] (2006)

I played Kasparov in 2017, in a setting similar to Capablanca in the ingress of the article. Whilst I managed 50+ moves, he was sometimes struggling in a way I wouldn't have expected for a GM. It so happened that our chess board was turned "upside down" by the organisers (we didn't notice until it was time to start; white was on row 7,8 instead of 1,2), and I have always wondered how much that mattered.

modin | 4 years ago | on: The cost of two weeks in an pediatric/infant ICU

> And to make it even more annoying, the hospital later changed it's policy on newborns on antibiotics - if they are otherwise healthy they don't need to stay in the NICU anymore.

That sounds like a good policy change thou? Whilst I understand it must've been a grave ordeal to sort it out, I'd try to be glad for the families in similar situations now that wouldn't have to suffer from this any more instead of being annoyed.

modin | 4 years ago | on: The Button Cheat Sheet

Try

  <applet code="button.class" height="60" width="240">
    <param name="button" value="Yea or nay?">
    <b>Sorry, you need Java to press this button.</b>
  </applet>
I had some buttons like that back in the day, with animations, sound effects and all, geocities-esque. The computer almost grinded to a halt loading it, but pre-teen me felt it was worth it.
page 1