Monday, June 12, 2023

Show HN: Run your own Vercel in minutes https://ift.tt/9ovg2sn

Show HN: Run your own Vercel in minutes https://instellar.app June 12, 2023 at 06:43PM

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/USsc3jY

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed). https://ift.tt/OWrTbAa June 12, 2023 at 05:35PM

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT https://ift.tt/Wn5rRO8

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT What open-source #generativeai models are there? Are they really so good? Can they be a real alternative to #GPT4? How do they deal with security issues and mistrust? Can they be used commercially? I did some research and found 8 interesting alternatives to #GPT. Enjoy! https://ift.tt/R5Tj8O7 June 12, 2023 at 04:06PM

Show HN: Journe – Private and Encrypted Journaling https://ift.tt/6yJ3TRS

Show HN: Journe – Private and Encrypted Journaling Encrypted and private journaling that is easy to start and continue forever. Entries are Client-side encrypted with AES-256 so they are truly private and only yours. https://journe.io June 12, 2023 at 02:55PM

Show HN: I wrote a book about Google Maps https://ift.tt/02r4UwN

Show HN: I wrote a book about Google Maps Hello all, After 8 years of developing with Google Maps, I'm publishing a handbook with carefully curated examples that demystify the GMaps JavaScript API and provide a solid foundation to build on. Included are loads of tips & tricks, recommended tools, related resources, and useful links. I would love to hear your feedback about it! https://gmapsbook.com June 12, 2023 at 01:57PM

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return https://ift.tt/FGsRQfO

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return A minimalist portfolio tracker that calculates your Personal Rate of Return (using Internal Rate of Return, IRR). Although often missing in more featured and complex apps, the Personal Rate of Return is essential to know if you're on track to meet your investment goals, compare the performance of your different investments, or with other people's portfolios without revealing any specifics. This is a side-project. Built with ClojureScript and Krell/Reagent/React Native. https://finarky.com/ June 12, 2023 at 01:26AM

Sunday, June 11, 2023

Show HN: adamsreview – better multi-agent PR reviews for Claude Code https://ift.tt/0MTlWQu

Show HN: adamsreview – better multi-agent PR reviews for Claude Code I built adamsreview, a Claude Code plugin that runs deeper, multi-stage...