1 May, 2023

Will ChatGPT replace coding?
By: Matthew Jackson

Most people will say no, there will simply be more coders and projects. This is wrong. AI having the ability to write code will mean that eventually it will not be prone to many mistakes and that there will be highly skilled jobs perhaps to oversee AI projects, but keep in mind people will write AI to create tests to make sure the code does what it should.

Why do test cases matter? Well imagine the AI knows it did something wrong, it could continually try, perhaps after the 100th attempt a...

Tags: AI

Read More
2 August, 2021

Encrypting and decrypting large data using Java and RSA
By: Matthew Jackson

Encrypting large data using Java and RSA is not a lot different to encrypting small data, as long as you know the basics. Our goal is to encrypt a String of arbitrary length, send it over the Internet and decrypt it again on the other end. We will not discuss key exchange here since that is a rather trivial task. What we need first is a KeyPair. Where you get it from does not matter in the end – Here we will create one on the fly.

KeyPairGenerator kpg =...

Tags: Java

Read More
18 August, 2020

Is Meteor Dying?
By: Matthew Jackson

It is definitely difficult because every year people ask whether meteor is dying. So eventually it might just happen, but meteor keeps up with its heart beat.

Meteor is quite different from other frameworks like Express/FeathersJS etc... They tend to be more like Libraries, whereas Meteor is a full Framework, all the decisions made, packed and working for you.

Meteor is no longer as simple or as powerful. They allow you to mix and match and are becoming more of a library, but without the...

Tags: Meteor, node, meteorjs

Read More
8 August, 2017

IPhone Single App vs Guided Access
By: Matthew Jackson

Both Single App and Guided Access can appear as a kiosk.

Guided Access:

Pros Cons

Easy to setup. Simply click in settings and triple click Home Button to start.

Restarting phone will cancel guided access.
Can easily change or adjust the app. Password can be guessed.
Doesn't need external computer to setup.  

Single App:

...
Pros Cons

Applications exist to make it easier to go through all of the

Tags: mobile

Read More
1 2 3 4 5 6 7