Blog Archives

Crawling for cyber zama-zamas

Wow So, this post has everything. Crypto-currency. High-speed internet chases. Adventure. Excitement. Government negligence. Life lessons. Spiders. Morphing websites. Inside jobs. Ohhh boy. Crypto-mining: it’s like modern alchemy, turning electricity into gold. Tiny tiny tiny pieces of gold. The uber-summary

Tagged with: , , , , ,
Posted in Front-end, Java, Javascript, Security, Technology

NPM in a corporate world

Spoilers: this article makes an incredibly basic clone of an NPM repo, with just the dependencies required for the job required of NPM, then makes it available for developers to run an npm install  on. The Problem It seems like every

Tagged with: , , , , , , , ,
Posted in Front-end, Javascript, Technology

Finding the getters slowing my JSF page

Introduction Ever find that some of your JSF pages have suddenly slowed down? Like browsing through sludge? A getter that’s doing somewhat more than it should be is a fairly likely cause, especially given JSF’s tendency to call getters more

Tagged with: , , ,
Posted in Front-end, Java