I am still a circus performer first, and the best juggler in Durban (that’s not saying much, but I will own the title nonetheless…)
Here is my latest achievement: Finally I am running 7 balls consistently. Video:
I am still a circus performer first, and the best juggler in Durban (that’s not saying much, but I will own the title nonetheless…)
Here is my latest achievement: Finally I am running 7 balls consistently. Video:
Having no form of income can really help concentrate the mind. I have done so much in the last few months. Here is my new online shop. Soon to be filled with a mix of my favourite electronics, and magic tricks.
Google Play Store is the portal through which all successful Android Apps have to travel, in order to reach their audience. The last two Apps I tried to upload there were refused, one on the valid grounds of being just a web view. The other, most recently was mistaken by what I can only imagine is an AI to be an Augmented Reality App.
Here is the offending app. Apparently I need to notify people about the confusion that augmented reality can cause. Is this Augmented Reality?
Well try the app out for yourself and see: https://circusscientist.com/SwipeCard.apk
I have changed the age limit to over 18, hopefully this will get my app accepted. Otherwise the only recourse is sending an email to request a review (probably from a bot)
This is just a quick post to note what worked for me. I found loads of tutorials online but none of them had the full story.
Essentially I had to change my database password. Here is what I did:
Assuming you have ssh access to your DigitalOcean Ubuntu droplet:
Fictional Database Name: wordpressDB
Fictional WordPress User Name: wpUser
Fictional Password: 12345
Open your wordpress wp-config.php (usually located at /var/www/html) and change the password, and make a note of the database name and user.
nano /var/www/html/wp-config.php
define( 'DB_PASSWORD', '12345' );
Now change the mySql database details:
mysql -u root -p
use wordpressDB;
UPDATE wp_users SET user_pass = MD5('12345') WHERE ID=1 LIMIT 1;
grant all on wordpressDB.* to 'wpUser'@'localhost' identified by '12345';
flush privileges;
exit;
Anyway that’s what worked for me, hope it helps someone at some point (probably me, in the future). Generally WordPress is pretty stable, this is the first time I encountered this problem.
A friend who is a graphic artist contacted me, he has a client who is looking for some complex animation of legal transaction history, to illustrate corrupt dealings I imagine.
Anyway, here is the work I’ve done so far.
Hypothetical scenario: There are some terrible things going on at Google, FaceBook and Monsanto. Not to mention the USA, what are they doing with their finances? Check out the attached video to find out!
Think I am going to get the gig? At this point I am enjoying creating this program enough not to care.
For those who are interested, the data comes from .csv files – transactions and accounts. Also there are different types of transactions, indicated by a different coloured line. Still a lot to do, but I’m quite proud of this one.
Here is a tip guys, don’t rely on those big third party services for your livelihood. Due to circumstances beyond my control (coronavirus) my family business has been forced to sink or swim online. We have been doing a ton of marketing, on FaceBook, Instagram, YouTube and the like. Now some bot at FB has flagged my company for “Unusual Activity” and removed my page and also suspended my account.
I’m pretty sure that asking for donations from our followers was the root cause of all this. Whether or not we get back online doesn’t matter, the damage is done. All the links that bounce will reduce our potential to survive the financial squeeze.
All because we used a big, free service, and thought that it was “ours”
Well that is a lesson I won’t need to learn twice. Or at least three times, having already been burned by Google constantly shutting down or ‘upgrading’ services.
UPDATE: Facebook re-instated my account and our business page, no reason given. We removed the reference to paypal payment link, for video show bookings, maybe that was what it was?
In case you missed the last post, the Corvid-19 epidemic has reduced my income to zero. This is what I am doing to survive.
My wife and business partner came up with the idea, and did a whole load of FaceBook, Instagram and email marketing, so all of a sudden we had bookings, quite a lot of them. Right now I still have to do 4 more personalised kids show video’s by the end of tomorrow.
This is great, they are only R200 each, about $11 US, but everything counts at the moment. The problem is that each video is 30 minutes long, and on my dual core celeron laptop that equates to 3 hours of rendering each if you want HD.
So I have google. I have used Kdenlive before which amazingly turns out to be a front end to a command line video editor, “melt“, who knew!
Now each new video takes about 20 minutes to do, instead of 3-4 hours previously. I am hoping to streamline this even more. I guess if I really needed to I could cobble together a system where all I have to do is say the recipient’s name and their video is generated automatically. Of course that would defeat the purpose of a “personal” video. I really do like to feel like I am giving attention to each order.
Why not order your own video for the kids? Email info@bigtop.co.za to book your personalised show!
*Update: our President just announced an extra two weeks of lockdown for everyone.
My whole country is in lockdown right now. As a professional circus performer I am particularly affected by the order to stay at home…
As of writing this post, my last paying function, a small birthday party show, was a week and a half ago. I initially started uploading some crazy stuff to YouTube in the hopes that somebody might notice and donate to my family:
Then my wife had a great idea, why not offer an online show. Skype or Whatsapp video is a bit unreliable, so we came up with the idea of a custom, personalised video for parties, available as an mp4 download. Here is the trailer for our offering:
We have already received some enquiries about this video, here’s hoping enough people want one to make a difference to our financial situation here. I am charging $11 (US) for the full 20-25 min custom show video which will be available as a private download from my server (DigitalOcean of course)
If you are interested in booking the show, please check out https://bigtop.co.za for more details.
Finally, I uploaded an entire show I did for an audience of one (my son) last week. For all the kids who are bored at home:
I am going to continue making video’s and practising for the duration of the lockdown here, as well as working on my new CoronavirusSA tracking android app and other projects.
What are you doing to keep busy in these trying times?
tomjuggler at gmail dot com to get in touch
Remember, stay safe and wash hands people!
At home we have a bunch of old Android devices and laptops. The laptops all have some version of Linux running on them by now, but so far I have only had limited use for the oldest Android devices. I have an old S3 mini for example which has a great screen, but unfortunately LineageOS (the Android Upgrade) latest version available is Nougat, and that runs rather slowly. Besides, I already have two Android devices working with later versions.
PostmarketOS is a fairly new project with the goal of porting Alpine Linux (really small) with mainline kernel to ALL Android devices. Also you can run all types of UI on top of postmarketOS for example Plasma Mobile. I just wanted to see if I could have a device with WiFi which I could use to run some Bash scripts, c programs and possibly Python.
Here is how it works:
So here it is then: Mate desktop running on postmarketOS in my S3 mini. (not mainline kernel though):
So far I have not been able to get WiFi working, or Bluetooth, however there is an option to share the laptop internet via USB, so I can still install programs. I installed gcc and compiled and ran a c program, and of course a shell script. This is really a great project and worth checking out if you have an old phone or two lying around.
It’s been a while since I was so excited about a project. After much struggle (to do with a very hot voltage regulator) I have come up with a working circuit for the hosepipe tap trigger.
I was hoping to power the whole thing from 12 volts but the voltage regulator was getting a bit hot, and my main directive for this whole project is to not spend any money (otherwise I would have a relay shield like this one instead of the bare 5v relay which I had to trigger with a transistor)…
The other exciting thing was the Android app. I decided to create a stand-alone app which recognizes monkeys to put on the play store. Right now it plays a loud siren sound when a monkey – or baboon – is detected. I can’t even count how many times it would have been useful to have a simple alert which would warn me about vervets attempting to break in on the other side of the house.
Don’t get me wrong, I love the monkeys. They are really interesting to watch, their kids play in our yard, they do tight-rope on the telephone wires, and the troupes have all-out warfare sometimes on the road. The other day we found out that our neighbor’s dog has a pact with the monkeys: they open the bin for him and he helps them eat the contents. Just some monkeys and a dog getting along just fine!
So the Android app is pending review, it’s called Monkey Detector, I will add a link to it when available. My third play store app!
Update: Monkey Detector on Google Play Store – unfortunately some devices are having a problem where the app isn’t playing the alert sound. I am looking into this (it works on my phone…)