Erik Bjäreholt

Results 446 comments of Erik Bjäreholt

I've done some research on this topic which you can find here: https://github.com/ActivityWatch/aw-watcher-afk/issues/12 I need this functionality for the project which the linked issue belongs to, might investigate ctypes or...

Related issue: https://github.com/machinalis/mypy-data/issues/19

You can use `flexget` together with aria2 to accomplish this: https://flexget.com/Plugins/aria2

@OleAd MOABB now requires *fewer* hoops to get working than before, see #201.

The cross-subject stuff is interesting, but my primary interest is still cross-device/setup (which seems like a much harder/less understood problem, and this is admittedly way over my head). I heard...

I just found your [somewhat recent paper](https://doi.org/10.1109/NER49283.2021.9441279) on Riemannian Transfer Learning @sylvchev, very nice! Will come in handy for my [MSc thesis](https://github.com/ErikBjare/thesis) writing :)

I'm interested in this too, looks like one can use something like skorch: https://github.com/skorch-dev/skorch

I've reproduced (on accident), no clue what's going on.

@lundibundi Yes if you've watched a Twitch stream then the web watcher will probably have logged `audible: true` which could be used to indicate that you were indeed not AFK...

@lundibundi Yes that would be correct, my preferred solution would be to add a `period_union` transform that takes two sets of events and returns the union of their timeperiods. We'd...