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

Looking for Alaska - arunmani.in - 2 years ago - eng

Malgudi Days - arunmani.in - 2 years ago - eng

Ansible - vit.baisa.cz - 2 years ago - eng

Dagster - vit.baisa.cz - 2 years ago - eng

As a Linux system administrator, it's essential to have a good grasp of the command-line interface. In this blog, we'll explore some of the most common and useful commands used for maintaining a Linux server at home. From handling files to networking, these commands will help you streamline your work and keep your server running smoothly.


Java’s package private visibility is an underrated feature. When you omit any visibility modifier in Java, then the default (for most objects) is package private, i.e. the object is visible only to types in the same package: In fact, a compilation unit (the .java file) can contain multiple such classes. You don’t have to create … Continue reading How to Generate Package Private Code with jOOQ’s Code Generator →


The right question - ilearnt.com - 2 years ago - eng
I’ve written a lot about questions, and answers. In the book Questions are the answer there is a quote from Peter Drucker:

The right question - ilearnt.com - 2 years ago - eng
I’ve written a lot about questions, and answers. In the book Questions are the answer there is a quote from Peter Drucker:

In my normal day I work in my local machine, in codespaces and in devcontainers. Recently I started using Atuin which is an awesome tool for syncing your command history. Go check it out, it’s really nice! A really cool feature is you can search history in different categories, like commands on this host or commands in this directory. Here I set this up for Codespaces so the host is the name of the repository. This means my commands f..

In this post, we'll discuss npm postinstall, recent security events involving it, and how to protect the sensitive data stored shortcuts stored in your keyboard shortcuts from insecure npm package manager defaults.

https://www.reddit.com/r/explainlikeimfive/comments/17ueiyg/eli5_are_power_pole_wires_actually_dangerous_if/k936654/

Titan Implosion - studiofreya.org - 2 years ago - eng
https://www.reddit.com/r/thalassophobia/comments/14lceml/first_fragments_of_destroyed_titan_submarine/jpvjyuh/

The impact of the digital revolution this past decade has made software development a mainstream news topic. After all, every software app you’ve used on your phone, tablet, and computer was made by software developers, as was every website, online service, and Internet-connected gadget. Because of my software development experience and role at the college, I get plenty of questions from friends, family, neighbors, strangers, and potentia..

The impact of the digital revolution this past decade has made software development a mainstream news topic. After all, every software app you’ve used on your phone, tablet, and computer was made by software developers, as was every website, online service, and Internet-connected gadget. Because of my software development experience and role at the college, I get plenty of questions from friends, family, neighbors, strangers, and potentia..

Essentialism - june.kim - 2 years ago - eng

Essentialism - june.kim - 2 years ago - eng


I am a big fan of catch-all mailboxes. They enable me to use a unique email address for every service that demands my personal information. By doing so, I know exactly who is emailing me or who leaked my email address. Let’s explore how we can elevate this concept on a technical level with programmable email routing. Update: As @uwolfer pointed out, it is possible to use the message.to directly to read out the BCC value. message.to c....

charm.farm - mbutler.org - 2 years ago - eng
charm.farm Part of the We Are Tech and Tech Are Us exhibit at Agitator Gallery, Chicago Powered the relics featured in dATAPLOT: Shared Hallucinations at Beverley Art Center Art Machines or… A Hypothetical Blueprint for the Emergence of New Media. At the crossroads of art(ifice) and artificial intelligence, the charm.farm project emerges as a speculative […]


Making Games - etodd.io - 2 years ago - eng
In March 2018, I had been a full-time indie game developer for four years. My heroes were Jonathan Blow, Lucas Pope, and Robyn and Rand Miller. I had 2,500 Twitter followers, an ambitious title under my belt with thousands of sales, and a free office in a hip coworking space near downtown Columbus, generously provided by some friends at a local game studio. I distinctly remember wondering why anyone would want to be something other than an ..

Military leaders have sought hard data to drive their decisions for decades, perhaps most famously beginning with Secretary of Defense Robert McNamara’s so-called Whiz Kids’’ in the 1960s. As retrospective analysis of those decisions made clear, however, data alone does not good decisions make. Errors in collection, transmission, and presentation decimated the efficacy of this initiative. 1 The Vietnam War is a cautionary tale in d..

Pressure and stress - ilearnt.com - 2 years ago - eng
We often equate pressure with stress and vice versa. This article has a nice definition of the difference:

Pressure and stress - ilearnt.com - 2 years ago - eng
We often equate pressure with stress and vice versa. This article has a nice definition of the difference:

We’re proud to announce the general availability of Project Collections. Project Collections aims to enable you to create collections of Projects based on the focus you and your teams need, whilst allowing you to perform actions on the Collection.

Among the things AI has become capable of, is writing well, detailed articles. Articles which can be written in different styles for different moods. As long as you prompt it appropriately. Under an year, you will start seeing visibly high output of articles which are published this way. There will be a high output of marketing and sales articles. Not to mention fake news and propaganda. It will make it harder for readers to differentiate b....

Why Work on Crypto - zefram.xyz - 2 years ago - eng
In 2023, OpenAI changed the world by releasing ChatGPT, the first AI that’s actually intelligent. Technology aside, ChatGPT shifted attention in the tech world away from crypto and NFTs to AI, resulting in capital and talent flight. The prices of cryptocurrencies going down and increased regulatory hostility from the SEC were the icing on the cake. In this historical context, it’s easy for people still working in crypto (like yours truly)....

Multimodality of distributions is a severe issue in statistical analysis. Comparing two multimodal distributions is a tricky challenge. The degree of this challenge depends on the number of existing modes. Switching from unimodal models to multimodal ones can be a controversial decision, potentially causing more problems than solutions. Hence, if we dare to increase the complexity of the considering models, we should be sure that this is an..

Multimodality of distributions is a severe issue in statistical analysis. Comparing two multimodal distributions is a tricky challenge. The degree of this challenge depends on the number of existing modes. Switching from unimodal models to multimodal ones can be a controversial decision, potentially causing more problems than solutions. Hence, if we dare to increase the complexity of the considering models, we should be sure that this is an..

Introduction: As a React developer, you’re likely familiar with the useEffect hook. It’s a powerful tool that allows you to manage side effects in functional components. While its primary role is to handle tasks like data fetching, DOM manipulation, and subscriptions, useEffect can also be a game-changer when it comes to optimizing your application’s performance. In this blog post, we’ll explore some of the best use cases of useEffect in im..

Take a practical approach to containerization as we guide you through the step-by-step process of building your own Docker-like environment using Linux namespaces, cgroups, and chroot. Dive into the code and command examples to gain a deeper understanding of how these technologies work together to create isolated and efficient containers.

Take a practical approach to containerization as we guide you through the step-by-step process of building your own Docker-like environment using Linux namespaces, cgroups, and chroot. Dive into the code and command examples to gain a deeper understanding of how these technologies work together to create isolated and efficient containers.

Take a practical approach to containerization as we guide you through the step-by-step process of building your own Docker-like environment using Linux namespaces, cgroups, and chroot. Dive into the code and command examples to gain a deeper understanding of how these technologies work together to create isolated and efficient containers.


The much-awaited AWS re:Inforce 2023 videos have finally landed on YouTube. You can now pick your favorite track and watch the sessions at your own pace here - https://www.youtube.com/@AWSEventsChannel/playlists?view=50&sort=dd&shelf_id=2 .



You know the drill. Every X weeks every project in the company has to fill out a status update, sometimes with a sprinkle of RAG status, target completion date, or similar. This gets rolled up into a summary email that gets sent around. Management now have an overview of who is working on what, and […]

Dear new developer, I was out for a run the other day. People walk dogs along my running route and I had noticed a few days before a bag of dog poop. I had run on by, assuming someone was planning to grab it on the way back from their walk. But then I saw … Continue reading Pick up the dog poop →

Ignoring the bad - ilearnt.com - 2 years ago - eng
Nearly every technology can be used for good and bad. Quite a bold statement but something I believe is true.

Ignoring the bad - ilearnt.com - 2 years ago - eng
Nearly every technology can be used for good and bad. Quite a bold statement but something I believe is true.

In this post, we'll walk you through maximizing IAM security with AWS permissions boundaries and Snyk IaC.

3 visitors online