ContentPosts from @faun..
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Spanish startups file Microsoft cloud competition complaint

Spanish startup association has filed a complaint alleging anti-competitive practices by Microsoft in the cloud market in Spain. The association claims that Microsoft's dominance in operating systems and productivity software is pushing customers towards Azure, creating artificial barriers to compet.. read more  

Spanish startups file Microsoft cloud competition complaint
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Slop is the new name for unwanted AI-generated content

@deepfates tweeted about the term "slop" becoming a label for unwanted AI-generated content, likening it to how "spam" refers to unwanted emails... read more  

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

The C++ Iceberg

A list of known and less-known concepts and facts about C++.. read more  

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

Stack Overflow Upset Over Users Deleting Answers After OpenAI Partnership

The partnership between Stack Overflow and OpenAI has faced backlash from the community due to users attempting to delete content, causing some accounts to be temporarily suspended. This collaboration aims to provide developers with accurate and verified data from Stack Overflow through OpenAI's adv.. read more  

Stack Overflow Upset Over Users Deleting Answers After OpenAI Partnership
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Things I Recommend Doing After Installing Ubuntu 24.04

The latest release of Ubuntu LTS comes with various improvements and new features to enhance usability. Users can choose between different sources to install software packages, such as Snap packages from Canonical or Flatpak packages from Flathub. Additionally, installing media codecs and managing s.. read more  

Things I Recommend Doing After Installing Ubuntu 24.04
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Automation and the Jevons paradox

Tim Paul watched a talk about sustainable AI at Services Week 2024 by software developer Ishmael Burdeau, who mentioned the Jevons paradox. The paradox explains how energy efficiency gains can result in more energy consumption rather than less, seen in various scenarios such as improving road networ.. read more  

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

Canonical releases Ubuntu 24.04 LTS Noble Numbat

"Canonical’s 10th Long Term Supported release sets a new standard in performance engineering, enterprise security and developer experience.".. read more  

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

Build and deploy a 1 TB/s file system in under an hour

High throughput shared file systems are crucial for HPC and AI environments, providing the storage needed for training large models or conducting research. With Amazon FSx for Lustre, organizations can leverage AWS compute, network, and storage resources on-demand, reducing time and cost. By utilizi.. read more  

Build and deploy a 1 TB/s file system in under an hour
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Lessons from building an automated SDK pipeline

Cloudflare now offers software development kits (SDKs) for Typescript, Go, and Python. To get started, install the packages using the following commands: npm install cloudflare for Typescript, go get -u github.com/cloudflare/cloudflare-go/v2 for Go, and pip install --pre cloudflare for Python. Autom.. read more  

Lessons from building an automated SDK pipeline
Link
@faun shared a link, 2 years, 1 month ago
FAUN.dev()

Implementing vertical autoscaling for Aurora databases using Lambda functions in AWS

AWS provides horizontal scaling, but vertical scaling is not available. By using Amazon CloudWatch Alarms, Amazon RDS Events, Simple Notification Service, and Lambda Functions, the goal of vertical autoscaling was achieved... read more  

Implementing vertical autoscaling for Aurora databases using Lambda functions in AWS