-
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
REST services – the Node JS simple server
NodeJS has actually encapsulated all of the hard work. A simple server that will wait for HTTP GET statements. This simple server program has a lot of functionality. It is an example of three different endpoints that can be called. … Continue reading
Posted in programming
Comments Off on REST services – the Node JS simple server
Raspberry Pi – fun with electronics
Internet of things devices are amazing. They are just really smart really tiny computers used in innovative ways. smart electric socket smart light bulbs doorbell camera video picture frames autonomous vacuum cleaner Amazon echo Sonos speakers Internet radios It is … Continue reading
Posted in programming
Comments Off on Raspberry Pi – fun with electronics
Hacking skills as determined by a politician
Words have meaning and it is a bit disturbing when you read an article or see a speech where they are being incorrectly used. The most recent example of this is how people use or refer to technology. When computers … Continue reading
Posted in programming, security
Tagged best practices
Comments Off on Hacking skills as determined by a politician
Voted off the island
I was frankly happy when the US presidential election was over. It was a long tiring process that took forever and once it was over it still wasn’t really over. Cries of “fake news” and “election fraud” were scary initially … Continue reading
Posted in allegedly, Covfefe, programming
Comments Off on Voted off the island
Happy Halloween 2020
It has been a pretty amazing year so far. We have seen presidential impeachment, Prince Harry and Meghan Markle announce they are stepping down, Kobe Bryant was killed in a helicopter crash, Explosion in Beruit, A 7.5-magnitude earthquake strikes the … Continue reading
Posted in programming
Comments Off on Happy Halloween 2020
Payday loans or modern day loansharking
I never thought about the sources of spam nor the types of spam until I started this blog. I must not have this site configured very well as I receive spam daily. I have tried to set things up to … Continue reading
Posted in programming
Comments Off on Payday loans or modern day loansharking
Artificially Intelligent or Creepy
I guess it happened a few years ago when I became a bit more cognizant that those helpful computers were a bit smarter than they first seemed. Perhaps smarter isn’t the right term, perhaps intrusive. The exact incident was when … Continue reading
Posted in programming
Comments Off on Artificially Intelligent or Creepy
Gatling and file variables
At the same time you might wish to replace some of the hard coded values (ie usernames and passwords) with variables as well. It is possible to create lists of values which will be used by Gatling. These feeder lists … Continue reading
Gatling and Scala
Gatling and the Scala that it uses has quite a bit in common with Java – in this case it is the virtual machine. The Scala code is compiled to byte code and is run on the same JVM that … Continue reading
Running a Gatling test script
If you create a test script using the recorder or even if you use your favorite editor the scala test code will need to be stored in the simulations directory (ie %gatling_home%\user-files\simulations). The gatling.bat script (ie %gatling_home%\bin) will look in … Continue reading