Join us

ContentUpdates from Samsung SDS...
Link
@faun shared a link, 2 years ago
FAUN.dev()

Some miscellaneous git facts

In the world of Git, there are some intriguing revelations: 1. The terms "index," "staging area," and "--cached" all refer to the same entity - the file .git/index. 2. When you stash changes using 'git stash,' Git actually creates two separate commits - one for the index and another for your unstag.. read more  

Link
@faun shared a link, 2 years ago
FAUN.dev()

The Lack of Compensation in Open Source Software is Unsustainable

The demand for open-source software is high, with many companies and users relying on it for various purposes. However, compensation for open-source developers is often lacking, causing a motivation gap and potential burnout among contributors... read more  

The Lack of Compensation in Open Source Software is Unsustainable
Link
@faun shared a link, 2 years ago
FAUN.dev()

Unit Testing Alerting with the Prometheus Operator

At loveholidays, Prometheus and Alertmanager are used for alerting based on metrics provided by applications and the Linkerd service mesh. They employ Prometheus operator to deploy and scale a company-wide Prometheus service, which allows defining alerts using PromQL queries and thresholds. To ensur.. read more  

Unit Testing Alerting with the Prometheus Operator
Link
@faun shared a link, 2 years ago
FAUN.dev()

Python Threading: 7-Day Crash Course

Python threading allows for the creation and management of new thread execution in Python, even though threads cannot run in parallel due to the Global Interpreter Lock (GIL). However, the GIL can be released in many cases, such as when reading/writing to a file or socket, allowing for the use of th.. read more  

Python Threading: 7-Day Crash Course
Link
@faun shared a link, 2 years ago
FAUN.dev()

Golang Structs Memory Allocation

Golang memory allocation follows a set of rules to ensure that variables have the proper alignment, which can affect the size and behavior of data types within a struct. Alignment can be optimized by understanding the memory allocation process within a struct and using functions such as `offsetof` a.. read more  

Golang Structs Memory Allocation
Link
@faun shared a link, 2 years ago
FAUN.dev()

The Kubernetes documentation is SO wrong about Namespaces

Using Kubernetes Namespaces is not just for clusters with a few to tens of users; they are essential for avoiding naming conflicts, defining granular role-based access control, setting different resource quotas for each application, and making NetworkPolicy more secure and reliable in multi-applicat.. read more  

The Kubernetes documentation is SO wrong about Namespaces
Link
@faun shared a link, 2 years ago
FAUN.dev()

OpenAI announces leadership transition

OpenAI's board of directors has announced that Sam Altman, the CEO, will be departing from the company, and Mira Murati, the Chief Technology Officer, will serve as the interim CEO. The board believes that Altman's departure and Murati's appointment will facilitate a seamless leadership transition a.. read more  

OpenAI announces leadership transition
Link
@faun shared a link, 2 years ago
FAUN.dev()

Why Hasn't Solana Died Yet?

Solana, a once-underdog blockchain, has been addressing its outage issue and has gained significant popularity, surpassing Ethereum in the market. The article explores the reasons behind Solana's success, including its technology, user activity, and tokenomics... read more  

Link
@faun shared a link, 2 years ago
FAUN.dev()

The Architecture of Serverless Data Systems

Serverless multitenant (MT) systems, such as Google's BigQuery and Amazon's DynamoDB, are growing in number and popularity, with many well-established companies offering such services. These systems allow multiple tenants to share resources and scale based on demand, offering benefits such as elasti.. read more  

The Architecture of Serverless Data Systems
Link
@faun shared a link, 2 years ago
FAUN.dev()

I analyzed stackoverflow

Buildozer is a project that lacks information about sensitive API keys used in building apps. Through the analysis of StackOverflow questions and answers, it was discovered that some users were inadvertently leaking sensitive information such as API keys, JWTs, and private dependencies when posting .. read more  

I analyzed stackoverflow

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.