inmysocks Of Doom, Naked KSC

@inmysocks
698 Followers
149 Following
13.5K Posts

Big dada engineer.

The coyote still revolves on the profile

http://ooktech.com

I made a robot called robbie!

Whatever pronouns for me.

Who is robbie?my robot
LanguagesEN/FR
PotatoPatahto
@maltimore the winter is dark and I want real sunlight, since I am not going to go on vacation somewhere sunny all winter I am doing the best I can.
I need to make myself some fake sunlight. It shouldn't be too terribly difficult aside from making it warm (also not really any UV, but that matters less to me). I don't know if they make UV or IR LEDs strong enough for that, but I imagine that having something invisible that could injure you just by being exposed isn't a good idea for indoor lighting.
I am really bad at scoping projects. My current thing has been at the edge of being done for a few months now.
The problems are getting smaller and smaller but there is alwasy something.
I am stuck in zenos paradox.
@sixohsix if anyone working on AI had read anything about philiosophy, particulaly about qualia and philosophical zombies, the world could be a much nicer place
@ekaitz_zarraga that setting should tell the browser how often to ask the node server for updates.

@ekaitz_zarraga I think that setting this is the best you can do without a more complex plugin. https://tiddlywiki.com/#Hidden%20Setting%3A%20Sync%20Polling%20Interval

make a tiddler called $:/config/SyncPollingInterval and put something like `000 in it and see how that goes.

TiddlyWiki v5.3.8

un carnet de notes web personnel et non linéaire

@ekaitz_zarraga yeah, the problem is that unless they have added something in the past few months there isn't a mechanism in the browser to receive the changes, the browser has to ask for changes from the server. I think there is a way to make that polling happen faster which may help with what you want. Let me look at the code a bit and see if I can find the settings to change
then there is probably somewhere in the Bob code that filters out files that aren't .tid or .meta files, but I am not sure. So that would have to be handled too.

The logic for the renaming and filtering starts in this function in the core https://github.com/TiddlyWiki/TiddlyWiki5/blob/c84de85ed23f73e4a9aa01c697978fb1b627e6b3/core/modules/utils/filesystem.js#L217 and it would need to somehow be integrated into the function here https://github.com/OokTech/TW5-Bob/blob/7db5712f96f3da209537df6e864807bda330577b/FileSystem/MultiWikiAdaptor.js#L126

But there have been many updates to the core that should be worked into Bob, this may be one of them. The way that the core filesystem adaptor works doesn't play well with how bob works so it may require a lot of tweaking.

@ekaitz_zarraga yeah, one of the problems I haven't worked out yet is that the filters to change file names don't work. I don't think it is a hard thing to fix but I don't think I am going to get to it any time soon.