-
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
Internet of things
Now is a truly amazing time to be involved with computers and computing in general. With the networking moving from computers to smart phones to everything else we might finally see some pretty smart houses of the future today. So … Continue reading
Posted in programming
Comments Off on Internet of things
A binary converter
I’m a hobbyist programmer and I program mainly in python, but am learning Ruby,which is similar to python. In this post I’m going to show you a simple python program: Can you guess what this does? If you guessed that … Continue reading
WoW = World of warcraft part 1
hi now i would like to talk about World of Warcraft.I personally also play world of Warcraft i am a Hunter. He´s a dps = damage per second there are also tanks. If you´re in a dungeon always stay behind … Continue reading
Posted in Gaming, programming
3 Comments
Chasing the little green lock
I wanted for the longest time to both convert this blog from http to https. Computers are ever more powerful and my site is pretty simple – it should not have been a big deal. Not only that but with the … Continue reading
Posted in programming, security
Tagged best practices, linux, wordpress
Comments Off on Chasing the little green lock
ripping compact discs to audio files
Perhaps it is not necessary for another article about how to convert cd’s to a format that can be used on our mp3 or ogg music players. I have used k3b program for extracting ogg files in the past. I … Continue reading
software development the easy way …
Is there really an easy way for software development? Over time there has been an increasing number of different attempts at providing the silver bullet to faster better development. The solutions have ranged from the tools such as adding syntax … Continue reading
Posted in programming
Comments Off on software development the easy way …
Simplicity in development or syntactic sugar
Computing is a pretty big field so it is not always possible to stay on top of every little (or big) framework or enhancement that comes down the line. I am happy to be involved in software development so I … Continue reading
using docker
Although docker does have quite a few command options a small subset is all you need for general usage. The number of individual tasks you need is limited the following. download an image run the image remove the image build … Continue reading
lightweight virtualization – docker
Virtual machines can allow you better utilize the resources or make it possible to run multiple incompatible versions of the same software or even different operating systems. Virtual machines sound like the perfect solution, instead of a server that runs … Continue reading
Posted in programming
Tagged docker, virtual computing
Comments Off on lightweight virtualization – docker
coding like it is 1996
It is a sad fact but I don’t always get to pick the tools I use at work. Just today I felt like my colleague and I woke up in 1996 – back when java 1.6 was released. The client … Continue reading