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

Harvard Free Course: Introduction to Artificial Intelligence with Python

This course teaches the foundation of modern Artificial Intelligence. From Graph Search Algorithm to Reinforcement Learning, students will gain exposure to the theory behind classification, optimization, and more. The course is free via Opencourseware, and includes hands-on projects using Python li.. read more  

Harvard Free Course: Introduction to Artificial Intelligence with Python
Link
@faun shared a link, 3 years ago
FAUN.dev()

Mandala: Python programs that save, query and version themselves

Mandalais a tool for saving, querying, and versioning computations without extra boilerplate. It turns Python programs into interlinked, persistent data as they execute, allowing for efficient reuse of computations, clear code, and improved productivity. It utilizes memoization, pattern-matching qu.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Debugging Dockerized Go Applications with VS Code

This article discusses the challenges of debugging in a containerized environment like Docker for Go applications. It outlines the necessary steps for setting up the debugger and walks through the process of debugging a Go application using Visual Studio Code. The article also provides instructions.. read more  

Debugging Dockerized Go Applications with VS Code
Link
@faun shared a link, 3 years ago
FAUN.dev()

WebSockets: Scale at Fractional Footprint in Go

This post discusses the challenges of scalingWebSocketsfor large-scale communication with persistent connections and provides possible solutions. It explores the Go ecosystem for WebSockets, optimized buffer allocations, and the use of EPoll to reduce memory utilization. It also covers the need for.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

C-style print debug in golang

Debugging is an essential part of software development, and one way to do it is by adding print statements to output information about the state of the program. In C, a common technique is to use a preprocessor macro to conditionally compile the print statements so that they can be easily added or r.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Keeping Kubernetes Secure with Updated Go Versions

Kubernetes has had a problem where the Go version it uses falls out of support before the Kubernetes minor version does, leaving users vulnerable to security issues. The solution is to update Kubernetes to use new versions of Go, but this historically posed problems due to destabilizing changes. No.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Go Integration Tests with Postgres

This article discusses different approaches for testing Postgres databases when working on server-side projects in Go. The author compares the performance of using containers, creating a new database per test, and using schemas to create an isolated namespace. They also provide code examples and u.. read more  

Go Integration Tests with Postgres
Link
@faun shared a link, 3 years ago
FAUN.dev()

Amazon EC2 Inf2 instances, optimized for generative AI, are now generally available

AWS has announced the availability of Amazon Elastic Compute Cloud (EC2)Inf2 instances, which deliver high performance forgenerative AImodels at a low cost. Inf2 instances are powered by AWS Inferentia2 chips and offer up to four times higher throughput and up to 10 times lower latency than first-g.. read more  

Amazon EC2 Inf2 instances, optimized for generative AI, are now generally available
Link
@faun shared a link, 3 years ago
FAUN.dev()

AWS Backup now available in 3 new Regions

AWS Backupis now available in the Asia Pacific (Hyderabad), Europe (Spain), and Europe (Zurich) Regions. It's a fully-managed service that automates data protection across multiple AWS services. Users can create and manage immutable backups of their application data, guard against malicious actions,.. read more  

AWS Backup now available in 3 new Regions
Link
@faun shared a link, 3 years ago
FAUN.dev()

Quick Restoration through Replacing the Root Volumes of Amazon EC2 instances

This post discusses Amazon's solution to automate root volume replacement usingAmazon Elastic Block Store (EBS) volumes. By automating the snapshot creation process, Amazon can enable its customers to replace their root volume on Amazon Elastic Compute Cloud (EC2) instances without stopping the ins.. read more  

Quick Restoration through Replacing the Root Volumes of Amazon EC2 instances