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

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..

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, state changes, and

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.

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....



The world can feel like a rational and deterministic place completely indifferent to your emotions but that's not always the case. When it comes to competition, learning something new, achieving something ambitious, or even changing who you are your belief can be the difference between winning and losing.

The world can feel like a rational and deterministic place completely indifferent to your emotions but that's not always the case. When it comes to competition, learning something new, achieving something ambitious, or even changing who you are your belief can be the difference between winning and losing.

Do you want your website to load faster for users all over the world? A Content Delivery Network (CDN) is the solution you've been looking for. This article will explore what a CDN is and how it works to speed up your website, giving you a competitive edge in today's fast-paced online world.

Do you want your website to load faster for users all over the world? A Content Delivery Network (CDN) is the solution you've been looking for. This article will explore what a CDN is and how it works to speed up your website, giving you a competitive edge in today's fast-paced online world.



Do you want your website to load faster for users all over the world? A Content Delivery Network (CDN) is the solution you've been looking for. This article will explore what a CDN is and how it works to speed up your website, giving you a competitive edge in today's fast-paced online world.

During my move, the microSD card that was driving my LED matrix to show Spotify covers broke. As I'm stupid and had nothing backed up or in source control, I'm now tasked with recreating it from scratch. I'll be using Docker

Godot Wild Jam 55 - evilcookie.de - 3 years ago - eng

Godot Wild Jam 55 - evilcookie.de - 3 years ago - eng

The Django documentation describes how to bind uploaded files when using function-based views. There’s no easy equivalent I could find on how to do the same for generic, class based views like CreateView . The right way to do it is to override the form_valid() method on the view: def form_valid (self, form): file = self .request. FILES [ "file" ] self .object = form.save( commit = False ) self .ob..

The Django documentation describes how to bind uploaded files when using function-based views. There’s no easy equivalent I could find on how to do the same for generic, class based views like CreateView . The right way to do it is to override the form_valid() method on the view: def form_valid (self, form): file = self .request. FILES [ "file" ] self .object = form.save( commit = False ) self .ob..

Putting privacy issues aside, which scenario would you consider "safer"? -MS Windows + paid third party security suite (AV, firewall, behavioral analysis, IDS, etc) + common sense -GNU/Linux + selinux + common sense common sense entails not clicking on random links, not opening random pdf/docx/exe and other suspicious files, only downloading software from reputable sites (including pirated software), browsing with adblockers and using a....


Look, I get the noble intentions that originally spawned the movement, but y'all, capitalism is winning, and Open Source isn't changing that fact by an appreciable margin.

MAGA pun aside, Linux is doing more for Apple hardware than macOS right now… at least in the eyes of some old UNIX nerds like me. At the Southern California Linux Expo (SCaLE) earlier this month, the closing keynote was given by Ken Thompson (co-creator of the UNIX operating system and the Go programming language). During the Q&A session following that keynote, Ken was asked “ What’s your operating system of choice, today? ” While you..

MAGA pun aside, Linux is doing more for Apple hardware than macOS right now… at least in the eyes of some old UNIX nerds like me. At the Southern California Linux Expo (SCaLE) earlier this month, the closing keynote was given by Ken Thompson (co-creator of the UNIX operating system and the Go programming language). During the Q&A session following that keynote, Ken was asked “ What’s your operating system of choice, today? ” While you..

Dealing with a heavy traffic load on your website or application? Learn about load balancers and how they distribute traffic to keep your online presence running smoothly. Discover the differences between Layer 4 and Layer 7 load balancers and find the right solution for your needs.

I just returned from two weeks of "slow travel" in Paris. Instead of visiting museums and attractions, "slow travel" consists of living my everyday life, but in a different city. My trip generally con...

Dealing with a heavy traffic load on your website or application? Learn about load balancers and how they distribute traffic to keep your online presence running smoothly. Discover the differences between Layer 4 and Layer 7 load balancers and find the right solution for your needs.

Going Github - www.marginalia.nu - 3 years ago - eng
I’ve moved Marginalia’s sources to Github. Can’t pick every battle. The main reason is I’m kind of tired of the amount of spam bots that keep signing up to my Gitea. The juice of self-hosting a public-access git forge, even locked down to prevent arbitrary repo creation, that juice just isn’t worth the squeeze. This is not without some consideration. To be blunt, I don’t like Github. Their use of dark patterns leaves a real nasty afte..

Dealing with a heavy traffic load on your website or application? Learn about load balancers and how they distribute traffic to keep your online presence running smoothly. Discover the differences between Layer 4 and Layer 7 load balancers and find the right solution for your needs.

Today, we are going to explain how a computer converts electricity into numbers. We're also going to briefly touch on the basics of how a computer can combine these different electrical signals to do operations involving boolean logic and even addition.



4 visitors online