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

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



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

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

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.

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.




Occasionally, you want to write a SQL query and fetch a hierarchy of data, whose flat representation may look like this: The result might be: |id |parent_id|label | |---|---------|-------------------| |1 | |C: | |2 |1 |eclipse | |3 |2 |configuration | |4 |2 |dropins | |5 |2 |features | |7 |2 |plugins | |8 |2 … Continue reading How to Turn a List of Flat Elements into a Hierarchy in Java, SQL, or jOOQ →

What are the core lessons you've learned along your Python development journey? What are key takeaways you would share with new users of the language? This week on the show, Duarte Oliveira e Carmo is here to discuss his recent talk, "Four Years of Python."

In my professional life I use terraform, kubernetes, various cloud providers… Why did I choose k8s as a solution for my self-hosted server overhaul? Was it a good idea? Reasoning As a DevOps professional, I always strive to learn new things. However, in projects, there isn’t always space to experiment with new concepts. Small changes can break many things, and some chosen architectures are already deeply integrated with other components. Wh..

24 visitors online