Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Today marks five years since I started working at Íslandsbanki, and as of today, I have resigned my position with the company. Now five years is not a long time, yet much has happened since my first day at the office. I got hired into a newly formed team of experts, each with their own deep knowledge in respective niches, that was given the mandate to “shake things up” in the IT product space at the bank.

In this post, we explore finite-sample and asymptotic Gaussian efficiency values of the sample median and the Harrell-Davis median.


Highlights of last month - Enjoyed my time in NYC catching up with many people - Released some new features for Postcard - Got a new photo 🤔 Things worth sharing - Reading How to make great coffee ...

Highlights of last month - Enjoyed my time in NYC catching up with many people - Released some new features for Postcard - Got a new photo 🤔 Things worth sharing - Reading How to make great coffee ...


In this article, I will explain how I was able to protect my website from attackers and how you can too using Cloudflare WAF and rate limiting.


In this article, I will explain how I was able to protect my website from attackers and how you can too using Cloudflare WAF and rate limiting.


Learn how to easily create a software bill of materials (SBOM) for your Java applications in Maven and Gradle.

Here are the top five AWS misconfigurations you should be aware of to prevent potential security gaps in your infrastructure.

Earlier this month, Google re-branded its WebP2 repository to clarify that WebP 2 will not be released as an image format. . This week, Google deprecated Chromium’s off-by-default JPEG-XL support , citing a lack of interest and improvement over existing formats. Most commits to libjxl , the reference JPEG-XL implementation, are from “google.com” email addresses; I imagine that this decision could impact libjxl development. I doubt we’l..

So I have a client who wanted to reuse Woocommerce Product gallery functionality somewhere else on the page, but didn’t needed to set a Featured Image for each individual product. The culprit Because the Woocommerce code checks if your product has a post thumbnail set, it won’t display the gallery if that’s empty. https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/templates/single-product/product-thumbnails.php#L29 Th..

Learn about the top five Docker vulnerabilities or CVEs development teams should watch out for, and how to remediate them.

I was recently stuck in traffic (which is a rare occurrence given I work remotely) so I took the opportunity to observe my surroundings. The…





I like photographing birds. I take our dog for a walk, drink a coffee, then I often go to the yard to capture those feathered creatures. It’s a ritual to collect my thoughts and prepare for the day. There might be a few lessons there which are applicable for another parts of life (and work).



An upcoming release of OpenSSL, scheduled for November 1, 2022, addresses a critical security vulnerability. This post explains how to detect the vulnerability in your code and describes mitigation steps.

Hellraiser - connortumbleson.com - 3 years ago - eng
The remake of the 1987 Hellraiser movie came out in 2022. This time I recap all Hellraiser films from 1987 to now.

REST Assured is a Java-based library, one of the most popular libraries to test RESTful Web Services, and is used to perform testing and…

Pocketbase is an open-source application and alternative to Google Firebase. This is offering realtime database, authentication(including social), and file storage for your next web and mobile application. This article is about how to host the Pocketbase application server which usually runs at 8090 port with your existing application server. If you are using Linux and Apache based server, the following steps will help you to virtual host d..

Big Pine Lakes - rob.sh - 3 years ago - eng
We spent a few days in the High Sierra, off the grid, hiking the Big Pine Lakes trails. Highly recommended. I uploaded a gallery of some photography from that trip, including a few taken as we passed through Yosemite. The gallery can be found here . Lake 1: Big Pine Lakes Trail, High Sierra, CA.

Big Pine Lakes - rob.sh - 3 years ago - eng
We spent a few days in the High Sierra, off the grid, hiking the Big Pine Lakes trails. Highly recommended. I uploaded a gallery of some photography from that trip, including a few taken as we passed through Yosemite. The gallery can be found here . Lake 1: Big Pine Lakes Trail, High Sierra, CA.

Using BoringSSL - seirdy.one - 3 years ago - eng
Despite BoringSSL’s “not intended for general use” warning, it’s used by many projects: The “ring” rust crate’s crypto primitives (used by Rustls) Cloudflare: used everywhere, including Quiche. Apple’s Secure Transport (it’s in both major mobile OSes!) Optionally: Nginx, libcurl (Update 2023-04-24) Apple’s SwiftNIO SSL (Update 2023-04-24) AWS libcrypto is based on BoringSSL (Update 2023-05-26) the Envoy proxy uses BoringSSL ..

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Contributing to Open Source is important to the quality and maintainability of the software and engineering communities we rely on every day - so why is it that so many developers/engineers never participate?

Assuming we have transit encryption, the main result of Border Gateway Patrol (BGP) errors is mass downtime. Downtime for a typical service is a headache; downtime for a CA can be disastrous. BGP hijacking also enables certificate mis-issuance by messing with weak domain control validation. Route authorization is an important mitigation! That said: TLS is our last line of defense against BGP attacks that re-direct HTTPS requests. User..

I mostly programmed in Go the last few years. So every time I wanted an embedded key-value database, I reached for Cockroach's Pebble . Pebble is great for Go programming but Go does not embed well into other languages. Pebble was inspired by RocksDB (and its predecessor, LevelDB ). Both were written in C++ which can more easily be embedded into any language with a C foreign function interface. Pebble also has some interesting limitat....

These are things I always forget but need to be really comfortable working in a remote server. I try to be distro-agnostic when I can. Set up history options in .bashrc: HISTCONTROL = ignoreboth:erasedups HISTSIZE = 100000 HISTFILESIZE = 100000 shopt -s histappend shopt -s checkwinsize PROMPT_COMMAND = " history -a; history -c; history -r; $PROMPT_COMMAND " case " $TERM " in xterm-color |* -256c....

79 visitors online