Join us

ContentUpdates from Profisea...
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Map of my personal data infrastructure

The article is a diagram of the author's personal data infrastructure and tools used for data liberation. The map includes various modules, APIs, platforms, and tools that are used to collect, export, and manage personal data. The author's goal is to approximate the 'personal data mirror' concept, .. read more  

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

The Curious Case of a Memory Leak in a Zig program

The article discusses a "memory leak" encountered by the author while using Zig's FixedBufferAllocator. - Zig or Ziglangis a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. - The article explains how the allocator is implemented like a bump p.. read more  

The Curious Case of a Memory Leak in a Zig program
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

The technology behind GitHub’s new code search

GitHub has created a new code search experience, using its own search engine called Blackbird, specifically designed for the domain of code search. - GitHub was motivated to create its own solution due to poor user experience, slow indexing, and expensive hosting from existing solutions. - Blackbird.. read more  

The technology behind GitHub’s new code search
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

All Programming Philosophies Are About State

This article explores various programming philosophies and how they relate to the management of state in software development. All philosophies have different approaches to handling state in software. - Object-oriented, - Functional, - Declarative, - Imperative, - Monolith, - Service-oriented archi.. read more  

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

Explore data visually with Python tools

PyGWalkeris an open source data visualization tool that connects Python Jupyter Notebook to Graphic Walker, allowing users to create interactive visualizations with simple drag-and-drop operations. - Users can explore data with various chart types and dimensions, and use PyGWalker for data analysis .. read more  

Explore data visually with Python tools
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

ImpELF: Unmasking Linux Malware with a Novel Imphash Approac

ImpELF is a Python-based hashing utility that generates unique fingerprints forLinux ELFbinaries using their imported functions and libraries, aiding in malware analysis and similarity detection. - The tool extracts the imported symbols and libraries from the ELF binary, sorts them, concatenates the.. read more  

ImpELF: Unmasking Linux Malware with a Novel Imphash Approac
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

AWS Lambda adds support for Python 3.10

AWS Lambda now supports Python 3.10 as a managed runtime and container base image. - This enables developers to leverage enhancements such as pattern matching, improved error handling, and better resource management. - To deploy Lambda functions using Python 3.10, upload the code via the Lambda cons.. read more  

AWS Lambda adds support for Python 3.10
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Debugging a Mixed Python and C Language Stack

This article shows how to debug multiple programming languages such as C, C++, and Python. TheRAPIDSteam shares how they identified and resolved a deadlock in their project. They highlight the importance of finding a minimal reproducer and setting up the environment to prepare for debugging. The art.. read more  

Debugging a Mixed Python and C Language Stack
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

A how-to guide for OOP in Golang (for Python users)

The article explains how to implement Object-Oriented Programming (OOP) in Golang for Python users. The article proceeds to demonstrate how to implement OOP principles by developing a school system example in Python, followed by its translation to Golang. - In Golang, OOP is implemented using struct.. read more  

A how-to guide for OOP in Golang (for Python users)
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Data validation in Python: a look into Pandera and Great Expectations

Data validation is crucial for downstream processing of data, as poor data quality can have significant impacts on production systems. - PanderaandGreat Expectationsare popular Python libraries for performing data validation. - Pandera provides an easy way to define validation checks against the col.. read more  

Data validation in Python: a look into Pandera and Great Expectations

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.