Visual Asset Strategic Tools. Capture Building Information for Building Life Management. Open Source/Low Cost Technology Solutions for you to control your buildings
I am writing a post on translating the first eBook into Chinese and so started to use the auto-generated English Subtitles from the YouTube Shorts videos and downloaded the timed captions text in .sbv format, that I pasted into a Google Spreadsheet and used formula =GoogleTranslate (Text, Source language, Destination language) and setup a to
I’ve been having problems with trying to setup accounts from the email server I’ve setup on my Contabo VPS. So I haven’t been using them recently. Its been a bit annoying as they are handy for when sites do not want a public email like gmail or hotmail, so you set one up from your
This is a productivity tool similar to QAP (Quick Access Popup) and you can trigger a pop-up menu with a hotkey or a mouse gesture. There is an editor where you can put a list of things like files/folders/URL’s etc , the nice thing is there is a little memo pop-up as well. I found
This program’s website seems to be defunct. So I think its not on sale anymore. A shame as its a pretty smart & versatile program and has its own scripting language for some tasks. It is basically a clipboard where you can save items for use later and do things with the items that you
I saw the following video and was interested in the FreeFileSync tool for syncing between my bedroom PC & main PC for AHK Working directory. I’m always updating them to the NAS so that I’ve got the most current files. This has an appeal in that it doesn’t suddenly start doing a backup just when
I think I have an idea that may be worth selling. So I need to develop a course around it . I’ve decided to use Notion to write up the structure of the course and am considering looking to use Udemy to host the course. The course was submitted to Udemy for review & approval
I typed in tutorial for AppGyver and this one popped up. As Glideapps are looking to use Airtable as a backend, and I have an Airtable account I thought I’d give it a crack. Creating Dataset in Airtables and calling it in AppGyver It uses rest api calls to Airtable to get the information, so
I had a quick test yesterday with AppGyver to try getting the web app built. I used the basic default app and went to Launch>Distribute tab> Configure and then ran the build. It came up with Status created but that just means that its processing it. Later I got an email saying that the web-app
I was revisiting no code apps and came across AppGyver which has a free platform that seems pretty open and also has a logic wire up process that seems different from other nocode app builders. If you get developer accounts you can put your apps up on iOS and google play , but apparently difficult
.DLL are dynamic library files, that can be read by multiple executables all at the same time, reducing overhead. So you could put all your functions in a .DLL file and call them from all your other scripts, thereby keeping all your functions in one place. this seems a good path to explore now that