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


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....

Battery Day - blog.jessfraz.com - 5 years ago - eng
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..

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..

xmlutils.py v1.4.1 - nadh.in - 5 years ago - eng
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

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 ..

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:


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:


Three countries, vastly different resources and freedoms. The numbers reveal who's really threatening peace in the region.

The macOS Preview app does a great job inserting signatures to existing pdfs. I was hoping it could overlay images just as easily. Doesn't look like it's possible, without exporting/reimporting to image formats and losing pdf structure. Did I miss something? In any case, I found formulatepro . Dormant at Google Code Archive, but also checked in to github . With a tiny patch , it builds and runs on Catalina. One can easily insert an ima..

DIY bookmarks - xenodium.com - 5 years ago - eng
Best electrical insulation tape . I’ve spent the last 3 months building the home office of my dreams .

Three countries, vastly different resources and freedoms. The numbers reveal who's really threatening peace in the region.











In this article, we will see how I built my notes site using a simple node script and deployed using Github actions.

In this article, we will see how I built my notes site using a simple node script and deployed using Github actions.

These days, I almost exclusively run Arch Linux in my homelab and personal machines. Had I the brain cells to spare, I'd try and get NixOS running on ARMv7, but in the meantime, a mix of vanilla x86_64 Arch and Arch Linux ARM is my chosen flavor just to keep things consistent. I've run Arch as my primary server OS for almost a decade now, and although I'm sure some will balk at the idea, I've found that the distribution has performed wond....

Multi-repos KISS - pricey.uk - 5 years ago - eng

As you might know, I’m a native Spanish speaker, and this is an English-language blog. It has served me well for over 15 years and counting, and still does. However, most of my writing have been done lately in Spanish. Not because of anything special; they were just extended status updates in Facebook. But somehow...

LinkedBlockingDeque LinkedBlockingDeque 是基于 链表 的 双端阻塞队列 , 线程安全 ,元素不允许为 null。 空间容量最大一般为Integer.MAX_VALUE,如果构造器中指定了最大值则队列长度将会被限制在该值以下。 大部分方法都以固定时间运行,批量操作,例如:remove, removeFirstOccurrence,removeLastOccurrence,contains,iterator.remove(),将以线性时间运行。 LinkedBlockingDeque 是 阻塞队列 ,是指对于一些指定的操作,在插入或者获取队列元素时如果队列状态不允许该操作可能会阻塞住该线程直到队列状态变更为允许操作,这里的阻塞一般有两种情况。 第一种是插入元素时,如果当前队列已满将会进入阻塞状态,一直等到队列有空的位置时再讲该元素插入,该操作可以通过设置超时参数,超时后返回 false 表示操作失败,也可以不设置超时参数一直....

A big decision a developer has to make is what tool to use to write code? Would you like an editor that understands Python, and is there to help with suggestions, definitions, and analysis of your code? For many developers, its the free tool, Visual Studio Code. This week on the show, we have Savannah Ostrowski, program manager for the Python Language Server and Python in Visual Studio. We discuss Pylance, a new language server with fast, f..

25 visitors online