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

New Service, GotHub - vern.cc - 3 years ago - eng
New Service, GotHub Odyssey346 for ~vern Sat, 10 Dec 2022 A couple of days ago, ~vern set up a GotHub instance. GotHub is an alternative front-end for GitHub that respects your privacy and does not load JavaScript. You can use ~vern’s GotHub instance at https://gh.vern.cc . I2P eepsites and Tor hidden services are also available, and you can find those on the index page. Thanks for supporting ~vern!

GitHub’s Dependabot feature allows you to detect and fix vulnerabilities in code dependencies for all your repositories (public and private). Despite being a handy tool in securing software supply chain, it’s missing a very important feature.



Do you associate being locked in a building for 48h with jail? Throw in free coffee, pizza and internet access, and people will lock themselves up voluntarily!

Czy zamknięcie się w budynku na 48h kojarzy Ci się tylko z aresztem? Dodaj do tego kawę, pizzę i dostęp do internetu, a ludzie zamkną się dobrowolnie!

When We Cease to Understand the World, by Benjamin Labatut, is a strange narrative object. It mixes fact and fiction in imaginative ways, sometimes making it hard for the reader to distinguish between them, which is probably a testimonial to the experiment’s success. As I was reading, Wu Ming’s unidentified narrative objects (UNO) came to mind. If it doesn’t qualify as UNO, it comes close enough. It certainly fits the ‘faction’ (fact+fic..


My solution for the tenth day of the Advent of Code 2022 challenge "Cathode-Ray Tube" with Oracle. We simulate a CPU and a Pixel-Screen in pure SQL!



Introduction Link to heading This post contains two parts: A brief history of previous media servers I’ve built, to give requirements and expectations some context. A short review of the two main solutions I looked at this time around, i.e. Jellyfin and LibreELEC/Kodi. It can be read in conjunction with Extracting multichannel audio files from DVDs and SACDs . Part One: History and context Link to heading Th....

Introduction Link to heading This post contains two parts: A brief history of previous media servers I’ve built, to give requirements and expectations some context. A short review of the two main solutions I looked at this time around, i.e. Jellyfin and LibreELEC/Kodi. It can be read in conjunction with Extracting multichannel audio files from DVDs and SACDs . Part One: History and context Link to heading Th....

The standard fossbro interjection goes: I’d just like to interject for a moment. What you’re referring to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Sensibl....

If this article piques your interest and you would like an opportunity to do your best data work in a unique and truly data-driven environment, you're in luck: ⚡ we're hiring ! ⚡ Building a company where data is fundamental has resulted in many unique challenges—one of which is how to organize our data teams. But before diving into Doximity’s data team structure, let's set the stage. Doximity is commonly mentioned as the “LinkedIn ....

In this article I’ll cover three techniques to compute special types of polynomial products that show up in lattice cryptography and fully homomorphic encryption. Namely, the negacyclic polynomial product, which is the product of two polynomials in the quotient ring $\mathbb{Z}[x] / (x^N + 1)$. As a precursor to the negacyclic product, we’ll cover the simpler cyclic product. All of the Python code written for this article is on GitHub.

In this article I’ll cover three techniques to compute special types of polynomial products that show up in lattice cryptography and fully homomorphic encryption. Namely, the negacyclic polynomial product, which is the product of two polynomials in the quotient ring $\mathbb{Z}[x] / (x^N + 1)$. As a precursor to the negacyclic product, we’ll cover the simpler cyclic product. All of the Python code written for this article is on GitHub.

In this article I’ll cover three techniques to compute special types of polynomial products that show up in lattice cryptography and fully homomorphic encryption. Namely, the negacyclic polynomial product, which is the product of two polynomials in the quotient ring $\mathbb{Z}[x] / (x^N + 1)$. As a precursor to the negacyclic product, we’ll cover the simpler cyclic product. All of the Python code written for this article is on GitHub.

How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.

I find, more often than not, that I understand something much less well when I sit down to write about it than when I’m thinking about it in the shower. In fact, I find that I change my own mind on things a lot when I try write them down. It really is a powerful tool for finding clarity in your own mind. Once you have clarity in your own mind, you’re much more able to explain it to others.



In 2013 I started my Computer Science degree at Utrecht University (The Netherlands). Due to my previous experience with programming, and because I was genuinely interested in the course subjects, I aced my first year and even had time to investigate additional topics I found interesting. When my friend Jouke Waleson told me about the existence of Hacker News, I quickly became a daily visitor, as it seemed to me like an endless source of pr..

VX1 Session: Getaway - bpev.me - 3 years ago - eng

Constraints - www.craigpardey.com - 3 years ago - eng

Meetings - www.craigpardey.com - 3 years ago - eng

Before COVID-19 and ubiquitous work-from-home, we used to have meetings in a room where people would sit around and discuss the matter at hand. The start time had some flexibility because people had to physically move from one location to another, often between floors or buildings. Whiteboards helped focus the conversation. People could interject organically without having to raise a hand like in grade school. Unplanned conversations in t..


I have been observing a trend both in blogs and general internet discourse, but instead of pointing fingers, I decided to sit back, observe and assume that I'm the man who was yelling at the cloud. However, an article , and comments on the orange site convinced me that I'm not the only one with this observation, hence I decided to note it here. We're arguably going through the second big shift in computing history with a renewed intere....

VX1 Session: Getaway - bpev.me - 3 years ago - eng

I have been observing a trend both in blogs and general internet discourse, but instead of pointing fingers, I decided to sit back, observe and assume that I'm the man who was yelling at the cloud. However, an article , and comments on the orange site convinced me that I'm not the only one with this observation, hence I decided to note it here. We're arguably going through the second big shift in computing history with a renewed intere....


Ever since Hooks were released in React, we've been using the hook to fetch data, whether directly or abstracted away behind Redux Thunks…

In this tutorial, you'll use the Fastify framework in a Node.js application to set up file uploading. You'll learn how file uploads work on a typical server and how to handle file uploads on a Fastify server application.

A frequently encountered doubt people have when using jOOQ is to decide when a “complex” query should be written using jOOQ API vs. when it should be implemented using native SQL. The jOOQ manual is full of side by side examples of the same query, e.g. Using jOOQ: Using native SQL: In the native SQL … Continue reading When to Use jOOQ and When to Use Native SQL →

Using TypeScript with React provides several advantages in application-building, including the option of simpler React components and better JavaScript XML (JSX) support for static type validation. Learn to stay safe with TypeScript security best practices.

When I try to recall what first triggered my interest in computers, there are many anecdotes that come to my mind. Back when I was 13 years old, a classmate showed me how to create visual programs using Word and its built-in visual editor for VBA. Though I never actually wrote any serious VBA program, the fact that you could give the computer instructions and receive visual feedback was an intriguing discovery.

The 4 AM Club - dhariri.com - 3 years ago - eng

One of my favorite technical projects involved overcoming a network constraint. The virtual machines (VMs) hosting the core services kept exhausting available ports. Once all ports were used up, new connections would fail, tanking our availability and reliability. Read on to learn how we overcame this issue and opened up opportunities to reduce costs by a third.

Dernière mise-à-jour le 21 mai 2023 1 Entrez les commandes dans l’ordre de la distribution que vous utilisez. Une fois fait, testez avec la commande : gl4dDemo. Normale si une commande ne renvoie rien, s’il n’y a pas d’erreur, c’est que tout est bon ! Debian-based (Ubuntu / PopOS / Mint / …)sudo apt update sudo apt install -y build-essential git pkg-config automake make autoconf libtool libsdl2-dev libsdl2-image-dev libsdl2-mix....

Uitgebreide patronen generator  more.graphics (zoals gradients en geometrische vormen). Genereert ook SVG bestanden (dus kleine file sizes = duurzaam).

While it has been a very challenging and difficult time for the company, it cannot even remotely be compared with the horrendous situation that the people of Ukraine are facing on a daily basis, caused by the war. Once again, we condemn this aggression, and have and will continue to stand by the people of Ukraine, including our colleagues and their families.  More here . I’m using JetBrains products when I’m not in (neo)vim. For C#, R..

The Data Bus is a pattern that can help you tidy up data flows, and helps to keep track of the preprocessing steps taken. It is a simple, language-agnostic pattern that can be used to make sense when multiple transform steps are involved.

Back Story For my entire time as a web developer, front end web layout has been a kludgey messy nightmare. I think about every few years since 1999 or so I spend a few days reading the latest CSS features that are the new hotness and advertised as finally going to solve pervasive problems with layout, centering, alignment, etc. I've just been through so many rounds of this nonsense: rounded corners, sticky headers and footers, gradients, w....

71 visitors online