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

In the 1970s, the Indonesian island of Bali went through a period of rapid change. Along the stunning beaches on the southern side of the island, tourism boomed. Parking lots were put up, together with swinging hot spots and hotels of various colours. Hip young travellers from North America, Europe, and Australasia had “discovered” the island and began exploring its awesome surfing breaks, drinking in the newly-built bars, and spending mone....

I often want to include related nested objects in my Django REST Framework ModelViewSets for CRUD operations, but don’t want those related objects cluttering up the list view. To accomplish this, you can return a serializer from get_serializer_class() that doesn’t include the nested relation when the ViewSet action is list. I ended up doing this on a bunch of viewsets, so I factored the logic out into a separate mixin: from typing ....

I often want to include related nested objects in my Django REST Framework ModelViewSets for CRUD operations, but don’t want those related objects cluttering up the list view. To accomplish this, you can return a serializer from get_serializer_class() that doesn’t include the nested relation when the ViewSet action is list. I ended up doing this on a bunch of viewsets, so I factored the logic out into a separate mixin: from typing ....

I really enjoyed this collection of stories and experiences. The authenticity and vulnerability in some of these pieces were heart…

This article will demonstrate a mass assignment vulnerability in a Node.js project, how an attacker can exploit it, and ways to protect a web application against it.



This post builds a weighted modification of the Hodges–Lehmann estimator that supports weighted samples. In Pragmastat, Center is the recommended unweighted robust location estimator. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat The classic [[hodges-lehmann-estimator|Hodges-Lehmann location estimator]] is a robust, non-parametric statistic used as a measure of the c....

This post builds a weighted modification of the Hodges–Lehmann estimator that supports weighted samples. In Pragmastat, Center is the recommended unweighted robust location estimator. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat The classic [[hodges-lehmann-estimator|Hodges-Lehmann location estimator]] is a robust, non-parametric statistic used as a measure of the c....

There are several ways to automate blog publishing from git push. This one is mine. Mostly notes for future self. I use Gitea , Hugo , Caddy and NixOS .

Learn about how federated databases enable the efficient management of distributed systems by allowing for seamless data access and sharing across multiple databases and data sources.

Sharding is a method of breaking up a large database into smaller, more manageable pieces, allowing for greater scalability and performance. This technique involves distributing data across multiple machines, reducing the load on any one server and enabling faster and more efficient queries. In this article, we’ll dive into the concept of sharding and explore how it can be implemented to improve the performance and scalability of your datab..

FAQ - www.marginalia.nu - 3 years ago - eng
This information is outdated The marginalia search project info now lives on about.marginalia-search.com . What is this search engine’s name? Let’s call it Marginalia Search as that’s what most people seem to do. There is some confusion, perhaps self-inflicted problem as I’m not really into branding and logos, and to make matters worse I’ve used a lot of different internal names, including Astrolabe and Edge Crawler. But most peop..

There are several ways to automate blog publishing from git push. This one is mine. Mostly notes for future self. I use Gitea , Hugo , Caddy and NixOS .

There are several ways to automate blog publishing from git push. This one is mine. Mostly notes for future self. I use Gitea , Hugo , Caddy and NixOS .

Restic 0.15.0 quietly merged #2398 which finally allows native support of keys without delete permissions. After updating the binary on relevant systems, reversing the two changes from my earlier post (i.e. swapping rclone:b2:bucketname/foldername back to b2:bucketname:foldername & removing the extra rclone args) leaves a simple restic solution working with defaults. Awesome! I had updated directly from 0.9.6 and checking the doc....

This is one of the coolest types of denial of service I’ve seen and I had to make a short post on it. Usually with a denial of service attack, you need a fast internet connection to make a server unusable or where they are limiting speed per machine or you need a lot more, you need to DDoS with a botnet preferably personal computers (for residential IPs). A slow loris attack in comparison does not require a fast internet connection.

When I go to a URL linked to by my search engine or visit my usual websites that I have saved, it shouldn’t download over 15 MB before it starts to function or push my CPU usage to 100% when I look at htop. A lot of websites today load a lot of things that users don’t want and ruin the experience of browsing the web. One major thing is trackers which I am not completely against but some websites go overboard and put me off going to their si..

Learn about how federated databases enable the efficient management of distributed systems by allowing for seamless data access and sharing across multiple databases and data sources.

Sharding is a method of breaking up a large database into smaller, more manageable pieces, allowing for greater scalability and performance. This technique involves distributing data across multiple machines, reducing the load on any one server and enabling faster and more efficient queries. In this article, we’ll dive into the concept of sharding and explore how it can be implemented to improve the performance and scalability of your datab..

Learn about how federated databases enable the efficient management of distributed systems by allowing for seamless data access and sharing across multiple databases and data sources.

Sharding is a method of breaking up a large database into smaller, more manageable pieces, allowing for greater scalability and performance. This technique involves distributing data across multiple machines, reducing the load on any one server and enabling faster and more efficient queries. In this article, we’ll dive into the concept of sharding and explore how it can be implemented to improve the performance and scalability of your datab..

Missing claims in the ClaimsPrincipal user object is a frequent problem when using OpenID Connect authentication in ASP.NET Core. In this blog post, we'll

With Disney taking a major bloody diarrhea dump on the Alaska King sized mattress with the live-acti...

We expect privacy and security controls to be in place for the web applications we use every day. This means not only the use of basic security encryption, but also proper security for stored data and secure environments for the development and deployment of applications. For all of these controls to be in place, web application developers should be more engaged in security practices.

I'm sure for some of you Model-View-Controller (MVC) resembles more of an anti-pattern than something to reach for when writing Clojure, but I think it's a great example of what architecture should accomplish, especially what can be accomplished in Clojure. MVC decouples state,

Introduction In episode 8, Miki developed a Go HTTP client that had a method to check the health of a theoretical API. The method would construct the request URL and return an error based on the response code received from the server. Miki then created a type that would mock Go’s http.RoundTripper interface and replace his client’s transport with said type to test it. To improve the efficacy, Miki’s stub will simulate an erroneous response..

As businesses grow, their databases can become overloaded and slow, leading to a poor user experience. To address this issue, database administrators can use a system called master-slave replication, which allows for multiple copies of a database to be distributed across different servers. In this article, we'll explore the concept of master-slave replication, how it works, and why it's important for achieving high availability in your data..

Master-master replication is a powerful technique that can help you improve the availability and scalability of your database system. But what exactly is master-master replication, and how does it work? In this article, we'll explore the details of this technique, including its benefits and some real-world examples.

Passwords - diyarciftci.xyz - 3 years ago - eng
Setting easy to remember, hard to guess passwords isn’t as difficult as people say. Making strange passwords that are hard to remember but aren’t very strong is something a lot of people do. Using a passphrase is a better idea. An XKCD comic gets the point across. You can go to dicewareto generate one, generate one in a password manager such as KeePassXC or you can pick up a physical dictionary and select words randomly for your passphrase.

Data that is “deleted” on most operating systems isn’t genuinely deleted from the disk. The data on the disk is still very much there. The place where it was stored on disk is marked to be overwritten when disk space is needed by another program. Depending on the size of the file and how much space is available on the disk, it may be recoverable with no damage or partly corrupted.

If you want to securely and anonymously access a machine, this may be for you. You may not want to do this if you want a very responsive experience. This is done on debian so change commands to what is required to make it work on your own system whether with different package manager than apt, different init system than systemd, etc. This does not require opening any ports on your router.

As businesses grow, their databases can become overloaded and slow, leading to a poor user experience. To address this issue, database administrators can use a system called master-slave replication, which allows for multiple copies of a database to be distributed across different servers. In this article, we'll explore the concept of master-slave replication, how it works, and why it's important for achieving high availability in your data..

Master-master replication is a powerful technique that can help you improve the availability and scalability of your database system. But what exactly is master-master replication, and how does it work? In this article, we'll explore the details of this technique, including its benefits and some real-world examples.

As businesses grow, their databases can become overloaded and slow, leading to a poor user experience. To address this issue, database administrators can use a system called master-slave replication, which allows for multiple copies of a database to be distributed across different servers. In this article, we'll explore the concept of master-slave replication, how it works, and why it's important for achieving high availability in your data..

Master-master replication is a powerful technique that can help you improve the availability and scalability of your database system. But what exactly is master-master replication, and how does it work? In this article, we'll explore the details of this technique, including its benefits and some real-world examples.

My brother nerd sniped me the other day. He wanted to see if he could extract the images out of an old game by Ambrosia Software called “Slithereens”. It was released on 1998-12-15 for Mac OS 9. That sounds easy enough… Digging though resource forks Old Mac OS had the ability to have a 2nd … Continue reading Decoding the sprite format of a 25 year old game



Astro added content collections in v2.0, and while it’s overall a big improvement for pages like blog posts where there’s a uniform schema, it makes generating links to your content just a bit harder than file-based routing. I added a helper function and some Typescript types to content.ts to make it easy to map content collections to URLs in a typesafe way that your editor can help auto-complete. export const collections = { ....

Astro added content collections in v2.0, and while it’s overall a big improvement for pages like blog posts where there’s a uniform schema, it makes generating links to your content just a bit harder than file-based routing. I added a helper function and some Typescript types to content.ts to make it easy to map content collections to URLs in a typesafe way that your editor can help auto-complete. export const collections = { ....

The company I work for provides a broad scope of IT services to our customers and to be able to offer the best quality services, we rely heavily on automation, especially Red Hat Ansible. In this blog post, we’ll look at what our workflow looks like when automating with Ansible and what tools we use along the way to ensure reliable automation.   Our DevOps process and why we choose Ansible I am a Systems Architect in one of our operatio....



54 visitors online