|
This post derives the exact analytical bias-correction factor for MAD with $n = 2$. Pragmastat recommends Spread — the Shamos estimator — as a more efficient robust scale estimator that avoids these corrections altogether. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat I already covered the topic of the unbiased median deviation based on the traditional sample median..
|
|
Discover the LIFT principle and why you should apply it to better organize data, information and knowledge
|
|
Admission controllers intercept API requests before they pass to the API server and can prohibit or modify them. This applies to most types of Kubernetes requests.
|
|
Maps (not cartography but the data store) are a powerful tool for storing and accessing data in memory. In Oracle PL/SQL they are available too under the name Associative Arrays.
|
|
I have been working with AWS API Gateway and Lambda using Go a lot recently. One of the more annoying things about API Gateway and Lambda is the inability to run things locally. As a result I tend to write a lot of unit tests to compensate. This works up till you start doing things like SQL queries as mocking away the database is a less than ideal situation if you are working with raw SQL, which I tend to do since I don’t like most ORM’s. T..
|
|
Floral foam 🌼, elephants 🐘 and evil mayors 😈: the useful HyperLogLog algorithm explained as if you were 10 years old!
|
|
Plain Org v1.4 is now available on the App Store . I was on a long flight recently 🦘, so I gave list and checkbox editing a little love. There's a couple of other minor improvements included. If you haven't heard of Plain Org , it gives you access to org files on iPhone while away from your beloved Emacs . I love org markup, but we (iPhone + org users) are a fairly niche bunch. If you're finding Plain Org useful, please help su....
|
|
Brahma is a Hugo static site generator theme. The goal of the theme is to accomodate my blogging needs and to provide a platform to share my work and thoughts. It is build to be fast, simple and accessible. Technologies used HTML5 Tailwind CSS Hugo Design decisions Build for the long term. Aesthetics over over-engineering. Functionality over aesthetics Avoid unnecessary dependencies. Lighthouse scores are just the start. Maximum perform....
|
|
This is more than a mildly embarrassing post to have to write but it is an interesting example of how habits can bite you hard – so, so hard. I recently wanted to start on an application and actually be current on everything: Rails, Bootstrap, etc. I have long admitted to having issues with respect to "modern" web development (specifically JavaScript / the asset pipeline) and I'm mildly starting to deal with those issues. I began with a..
|
|
Our own Steve Kinman and Adrian Guevara discussed the challenges hyper growth organizations face in implementing code security. During the discussion, Guevara described WillowTree’s security best practices and how he selected the right developer tool.
|
|
Six things I wish I would've known when I started working with Istio
-
www.patrickdap.com
-
4 years ago
-
spa
Service meshes and networking in Kubernetes have their tricks! Working with service meshes is really an interesting concept and sells you the benefits of, well, the service mesh itself, mutual TLS, end-to-end encryption, and more. Unfortunately though, not everything is as straightforward as you might think. In fact, Istio's own documentation page has a full section dedicated to "common issues". These issues are not so evident if you come..
|
|
Test 1 stateDiagram-v2 State1: The state with a note note right of State1 Important information! You can write notes. end note State1 --> State2 note left of State2 : This is the note to the left. Test 2 graph TD; A-->B; A-->C; B-->D; C-->D; Test 3 - sequence diagram Test 4 - lol2 shortcode sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight agai..
|
|
Type-Safe ORM With Prisma Client & Real Python at PyCon US 2022
-
realpython.com
-
4 years ago
-
eng
Are you using an Object-Relational Mapper (ORM) for your Python projects? What if it could work with SQL or No-SQL databases and be fully type-safe? This week on the show, Robert Craigie talks about Prisma Client Python.
|
|
In honor of Earth Day and in celebration of our growing community of Snykers, Snyk will be planting a tree for each new Snyker hired in 2022.
|
|
I've been pondering about minimalism, and trying to implement it into my life for quite some time. However, the idea proved itself to be elusive due to various reasons. While this elusiveness can be partly attributed to the nature of the beast, other parts can be attributed to me. The idea minimalism puts forward is an enticing one, which can be simplified as "having no excess, but what you need", which brings many promises and possible o....
|
|
I've been pondering about minimalism, and trying to implement it into my life for quite some time. However, the idea proved itself to be elusive due to various reasons. While this elusiveness can be partly attributed to the nature of the beast, other parts can be attributed to me. The idea minimalism puts forward is an enticing one, which can be simplified as "having no excess, but what you need", which brings many promises and possible o....
|
|
A discussion of best practices for securing PHP Laravel, including framework configuration, preventing SQL injection attacks, managing cookies and sessions management.
|
|
Perhaps it is me but I've found that homebrew seems to give more errors and take longer than it used it. I just got hit with this error: /usr/local/opt/postgresql/bin/postgres -v dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.69.dylib Referenced from: /usr/local/opt/postgresql/bin/postgres Reason: image not found Digging into the OSX postgres log here: tail -n 100 /usr/local/var/log/postgresql.log helped bu....
|
|
With my third booster shot out of the way I’ve felt a bit safer finally going out into the world a bit more and actually experimenting with different work locations. One of the things I love about remote work is being able to work from anywhere, but throughout the pandemic it was impossible to explore this possibility because it simply wasn’t safe to do anything but stay at home.
|
|
This article will teach you how to safely use Python’s built-in pickle library to maintain persistence within complex data structures.
|
|
Jet Limo NYC is a premier limousine service in New York City offering full-service limo and party bus rentals. Our primary service areas are the five boroughs of New York City – the Bronx, Brooklyn, Manhattan, Queens, and Staten Island. Whether you are looking for a corporate limousine or a party bus for a NYC sightseeing tour, we have it all. You can book a limo for occasions like a birthday party, prom, bachelor party, etc
|
|
OPNsense is an open source, easy-to-use and easy-to-build FreeBSD based firewall and routing platform. It’s gaining in popularity against PfSense.
|
I had a little too much fun explaining how the Kubernetes horizontal pod autoscaler worked this week. Click the gif for the video.
|
|
Learn how the rule maintenance features of Snyk Code help developers and security professionals protect their application.
|
|
In this post, I combine ideas from two of my previous posts: Trimmed Harrell-Davis quantile estimator : quantile estimator that provides an optimal trade-off between statistical efficiency and robustness Weighted quantile estimators : a general scheme that allows building weighted quantile estimators. Could be used for quantile exponential smoothing and dispersion exponential smoothing . Thus, we are going to build a weighted versi..
|
|
I’m a backend developer who worked extensively writing code in Golang before joining SoundCloud. SoundCloud mostly uses Scala for its…
|
|
In this post, I combine ideas from two of my previous posts: Trimmed Harrell-Davis quantile estimator : quantile estimator that provides an optimal trade-off between statistical efficiency and robustness Weighted quantile estimators : a general scheme that allows building weighted quantile estimators. Could be used for quantile exponential smoothing and dispersion exponential smoothing . Thus, we are going to build a weighted versi..
|
|
Introduction In the first two posts, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the Ardan blockchain project. Digital accounts with electronic signatures and verification Transaction distribution and synchronization between computers Redundant storage and consensus by different computers Detection of any fraud to past transactions The first post f..
|
|
I find myself telling people that they will have to pry org-mode from my cold dead hands. Which befuddles me. Why, as an ingrate software nerd who has soured on software technology — talk about biting the hand that feeds — do I evince such strong sentiment about a software program?!
|
|
I’m a backend developer who worked extensively writing code in Golang before joining SoundCloud. SoundCloud mostly uses Scala for its…
|
|
In the second part of my website redesign, I think a bit about technology choices and design, and then end up stopping abruptly for a year and half
|
|
Hello! It’s been an eventful few weeks months: the job has been quit, the truck has been sold, the California has been left, and the new venture has been started (full-time!). Selling the truck is probably the biggest and most blog-relevant event. Even though I’d already announced my plans to sell it, having legitimately sold it still feels different . One of those things that doesn’t really register until it’s actually happened...
|