Stephen Bussey - What is a GenServer? GenServer is one of the most common tools in the Elixir toolbag. I’ve written in the past about why you don’t need to know about GenServers to get started with Elixir. However, you will inevitably hit the point where you want (or need) them. This post wil...
One-piece Cody The one-piece Cody was designed by Ton Vinken, as a way to construct a Cody kite out of a single piece of material. The one-piece Cody kite is in many senses similar to the traditional Cody. However, it differs in the upper planes of the front and back an...
Ruby HTTP server from the ground up Getting something to work quickly is important when you are starting out, but if you want to become better at programming it's import...
finding the most recurring topics on Hacker News My interest in finding recurring topics in Hacker News comments was inspired by this thread . The corpus for this search would be the comme...
Constant-Time Big Numbers: An Introduction - Read more: https://cronokirby.com/posts/2021/04/constant-time-big-numbers-introduction/
(NEW VERSION!) SquashBall MK3s/MK3s+ Vibration Damper V3.0 by Rui Carmo | Download free STL model | PrusaPrinters Brand new version of my SquashBall Vibration Damper, lots of upgrades! Why V3.0? well V2.0 wasn't so good :P | Download free 3D printable STL models
R-Trees with Postgres R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles or polygons. Luckily the Postgres database enables us to make use of this data-structure via ge...
Using CSS to Enforce Accessibility The CSS3 logo as a head atop a torso with its arms folded across its chest. I am a big proponent of the First Rule of ARIA (don’t use ARIA). But ARIA brings a lot to the table that HTML does not, such as complex widgets and state information that…
Abandoning GitHub I do not agree with GitHub's unauthorized and unlicensed use of copyrighted source code as training data for their ML-powered GitHub Copilot product. This product injects source code derived from copyrighted sources into the software of their customer...
Blazor Flash Cards - State Management with Fluxor I'm a massive fan of the Redux pattern. One thing, though, it adds extra boilerplate code and may look overwhelming at first. But you get used to it and start to appreciate the power of it once your application grows to be a giant where state management b...
What is the FASTEST Computer Language? 45 Languages Tested! HD Episode 01: Retired Microsoft engineer Dave Plummer takes you on a guided tour of 45 different computer languages and drag races each against one another ...
Developing and Deploying Azure Functions with GitHub Codespaces This article will discuss about developing and deploying Azure Functions with GitHub Codespaces. Codespaces sets up a cloud-hosted, containerized, and customizable VS Code environment.
Norway 4K - Scenic Relaxation Film with Calming Music Norway is one of the most scenic countries in the world. Enjoy this 4K relaxation film across the Norway's most beautiful regions. From the endless Fjords to the stunning Lofoten Islands, Norway's landscapes have so much to offer. Special to Simon Braec...
ValueHall Picking Lock Kit with 28 Piece Set Tools and 2 Transparent Practice AU | eBay 2 Transparent Padlock with 4 keys (Every padlock has 2 keys), 20 high-quality lock picks, 4 Tension Wrench, and all tools are in one leather zipper case. Visible crystal cutaway practice lock allows you can see clearly what you are doing and how the pins.
Mise-en-Place for Knowledge Workers: 6 Practices for Working Clean - Forte Labs Knowledge work is unique among skilled professions in that we lack a culture of systematic improvement. Other skilled trades – from carpenters to welders to nurses to pilots – have been around long enough and are repeatable enough that the best practices ...
Adding Predictive IntelliSense to my Windows Terminal PowerShell Prompt with PSReadline I've long said You should be customizing your PowerShell Prompt with ...