Wednesday, July 19, 2023

Show HN: Efficient intermediate data sharing for Kedro pipelines https://ift.tt/azI85wc

Show HN: Efficient intermediate data sharing for Kedro pipelines Data processing pipelines are becoming increasingly complex, and intermediate data sharing is becoming the bottleneck, especially for data-intensive analytics and data preprocessing in machine learning and AI. This blog shows the possibility of efficient data sharing in data science pipelines, which naturally fits the settings of Kubernetes. It demonstrates how existing codebases can benefit from it without requiring an overhaul of the engineering effort. https://ift.tt/nAcT8ef July 19, 2023 at 03:23PM

Show HN: Hash functions from C++ running in WebAssembly https://ift.tt/uLcsnQ0

Show HN: Hash functions from C++ running in WebAssembly https://ift.tt/q5TlOtA July 19, 2023 at 04:26PM

Show HN: Ansible update playbook for Fedora Silverblue https://ift.tt/ivBjVkI

Show HN: Ansible update playbook for Fedora Silverblue I've been a reader of Hacker News for many years, but this will be my first post. I love using Ansible and have created a simple Playbook for updating Fedora Silverblue, along with Flatpaks and Distroboxes. This is version 1.0 and I though that some else might find it useful as well, hence why I am posting it here. https://ift.tt/pIxF8VH Have a great summer :-) July 19, 2023 at 01:45PM

Show HN: I created a platform to rally my community https://ift.tt/7frWG95

Show HN: I created a platform to rally my community https://ift.tt/JV3Uy57 July 19, 2023 at 11:44AM

Show HN: ProseMirror.Net https://ift.tt/8RAztIU

Show HN: ProseMirror.Net We've released a translation of the core ProseMirror projects to C#! Currently we are utilizing this library in our DotNet backend to map collab edits and verify schema compliance for client submitted steps. It's not a focus of ours, but it will be interesting to see how this might get used on platforms C# runs on natively; like IOS or Android.. https://ift.tt/duCYUma July 19, 2023 at 05:18AM

Show HN: The simplest tiny analytics tool – storywise https://ift.tt/9MEjl12

Show HN: The simplest tiny analytics tool – storywise I've built a little prototype a long while back, to help me keep track of visitors on my website. I didn't like google analytics for obvious privacy reasons, and I didn't like the existing self-hosted options because of how complicated they are. I always wanted a simple, basic tool, similar to plausible, but even simpler. So a few weeks ago I rebuilt my prototype into a reusable tool. And I made it open source. I built a website, a documentation, and I'd be excited for someone else to try it too. Who knows, maybe if enough people like the idea, I might even make it into a SaaS to save non-technical people the hassle of self-hosting. Anyhow, I hope someone likes it. https://ift.tt/lnXBRL7 July 19, 2023 at 03:11AM

Show HN: ChatGPT Powered Live React Editor https://ift.tt/BieJ5Z8

Show HN: ChatGPT Powered Live React Editor We've just released the first version of GPT React Designer. A live editor that can generate React components. Copy and pasting code before you see how it would look is tedious. The goal is to extend this into an app that supports different styling frameworks (Chakra, Bootstrap, ...). Potentially integrate it directly into a codebase to perform tasks and so on and allow non-developers to simply utilize this to copy & paste code. https://ift.tt/Sl8jtnZ July 18, 2023 at 09:43PM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...