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
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 show all current Tasks edit the ToDo tiddler with the following code <$list filter="[tag[task]]"> <$view field="title"/> </$list> now we want to filter the task list to filter... 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 →
Neo4j – Integrate Graphileon
Create a Neo4j Graph complete the steps in Neo4j - First Stepsleave your GraphDB instance running Determine the Connection Credentials Enter :server status into the URL Box of Neo4j Desktop Enter :server status into the URL Box of Neo4j Desktop Install Graphileon Download Graphileon from https://graphileon.comInstall GraphileonRun Graphileon Configure Graphileon enter all the connection properties... Continue Reading →
Neo4j – First Steps
Install and Run Neo4j Desktop https://neo4j.com/download/ https://neo4j.com/download/ Download Neo4j Desktop (https://neo4j.com/download/)install the downloaded filerun the Neo4j Desktop app Create your First Project Add a Graph Click Add Graphclick Create a Local GraphName your GraphSet a PasswordClick Create Start your Graph Click Start Launch the Neo4j Browser Click Neo4j Browser Create your first Nodes always work... Continue Reading →