Skip to main content

Posts

Showing posts from May, 2022

Show HN: I made React with a faster Virtual DOM https://ift.tt/WvRrmSF

Show HN: I made React with a faster Virtual DOM Hi! I made a React compatibility library for a Virtual DOM library (https://ift.tt/pkqo6h8). The idea is to have much faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides. This is very, VERY early stage, so be prepared for weird bugs / plugin incompatibility / etc. If you have any suggestions, I'd be more than happy if you replied in a comment with it! You can spin up the demo here >> https://ift.tt/1LHdJz3 June 1, 2022 at 05:34AM

Show HN: Resumecreator.io – I built a simple resume builder https://ift.tt/kVaB8mu

Show HN: Resumecreator.io – I built a simple resume builder Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make publicly available. In case you're curious, I used the React component library Mantine[1] in this project. I loved it, so I definitely recommend to check it out for your next React project. Have thoughts to share? I would love to know! :) If you're postponing starting that project you have been thinking of, just do it. Right now. ...

Show HN: Multiplayer sudoku. Race to fill in the most squares https://ift.tt/3M9RAGc

Show HN: Multiplayer sudoku. Race to fill in the most squares https://sudokurace.io is a free, real time multiplayer sudoku board. Invite your friends and race to fill the most squares. All feedback is welcome. MVP was built over the last ~4 days. Lmk what you think! You can play with as many people as you'd like at the same time May 30, 2022 at 04:08AM

Show HN: Bugfruit – a simple embedded key-value store https://ift.tt/4BDEzRr

Show HN: Bugfruit – a simple embedded key-value store Hey HN! I work on a database for my day-job and I realized I had never written one from scratch, so I wrote bugfruit! Once I was mostly satisfied with it, I looked up some benchmarks to compare my simple database to other brand name key-value stores. I was surprised to see that mine held up fairly well on the subset of benchmarks I replicated. So I used the Pavlo Database Naming System [0] to name it and open-sourced the code. I'd love to hear any feedback you might have on it! [0] https://ift.tt/SP39GCw... https://ift.tt/KWIMJbT May 30, 2022 at 02:14AM

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust https://ift.tt/CV1TQGj

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust Hey folks! We have just released NetBird. It is a big update so I decided to share it here and get your feedback :) NetBird creates an overlay peer-to-peer network connecting machines automatically regardless of their location (home, office, data center, container, cloud, or edge environments) unifying virtual private network management experience. It uses ICE protocol (WebRTC) to negotiate p2p connections and WireGuard (kernel module, when possible) to create a fast and encrypted tunnel between machines, falling back to relay (TURN) in case a p2p connection isn't possible. Pretty much just a client application installation is needed, the rest is done by the software! Sharing the project with you wasn't the only purpose of the post. I wanted to discuss the future and vision behind it. I'm pretty sure that in a few years, such seamless connectivity without the hassle of configuring firewalls, managi...

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs https://ift.tt/s8iVnuC

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs Hi HN! I’m so excited to show my first open-source project and first post here. I initially started this project to learn Go language, it is an experimental project. The main goal is to track the adventure of a WebRTC stream from start to finish, by debugging the project or tracking the output at console. By trying out this project, you will deep dive into the steps which are taken while starting up a WebRTC session, and more. It consists of a web UI (TypeScript) and a server back-end (Golang) projects. They can run on Docker containers, in development mode or production mode, you can find details in the README file. After some progress on the development, I decided to pivot my experimental work to a walkthrough document. Because although there are lots of resources that exist already on the Internet, they cover small chunks of WebRTC concepts or protocols atomically. And they use the standard way of induct...

Show HN: React Holmes – Elementary State Orchestrator for React https://ift.tt/saBXlvL

Show HN: React Holmes – Elementary State Orchestrator for React Holmes is a 0 config, fast and elementary state orchestrator for React. Holmes has a very minimal API. It is as simple to use as React’s integrated hooks, but all state is globally accessible. Easy as React state hooks State synchronization between components Distributed and not centralized state No mutable objects Fast https://ift.tt/HWrJSRT May 27, 2022 at 02:11PM

Show HN: I turned my face rec system into a video codec https://ift.tt/08uHQxt

Show HN: I turned my face rec system into a video codec Before the pandemic, my tiny startup was doing quite well selling Edge AI systems, based on our own lightweight AI inference engine, with object detection and face recognition for smart city and smart retail & food service applications. When the real world shut down, there was suddenly nothing to monitor on streets and in restaurants, so I set out to try and evolve our real time face recognition system into a video codec for high quality face-to-face online interactions, as I was not satisfied with the quality of Zoom and friends. I got it to work, and the first release for IOS was just approved on Apple's app store, link: https://ift.tt/jbEU0s5 The way it works is that you create a meeting URL, which you can share out-of-band, for instance via slack or text message. You can also share as a QR code which the app can scan to join a call. You then place your device on a surface in front of you so that the front camera can se...

Show HN: My free course for learning Imba https://ift.tt/uJSlvMH

Show HN: My free course for learning Imba Today I launched an Imba course for Scrimba.com. Imba is an amazing language for building web applications, that deserves more attention. Watch my announcement video: https://www.youtube.com/watch?v=CDSIsvZJhow Take the course (it's free): https://ift.tt/qAPS6aG Some context: I fell in love with the Imba programming language a couple years ago and quit my job to spend all my time building projects with Imba. The first one being TaskTXT ( https://www.tasktxt.com ), a plaintext notepad with built-in timers. It's full of UI details that were a joy to build with Imba. Trying to build things like this with React in the past honestly made me feel dumb. Imba ( https://www.imba.io ) is a language that compiles to Javascript, like TypeScript or JSX. Imba's syntax diverges much more from Javascript, looking more like Python or Ruby. It's compatible with Javascript and Typescript and NPM modules. It also has fantastic VSCode tooling and ev...

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser https://ift.tt/C9KAkvu

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser WaifuXL is our state of the art super resolution model trained on ~1,200,000 anime style images from the Danbooru2021 dataset. You can run it straight from your browser, entirely client-side, at https://waifuxl.com . Using the Onnx Runtime, we stream the weights of our ML models directly onto your device to be executed locally in WebAssembly. Doing so allows us to provide this service solely through a static webpage, no backend for model execution needed. This has the added benefit of enabling the privacy of your images--your images are not, and never will be, sent to us. Our original inspiration for this project was waifu2x ( http://waifu2x.udp.jp ). In general, our model will outperform those used on waifu2x by a significant margin, without the need for multiple models trained on various noise reduction levels. Note that while you _can_ upscale natural (real) images, the model was only trained on anime st...

Fox News Breaking News Alert

Inflation spikes to 39-year high as prices soar via FOX NEWS

Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/kWY1uiN

Show HN: IndigoStack – a new native macOS app for local web development Hi HN, I'm opening up the beta for IndigoStack. It's a native macOS app which provides a fresh take on how to run all the services you need for local web development. I've been building it for myself as a Laravel & Drupal developer and I'm now looking to get some beta testers on board! Check it out, and don't forget to sign up to the forums to give us your feedback! https://indigostack.app My motivation: Like many developers I've developed a love-hate relationship with the existing options for local development on a Mac. If they're virtualised, you'll often get... * high CPU usage * high RAM usage * poor filesystem performance / syncing * command line and configuration complexity And existing native solutions tend to be either too simplistic, or command line-based or both. So I've built IndigoStack with everything I liked and wanted, running everything natively on your Mac: *...

Fox News Breaking News Alert

Number of dead rises after devastating tornadoes, Kentucky governor announces via FOX NEWS

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 22, 2022 at 12:23AM

Show HN: VSCode Extension to jump between local git repositories https://ift.tt/YuBZxS5

Show HN: VSCode Extension to jump between local git repositories Hi HN, I've a lot of repositories on my local machine and previously I was using Project Manager extension, but I had some issues with it - - It was kind of slow. - It showed ignored repositories. - It was not completely open source. - There was no automated grouping for repositories. So, I ended up creating my own that does everything above. It's still in early stage but I use it on daily basis. While it's does not have all features of project manager, It takes around 50 ms to detect all repositories inside my home directory. It is powered by a bundled rust binary that does the all the heavy lifting. For those looking for source code - extension - https://ift.tt/b5yW0XM bundled binary - https://ift.tt/IL2ipfM I hope it helps someone else as well. https://ift.tt/JUbxKQn May 21, 2022 at 05:23AM

Show HN: Releasing Vulnerabilities of Open Source Software https://ift.tt/Buh7HGi

Show HN: Releasing Vulnerabilities of Open Source Software Thrilled to announce that very soon The List Of Vulnerabilities collected from multiple platforms including ( npm, Maven, Go, NuGet, PyPI, RubyGems, crates.io, Packagist, Linux, OSS-Fuzz ) will be live at https://ift.tt/C0uv5ix. In short we are making sure that no vulnerability is left unreported and your software/service is always protected from unexpected attacks. Who doesn’t know Vulert Yet: Vulert, without any integration, notifies you if a Security Issue is found in any of the open-source software you are relying upon. HOW DOES VULERT PROTECT YOU ? PRIVACY: You don't need to share your codebase or integrate anything, all you need to do is to upload the list of open-source software you use. IMPROVED SECURITY: Existing solutions check the Current Security of your software. Unlike them we track your application not only for current but also for Future Security Issues. ECONOMICAL: You don’t need security staff just to keep...

Show HN: Objectiv – open-source product analytics infrastructure https://ift.tt/OonWbM0

Show HN: Objectiv – open-source product analytics infrastructure Hi! One of the creators here. Very proud to finally be able to show you what we've been working on for over a year now. Curious to hear your thoughts! Objectiv is open-source (APLv2) product analytics infrastructure. It's built around a generic but strict event taxonomy, open/common data- and infra tools (currently PG, snowplow, working on bigquery with more to come), and the analyses are done using our pandas-like, SQL speaking modeling library called Bach. As a result, we’re moving towards a vision wherein models can be shared openly, independent of product, platform[1] or data platform[2]. How? - Fully assist the dev doing the instrumentation using tools for ide support, run-time validation, ci integration. No auto capture, but very low-effort[1] instrumentation. - Scale using proven tech: a single collector writing to PG for small or snowplow to anything[2] for big. - Feed data into your own data warehouse aft...

Show HN: Natural Language Processing Demystified (Part One) https://ift.tt/uGMP1Db

Show HN: Natural Language Processing Demystified (Part One) Hi HN: I published part one of my free NLP course. The course is intended to help anyone who knows Python and a bit of math go from the very basics all the way to today's mainstream models and frameworks. I strive to balance theory and practice and so every module consists of detailed explanations and slides along with a Colab notebook (in most modules) putting the theory into practice. In part one, we cover text preprocessing, how to turn text into numbers, and multiple ways to classify and search text using "classical" approaches. And along the way, we'll pick up useful bits on how to use tools such as spaCy and scikit-learn. No registration required: https://ift.tt/WFvqdI9 https://ift.tt/WFvqdI9 May 18, 2022 at 03:55PM

Fox News Breaking News Alert

Number of dead rises after devastating tornadoes, Kentucky governor announces via FOX NEWS

Show HN: Pxl.to – A serverless link shortener with no limits and no downtime https://ift.tt/APRB7Oz

Show HN: Pxl.to – A serverless link shortener with no limits and no downtime I built a service based on Amazon CloudFront's global edge network of points of presence. This distributed architecture affords the user: - Protection against network and application layer attacks - Robust and reliable links that will never go down - Instant links with low latency no matter where your visitors are in the world - Unlimited tracked clicks (no cap on clicks/month) The service has support for teams and custom domains, and auto-generates an SSL cert for every custom domain added, for HTTPS-secure links. It's largely free and can be found at https://www.pxl.to I'd love any feedback... no matter how brutal :) May 17, 2022 at 06:04AM

Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking f...

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible https://ift.tt/JEbrc0i

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible My goal was to create a DNS server as simple as the LDAP server I've been contributing to (glauth) and here it is: https://ift.tt/i6S4IHQ A few things to know about it: - It is easy to configure using a Toml file - I am using it to bail my coredns/etcd instances when under attack - (yes, it also works as a service location server) - It comes with a simple, plain English, rule engine that doesn't do much at this point - It can be used with LetsEncrypt. I use it to retrieve certificates for my home servers. - RFC: all the nice ones :) Anyway, feedback is welcome. May 16, 2022 at 02:34AM

Show HN: I made a body-interactive music app https://ift.tt/YP8o9KV

Show HN: I made a body-interactive music app I made this iPhone app called "Affine Tuning" which is a collection of body-interactive musical pieces: https://ift.tt/VSXAkcs It uses body tracking (Motion Capture from RealityKit) to shape dynamic compositions. The app is completely free and will be updated in the future with more songs and other interactive features. May 15, 2022 at 01:04AM

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from th...

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://ift.tt/9EOzeCT

Show HN: Coffeehouse, one-on-one voicechat with random HN users One-on-one, because it's simpler: - When one stops talking, the other starts. - No groups, no hierarchy, no status. Voicechat, because it's more intimate then text and more private then video. With other HN readers, because that creates some common ground. https://ift.tt/FygnSNx May 14, 2022 at 01:36PM

Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z

Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get start...

Show HN: My TUI library, PyTermGUI now features an intelligent layout system https://ift.tt/BWlcGAh

Show HN: My TUI library, PyTermGUI now features an intelligent layout system This was by far the most common missing feature of the library since my first post, so I'm really happy I managed to figure it out. See the release for some code examples and a detailed changelog, and most importantly, have a great day! https://ift.tt/Zj2eqoI May 13, 2022 at 02:56AM

Show HN: Dockerfile Generator https://ift.tt/Jgdfhm5

Show HN: Dockerfile Generator While it's not hard to write a Dockerfile, I think it's hard to write a good one. Every language has its own quirks, and every framework has a special way of building things. I was looking for a collection of well-written and well-maintained Dockerfiles, but I couldn't find one. Thus, I thought of creating one! I realized it's not enough to have a simple Dockerfile. Sometimes you need other files for your build: nginx.conf, php.ini, my.cnf, etc. I also realized that people have different preferences. In Node, some use NPM, some use YARN, some use PNPM. In PHP, some use Apache, some use FPM with Nginx. So I build a set of "builders", Dockerfile generators. You define a form using JSON Schema, and then define a function "generate" that returns an array of files. In the future, I can make a CLI tool that will generate prompts, similar to how the form is generated on the web. For now, I only implemented a builder for Next.js...

Show HN: Paperd.ink – an open-source e-paper development board https://ift.tt/8kAus2B

Show HN: Paperd.ink – an open-source e-paper development board paperd.ink ( https://paperd.ink ) is an open-source e-paper development board. We wanted to build something with e-paper given its low-power nature and beautiful, high contrast display which complements your environment and is easy on the eye. Thus, we started working on something to be developed along the lines of Arduino, Raspberry Pi’s open-source ecosystem. paperd.ink has a 4.2” e-paper display comes mounted on the PCB which we have designed to be a general-purpose development board suitable for your projects and applications. You can sync calendars, set up your home IoT dashboard, get to-do lists, and notifications, display art, etc. We have used an ESP32-based microcontroller with WiFi, Bluetooth, and microUSB connectivity. The board can be programmed in Arduino IDE, micropython, or ESP-IDF, you can check out the documentation at docs.paperd.ink. paperd.ink is designed to be low power so you can charge the battery onc...

Show HN: YouCode, a Search Engine for Coding https://ift.tt/WhCjEJo

Show HN: YouCode, a Search Engine for Coding Hi Hacker News, We're Bryan and Richard, cofounders of you.com. Together with our team of engineers, we are working on YouCode, a search engine for people who code. You can try it at code.you.com. The main idea is to make the search experience better and more efficient when coding. We’d love your feedback for a few use cases that we have in mind so far: * searching through StackOverflow for quick code snippets: reverting a git commit for example [1] * searching through GitHub Issues: when you’re getting an error message that looks unfamiliar [2, 3] * searching through the documentation for quick reference: PyTorch [4], HuggingFace [5], Docker, PyPi, AWS, MDN, and several others * searching for walkthroughs, tutorials, tips, and quick intros to a new subject: Medium [6], Tutorials Point, Geeks for Geeks, and others as well * searching for utilities: code completion (from a large language model that writes code) [7], JSON validator/formatt...

Fox News Breaking News Alert

Inflation spikes to 39-year high as prices soar via FOX NEWS

Show HN: An Absurdly Compatible Website https://ift.tt/up0YdMg

Show HN: An Absurdly Compatible Website Hey all, I was inspired by the other thread to make a quick video demo of what an Absurdly Compatible Website may look like when implemented. This one does have some JavaScript, but degrades gracefully and supports text-mode browsers, no-JS browsing, and all the classics like IE3 and NN3 and Lynx. https://www.youtube.com/watch?v=E-_yr31biGM Kudos to anyone who can name all the browsers used in the demo, I think it's more than 20 different ones :) You can also check out the site live at https://ift.tt/Yn26spF or https://ift.tt/DNeS9co, at least until it's hugged. The framework for this is a static-dynamic hybrid site generator with full transparency and decentralizability, which I'm just preparing for this weekend's MIT Bitcoin Expo, so please let me know if you find any issues. Code is on GitHub: https://ift.tt/SeL9WlT May 6, 2022 at 11:07PM

Show HN: A tool to organize, streamline and share your music discoveries https://ift.tt/clQ3dIw

Show HN: A tool to organize, streamline and share your music discoveries I love music and I'm always trying to discover new music that I can enjoy. In the past years I was using a fairly tedious process of organizing the music albums (or DJ sets, radio shows) in a few lists: - Want to Listen - Listened - Listened (and liked) I wanted to keep track of these lists, what I discovered each month/year and share all this activity and lists with my friends. For that, I was using a combination of tools that weren't made exactly for this job (Discogs+Spotify+IM apps), resulting in a cumbersome experience. So a few months ago I started this hobby project, with the purpose of streamlining my process (make it as easy as possible) and making it fairly simple to share it with fellow music explorers. The basic idea is that you add items to your "Want to Listen" list - these are music albums (or even mixes), that you want to listen. After you listened to them, you can mark them as ...

Show HN: Intel PMU Profiling https://ift.tt/WKolexi

Show HN: Intel PMU Profiling See https://ift.tt/XeoUHgD If you've been interested in micro-benchmarking code using Intel's PMU HW capability to capture per HW core metrics, this repository may be for you. The repository includes 'doc/pmu.md' with a copy of Intel's software reference manuals (PDF) so, all in one place, you can understand and develop PMU profiling for your Intel micro architecture. Example included. Source code is 451 LOC with comments. Features: * Minimum, complete * Does not require yum install msr-tools * Header only: include and you're done * Works in user-space and/or kernel code * Very low latency because PMU is * Programmable event types. Includes support for fixed counters * Well documented * Handles thread pinning if requested * Simpler than PAPI, Nanobench, and PCM by one or two orders of 10. May 6, 2022 at 06:11AM

Show HN: RFC End Citizen Data Sales Act (California) https://ift.tt/wCApGq3

Show HN: RFC End Citizen Data Sales Act (California) The sale of personal information by the government is something that has always really bothered me. This is a bill I drafted that would stop the DMV, voter registration, property tax records, and the post office from selling or publishing without explicit user consent. It would also require personal information to be accompanied with the provenance of that data. This way, a user can track down who or what is publishing their data and take action to end their relationship with that company. I would appreciate any feedback, because I am sure I am missing some second and third order effects that this would have. Document open for comments - https://ift.tt/F8eoBL1 Privacy should be a right of the people. Thank you! May 5, 2022 at 11:15PM

Show HN: High Browse, esoteric web search (alpha quality) https://ift.tt/MQKd0nO

Show HN: High Browse, esoteric web search (alpha quality) Hi HN, I’ve been developing my own take on a web search engine for about six months. I’ve crawled just a few pages each from about 10 million websites each at the moment, but only the most lightweight websites are included as of this moment. I’m keen to hear what you make of this, and what you want to see next. Cheers, Ali https://highbrow.se/ May 5, 2022 at 08:09PM

Fox News Breaking News Alert

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed via FOX NEWS

Fox News Breaking News Alert

Inflation spikes to 39-year high as prices soar via FOX NEWS

Show HN: Color Orbs (Generative Art) https://ift.tt/ibmskC5

Show HN: Color Orbs (Generative Art) Hi all, This is a generative art project I worked on over the past year or so consisting of about 100 little artworks generated using P5.js. I have an overview and technical write up here: https://ift.tt/GTNgI9O You can play with my interactive demo and make your own here: https://ift.tt/uwzvKjr And the gallery is here: https://ift.tt/O79a3Ai This project came about after reading a HN post about a year ago ( https://ift.tt/Z9IHsSN ) by Atul Vinayak on generating beautiful 'Noise Planets' and I got kind of obsessed from there! https://ift.tt/wc3ZnrP May 3, 2022 at 03:39AM

Show HN: Run WASM in Containerd https://ift.tt/MfrATQm

Show HN: Run WASM in Containerd I've been working with a partner team to integrate wasm workloads with existing container toolchains with the goal of enabling wasm workloads anywhere, be it on the edge, in kubernetes, or wherever. To that end, this project implements a containerd shim which runs those wasm workloads. It is designed as a library to bring your own host implementation, but also includes an implementation for WASI. Right now the library assumes you are using wasmtime, which is embedded in. It works either standalone (run with containerd directly) or in kubernetes. Kubernetes networking and storage are wired into the wasm host and the wasm can run side by side with native workloads on the same machine. Wasm pods can be exposed as a service like any other pod. https://ift.tt/WvszhtM May 3, 2022 at 01:47AM

Show HN: Memory Hammer, An always-on Anki review system https://ift.tt/vwiDxfq

Show HN: Memory Hammer, An always-on Anki review system I created Memory Hammer to address the problem of accumulated reviews in Anki. Since Memory Hammer uses an always on e-paper display we can review an Anki card as and when its due. Although the concept of Memory Hammer was in my mind for several years, I managed to build it only now. As a PoC, it supports basic cards with plain text and I hope to improve it over time through user feedback. Have you faced the problem of accumulated reviews with Anki? What's your current solution to address it, Would Memory Hammer be helpful to you? https://ift.tt/VY4GSWB May 2, 2022 at 11:51PM

Show HN: I am building a free version of Strava https://ift.tt/Q8eVdBu

Show HN: I am building a free version of Strava I recently added a Segments feature to the Hangtime mountain biking app for Android and IOS. If you are familiar with Strava’s segments, this new feature works much the same. For example, you can add a segment to an existing recorded ride by simply defining a start and end point for the segment. Once the segment is created, it will match any new rides, and optionally “back match” all previous rides. If a segment matches a ride, you you will see your time to complete that segment as well as your personal record (PR) and king of the mountain (KOM) for that segment. The KOM represents the best segment time amongst all riders that have matched that segment. You can also open the segment to see your complete history on that segment to gauge how your performance has changed over time. Some screenshots and videos as well as other features at the link below. https://ift.tt/GneaUxl https://ift.tt/GneaUxl May 2, 2022 at 11:31PM

Show HN: I am developing a type safe colorspace library for Rust https://ift.tt/Kn4UsuB

Show HN: I am developing a type safe colorspace library for Rust After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :) It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types! I also started working on a custom image type that can do math :) https://ift.tt/sYEd3Dn May 2, 2022 at 04:31AM

Fox News Breaking News Alert

Number of dead rises after devastating tornadoes, Kentucky governor announces via FOX NEWS