-
Recent Posts
Recent Comments
Archives
- March 2024
- January 2024
- November 2023
- June 2023
- May 2023
- April 2023
- March 2023
- November 2022
- September 2022
- August 2022
- May 2022
- April 2022
- February 2022
- January 2022
- November 2021
- October 2021
- July 2021
- April 2021
- December 2020
- September 2020
- August 2020
- May 2020
- January 2020
- December 2019
- October 2019
- December 2018
- September 2018
- July 2018
- April 2018
- March 2018
- February 2018
- January 2018
- September 2017
- August 2017
- July 2017
- December 2016
- November 2016
- September 2016
- May 2016
- April 2016
- March 2016
- October 2015
- September 2015
- August 2015
- March 2015
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- July 2013
- March 2013
- March 2012
- February 2012
- January 2012
- April 2011
- February 2011
- January 2011
- July 2010
- April 2010
- March 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
Author Archives: tim
Java Self Loathing
Oracle hates its own product so much (Java) that it actively discourages people from ever running it. This is apparent in the JNLP dialogs you get when starting an application for the first time. Can you spot the difference? Both … Continue reading
Posted in Software Engineering, Uncategorized
Comments Off on Java Self Loathing
RIP REST
2018 resolution: Say RIP to REST – aka “the year of RIP REST” The specific resolution – only use “REST” casually, as a synonym for “client-server” REST has had a pretty good run. The PhD dissertation was published in 2000. … Continue reading
Posted in Software Engineering
Comments Off on RIP REST
Vue.js carousel State Fair
This is the announcment page for Minnesota State Fair Space Tower. This was the “next level of difficulty” for Vue.js. It involved using vue-cli to create the webpack-simple basis for the project, then learning how to incorporate components into the … Continue reading
Posted in Software Project
Comments Off on Vue.js carousel State Fair
The future of AngularJS and Angular 2
It has been fun developing AngularJS applications. It was the first complete framework that was both a higher level of abstraction than jQuery and easy enough (not “easy”, per se) to learn and use. You can even play with my … Continue reading
Posted in Software Engineering
Comments Off on The future of AngularJS and Angular 2
Should REST and microservice APIs be Versioned?
This is a very lively topic. The starting point for these questions must be: in our world (enterprise grade computer science), what isn’t versioned? The answer to that is: everything is versioned. Therefore, the actual question splits into two parts: … Continue reading
Posted in Software Engineering
Comments Off on Should REST and microservice APIs be Versioned?
Is Spring RestTemplate Thread Safe
Is Spring RestTemplate Thread Safe? The only correct answer to this question is: No A quick look at the source (the link is tied to a specific version so the line number is always correct) on line 230 shows the … Continue reading
Posted in Software Engineering
Comments Off on Is Spring RestTemplate Thread Safe
Hadoop Terasort VirtualBox benchmarks
Setup: 3-node hadoop (hdp v2.6.1), installed via Ambari 2.5.1 and running in VirtualBox 5.1 on one physical machine. The terasort is traditionally run on 1 terabyte of random data (SIZE=10,000,000,000). In 2008, Yahoo! ran terasort on 1TB of data in … Continue reading
Posted in Storage
Comments Off on Hadoop Terasort VirtualBox benchmarks
Secret Share 1.4.3 on Maven Central
Secret Share in Java on Maven Central Just completed a release of the Secret Share in Java project to Maven Central. Search for it using search.maven.org. Or, go to SecretShare-1.4.3 directly. GroupId: com.tiemens ArtifactId: secretshare Version: 1.4.3 This release adds … Continue reading
Posted in Software Project
Comments Off on Secret Share 1.4.3 on Maven Central
Real World Debugging Exercise
Just completed the Real World Debugging Exercise. It is a static page on this site (just like the Lot Area Calculator).
Posted in Uncategorized
Comments Off on Real World Debugging Exercise
VirtualBox USB Flash for ZFS
To set up your USB Flash drives as pass-through in VirtualBox, here is what you can do. Next, plug in your flash drive and record its device. For me, it was /dev/sde. Look in /var/log/syslog, or dmesg output, for the … Continue reading
Posted in ZFS
Comments Off on VirtualBox USB Flash for ZFS