-
Recent Posts
Categories
Archives
- July 2023
- April 2023
- March 2023
- February 2023
- January 2023
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
Meta
Tags
- arduino
- aws
- best practices
- boot
- booting from grub
- c / c+
- cloud computing
- DIY
- docker
- dos
- encryption
- FOP
- grub
- hardware
- howto
- humor
- java
- linux
- load testing
- medicine
- oldschool
- online shopping
- open source
- paranoid
- pcbuilding
- performance testing
- political activism
- politicians
- programming
- review
- scripting
- security
- soapbox
- strangelaws
- surveillance
- tinfoil hat
- UK
- vaccine
- virtual computing
- virus
- web services
- websphere
- windows
- wordpress
- XSL-FO
Category Archives: programming
Security for the security conscious
A couple of years ago I happened to see an article about a secure cell phone. This seemed to be quite impossible considering phones can be simply be listened in with the correct equipment (frequency counter and scanner). This is … Continue reading
Posted in programming
Comments Off on Security for the security conscious
Capitalism and technology
Technology can be really empowering or perhaps a bit oppressive, it really depends on which side of the change you land. I can hardly imagine asking the telephone operator to connect me to a specific person in a different city. … Continue reading
Posted in programming
Comments Off on Capitalism and technology
Windows and networking
I don’t know how many decades it has been since someone plugged a ethernet cable into their computer and it really didn’t work right. [Router] | [Router] [Patch Panel] | | [Switch] [Switch] ┌————|———– ┌——|———– | | | | | … Continue reading
Posted in programming
Comments Off on Windows and networking
Does a functioning system make you dumb
I have been using Linux for quite a few years, nothing all that cutting edge, but dealing with all of the normal types of issues that come with it while doing daily tasks. Normally it work just fine but occasionally … Continue reading
Posted in programming
Comments Off on Does a functioning system make you dumb
New technology, new problems
I can barely remember the television when I was a child. It wasn’t too smart but it had color and the channel dial supported 11 channels. Not really sure why as there was only 4,5,9 and 11, oh and that … Continue reading
Posted in programming
Comments Off on New technology, new problems
Terraform tutorial part 3
Infrastructure is not only virtual machines or load balancers but also the virtual private cloud that allows everything to communicate with each other. What is also quite convenient is that it can be defined in Terraform and AWS with only … Continue reading
Posted in programming
Comments Off on Terraform tutorial part 3
Terraform tutorial part 2
When running the terraform init command it will store the current state locally in files. This is pretty convenient but if that file is stored on your workstation that makes it impossible to share the build process between multiple developers. … Continue reading
Posted in programming, Setup From Scratch
Comments Off on Terraform tutorial part 2
Stone age to cloud age
Back in the day when you needed a computer or a technical infrastructure you needed some money and you had to go and purchase actual computer equipment. With the wonders of the cloud technology it is possible to connect to … Continue reading
Posted in programming
Comments Off on Stone age to cloud age
Electronic system ESTA
National security is important, you don’t want to let sketchy people into your country. This is somewhat easy to determine for people applying for permanent visas. They have to provide a lot of information and the number of applicants are … Continue reading
Posted in programming
Comments Off on Electronic system ESTA
REST services – High tech easier than ever before
A few years ago I was doing some fooling around with creating my own RESTful services server. Restful services in Java Simple server example Simple client example Client and Server 360 Degree of restful server 360 Degree of Restful client … Continue reading
Posted in programming
Comments Off on REST services – High tech easier than ever before