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

Build a Routing Web App With Neo4j, OpenStreetMap, and Leaflet.js

Running path-finding algorithms on large datasets is a use case that graph databases are particularly well suited for. While often pathfinding algorithms are used for finding routes using geospatial data, pathfinding is not just about geospatial data — we often use pathfinding graph algorithms with .. read more  

Build a Routing Web App With Neo4j, OpenStreetMap, and Leaflet.js
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Batteries included: how AI will transform the who and how of programming

Cloudflare is set to unveil its own AI assistants this week to help users of its Cloudflare Workers platform. - The AI features will be integrated into the developer platform and enable software creators to train and upload their own models to Cloudflare's global network. - The move comes as more an.. read more  

Batteries included: how AI will transform the who and how of programming
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Processing Wikipedia Dumps With Python

This article discusses the use of Wikipedia as a source of organized text for language analysis, specifically for training or augmenting large language models. - Wikipedia is a great source of organized text, useful for language projects. It conveniently provides regularly updated dumps of their cor.. read more  

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

Makefile tricks for Python projects

Makefiles are useful for task running and building medium-sized projects in Python. This article provides a starter template for using Makefiles in Python projects as simple task runners or build systems. It includes configuration options for shell, virtual environments, default goals and help mess.. read more  

Makefile tricks for Python projects
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

CS:GO: From Zero to 0-day

The article summarizes the discovery of three distinct remote code execution (RCE) vulnerabilities found in the widely played Counter-Strike: Global Offensive game. The vulnerabilities are activated when the game client establishes a connection with a malevolent python CS:GO server. The post chroni.. read more  

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

Explain Any Machine Learning Model in Python with SHAP

This article explains howShapley values, a method used in game theory to fairly distribute gains and costs to actors working in a coalition, can be used to interpret a machine learning model. - The Shapley value is a method used in game theory to fairly distribute gains and costs to actors working i.. read more  

Explain Any Machine Learning Model in Python with SHAP
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

How to Detect Objects in Images Using the YOLOv8 Neural Network

Object detection is an important computer vision task used in various applications such as self-driving cars, robotics, and video surveillance. - Convolutional neural networks are the best method for object detection. - YOLO (You Only Look Once) is one of the most popular neural networks used for ob.. read more  

How to Detect Objects in Images Using the YOLOv8 Neural Network
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

AWS Builds Generative AI For B2B From The Bedrock Up

Amazon Web Services (AWS) is providing a "more holistic enterprise AI offering than anything I've seen from any other provider," according toMoor Insights & Strategy founder Patrick Moorhead. AWS has introduced several B2B-focused AI products, includingAmazon Bedrock, two new large language models .. read more  

AWS Builds Generative AI For B2B From The Bedrock Up
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

New AWS storage type for Fedora Linux

- The Fedora Cloud SIG has updated the image publishing configuration for Fedora Linux AWS images to use the latest generation storage option and simplify the image listings. - This involvesreplacing gp2 storage with gp3 storage by defaultfor new images and removing standard storage from new images... read more  

New AWS storage type for Fedora Linux
Link
@faun shared a link, 2 years, 11 months ago
FAUN.dev()

Announcing Storage Manager and Relationship Support for Form Builder

AWS Amplifyhas launched two new features for Amplify Studio Form Builder, including Storage Manager and Relationship support. - Storage Manager allows users to upload files through their cloud-connected forms and automatically save the files to the S3 bucket - Relationship support allows forms to co.. read more  

Announcing Storage Manager and Relationship Support for Form Builder