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

Batch processing tasks can be time-consuming and cumbersome when performed manually. This is where the Linux xargs command comes in handy. It enables you to efficiently process a large number of files or inputs in one go, saving you time and effort. This article introduces you to the Linux xargs command, its syntax, and practical examples of how it can be used for batch processing.

Batch processing tasks can be time-consuming and cumbersome when performed manually. This is where the Linux xargs command comes in handy. It enables you to efficiently process a large number of files or inputs in one go, saving you time and effort. This article introduces you to the Linux xargs command, its syntax, and practical examples of how it can be used for batch processing.

otpgateway v3.2.0 - nadh.in - 3 years ago - eng
Repository: @knadh/otpgateway GitHub release page: v3.2.0 Changelog ed88824 Document the closed field in OTP status. 0a3f389 Merge pull request #33 from joeirimpan/delete-otp-on-status-check fde3799 feat: Add a DELETE handler to check status and delete otp if verified

Batch processing tasks can be time-consuming and cumbersome when performed manually. This is where the Linux xargs command comes in handy. It enables you to efficiently process a large number of files or inputs in one go, saving you time and effort. This article introduces you to the Linux xargs command, its syntax, and practical examples of how it can be used for batch processing.

The US social safety net is a weird collection of laws and policies. We don’t have a national system of last resort where residents can receive payments to support themselves while they’re out of work. We used to have that, it was called welfare, and the federal government outsourced that to the individual state governments in the 1990s. Each state government can decide what sort of welfare system they want, and if you’d like to hear how th..

Complexity is present in any project. Some have more, some have less, but it’s always there. The manner in which a team handles complexity can pave the way for a project’s success or lead towards its technical demise. In the context of software, complexity arises from a variety of factors, such as complicated requirements, technical dependencies, large codebases, integration challenges, architectural decisions, team dynamics, among others....

Sometimes you come across an article that makes you think. The article, Numbers To Know For Managing Software Teams , made me do that.

Sometimes you come across an article that makes you think. The article, Numbers To Know For Managing Software Teams , made me do that.

A page of curated resources on the topic of audio description in art and museums, with links to examples.


To show how to implement IaC security with a specific suite of tools, experts from Snyk, HashiCorp, and Amazon Web Services (AWS) created a new workshop that demonstrates how a security tool, an infrastructure as code solution, and a cloud provider can come together to deliver a seamless experience for developers.

A brief account of hacking the Yamaha DX9's firmware ROM to make its functionality more closely match the DX7.

Are you tired of manually processing and manipulating text files on Linux? The awk command is a powerful tool that can automate these tasks and save you time and effort. In this article, we'll explore the basics of using the Linux awk command for text processing and manipulation.

The Linux sed command is a powerful tool for text manipulation. It allows you to search for patterns in text and replace or delete them. With sed, you can automate repetitive tasks and transform text in complex ways. In this article, we'll provide an overview of the sed command and show you how to use it to manipulate text.

As a Senior Software Engineer, I'm always looking for ways to refine my skills and optimize my workflow. This weekend, I experimented with integrating ChatGPT-4 into my developer toolkit alongside GitHub Copilot, which I've been using for several months. The goal? To see if these AI-powered tools could help me complete a side project more quickly.


Are you tired of manually processing and manipulating text files on Linux? The awk command is a powerful tool that can automate these tasks and save you time and effort. In this article, we'll explore the basics of using the Linux awk command for text processing and manipulation.

The Linux sed command is a powerful tool for text manipulation. It allows you to search for patterns in text and replace or delete them. With sed, you can automate repetitive tasks and transform text in complex ways. In this article, we'll provide an overview of the sed command and show you how to use it to manipulate text.

niltalk v0.1.1 - nadh.in - 3 years ago - eng
Repository: @knadh/niltalk GitHub release page: v0.1.1 Changelog 021b077 Remove unsupported build archs. d4b048e Refactor Makefile and goreleaser build. 27bef01 Upgrade go deps. 979fe77 Merge pull request #22 from clementauger/fix#19 ff33147 Merge pull request #21 from clementauger/tor 5c21d5d Fix #19 automatically generate an user handle if it is empty 9ed932c Add tor support 81f9e36 Add key getter/setter to ..

Are you tired of manually processing and manipulating text files on Linux? The awk command is a powerful tool that can automate these tasks and save you time and effort. In this article, we'll explore the basics of using the Linux awk command for text processing and manipulation.

The Linux sed command is a powerful tool for text manipulation. It allows you to search for patterns in text and replace or delete them. With sed, you can automate repetitive tasks and transform text in complex ways. In this article, we'll provide an overview of the sed command and show you how to use it to manipulate text.

I’m a huge fan of the Cloud Custodian tool. If you hear the name for the first time - it’s an open-source rules engine for cloud security, cost optimization, and governance.

Annual life review - ilearnt.com - 3 years ago - eng
I recently had the scenario where I had to use up a few days holiday before they would expire. I decided to hire and cottage and go walking. Unfortunately due to a stomach bug this didn’t go quite as planned however the other aim was to conduct a life review and assess what I wanted to achieve over the coming year.

Annual life review - ilearnt.com - 3 years ago - eng
I recently had the scenario where I had to use up a few days holiday before they would expire. I decided to hire and cottage and go walking. Unfortunately due to a stomach bug this didn’t go quite as planned however the other aim was to conduct a life review and assess what I wanted to achieve over the coming year.

Some JavaScript types like dates are not representable directly with JSON and require extra care to parse back out to a JavaScript object after they’re serialized. If you want to make sure that you are only stringify-ing JSON-safe types, you can use this type to represent objects compatible with the JSON spec : type Json = | { [ key : string ] : Json } | Json [] | string | number | ....

Some JavaScript types like dates are not representable directly with JSON and require extra care to parse back out to a JavaScript object after they’re serialized. If you want to make sure that you are only stringify-ing JSON-safe types, you can use this type to represent objects compatible with the JSON spec : type Json = | { [ key : string ] : Json } | Json [] | string | number | ....

Noam Chomsky’s essays are always worth reading, no matter the topic he decides to address, because, well, frankly, he’s one of the brightest and most well-informed minds of our time. His criticism of OpenAI’s ChatGPT makes no exception. It does an excellent job of explaining how LLMs work, the differences with human reasoning, and why, in his opinion, the advent of artificial general intelligence is a long way to go, if ever.

Exploring how Nietzsche's concept of Eternal Return applies to software program management and planning, particularly in startups. It is important to recognize the cyclical patterns of challenges and use them to our advantage by being mindful of past mistakes, defining the project early on, and embracing the struggles as an opportunity for growth and learning.

ELI5: How exactly does food poisoning work? How does the body know that the food is contaminated and which way to expel it out? How does it know when things are safe again?

In this series, we develop an offline-capable SvelteKit application utilizing SQLite as a client-side storage solution. In this part, we explore how to set up the database effectively.


Do you find yourself constantly redirecting output to multiple files or commands on Linux? The tee command is a useful tool that allows you to send output to multiple destinations simultaneously. In this article, we'll explore how to use the Linux tee command for redirecting output to multiple destinations.

Have you ever needed to compress multiple files into one convenient package for easier transfer or storage? The Linux tar command is a powerful tool that can create and extract archive files quickly and efficiently. In this article, we'll guide you through the process of using the tar command for archive creation and extraction.

Do you find yourself constantly redirecting output to multiple files or commands on Linux? The tee command is a useful tool that allows you to send output to multiple destinations simultaneously. In this article, we'll explore how to use the Linux tee command for redirecting output to multiple destinations.

Have you ever needed to compress multiple files into one convenient package for easier transfer or storage? The Linux tar command is a powerful tool that can create and extract archive files quickly and efficiently. In this article, we'll guide you through the process of using the tar command for archive creation and extraction.

Marking files as viewed in a GitHub PR helps keep track of things, but GitHub doesn't allow you to mark them all at once. Here's how to do it.

Do you find yourself constantly redirecting output to multiple files or commands on Linux? The tee command is a useful tool that allows you to send output to multiple destinations simultaneously. In this article, we'll explore how to use the Linux tee command for redirecting output to multiple destinations.

Have you ever needed to compress multiple files into one convenient package for easier transfer or storage? The Linux tar command is a powerful tool that can create and extract archive files quickly and efficiently. In this article, we'll guide you through the process of using the tar command for archive creation and extraction.

Want to fast-track trust? Unlock the secrets of trust-building and accelerate your relationship building with practical strategies in this trust accelerator guide."

Announcement: Now you can find all your favorite epiccoleman.com content in your email or on Substack!

Piranesi by Susanna Clarke blows me away by its exploration of reality, perception, and human connection. As an engineer, I found it both thought-provoking and inspiring. Highly recommend it to anyone interested in expanding their understanding of the world.

Free learning list - ilearnt.com - 3 years ago - eng
The freelearninglist.org website identifies the best education resources for each type of platform.

Free learning list - ilearnt.com - 3 years ago - eng
The freelearninglist.org website identifies the best education resources for each type of platform.

ELI5: If humans have been in our current form for 250,000 years, why did it take so long for us to progress yet once it began it’s in hyperspeed? We went from no human flight to landing on the moon in under 100 years. I’m personally overwhelmed at how fast technology is moving, it’s hard to keep up. However for 240,000+ years we just rolled around in the dirt hunting and gathering without even figuring out the wheel?

3 visitors online