ContentPosts from @desertprincess..
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Koala: A Dialogue Model for Academic Research

The blog post introduces Koala, a chatbot trained by fine-tuningMeta’s LLaMAon dialogue data gathered from the web. - The model is evaluated against ChatGPT and Stanford’s Alpaca, showing competitive performance to existing models. - The results suggest that models that are small enough to be run lo.. read more  

Koala: A Dialogue Model for Academic Research
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

From Deep to Long Learning?

The article discusses the development of sequence models that can handle longer sequences with more context. - While traditional attention-based Transformers scale quadratically with sequence length, the authors have developed models based on structured state space models (SSMs) that scale nearly li.. read more  

From Deep to Long Learning?
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

LLM Sandboxing: Early Lessons Learned

Doublespeak.chatis a text-based AI escape game where players attempt to extract a secret name from the OpenAI's Large Language Model (LLM). - In the first two weeks since its launch, the developers have learned that LLMs cannot do math but are more reliable when they output the intermediary steps to.. read more  

LLM Sandboxing: Early Lessons Learned
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Macro-services to Nano-services: Evolution of Software Architecture

This article discusses the evolution of software architecture from monolithic to microservices and serverless. It suggests following a step-by-step process for software system design and evolving from monolithic to microservices. - Refactoring architectures with different aspects of microservices pi.. read more  

Macro-services to Nano-services: Evolution of Software Architecture
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Cloud adoption will fail because of the skills gap

The cloud skills gap is a major challenge for organizations looking to adopt cloud computing, and is impacting timelines for cloud migration and maturity. - The gap is caused by a shortage of skilled professionals, escalating salaries, cultural issues, and lack of training. - Retraining existing sta.. read more  

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

Scaling Git’s garbage collection

GitHub hasmore than 18.6 petabytes of Git data, most of which comes from repository contents. Some of this data is junk, such as files that are no longer important, and is considered unreachable. - Normally, GitHub doesn't remove this data, but occasionally does so to remove sensitive information. -.. read more  

Scaling Git’s garbage collection
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

How Stripe builds interactive docs with Markdoc

Stripe designed its product docs to be interactive and customized for each user, which improved the user experience but posed challenges for authors. - To address this, Stripe created a custom authoring format, Markdoc, which extends Markdown with custom syntax for features like conditional content,.. read more  

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

Next magic Linux program to will change the world? Io_uring

Theio_uringsubsystem is becoming a game changer for Linux developers, allowing for faster I/O performance and a more natural event-driven programming style. - Unlike the older AIO subsystem, io_uring uses a shared memory ring buffer between user space and the kernel, enabling it to submit operations.. read more  

Next magic Linux program to will change the world? Io_uring
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

SUSE Unveils Rancher 2.7.2, Enhanced Kubernetes Management

SUSE has launchedRancher2.7.2, the latest version of its software stack for managing multiple Kubernetes clusters across any infrastructure, to boost ecosystem adoption. - Rancher Manager's user functionality has been decoupled to allow users to extend and enhance the Rancher UI. - The update includ.. read more  

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

Thousands of misconfigured container and artifact registries expose sensitive credentials

Aqua Security researchers discoveredover 10,000 container registries and 7,000 artifact repositoriesowned by businesses that are exposed to the internet and could give attackers access to sensitive information, including access tokens, encryption keys, database passwords, internal IP addresses, and .. read more  

Thousands of misconfigured container and artifact registries expose sensitive credentials