by David Boreham | Oct 21, 2024 | Programming, Uncategorized
Online education coding platforms such as CodeAcademy have existed for years but I’ve always found them to provide a rather artificial sandboxed environment that doesn’t easily translate to real world coding. Meanwhile a new category of sites that allow...
by David Boreham | Oct 16, 2024 | Uncategorized
Through a post on Hacker News, and via its cited article, I found myself transported back to the days when we wrote locking primitive implementations, tussling with the challenges of porting across many CPU architectures and operating systems. I worked on code like...
by David Boreham | Dec 1, 2023 | Performance
I noticed this talk by my former colleague (at Netscape and AOL) Jim Roskind, who now works at Amazon.com. He gives a great introduction to the phenomenon of congestion collapse in complex queueing systems. His examples include familiar scenarios such as busy...
by Thomas Lackey | Jan 22, 2021 | General, Uncategorized
Most of the time, adding a library or package as a dependency to a JavaScript project using yarn (or its ancestor npm) is as simple as typing yarn add the-pkg-i-want to get the latest version. But this article is not about that. This article...
by Bozemanpass Staff | Oct 5, 2018 | General
Big news for those of us who like to go off-piste with our cloud hosted machines: until now “value” cloud provider Digital Ocean only allowed machines to be created from their curated set of OS images (although with some trickery and effort you could...
by David Boreham | Jul 27, 2018 | Security
I noticed some amazing work published earlier this week by researches from EUROCOM, and to be presented at ACM CCS 2018. They were able to recover encryption keys from an IoT type SoC from noise leaked onto the chip’s Bluetooth radio’s RF output. This...
by Thomas Lackey | Mar 21, 2018 | Performance, Programming
In the early days of an application, deploying new features and functionality are at the top of the list. As the number of users grows and the traffic increases, other issues make their way to the forefront. Whether because of complaints from users, monitoring...
by Bozemanpass Staff | Feb 26, 2018 | Security
In our Cyber Security Consulting Practice we get deep into the authentication weeds helping clients ensure their authentication systems are up to date with the latest best practices. So it was with interest that we saw this recent post by Ian Maddox on that very...
by Bozemanpass Staff | Feb 2, 2018 | General
Bozeman Pass engineers were heavily involved with the development of what was once known as Netscape Directory Server, aka iPlanet Directory, aka SunDS, aka Fedora DS, and officially known today as 389 Directory Server. To save some typing and confusion we’ll...
by Bozemanpass Staff | Jan 18, 2018 | Performance
Navin Shenoy from Intel has published results for the performance affects seen after deploying their recent microcode mitigation measures for Spectre and Meltdown vulnerabilities. Unfortunately it seems from another Intel article that those microcode updates may not...
Recent Comments