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

Python’s multiprocessing performance problem

Python's multiprocessing module allows developers to take advantage of multiple CPU cores, but moving data between processes can be slow, which reduces the performance benefits of using worker processes. Processes in Python do not share the same memory space, which means data needs to be copied bet.. read more  

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

Why Python Won't Be the Language of LLMs

The article argues that Python, which has long been the dominant language for data workflows, will not be the language for LLMs (language model models). While Python's features, such as cross-platform support, dynamic typing, and built-in data structures, have made it popular for data analysis, LLM.. read more  

Why Python Won't Be the Language of LLMs
Link
@mohammad_zaigam shared a link, 3 years, 2 months ago
Technical Solutions Specialist, Logiq.ai

Log Management: 101 (Best Practices and Tools)

Log management is collecting, monitoring, and analyzing log data to gain insights into an organization’s operations.

Logs are usually generated by different sources such as operating systems, applications, and network devices and stored in other formats.

Log management tools include log aggregators, log analysis platforms, and security information and event management (SIEM) systems.

Logs provide crucial information about system performance, resource utilization, user behavior, and other important metrics.

Standard log management tools include open-source (i.e., Graylog/GoAccess/Logstash), commercial (LOGIQ/Sematext Cloud/Coralogix), and cloud-based (LogDNA/Amazon CloudWatch/Loggly) solutions.

Benefits of proper log management include Centralized log aggregation for unified data storage, better customer experience through predictive modeling; advanced network analytics; increased security; improved observability & visibility; cost reduction & improved integration & agility via LOGIQ’s no-indexing solution.

Log Management: 101 (Best Practices and Tools)
Link
@che_adrian shared a link, 3 years, 2 months ago

DuckGPT: Using Tasker and ChatGPT API to create the perfect duck assistant

Create a Tasker Assistant with the help of ChatGPT API. Use it as a spiritual guide, or in duck mode.

DuckGPT: Using Tasker and ChatGPT API to create the perfect duck assistant
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

FlameScope for Go

Learn how to visualize CPU samples from Go execution traces with FlameScope... read more  

FlameScope for Go
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Unit Test Strategies With Go

The article explores different strategies for writing tests in Go, comparing FunctionPerTest and Table-Driven Test approaches. TheFunctionPerTestapproach is easy to start with but can become complicated and hard to maintain as the number of test cases increases. TheTable-Driven Testapproach can be .. read more  

Unit Test Strategies With Go
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Testing complex workflows in Go

This is a detailed article on testing in Go, covering blind spots in the standard library testing package and how to address them using supplemental packages like testify/suite. The article also provides a case study on testing a stream processing application that calls LinkedIn APIs to collect org.. read more  

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

It's probably time to stop recommending Clean Code

The popular book "Clean Code" by Robert C. Martin may not be as useful as it once was. While some advice in the book is reasonable, a lot of the example code is questionable or outdated. Martin's definition of "clean code" is subjective, and much of the content is no longer relevant, focusing on ob.. read more  

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

Amazon Timestream now supports batch loading data

Amazon Timestream has launched Batch Load, a new feature for ingesting batched time series data into Timestream. Batch Load provides customers with a robust, serverless, and scalable solution to migrate data from CSV files stored in S3 directly into Timestream... read more  

Amazon Timestream now supports batch loading data
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Amazon Managed Blockchain (AMB) announces general availability of Ethereum Token-Based Access

AWS has announced the general availability of Amazon Managed Blockchain (AMB) Token-Based Access (TBA) for fully managed Ethereum nodes. TBA provides a more convenient way for customers to connect to their Ethereum nodes from popular blockchain development tools... read more  

Amazon Managed Blockchain (AMB) announces general availability of Ethereum Token-Based Access