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

Simplify fine-grained authorization with Amazon Verified Permissions and Amazon Cognito

AWS customers can now use Amazon Cognito and Amazon Verified Permissions together to add fine-grained authorization to their applications. Verified Permissions allows you to write policies for fine-grained access control and evaluate them based on the context of an access request, using attributes f.. read more  

Simplify fine-grained authorization with Amazon Verified Permissions and Amazon Cognito
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Interactively fine-tune Falcon-40B and other LLMs on Amazon SageMaker Studio notebooks using QLoRA

Fine-tuning large language models (LLMs) using Amazon SageMaker notebooks provides improved performance on domain-specific tasks. The use of Hugging Face's parameter-efficient fine-tuning (PEFT) library and quantization techniques throughbitsandbytesallows for interactive fine-tuning of extremely la.. read more  

Interactively fine-tune Falcon-40B and other LLMs on Amazon SageMaker Studio notebooks using QLoRA
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

AWS API Gateway header smuggling and cache confusion

Omegapoint identified two potential security issues in AWS API Gateway authorizers. They reported these issues to AWS in November 2022 and January 2023, and AWS implemented mitigations for all customer accounts in May 2023... read more  

AWS API Gateway header smuggling and cache confusion
Link
@prathamesh-sonpatki shared a link, 2 years, 4 months ago
SRE, Last9.io

Prometheus vs. VictoriaMetrics

Prometheus vs. VictoriaMetrics
Link
@prathamesh-sonpatki shared a link, 2 years, 4 months ago
SRE, Last9.io

Prometheus vs. Cortex

Prometheus vs. Cortex
Story
@jennifer shared a post, 2 years, 4 months ago
AI Engineer, accenture

A Comprehensive Guide to Cybersecurity Careers: Which One is Right for You?

Explore the different career paths available in cybersecurity and learn about the top certifications that can help you get started in this growing field.

Cybersecurity Careers 2023 - USCSI.jpeg
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Code Review: Should the Go project stop importing PRs?

Code Review: Should the Go project stop importing PRs?
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

Announcing GoReleaser v1.19 — the big release

GoReleaser's latest release includes almost 200 commits, introducing features like Nixpkgs support, Winget manifest generation, and pull request integration with Homebrew, Krew, and Scoop. It also includes security improvements, deprecations, template enhancements, and bug fixes, making it a compreh.. read more  

Announcing GoReleaser v1.19 — the big release
Link
@faun shared a link, 2 years, 4 months ago
FAUN.dev()

How Big Should a Programming Language Be?

Programming languages have a tendency to grow in size over time, making them more difficult to use reliably. This growth is driven by the desire to add new features and solve specific problems, but it comes at the cost of increased complexity and cognitive load for users... read more  

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

Rust Module System Encourages Poor Practices (Comparing to Go)

Rust's design of crates and modules, with the ability to have cyclic dependencies and organize modules as a tree within a crate, promotes the growth of large crates rather than encouraging the use of numerous reasonably-sized crates. In contrast, Go's design of packages and files, with acyclic depen.. read more