Friday, April 14, 2023

Show HN: NeverPrinter – find and use thousands of nearby printers https://ift.tt/RLSCrvQ

Show HN: NeverPrinter – find and use thousands of nearby printers Hi all, My friends and I have created a Chrome extension and we are looking for feedback on whether people find it useful or not. The extension is intended to serve as a home printer substitute for people (like us) who don't want or need their own printer at home. It makes it easy to send documents to nearby office supply / shipping stores for printing and pickup. Installing the extension adds a printer named NeverPrinter to your list of available printers in Chrome. When you print a document with NeverPrinter, a new tab opens allowing you to select which nearby store you want to send the document to. This is the latest iteration in an ongoing project my friends and I have been working on. We would love to hear any positive or negative feedback. You can get the extension by going to the Chrome Web Store and searching for "NeverPrinter." Or you can visit https://ift.tt/hR0QTZH , which will redirect you there. https://ift.tt/W3dgcFN April 13, 2023 at 11:18PM

Thursday, April 13, 2023

Show HN: A minimalist net worth tracker for individuals https://ift.tt/3tlJKAO

Show HN: A minimalist net worth tracker for individuals Hi HN, Today I'm launching the Net Worth Tracker by Flow Finance, a beautiful and minimalist Excel template that allows individuals to track their assets, liabilities, income, and spending on a monthly basis. The focus of this template is understanding long-term trends in the incoming and outgoing expenses for an individual—always with a focus on maximising insights while minimising user inputs. This project was created because the alternatives, frankly, are completely overwhelming. A friend of mine introduced me to the FIRE Movement and, after doing deep dives through Reddit, I tried to find templates to help facilitate a financial tracking system of my own. Every template felt like complete overkill: portfolio tracking for shares, mortgage repayment calculators, even a kind of speedometer which moved depending on my savings rate. Clever, no doubt, but unnecessary for my purposes. After years of tinkering and refining what I truly wanted out of this spreadsheet, I realised it was to clearly understand the flows of my finances. This spreadsheet does not attempt to compete with a typical FIRE spreadsheet or tools like YNAB/Mint, it is about capturing the big picture once a month and essentially taking a snapshot of my financial health. I've priced this spreadsheet at $15 which I believe is a fair price for the value you'll see in taking more control over your personal finances, however as an added incentive (and because I am proud of what I've created and would love more people to use it), I'm currently offering a 50% discount to all HN users, who can use the code f3g27mt at the Gumroad checkout. Thank you for your time and I sincerely hope this product can assist you as much as it has for me. I am more than happy to answer any questions you may have so please feel free to comment below or reach out at contact@getflow.finance. Thank you! https://ift.tt/eICUsc6 April 13, 2023 at 04:37AM

Show HN: GPTCache – Redis for LLMs https://ift.tt/pOhekEu

Show HN: GPTCache – Redis for LLMs Hey folks, As much as we love GPT-4, it's expensive and can be slow at times. That's why we built GPTCache - a semantic cache for autoregressive LMs - atop the vector database Milvus and SQLite. GPTCache provides several benefits: 1) reduced expenses due to minimizing the number of requests and tokens sent to the LLM service 2) enhanced performance by fetching cached query results directly 3) improved scalability and availability by avoiding rate limits, and 4) a flexible development environment that allows developers to verify their application's features without connecting to LLM APIs or network. Come check it out! https://ift.tt/QYfUGcl https://ift.tt/1jnOipb April 13, 2023 at 03:14AM

Show HN: Twitter API Reverse Engineered https://ift.tt/2cUaiSl

Show HN: Twitter API Reverse Engineered endpoints: /graphql /1.1 /2 /i https://ift.tt/KTcrxHQ April 13, 2023 at 05:20AM

Show HN: GPT command line client that queries several models simultaneously https://ift.tt/cIGEhtQ

Show HN: GPT command line client that queries several models simultaneously https://ift.tt/isxSqfp April 13, 2023 at 03:35AM

Show HN: I’m building an autonomous business run by ChatGPT https://ift.tt/tPwOZDW

Show HN: I’m building an autonomous business run by ChatGPT Hey HN!! I just shipped a project called Airfeed: https://airfeed.co/ Here's how it works: 1. You tell it the research topics you're interested in following This can be anything -- LLMs, chatbots, image generation, scaling model inference, small language models, datasets, etc. 2. Every morning, it filters new AI research papers for quality work that is relevant to your configured topics, and sends you an email summary. Here's a sample email: https://ift.tt/8xCNgQj --- As a fun experiment, I've made everything completely autonomous: Every morning, ChatGPT takes care of filtering/processing all research papers & writing each email. --- Why I built this: I think there needs to be a better way for engineers, researchers, and AI product builders to stay up to date on the latest AI research that's relevant to whatever they're working on. For someone building LLMs, this could mean keeping up with research papers covering multiple topics, ex: scaling attention, model architecture, new datasets, new fine-tuning techniques, etc. --- How this is different from other newsletters: This isn't a generic AI newsletter. It's research-focused & personalized, since it only highlights the papers that might be relevant to you (based on your specific topics). I found this to be useful, since a lot of papers are irrelevant and/or low quality. --- When building maroofy.com [1], I would regularly read the latest research papers on everything related to: contrastive learning, vector embeddings, music classification, etc. So, I thought it would be nice to build something that filters/summarizes just the new research papers covering topics I care about, and sends me the top ones in a daily, morning email. Would love any feedback!! :D [1] https://ift.tt/1pfOtFL https://airfeed.co/ April 13, 2023 at 03:22AM

Show HN: GPT-4-powered web searches for developers https://ift.tt/xdJo27W

Show HN: GPT-4-powered web searches for developers Hi HN, Today we’re launching GPT-4 answers on Phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. Unlike vanilla GPT-4, Phind feeds in relevant websites and technical documentation, reducing the model’s hallucination and keeping it up-to-date. To use it, simply enable the “Expert” toggle before doing a search. GPT-4 is making a night-and-day difference in terms of answer quality. For a question like “How can I RLHF a LLaMa model”, Phind in Expert mode delivers a step-by-step guide complete with citations ( https://ift.tt/BJx5Pip... ) while Phind in default mode meanders a bit and answers the question very generally ( https://ift.tt/73y0bjr... ). GPT-4 is significantly more concise and “systematic” in its answers than our default model. It generates step-by-step instructions over 90% of the time, while our default model does not. We’re particularly focused on ML developers, as Phind can answer questions about many recent ML libraries, papers, and technologies that ChatGPT simply cannot. Even with ChatGPT’s alpha browsing mode, Phind answers technical questions faster and in more detail. For example, Phind running on “Expert” GPT-4 mode can concisely and correctly tell you how to run an Alpaca model using llama.cpp: ( https://ift.tt/gWqivlI... ). In contrast, ChatGPT-4 hallucinates and writes a make function for a fictional llama.cpp. We still have a long way to go and would love to hear your feedback. https://www.phind.com April 12, 2023 at 11:14PM

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/gjNvU1A

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/NRomJeX June 25, 2025 at 05:04PM