ContentPosts from @swarna-padma..
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

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

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

Some Gotchas with OpenAI's Function Call Feature and How to Handle Them
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

Japan Goes All In: Copyright Doesn't Apply To AI Training
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

AlphaDev discovers faster sorting algorithms
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

Building a Fast Global Serverless API with Turso and endpts
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

What are the limits of serverless for online gaming?

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

What are the limits of serverless for online gaming?
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

How to build a scalable web app with serverless technologies
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

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

Why I stopped using OpenFaaS
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Testing Step Functions: how to skip time when testing Timeout and Wait states

When testing Step Functions, Step Functions Local won't help with dealing with time delays. To overcome this, you can rewrite the state machine definition in the test setup to reduce the wait time. This strategy allows you to skip time when testing wait states and timeout clauses... read more  

Testing Step Functions: how to skip time when testing Timeout and Wait states
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Lambda Extension with Golang

Lambda extensions promote language agnostic code reuses. Building a Lambda Extension with Golang can provide many additional benefits... read more  

Lambda Extension with Golang