Well, having resolved my second screen issues yesterday and worked for several hours without issue, I shut down my computer. This morning there's no second screen again. A really simple solution So, here's my really simple solution - hope it helps somebody out there. Pull out the cableget an old Apple Tvattach the screen to... Continue Reading →
MacOS Catalina – Second Screen Not Working
I know I am not the only person to have problems with the usbc - HDMI screen suddenly stop working and I thought I would never fix it today, but I have finally done it so thought I would share the technique - because it calls on a number of posts to resolve it. Uninstall... Continue Reading →
Creating a TiddlyWiki TiddlyMap
TiddlyMap allows us to create tiddlers and link them together graphically Install TiddlyWiki Go to https://tiddlywiki.com/ and click Download Emptyrename the downloaded empty.html to tiddlymap.htmlopen tiddlymap.html in Firefox (this is the most stable browser for tiddlywiki Install TiddlyMap navigate to http://tiddlymap.org/ in a separate browser (not a tab)search for installation drag the first link (TW5-TiddlyMap)... Continue Reading →
Add Markup to Our TiddlyWiki Page
This post follows on from add tasks to our TiddlyWiki page Create a new Tiddler create new tiddlerclick show preview Enter some text in the left box line breaks can be added by encapsulating our text inside three double quotes !!Title """ this is some text this is a new line """ alternatively you can... Continue Reading →
Add Tasks to our TiddlyWiki Page
Python multi-track We're really excited to tell you about our upcoming Python multi-track training course - a revolution in training, reference, documentation, and code Register Now https://www.youtube.com/watch?v=dg1KbpV2UNA&feature=youtu.be this post follows on from Create a simple TiddlyWiki Page Create some tasks create a task called Take out the garbageadd a tagname of Tasks Edit ToDo to... Continue Reading →
Create a Simple TiddlyWiki Page
In this post we are going to create a simple TiddlyWiki page with a Contents tab that contains a Journal and Tasks. Download TiddlyWiki https://tiddlywiki.com/Click Download Empty This downloads a single html file. rename this file to what you want to call itin this example I will rename it to notes.html Open the file in... Continue Reading →
Import Stackoverflow into Neo4j
Download the Stackoverflow Archives https://archive.org/details/stackexchangedownloadstackoverflow.com-Badges.7zstackoverflow.com-Comments.7zstackoverflow.com-PostHistory.7zstackoverflow.com-PostLinks.7zstackoverflow.com-Posts.7zstackoverflow.com-Tags.7zstackoverflow.com-Users.7zstackoverflow.com-Votes.7z Install p7zip brew install p7zip Unzip the Posts, Users and Tags 7za -y -oextracted x *Users.7z7za -y -oextracted x *Tags.7z7za -y -oextracted x *Posts.7z Review the Extracted XML files Users.xml - 3.53GBTags.xml - 5MBPosts.xml - 74GB Clone stackoverflow-neo4j git clone https://github.com/mdamien/stackoverflow-neo4j Install Python brew install python3sudo pip3 install xmltodict Extract... Continue Reading →