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

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 .



MVI MVI 架构核心思想是 单一可信数据源 。 ViewModel 中需要维护着一个 UiState ( 一般来说会是个 data class ),这个 UiState 包含了 UI 层所需要的所有数据,或者说描述了 UI 层的所有状态,同时这个 UiState 应该具备通知观察者更新的能力,例如使用 **StateFlow**。 UI 层应该仅通过该 UiState 渲染。那么对于这个页面的 Composable 函数来说,入参中表示数据的部分应该只有一个 UiState。 fun NavGraphBuilder . registerLoginPage ( navController : NavController ){ composable ( "login" ){ val viewModel : LoginViewModel = viewModel () val uiState ....

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.

As applications and projects scale, so will the number of secrets you need to keep safe. Learn the best practices and tools to use to secure your secrets.

June 25, 2023: Lessons from 2001: A Space Odyssey Why did the HAL 9000 AGI run amok aboard the Discovery One spaceship on its way to Jupiter?June 19, 2023: Delayed myocarditis Healthy 24-year-old man develops myocarditis three months after a second dose of the Moderna vaccine.June 13, 2023: Transforming Dermatology ChatGPT is transforming biomedical fields with its real-world applications.June 12, 2023: New-onset acute psychosis A Case repo..


Habit Cards - june.kim - 2 years ago - eng

The Linux operating system is known for its flexibility and robustness. One of the many powerful tools available in Linux is the chroot command, which can be used to create a restricted environment within the existing file system. This can be useful in a variety of scenarios, such as testing new software or isolating sensitive data. In this article, we'll explore how to use the chroot command in Linux and provide practical examples to help ..

Habit Cards - june.kim - 2 years ago - eng

The Linux operating system is known for its flexibility and robustness. One of the many powerful tools available in Linux is the chroot command, which can be used to create a restricted environment within the existing file system. This can be useful in a variety of scenarios, such as testing new software or isolating sensitive data. In this article, we'll explore how to use the chroot command in Linux and provide practical examples to help ..

Hi, Faulheit siegt. Eigentlich immer. Wie oft ich schon versucht habe mir vorteilhafte Routinen anzueignen. Ich meldete mich im Fitnessstudio an - nach ein paar Monaten ging ich kaum noch hin. Ich backte mein Brot selbst - nach (immerhin) zwei Jahren war das nicht mehr der Fall. Ich stand um 5 Uhr auf, um zu meditieren und Sport zu machen - das hielt ich nicht mehr als 4 Wochen durch.

English Learning - vit.baisa.cz - 2 years ago - eng

English Learning - vit.baisa.cz - 2 years ago - eng

The Linux operating system is known for its flexibility and robustness. One of the many powerful tools available in Linux is the chroot command, which can be used to create a restricted environment within the existing file system. This can be useful in a variety of scenarios, such as testing new software or isolating sensitive data. In this article, we'll explore how to use the chroot command in Linux and provide practical examples to help ..



This post introduces parser combinators, a technique for building complex parsers through the composition of simple components.

This post introduces parser combinators, a technique for building complex parsers through the composition of simple components.

Digital Diet - june.kim - 2 years ago - deu

Explore the power of Linux control groups (cgroups) and how they revolutionize resource management in your Linux environment. Uncover the secrets of cgroups to effectively allocate system resources, limit process usage, and optimize performance for your applications and services.

Digital Diet - june.kim - 2 years ago - eng

Over the long weekend, I began redesigning MARTA’s iOS app. Since it’s release, I’ve wanted to try out Apple’s new iOS component library.

Explore the power of Linux control groups (cgroups) and how they revolutionize resource management in your Linux environment. Uncover the secrets of cgroups to effectively allocate system resources, limit process usage, and optimize performance for your applications and services.


Explore the power of Linux control groups (cgroups) and how they revolutionize resource management in your Linux environment. Uncover the secrets of cgroups to effectively allocate system resources, limit process usage, and optimize performance for your applications and services.


Beyond the Windows - deadlime.hu - 2 years ago - eng

Az ablakokon túl - deadlime.hu - 2 years ago - hun

Photos on a map - ilearnt.com - 2 years ago - eng

4 visitors online