A data-driven argument for why Artsakh must be independent — examining historical claims, demographic evidence, and the indisputable pattern of ethnic violence.
|
|
ARM-based systems are increasingly popular amongst developers, for edge and IoT use cases as well as some server uses with the likes of the AWS Graviton Amazon EC2 instances. Docker provides an increasingly flexible toolset for building container images for multiple architectures. But how do you know those images are secure?
|
|
Introduction In my day to day work, the software I write and architect consists of the standard stateless request & response web server kind…
|
|
One of the most important books I’ve ever read. It has completely changed my relationship with sleep, and made me fall in love…
|
DEF CON movie night returns 10/3 with another public domain jewel—1950 meta-noir ‘ D.O.A ’. Decades ahead of its time, DOA subverts the hardened gumshoe genre by forcing the protagonist to solve his own poisoning before he dies. It’s truly one of the greats—don't sleep on this one. Join us at 8pm PDT (GMT-7) in discord.gg/defcon in movie-night-text and movie-night-voice. BYO Good-n-Plenty.
|
|
Seven stories tracing Turkey's path from secular reforms to neo-Ottoman ambitions — examining crimes unpunished, allies betrayed, and the dangerous pattern repeating today.
|
Seven stories tracing Turkey's path from secular reforms to neo-Ottoman ambitions — examining crimes unpunished, allies betrayed, and the dangerous pattern repeating today.
|
|
Everyone is all on fire about SRE. But what is it really? It’s as easy as 1-2-3 if you boil it down to the basics.
|
|
Everyone is all on fire about SRE. But what is it really? It’s as easy as 1-2-3 if you boil it down to the basics.
|
|
It gives us great pleasure to announce the release of the solutions that’ll help you scale your use of projects within Snyk effectively: Project Attributes and Project Tags.
|
|
We’re pleased to announce the release of our advanced, developer-first project management capabilities, helping organizations manage application security at scale!
|
Bullshit Job : not what you think David Graeber has turned what would have happily stayed a colourful expression of our daily lives into an actual concept. In his book Bullshit Jobs - A Theory published fairly recently in 2018, he expands on the concept : A bullshit job is one that even the person doing it secretly believes need not, or should not, exist. That if the job, or even the whole industry, were to vanish, either it would make no ..
|
|
TL/DR: I wrote a fast literal string matching library in Go get it here https://github.com/boyter/go-string/ Recently I rebuilt searchcode in Go, as mentioned . While there was a variety of reasons for this one was that performance in the previous Python version was not great. Please note this was mostly due to my own shortcomings and not the language itself. However I have always used searchcode as a test bed for interesting prob..
|
Many crypto savvy users have probably heard the term "outputs" before, but not everyone understands what they mean and how they work.
|
Bullshit Job : not what you think David Graeber has turned what would have happily stayed a colourful expression of our daily lives into an actual concept. In his book Bullshit Jobs - A Theory published fairly recently in 2018, he expands on the concept : A bullshit job is one that even the person doing it secretly believes need not, or should not, exist. That if the job, or even the whole industry, were to vanish, either it would make no ..
|
|
Snyk and Trek10 publish new AWS Quick Start Guide to secure serverless CI/CD deployments
-
snyk.io
-
5 years ago
-
eng
Trek10, which helps clients design, build, and support AWS workloads, and Snyk have partnered to design and provide a CI/CD solution that provides an enterprise-ready, dynamic deployment pipeline for your serverless applications, follows AWS best practices for isolating resources and walks you through creating three AWS accounts (subaccounts): development, shared services, and production.
|
|
Recently I tried to resize a LVM logical volume with its volume group and the physical disk belonging to the vg. Because the logical volume contained all partitions except for /boot I knew it would be hard. I also knew that I had no backup and no snapshot of the virtual machine. :) Here’s the initial situation: root@master:/home/sebastian# fdisk -l Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 499711 497664 2....
|
|
Tesla had its first Battery Day on September 22nd, 2020 1 . What a fantastic world we live in that we can witness the first Apple-like keynote for batteries. Batteries are a part of our everyday life; without them, the world would be a much different place. Your cellphone, flashlight, tablet, laptops, drones, cars, and other devices would not be portable and operational without batteries. At the heart of it, batteries store chemical ene....
|
|
Do some words in React have you scratching your head? Ref? Stateless component? Let's learn some words!
|
Covid-19 has forced us into a reality where colocallity can only be virtual. While the press, inspired by the promises from some Silicon Valley giants, has tried to forecast how and when humanity would become a remote-first society, nobody came up with the creative scenario where a pandemic would be the trigger for global digital transformation. In this new reality, schools and universities need to adapat. Beyond the Zoom-Classroom experien..
|
|
Update 2021-07-06: the approach was updated using the Kish’s effective sample size . In this post, I will show how to calculate weighted quantile estimates and how to use them in practice. Let’s start with a problem from real life. Imagine that you measure the total duration of a unit test executed daily on a CI server. Every day you get a single number that corresponds to the test duration from the latest revision for this day: ....
|
|
Update 2021-07-06: the approach was updated using the Kish’s effective sample size . In this post, I will show how to calculate weighted quantile estimates and how to use them in practice. Let’s start with a problem from real life. Imagine that you measure the total duration of a unit test executed daily on a CI server. Every day you get a single number that corresponds to the test duration from the latest revision for this day: ....
|
|
Series Index Generics Part 01: Basic Syntax Generics Part 02: Underlying Types Generics Part 03: Struct Types and Data Semantics Introduction In the previous post, I showed you how to declare a user-defined type, based on an underlying type. I did this through the progression of writing different versions of the same type using concrete types, the empty interface and then finally, generics. I also provided information on how th..
|
|
Repository: @knadh/xmlutils.py GitHub release page: v1.4.1 What’s Changed Fix for python 3.X: iter.next() in py2 becomes next(iter) in py3 by @jadavbheda in https://github.com/knadh/xmlutils.py/pull/43 Update README.md by @umer7 in https://github.com/knadh/xmlutils.py/pull/47 New Contributors @jadavbheda made their first contribution in https://github.com/knadh/xmlutils.py/pull/43
|
Covid-19 has forced us into a reality where colocallity can only be virtual. While the press, inspired by the promises from some Silicon Valley giants, has tried to forecast how and when humanity would become a remote-first society, nobody came up with the creative scenario where a pandemic would be the trigger for global digital transformation. In this new reality, schools and universities need to adapat. Beyond the Zoom-Classroom experien..
|
|
We’re glibly searching for counterexamples to the Riemann Hypothesis, to trick you into learning about software engineering principles. In the first two articles we configured a testing framework and showed how to hide implementation choices behind an interface. Next, we’ll improve the algorithm’s core routine. As before, I’ll link to specific git commits in the final code repository to show how the project evolves. Superabundant numbers A ..
|
|
We’re glibly searching for counterexamples to the Riemann Hypothesis, to trick you into learning about software engineering principles. In the first two articles we configured a testing framework and showed how to hide implementation choices behind an interface. Next, we’ll improve the algorithm’s core routine. As before, I’ll link to specific git commits in the final code repository to show how the project evolves. Superabundant numbers A ..
|
|
We’re glibly searching for counterexamples to the Riemann Hypothesis, to trick you into learning about software engineering principles. In the first two articles we configured a testing framework and showed how to hide implementation choices behind an interface. Next, we’ll improve the algorithm’s core routine. As before, I’ll link to specific git commits in the final code repository to show how the project evolves. Superabundant numbers A ..
|
|
A Not-So-Surprise Hot Air Balloon Ride Belated Birthday Present
-
www.joehxblog.com
-
5 years ago
-
eng
Early this year, around the start of spring, I had planned on a birthday surprise for a certain milestone birthday of my wife.
|
|
I have been using Gitlab for quite a while now, however, I was never too happy with it. uBlock Origin found some tracking elements on it, and it is very slow… I have been considering Sourcehut , however, there are several things I do not like: It may keep potential contributors away. The interface is very minimal and basically requires you to use the git command line , and the public sr.ht service is said to become paid at some po....
|
|
Andrew Cherrie is the pastor of Home Church. In a recent sermon entitled “7 lessons from 7 years at Home Church” he gave the following quote:
|