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

New Google Cloud generative AI training resources

Google Cloud Skills Boost now includes no-cost generative AI training... read more  

New Google Cloud generative AI training resources
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

XFS Metadata Corruption On Linux 6.3 Tracked Down To One Missing One-Line Patch

XFS users began encountering metadata corruption on the latest Linux 6.3 point releases.. read more  

XFS Metadata Corruption On Linux 6.3 Tracked Down To One Missing One-Line Patch
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Create ready-to-code dev boxes using config as code – now in preview

Microsoft is introducing a new config-as-code customization feature for its Dev Box service. Devs can self-serve and customize their machine, and create a devbox.yaml file to specify configurations. The Dev Box also offers the ability to curate software settings to ensure it meets unique compliance .. read more  

Create ready-to-code dev boxes using config as code – now in preview
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Meta Unveils An AI Model for Code Generation, Comparable to Copilot

Meta, the company behind a popular social media platform, has unveiled an advanced AI model called CodeCompose that can generate code comparable to GitHub’s Copilot. The newly developed AI model is designed to support developers by offering automated code snippets and recommendations. At the same ti.. read more  

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

Node.js built-ins on Deno Deploy

You can now use Node.js built-in modules like `node:http` on Deno Deploy, allowing you to run existing Node.js apps at the edge... read more  

Node.js built-ins on Deno Deploy
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Build a Memory Game with Rails, Stimulus JS, and Tailwind CSS

Explore how Stimulus JS can be used to add interactivity and functionality to server-side rendered applications... read more  

Build a Memory Game with Rails, Stimulus JS, and Tailwind CSS
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Debugging a FUSE deadlock in the Linux kernel

Netflix's compute team manages its containers, including auto-scaling deployment, issue remediation, etc. Recently, they had a strange issue involving a custom internal fuse file system. The blog post describes the problem and how they fixed it by digging into the kernel code and discovering thread .. read more  

Debugging a FUSE deadlock in the Linux kernel
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Memory Allocation

The Basics of memory allocation: Understanding malloc and free, fragmentation, and inline bookkeeping... read more  

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

What’s new in Swift 5.9?

Macros, if and switch expressions, noncopyable types, and more!.. read more  

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

Why SQLite is so great for the edge

SQLite is a lightweight and optimized database library perfect for mobile or serverless environments, with a small memory footprint. It can even be run in memory without the need for persistent storage. Its open-source extension mechanism provides endless functionality, AI integration, and more. Plu.. read more  

Why SQLite is so great for the edge