Skip to main content

Posts

Showing posts from June 26, 2022

Show HN: WebReducer – micro event sourcing cloud function https://ift.tt/bz8HwWg

Show HN: WebReducer – micro event sourcing cloud function Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://ift.tt/SYCXw4f Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this? https://webreducer.dev July 3, 2022 at 12:17AM

Show HN: Let’s Gym, the app that lets you find a nearby Gym Partner https://ift.tt/YVvO8nE

Show HN: Let’s Gym, the app that lets you find a nearby Gym Partner Hi All, I recently launched the beta version of Let’s Gym and looking for people interested in using this app in hopes to get feedback. The app idea came up after I moved to a new city and all my buddies back home were the people I worked out with daily. My drive to the gym suffered since the workout “comradely” was no longer there. After speaking to most people around the city it seem it was a common theme of people moving here and not having a workout partner. There are facebook groups in some cities that try and alleviate this issue but the problem was that you couldn’t filter on the workout goal of the person and responses back was more of a miss than a hit using FB. We are in a very early beta in select cities in the US and would love feedback. https://www.letsgym.io/ June 30, 2022 at 04:14AM

Show HN: Calculator for US Individual Income tax, from 1970-present https://ift.tt/SR3gMly

Show HN: Calculator for US Individual Income tax, from 1970-present I wanted to share a simple web app I created recently, which lets you estimate income taxes owed in the US: https://taxsim.app All the calculations occur directly in the browser, and are powered by a Fortran program that has been converted to WASM using emscripten. This calculator was originally developed in the 1970s [1] by the non-profit National Bureau of Economic Research. NBER has been maintaining this F77 codebase for the last 50 years, and uses it primarily for academic research on tax policy. The Fortran source code itself is over 1MB of text, because it codifies both federal and all 50 states' tax laws for each of the last 62 years. I first learned about NBER TAXSIM [2] a few months ago via an interesting paper they published "Automatic Tax Filing: Simulating a Pre-Populated Form 1040" [3]. The Fortran code itself is not open-source, but is available on request for research purposes. I reached ou

Show HN: Ploomber Cloud (YC W22) – run notebooks at scale without infrastructure https://ift.tt/J7eXz59

Show HN: Ploomber Cloud (YC W22) – run notebooks at scale without infrastructure Hi, we’re Ido & Eduardo, the founders of Ploomber. We’re launching Ploomber Cloud today, a service that allows data scientists to scale their work from their laptops to the cloud. Our open-source users ( https://ift.tt/d4xKq28 ) usually start their work on their laptops; however, often, their local environment falls short, and they need more resources. Typical use cases run out of memory or optimize models to squeeze out the best performance. Ploomber Cloud eases this transition by allowing users to quickly move their existing projects into the cloud without extra configurations. Furthermore, users can request custom resources for specific tasks (vCPUs, GPUs, RAM). Both of us experienced this challenge firsthand. Analysis usually starts in a local notebook or script, and whenever we wanted to run our code on a larger infrastructure we had to refactor the code (i.e. rewrite our notebooks using Kubeflow’

Show HN: ColorTiles Browser Game https://ift.tt/y8BWuJ3

Show HN: ColorTiles Browser Game Hello HN! Here is a little game I made, colorful tiles must be placed next to other tiles and match in symbol or color. This game is inspired by Passage 3 and similar games like Qwirkle, Rummy or Dominoes. There exist some browser-based versions here and there, but I wasn't completely satisfied with any of them, so I made my own. This is optimized for a broad range of screen sizes and auto-rotates the playing field for narrow (portrait) viewports. As I've discovered with my own parents, folks who enjoy playing Solitaire, Hearts and similar games might enjoy this as well, so gladly spread the word. Have fun and feedback is appreciated! :) https://colortiles.net/ June 29, 2022 at 08:38PM

Show HN: Privately own or co-use DialMe phone numbers to receive SMS on web https://ift.tt/hMgB0GC

Show HN: Privately own or co-use DialMe phone numbers to receive SMS on web Use brand-new or co-use free SIM-based phone numbers to receive texts to your URL without providing your ID. Don't wait for shipping or pay taxes and activation fees for your DialMe phone numbers. Texts are visible on your dashboard within seconds. https://www.dialme.shop June 29, 2022 at 06:41PM

Show HN: Yuzu – The Stock and Crypto GraphQL/Streaming API for Rapid Development https://ift.tt/cxQ9awU

Show HN: Yuzu – The Stock and Crypto GraphQL/Streaming API for Rapid Development Hey HN! Excited to show off Yuzu, the stock market and Crypto API we wish we always had. We built Yuzu to solve a problem we had while working on a prior project: current market data APIs are not built to enable rapid prototyping and scaling without a significant amount of upfront data engineering. In our previous app, a portfolio tracker, we had to ingest 30 years of historical data for stocks, crypto, ETFs, and mutual funds just so that we could re-expose that data to our frontend in a more efficient way. The number of API calls we would have had to make otherwise have made the app unusably slow. This is why we built Yuzu to power frontend fintech use cases with a first-ever GraphQL API and unlimited streaming connections for live price data. We believe that you should be able to prototype and launch your app in days instead of weeks without building up your own data warehouse of market data. Just one AP

Show HN: AI powered food ingredient analysis for healthier shopping https://ift.tt/mOVd67T

Show HN: AI powered food ingredient analysis for healthier shopping Itsmyfood is a Calorie Counter App that encourages healthy eating with Food Additive Library for healthy grocery shopping and a meal planner to make healthy meal plans. Users can access the AI-powered food ingredient analysis by simply scanning a barcode. available at https://ift.tt/OtpR3sc https://ift.tt/9Aid4Ef June 27, 2022 at 06:02PM

Show HN: Yboard is a multiplayer desktop-like workspace based on CRDT https://ift.tt/dA2DvKG

Show HN: Yboard is a multiplayer desktop-like workspace based on CRDT I've always been curious about real-time multiplayer user interfaces. When I found out about CRDTs and Yjs[1] I thought they could serve as a solid base for a project like that. So I built this pretty simple desktop-like UI (heavily inspired by lifeat.io) and used Yjs to replicate the whole UI state among multiple peers, creating the experience of a unique interface. Try online: https://yboard.lol [1]: https://ift.tt/gM15SUb https://ift.tt/p3bdJNo June 27, 2022 at 01:33PM

Show HN: CRProxy is a simple and affordable ngrok alternative https://ift.tt/lt6kPyW

Show HN: CRProxy is a simple and affordable ngrok alternative CRProxy is a new reverse web proxy service. We have a generous free plan that includes the ability to use custom domains and semi-custom sub-domains. We have reasonably priced plans with good bandwidth and no additional usage charges. Please give it a try and let me know what you think. Thank you, David https://crproxy.com June 26, 2022 at 11:49PM

Show HN: I have been creating a tool to analyse blockchain data https://ift.tt/ibnTURy

Show HN: I have been creating a tool to analyse blockchain data I have been creating a tool to analyse blockchain data side by side (in beta). Currently we support 6 coins with more coming, also more data points. you can add any data block from any supported coin to your personal blockpage. All components you can drag and drop. If you are into streaming I have created a green screen option so you can use these data blocks as a overlay for video creation. Desktop view is the best experience at the minute as mobile is still in dev. Site is in beta bugs still knocking about but it would be nice to get an opinion on the site and what people would want to see https://ift.tt/dBbHNAD https://ift.tt/dBbHNAD June 26, 2022 at 07:02PM