ContentPosts from @faun..
Link
@faun shared a link, 2 years, 1 month ago

Malicious Docker Hub Container Images Used for Cryptocurrency Mining

Increased container adoption has led to a rise in threats to DevOps pipelines, including abuse of container images for malicious activities. Docker recently removed two malicious images found on Docker Hub used for cryptocurrency mining...

Malicious Docker Hub Container Images Used for Cryptocurrency Mining
Link
@faun shared a link, 2 years, 1 month ago

Kubernetes Grey Zone: Risks in Managed Cluster Middleware

Are your managed Kubernetes clusters safe from the risks posed by middleware components? Learn how to secure your clusters and mitigate middleware risks...

Kubernetes Grey Zone: Risks in Managed Cluster Middleware
Link
@faun shared a link, 2 years, 1 month ago

Pandas fillna vs scikit-learn SimpleImputer

Both pandas and scikit-learn provide tools for dealing with missing data. Pandas offers a "fillna" functionality that can perform univariate imputations as well as more advanced tasks such as working with dates and forward/backward filling. In comparison, scikit-learn's SimpleImputer only offers bas..

Link
@faun shared a link, 2 years, 1 month ago

Some Gotchas with OpenAI's Function Call Feature and How to Handle Them

The function call feature in OpenAI's ChatGPT APIs allows us to perform tasks by calling functions in the model's response. There are potential challenges when using this feature, such as generating accurate function call arguments, handling chains of function calls, and avoiding hallucinations of f..

Some Gotchas with OpenAI's Function Call Feature and How to Handle Them
Link
@faun shared a link, 2 years, 1 month ago

Japan Goes All In: Copyright Doesn't Apply To AI Training

Japan's government has decided not to enforce copyrights on data used in AI training, believing that copyright worries have hindered the nation's progress in AI technology. This is part of Japan's plan to become a leader in AI and boost its economic growth. While some artists are concerned, the acad..

Japan Goes All In: Copyright Doesn't Apply To AI Training
Link
@faun shared a link, 2 years, 1 month ago

AlphaDev discovers faster sorting algorithms

New algorithms discovered by AlphaDev, an AI system that uses reinforcement learning, have been shown to be faster and more efficient for sorting and hashing data than traditional algorithms. These discoveries have significant implications for the computing ecosystem, as they can improve the perform..

AlphaDev discovers faster sorting algorithms
Link
@faun shared a link, 2 years, 1 month ago

Building a Fast Global Serverless API with Turso and endpts

Turso is a distributed database that runs read-replicas in multiple regions to minimize latency...

Building a Fast Global Serverless API with Turso and endpts
Link
@faun shared a link, 2 years, 1 month ago

What are the limits of serverless for online gaming?

Exploring the Limits of Serverless architecture for high-state, complex games...

What are the limits of serverless for online gaming?
Link
@faun shared a link, 2 years, 1 month ago

How to build a scalable web app with serverless technologies

Learn how to build a serverless profile link management app using Next.js, TailwindCSS, PlanetScale, and Vercel. Explore the setup, connecting to the database, building the backend, adding user authentication, retrieving user profiles, and implementing authorization...

How to build a scalable web app with serverless technologies
Link
@faun shared a link, 2 years, 1 month ago

Why I stopped using OpenFaaS

Adopting OpenFaaS had its challenges, with limited community resources and a shift towards premium features. Eventually, the author stopped using OpenFaaS due to the lack of openness and inability to maintain community support. They now explore alternatives like Knative and JustFaaS for their projec..

Why I stopped using OpenFaaS