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

Race conditions can cause unpredictable and hard-to-reproduce bugs in software systems. In this article, we'll explain what race conditions are, why they occur, and how you can design your system to avoid them.

On AI - zacbrown.org - 3 years ago - eng




Computers don't perceive the world in the same way we do. So, a common point of confusion for students just starting out with machine learning is how to bridge the gap between fully colored images and the sequence of numbers that a computer uses. We will focus on explaining this gap in this article.

Palo Alto Haikus - www.mattp.tech - 3 years ago - eng

Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next package installation? Christopher Trudeau is back this week, bringing another batch of PyCoder's Weekly articles and projects. We also have Python Software Foundation executive director, Deb Nicholson, to share details about PyCon US 2023.

K3s quickstart - blog.mariom.pl - 3 years ago - eng
In my previous post, I shared my my experiences with k3s. Today I will show how easy it is to set up and host a simple static web page. Prerequisites You will need a server (or your computer) and a DNS domain name. For my playground, I used OVH Public Cloud instance - D2-2 with Debian 11, and *.k3s.domain.com domain name. Install k3s Installing k3s is very simple. Just execute curl -sfL https://get.

In this post, we'll discuss the recent data leaks in the Netherlands and what developers can learn from these security incidents.

I’m in California for work this week, and it’s been incredibly productive. Meeting with teammates is an incredibly rewarding experience in-person, and I was able to check out our new offices. Flying in on Sunday gave me some time to walk around the California sun, and I ambled in to a bookstore. I picked up a copy of American Prometheus about the life of Robert Oppenheimer, and it was a special kind of magic to read about Oppenheimer’s li....


The Nordic Flowbased external parallel run is still going strong and its two months since my first look so time for an update! If you missed it, please see the first part for a general introduction and some data remarks. Flowbased Domain Results Lets start with looking at the capacity calcuation process and domain. The flowbased process output seems to be still quite stable. From business day 2022-09-01 until the last business day pos..

Remote Procedure Call (RPC) is a popular mechanism used in distributed computing to allow programs running on different machines to communicate with each other. This article will explain what RPC is, how it works, and provide real-world examples of its applications.


Remote Procedure Call (RPC) is a popular mechanism used in distributed computing to allow programs running on different machines to communicate with each other. This article will explain what RPC is, how it works, and provide real-world examples of its applications.


Remote Procedure Call (RPC) is a popular mechanism used in distributed computing to allow programs running on different machines to communicate with each other. This article will explain what RPC is, how it works, and provide real-world examples of its applications.

What is a transducer anyways? Specifically, from the documentation 'a transducer is a transformation from one reducing function to another'. We can think of a transducer as a context-independent transformation composed of, say, many reducers (like map and filter). If we think of functional programming as a series

This is my generative AI take. I’m sure there are many like it, but this one is mine . When it comes to social trends I’m often on the far side of Moore’s Chasm . I signed up for Snapchat a year after all of my friends, and joined Instagram two years after everyone else. So it was only appropriate that it took weeks after the internet was set on fire for me to see the value that applications of Large Language Models like ChatGPT and ....

This is my generative AI take. I’m sure there are many like it, but this one is mine . When it comes to social trends I’m often on the far side of Moore’s Chasm . I signed up for Snapchat a year after all of my friends, and joined Instagram two years after everyone else. So it was only appropriate that it took weeks after the internet was set on fire for me to see the value that applications of Large Language Models like ChatGPT and ....

SSTOTP is as simple as it gets for a TOTP implementation. The libary can do the following: Generate TOTP Secrets Generate TOTP Tokens Validate TOTP Tokens Tokens are valid for 30 seconds, and a step tolerance of two is implemented to account for clock skew. It has a single standard library dependency, which is base32 . At this time, it is considered feature complete. Generating otpauth:// QR codes is left as an exercise to the re..

I often tack on notify-send at the end of a long running command to get a desktop notification when the command is done. ./long-running-build-command; notify-send "Build done" notify-send uses the Desktop Notification spec that relies on DBus to propagate a request to show a notification. This is a widely supported standard in the Linux ecosystem powering all notifications, regardless of which desktop environment you use. However my simple ..

I often tack on notify-send at the end of a long running command to get a desktop notification when the command is done. ./long-running-build-command; notify-send "Build done" notify-send uses the Desktop Notification spec that relies on DBus to propagate a request to show a notification. This is a widely supported standard in the Linux ecosystem powering all notifications, regardless of which desktop environment you use. However my simple ..

In case you did not know, Manim is an programmatic animation libary for Python, famously used for the beautifully designed mathematics instructional videos of the 3Blue1Brown YouTube channel. My problem is that I wanted to use it to generate animations of a piano keyboard, and, in order for the keyboard to look correct, the keys should have rounded corners. On the bottom. And only on the bottom. And Manim couldn't do that. Since ..

In case you did not know, Manim is an programmatic animation libary for Python, famously used for the beautifully designed mathematics instructional videos of the 3Blue1Brown YouTube channel. My problem is that I wanted to use it to generate animations of a piano keyboard, and, in order for the keyboard to look correct, the keys should have rounded corners. On the bottom. And only on the bottom. And Manim couldn't do that. Since ..

In case you did not know, Manim is an programmatic animation libary for Python, famously used for the beautifully designed mathematics instructional videos of the 3Blue1Brown YouTube channel. My problem is that I wanted to use it to generate animations of a piano keyboard, and, in order for the keyboard to look correct, the keys should have rounded corners. On the bottom. And only on the bottom. And Manim couldn't do that. Since ..


Learn what Representational State Transfer (REST) is and how it has become the de facto standard for building web APIs today.

Learn what Representational State Transfer (REST) is and how it has become the de facto standard for building web APIs today.


Learn what Representational State Transfer (REST) is and how it has become the de facto standard for building web APIs today.

DEF CON 31 booking reminder: That new ‘Horseshoe’ hotel showing up in our room block is the new rebrand of the familiar Bally’s. Same convenient location and discount, just with a big glow-up. To get access to the DEF CON discount, book rooms at https://book.passkey.com/go/SHDEF3

Intro This is part 1 of a 3 part series where I talk about theatre engineering for the play You’re Too Cute to Be An Astronaut . In this part you can find out about the motivation for the play and its audio design. What does it feel like to leave earth? One of my very first memories is from 1984. It’s spring time, and me and my family are celebrating my fourth birthday. Our garden is filled with relatives and friends. But I’m not ther..

ChatGPT is a large language model developed by OpenAI that has gained immense popularity for its ability to generate human-like text responses to prompts. With its advanced natural language processing capabilities, ChatGPT has become a powerful tool for a variety of applications, including sentiment analysis. By analyzing text data and identifying the underlying sentiment, ChatGPT can provide valuable insights into customer feedback, social....

AWS in 30 recap - snyk.io - 3 years ago - eng
Last month, Lead Partner Solutions Architect, David Schott, presented a demo on how Snyk works alongside Amazon Web Services (AWS) to identify vulnerabilities at every level of development and infrastructure. Let’s dive right into his presentation and its biggest takeaways.

Reflecting on my professional journey and the various teams I’ve been a part of, I recently picked up a book that resonated with my experiences and offered some invaluable insights into building a truly cohesive and high-performing team. The book, “The Ideal Team Player” by Patrick Lencioni, delves into the characteristics that make someone an ideal team player and provides practical guidance on how to cultivate these traits in the workplac..

UDP is a lesser-known protocol when compared to TCP, but it plays a vital role in network communication. If you are looking to learn about UDP and its use cases, you have come to the right place. Read on to explore the ins and outs of UDP and when it should be used.

TCP is a fundamental protocol of the internet, and understanding how it works is essential for anyone who wants to know more about networking. In this article, we will demystify TCP and explain how it works in both technical and layman terms.

UDP is a lesser-known protocol when compared to TCP, but it plays a vital role in network communication. If you are looking to learn about UDP and its use cases, you have come to the right place. Read on to explore the ins and outs of UDP and when it should be used.

TCP is a fundamental protocol of the internet, and understanding how it works is essential for anyone who wants to know more about networking. In this article, we will demystify TCP and explain how it works in both technical and layman terms.

As I try to move towards minimalism, I discover what it is like in different dimensions. When one starts to explore minimalism, it starts outside one's being, with the process of downsizing and keeping that state. Literature targets reduction of physical (and sometimes digital) belongings and presents it as the starting point and the only possible path. For these methods, victory is achieved when nothing else can be removed from peoples' ....


As I try to move towards minimalism, I discover what it is like in different dimensions. When one starts to explore minimalism, it starts outside one's being, with the process of downsizing and keeping that state. Literature targets reduction of physical (and sometimes digital) belongings and presents it as the starting point and the only possible path. For these methods, victory is achieved when nothing else can be removed from peoples' ....

46 visitors online