Visual Asset Strategic Tools. Capture Building Information for Building Life Management. Open Source/Low Cost Technology Solutions for you to control your buildings
I ‘m just resetting up my AutoHotKey(AHK) FastKeys (see previous post for activating on startup) when I wondered if you could use AHK’s with Revit. i found this old YT video that does some interesting activities within Revit from 2008. A bit of a fuzzy video but good to see a useful application. Also, fossiking
I was playing with Febooti Automation Workshop (community edition for personal use only) when setting up a new PC and had an issue about starting a AutoHotKey Script on startup and it didn’t allow for running a script. Automation Workshop & Task Scheduler I looked at what I had on my other PC and it
I just bought a HPE PROLIANT ML310e GEN 8 V2 SERVER on TradeMe for 458$. Unfortunately I bought it Christmas Eve so I’ll need to wait until early New Year before it arrives. It does not have any Hard Drives or Operating System, so this is going to be a learning project. The reason for
I was fossiking around the web and came across this article The Top Five Open Source Nocode Tools. On the site it had this chart, that I think is fantastic: I’ve been exploring this area of apps & programmes so its nice to have a reference of a lot of tools in the area. I’ve
I came across n8n.io as a Zapier alternative that is free if you load it onto your computer/server, or you can use their cloud service at https://www.n8n.cloud/, I’ll discuss this later. You can load it onto your own computer after loading Node.JS and I used VS Code terminal to run npm install n8n -g (
I was reading a BBC article on social isolation and came across 3 links about numbers that were quite interesting. One was The number glitch that can lead to catastrophe that talks about integer overflow and uses a lot of examples that were in an audiobook (Humble Pi by Matt Parker) on number errors that
I’m interested in maps and locations. I recently heard of the what3words as a method of finding locations where there were no postal street addresses and then started looking into the whole topic and found it quite fascinating. Google has PlusCodes. The idea of getting something delivered to you and also finding locations in areas
I’m listening to “Humble Pi” by Matt Parker about mathmatical & computational glitches and it mentions the Y2k38 bug. This is when a 32 bit processor will reach a binery count of 32 1’s and then reset to 32 0’s. 32 bit computers use Unix time, starting from 1 Jan 1970 as a start point
This is a vid on how to create Subtitles in different languages to add to your video. I watched another indie App developer video (Indie = independent) and he talked about localisation for his apps, and the fact that he’d translated the information into different languages, even though it was just with Google Translate, he
I have been watching this series by the Net Ninja. He does really comprehensive beginner tutorials and I was extremely impressed with his series on PWA’s. PWA’s can run offline by caching data in browser From what I can figure PWA’s are web pages that work offline by caching info in your browser- newer browsers