|
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.
|
|
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.
|
|
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.
|
|
Time is a Flat Circle: Applying Nietzsche's Philosophy to Agile Development
-
www.mattp.tech
-
3 years ago
-
eng
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?
|
|
Creating an Offline-Ready SvelteKit Application Using SQLite (Part 1): Setting up the Database
-
hartenfeller.dev
-
3 years ago
-
eng
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.
|
|
Mastering the Linux Tar Command: A Guide to Archive Creation and Extraction
-
akashrajpurohit.com
-
3 years ago
-
eng
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.
|
|
Mastering the Linux Tar Command: A Guide to Archive Creation and Extraction
-
akashrajpurohit.com
-
3 years ago
-
eng
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.
|
|
Mastering the Linux Tar Command: A Guide to Archive Creation and Extraction
-
akashrajpurohit.com
-
3 years ago
-
eng
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.
|
|
Trust on the Fast Lane: Shortcut to Building Trust for Success
-
leadershiptales.substack.com
-
3 years ago
-
eng
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.
|
|
The freelearninglist.org website identifies the best education resources for each type of platform.
|
|
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?
|
|
A few weeks ago, I wrote about an experiment to bring ChatGPT to Emacs as a shell . I was fairly new to both ChatGPT and building anything on top of comint . It was a fun exercise, which also generated some interest. As mentioned in the previous post, I took inspiration in other Emacs packages (primarily ielm ) to figure out what I needed from comint. Soon, I got ChatGPT working. As I was looking at OpenAI API docs, I learned ....
|
|
Mastering the Art of File and Directory Search with Linux's Find Command
-
akashrajpurohit.com
-
3 years ago
-
eng
Linux is known for its command-line interface and powerful tools that help users perform various tasks efficiently. One such tool is the 'find' command, which lets users search for files and directories with ease. While the command might seem a bit intimidating at first, it can save users a lot of time and effort in finding files and directories scattered across the system. In this blog post, we will guide you through the basics of using th..
|
|
Mastering Linux grep Command for Searching Text Files and Directories
-
akashrajpurohit.com
-
3 years ago
-
eng
Searching for text within large files or directories can be a tedious task, especially if you have to do it manually. Fortunately, Linux offers a powerful tool that can make this process easier and more efficient: the grep command. In this article, we will explore how to use the Linux grep command to search for text within files and directories.
|
|
Mastering the Art of File and Directory Search with Linux's Find Command
-
akashrajpurohit.com
-
3 years ago
-
eng
Linux is known for its command-line interface and powerful tools that help users perform various tasks efficiently. One such tool is the 'find' command, which lets users search for files and directories with ease. While the command might seem a bit intimidating at first, it can save users a lot of time and effort in finding files and directories scattered across the system. In this blog post, we will guide you through the basics of using th..
|
|
Mastering Linux grep Command for Searching Text Files and Directories
-
akashrajpurohit.com
-
3 years ago
-
eng
Searching for text within large files or directories can be a tedious task, especially if you have to do it manually. Fortunately, Linux offers a powerful tool that can make this process easier and more efficient: the grep command. In this article, we will explore how to use the Linux grep command to search for text within files and directories.
|
|
Mastering the Art of File and Directory Search with Linux's Find Command
-
akashrajpurohit.com
-
3 years ago
-
eng
Linux is known for its command-line interface and powerful tools that help users perform various tasks efficiently. One such tool is the 'find' command, which lets users search for files and directories with ease. While the command might seem a bit intimidating at first, it can save users a lot of time and effort in finding files and directories scattered across the system. In this blog post, we will guide you through the basics of using th..
|
|
Mastering Linux grep Command for Searching Text Files and Directories
-
akashrajpurohit.com
-
3 years ago
-
eng
Searching for text within large files or directories can be a tedious task, especially if you have to do it manually. Fortunately, Linux offers a powerful tool that can make this process easier and more efficient: the grep command. In this article, we will explore how to use the Linux grep command to search for text within files and directories.
|
|
I built Ask Paul, a generative AI demo that answers front-end web dev questions using my content. It leverages Polymath-AI to index content, find related concepts, and generate summaries by creating embedding vectors, using cosine-similarity, and querying OpenAI. The implementation has a UI, a Polymath Client, and a Polymath Host. It's super cool how accessible this tech is now!
|
|
I built Ask Paul, a generative AI demo that answers front-end web dev questions using my content. It leverages Polymath-AI to index content, find related concepts, and generate summaries by creating embedding vectors, using cosine-similarity, and querying OpenAI. The implementation has a UI, a Polymath Client, and a Polymath Host. It's super cool how accessible this tech is now!
|
|
Automate Processes and Distribute Python Tools With RPA and RCC
-
realpython.com
-
3 years ago
-
eng
Are you exploring automation of your repetitive business tasks with Python? How are you going to share your helpful tools with co-workers? This week on the show, Sampo Ahokas from Robocorp is here to discuss robotic process automation (RPA) and distribution of these robots.
|
|
I have a file with 400+ ideas for businesses, products, books, etc. So finding ideas is relatively easy. However validating and picking ideas is more of a challenge.
|
|
I have a file with 400+ ideas for businesses, products, books, etc. So finding ideas is relatively easy. However validating and picking ideas is more of a challenge.
|
|
I recently worked on a small project using the Serverless Framework. As someone more experienced with terraform, I found it to be a new, interesting experience. It’s worth noting that Serverless uses CloudFormation underneath for AWS. After few weeks, I can share a bit of my personal thoughts about the framework. Firstly, the Serverless Framework is not a bad piece of software. It can deploy an API Gateway with a bunch of lambda functions i..
|