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

Deleting a file from your computer's hard drive doesn't actually erase the data, leaving it open to recovery by unauthorized individuals. The Linux `shred` command provides a simple and effective solution to securely delete files from your computer's hard drive. In this article, we'll explore how to use the `shred` command in Linux and provide practical examples to help you get started.

Like many other developers, I have to work with computers with different processor architectures. For me it’s amd64 (x86_64) on the laptop and arm64 (aarch64) on the server. For some it may be the other way around. Fortunately I mostly write Go, which makes cross-compilation quite easy. Docker adds some extra steps, but is very nice for deploying software.

Deleting a file from your computer's hard drive doesn't actually erase the data, leaving it open to recovery by unauthorized individuals. The Linux `shred` command provides a simple and effective solution to securely delete files from your computer's hard drive. In this article, we'll explore how to use the `shred` command in Linux and provide practical examples to help you get started.

Like many other developers, I have to work with computers with different processor architectures. For me it’s amd64 (x86_64) on the laptop and arm64 (aarch64) on the server. For some it may be the other way around. Fortunately I mostly write Go, which makes cross-compilation quite easy. Docker adds some extra steps, but is very nice for deploying software.

Deleting a file from your computer's hard drive doesn't actually erase the data, leaving it open to recovery by unauthorized individuals. The Linux `shred` command provides a simple and effective solution to securely delete files from your computer's hard drive. In this article, we'll explore how to use the `shred` command in Linux and provide practical examples to help you get started.


Moving to nibble encoding gave us a measurable improvement in the density of the entries in the page.   The problem is that we pretty much run out of room to do so. We are currently using a byte per entry to hold the size of the entry (as two nibbles, of 4 bits each). You can’t really go lower than that. Let’s review again what we know about the structure of the data, we have an 8KB page, with three sections, fixed size header and varia....

I listen to quite a lot of podcasts. I have been using Spotify but recently switched, most of the time, to using an app called Snipd .

I listen to quite a lot of podcasts. I have been using Spotify but recently switched, most of the time, to using an app called Snipd .

In Dan Simmons' Hyperion Cantos series, humanity's fate rests on the pilgrimage of seven travelers to a mysterious and deadly planet. This epic science fiction saga explores themes of religion, artificial intelligence, and the nature of consciousness, leaving readers questioning their own perceptions of reality.


John Wick 4 is bigger, better, badder than any other fighting-focused action movie, ever. It improves on the earlier installments with its creativity, scale, and precision. Of course, I am only talking about the fighting. The plot was relatively weak, as it was in the others, but man was the fighting good. The people who said it was too long were wrong. In John Wick 4, nearly every character, no matter how insignificant, wears a bullet-pr....


After re-doing my personal website in next.js and deploying to Vercel, I reflect on how much better the developer experience has become.



This articles explains how the gathering and analyzing of public cloud provider IP address data is possible with DuckDB and Observerable

This articles explains how the gathering and analyzing of public cloud provider IP address data is possible with DuckDB and Observerable



Why economic uncertainty and recession fears will push more professionals into content creation as a side hustle for stability

Why economic uncertainty and recession fears will push more professionals into content creation as a side hustle for stability

Why economic uncertainty and recession fears will push more professionals into content creation as a side hustle for stability





This supply chain series centers on the lessons learned from OpenSSL and what you need to consider when enhancing your supply chain security. Let’s dive into part two and discuss how to find — and more importantly, fix — vulnerabilities in your supply chain.

This article discusses how platform engineers can adapt their engineering environment to maximize the potential benefits of large language models (LLMs) in software development.

The Linux 'nc' command, also known as Netcat, is a versatile networking tool that can be used for a variety of tasks such as network communication, port scanning, file transfer, and network testing. It provides a simple and effective way to connect and interact with other networked devices. In this article, we'll explore how to use the 'nc' command in Linux and provide practical examples to help you get started.

Recently, I started using the Remix framework for my WIP project message-in-a-bottle . This has been an interesting experience, and I think this has been so especially because I wasn’t previously familiar with any current Javascript web development stacks (e.g. React, Angular, the recent proliferation of using Next.js, etc.). My experience with Remix is that it seems to work well “out of the box,” and this can help tremendously for new..

The Linux 'nc' command, also known as Netcat, is a versatile networking tool that can be used for a variety of tasks such as network communication, port scanning, file transfer, and network testing. It provides a simple and effective way to connect and interact with other networked devices. In this article, we'll explore how to use the 'nc' command in Linux and provide practical examples to help you get started.

The Linux 'nc' command, also known as Netcat, is a versatile networking tool that can be used for a variety of tasks such as network communication, port scanning, file transfer, and network testing. It provides a simple and effective way to connect and interact with other networked devices. In this article, we'll explore how to use the 'nc' command in Linux and provide practical examples to help you get started.

Multi-cloud security is the practice and strategy of securing applications, data, and infrastructure distributed across multiple cloud environments. In this post, we'll discuss the benefits of multi-cloud and some required security considerations.

API Security Guide - snyk.io - 3 years ago - eng
Gartner recently predicted that API attacks would become the most frequent vector of attack. This article will explain why API security is essential and which best practices companies can implement to protect their APIs better.


In this article, we'll walk through the process of extracting our Circle of Fifths component out into its own repository and publishing it to NPM!

Night & Astro Photography workshop held at Don in the Dang district of Gujarat with Chittaranjan Desai The post Astrophotography at Don appeared first on Qusai Haider's .

This is very interesting. Recently I was discussing the slow decay of Advertising. What I see happening now is that to most people, ads don’t work . They don’t contribute anything except noise and annoyance. When you google something like “Best Garden Shears”, as an example, the list of websites is functionally mulch. It’s not useful, it’s hyper-seo ad spam linking back to Amazon. People don’t trust these google listings, and the alterna..

We developed the Global Metrics site to show aggregate metrics across all websites using GoSquared Analytics. Global Metrics gave a... The post Saying Goodbye to Global Metrics appeared first on GoSquared Blog .

Microsoft T-SQL supports a language feature called table-valued parameter (TVP), which is a parameter of a table type that can be passed to a stored procedure or function. For example, you may write: This function takes a table-valued parameter (TVP), and produces a result set containing the cross product of the parameter table with itself. … Continue reading How to Pass a Table Valued Parameter to a T-SQL Function with jOOQ →

In my previous post , we stored keys and values as raw numbers inside the 8KB page. That was simple, but wasteful. For many scenarios, we are never going to need to utilize the full 8 bytes range for a long. Most numbers are far smaller. In the example I gave in the last post, we are storing the following range of numbers (file offsets, basically). I’m using two test scenarios, one where I’m testing the full range (for correctness) and o....



52 visitors online