ContentPosts from @thehomess_ca..
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Linux as the new developer default at 37signals

For over twenty years, the Mac was the default at 37signals, but now they are switching to Linux as the default for developers and system operators, while welcoming Windows back for accounting and marketing purposes. This change reflects a desire to align with independence and open source values, wh.. read more  

Linux as the new developer default at 37signals
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Google acquires Cameyo to integrate Windows app virtualization into ChromeOS

Google is acquiring software virtualization company Cameyo. The pair have been working closely to bring Windows virtualized apps to ChromeOS... read more  

Google acquires Cameyo to integrate Windows app virtualization into ChromeOS
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

When installing packages took longer than coding

The author shared their experience experimenting with GitHub Copilot, an AI pair programmer that helps with code completions. They found that the tool was able to intelligently complete code segments, suggest function names, variables, keywords, and parameters. Additionally, the author noted the too.. read more  

When installing packages took longer than coding
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

A Deep Dive into High Performance HTTP Requests for Python Engineers

At Klaviyo, billions of HTTP requests per day are made, creating potential bottlenecks in applications due to I/O bound operations. Python's concurrency models have been utilized at Klaviyo to enhance performance and speed of I/O bound code, which is vital for efficient HTTP request handling. Differ.. read more  

A Deep Dive into High Performance HTTP Requests for Python Engineers
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

12 Best Code Review Tools for Developers

Looking for the best tools to review your code? Check out this in-depth guide on the best code review tools to use in your development in your workflow... read more  

12 Best Code Review Tools for Developers
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Can You Use Raspberry Pi 5 as a Desktop Computer?

The short answer is yes. The Raspberry Pi 5 can be used as a regular desktop computer for browsing the internet, coding, and watching videos. It offers a decent experience comparable to a mid-end laptop, but it's important to use a fan and heat sink for optimal performance. The Pironman 5 case with .. read more  

Can You Use Raspberry Pi 5 as a Desktop Computer?
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

AI as the key to a Secure Web3 future

Web3 and AI technologies are driving the transformation of society by creating a more reliable financial infrastructure and solving complex problems in areas such as space exploration and health. Web3 utilizes machine learning, AI, and blockchain to create decentralized networks that enhance securit.. read more  

AI as the key to a Secure Web3 future
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Stop Using UUIDs in Your Database

UUIDs are Universally Unique Identifiers, with UUIDv4 being the most popular version. However, using UUIDs as primary keys in database tables can lead to performance issues. Insert performance can be affected, as the B+ Tree index must be rebalanced for each record insertion. Additionally, UUIDs req.. read more  

Stop Using UUIDs in Your Database
Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

This article is OpenAI training data

The paperclip maximizer thought experiment imagines an advanced artificial intelligence with the single goal of producing paperclips, regardless of the consequences. Companies like OpenAI are striking deals with media organizations to access content for training their AI models, potentially leading .. read more  

Link
@faun shared a link, 1 year, 5 months ago
FAUN.dev()

Sandboxes in MySQL Shell

MySQL Shell allows users to easily create and manage sandbox instances for testing different configurations of MySQL architectures locally. By running a single command, users can deploy a new sandbox instance, connect to it, and manage it using simple commands. The process includes options for passw.. read more