Sunday, April 30, 2023
Show HN: Vizly – Query and visualize your data in seconds https://ift.tt/2lZd7H1
Show HN: Vizly – Query and visualize your data in seconds My friend Sami and I built Vizly, a project that lets you query and visualize your data in seconds It works for any data so you can upload and starting querying/visualizing your dataset right away https://www.vizly.fyi/ May 1, 2023 at 12:52AM
Show HN: LibRapid -- A high performance multi-dimensional array library https://ift.tt/W6bO8vu
Show HN: LibRapid -- A high performance multi-dimensional array library tl;dr I'm developing an incredibly fast library for arrays and mathematics, and I've implemented a few new features and made some improvements. I'd love for you to check it out! Links: GitHub: https://ift.tt/qmj2aSQ Documentation: https://ift.tt/YfCl0cn Discord: https://ift.tt/PeU5iAF Hey everyone! I am the lead developer of LibRapid (https://ift.tt/qmj2aSQ), a high-performance C++ library for array manipulation and mathematics. I've been working hard to bring you some significant updates and improvements to the library, and I'm excited to share them with you! These changes will make it even easier for you to use LibRapid in your projects and enable you to do even more with it. Here's a rundown of the most notable changes: CUDA improvements: We've fixed several bugs and made performance enhancements for the CUDA implementation. Expanded support for BLAS libraries: LibRapid now has greater support for BLAS libraries, including Intel's MKL. Test suite and documentation updates: We've updated our test suite and overhauled the documentation for clarity and ease of use. Matrix Transposition: The library now supports matrix transposition with highly optimised, architecture-specific SIMD implementations and generic implementations for non-trivial types. New math utility functions: We've added various new utility functions for complex numbers, multi-precision arithmetic, and more. Matrix transposition and SIMD: LibRapid now supports matrix transposition and SIMD matrix transpose for SSE and AVX2, improving performance and memory alignment. Random number generation: We've started implementing a new random number generation library. Fast Fourier Transforms: LibRapid now supports fast Fourier transforms on 1D arrays, with more features coming soon! (We're using FFTW, so you can be sure you are getting the best possible performance) Array BLAS operations: We're implementing BLAS functions that operate on our high-level array type, allowing you to access the high-performace, specialised routines without the tedious interface. (Many operations already use BLAS functions internally) You can find more detailed information about the library and example code and usage guides in the documentation (https://ift.tt/YfCl0cn). We're always looking for feedback and contributions, so if you're interested in using LibRapid or helping out, please feel free to create a pull request or contact us via our Discord Server (https://ift.tt/PeU5iAF). I'm putting in a lot of effort to enhance LibRapid and would greatly appreciate any sponsorships to support my work. If you or your organisation is interested in sponsoring LibRapid, please feel free to reach out to me to discuss your ideas. We hope you enjoy the latest updates to LibRapid, and look forward to seeing what you build with it! April 30, 2023 at 11:55PM
Saturday, April 29, 2023
Show HN: PineTool – An iOS Companion for the Pinecil https://ift.tt/3hHkLgt
Show HN: PineTool – An iOS Companion for the Pinecil https://ift.tt/2QAl1jU April 30, 2023 at 04:17AM
Show HN: All GitHub repos shared on HN https://ift.tt/xDspEUS
Show HN: All GitHub repos shared on HN https://ift.tt/3zvdYSm April 30, 2023 at 02:49AM
Friday, April 28, 2023
Show HN: I made a tool to easily credit co-contributors in Git commits https://ift.tt/0Ml9L8J
Show HN: I made a tool to easily credit co-contributors in Git commits Hi Everyone! The motivation behind creating this tool is to provide an easy way to give credit to contributors in various situations: - In open-source projects, when a pull request (PR) is closed without merging but the idea or code is later implemented. - During pair programming sessions, where two or more developers work together on a single commit. Existing solutions were either too complicated or didn't work as expected, so Git Add Co-Author was developed as a simple, easy-to-use alternative. https://ift.tt/8aRKZBn April 29, 2023 at 01:47AM
Show HN: ChatGPT Plugin that semantically searches Google Maps https://ift.tt/zOVmRc1
Show HN: ChatGPT Plugin that semantically searches Google Maps https://ift.tt/RUO4NSZ April 28, 2023 at 11:35PM
Show HN: I made a retro game archive for Polish games https://ift.tt/eA8jt9v
Show HN: I made a retro game archive for Polish games Hi, As a 8-bit C64 game coder in eaarly 90ties and currently mostly FE-focused dev, decided to give a go to a simple retro game archive. This is purely fun project - so i decided to post it to HN, mayne it'll resonate :) https://ift.tt/Tm7FvKn April 28, 2023 at 11:09PM
Thursday, April 27, 2023
Show HN: Idaweather-Create historical weather studies with 27 different features https://ift.tt/fDWh5MZ
Show HN: Idaweather-Create historical weather studies with 27 different features http://idaweather.com April 28, 2023 at 02:35AM
Show HN: Codeium-Chrome: Free open-source AI autocomplete Chrome extension https://ift.tt/sLprT5i
Show HN: Codeium-Chrome: Free open-source AI autocomplete Chrome extension https://ift.tt/2RXTYQy April 28, 2023 at 12:44AM
Show HN: A Bel compiler to Emacs Lisp bytecode https://ift.tt/tqKe0Di
Show HN: A Bel compiler to Emacs Lisp bytecode In his classic Lisp in Small Pieces, Christian Queinnec actually suggested this project: compiling Scheme to Emacs Lisp byte code. I took up the challenge with Bel instead of Scheme. Much of the code actually comes from the book but adapted to the problem at hand. https://ift.tt/JtS1FLD April 27, 2023 at 11:53PM
Wednesday, April 26, 2023
Show HN: Crawling Twitter for AI service ideas https://ift.tt/WG6sYFQ
Show HN: Crawling Twitter for AI service ideas I've recently updated this site to include Tweets by people who are looking for AI to help them do things. It's a fun read. https://ift.tt/kSLBTw3 April 27, 2023 at 12:03AM
Tuesday, April 25, 2023
Show HN: Google Meet, Zoom, Teams alternative Source code https://ift.tt/fvLmF7B
Show HN: Google Meet, Zoom, Teams alternative Source code https://ift.tt/0RX74Qn April 26, 2023 at 02:13AM
Show HN: I built a multiplayer voxel browser game engine https://ift.tt/iFs3Bvp
Show HN: I built a multiplayer voxel browser game engine https://ift.tt/s43N0dp April 25, 2023 at 11:00PM
Monday, April 24, 2023
Show HN: XV - Expression Evaluator for C https://ift.tt/OUrjit6
Show HN: XV - Expression Evaluator for C https://ift.tt/FCRX1oc April 25, 2023 at 01:30AM
Show HN: Share a region of your screen on Google Meet https://ift.tt/OsBhUNo
Show HN: Share a region of your screen on Google Meet https://ift.tt/W6vKt5s April 24, 2023 at 11:15PM
Homemade rocketship treehouse, from hardware to custom OS [2011-2023] https://ift.tt/3TNtuke
Homemade rocketship treehouse, from hardware to custom OS [2011-2023] http://rocket.jonh.net April 24, 2023 at 09:41PM
Show HN: Featurevisor – Git based feature flags and experiments management https://ift.tt/F6Gqz29
Show HN: Featurevisor – Git based feature flags and experiments management Why? - Decouple application deployment from releases How it works: - Make changes to your features and segments (YAMLs) via Pull Requests - Generate datafile (JSON file) in CI/CD workflow and upload to your CDN - Fetch datafile in your application runtime and consume with SDKs Supports: - Feature flags: boolean flags - Experimentation: a/b tests - Segments: targeting traffic with conditions - Variables: namespaced under each feature and conditional - Gradual rollouts: avoid big bang releases, go from 0% to 100% - Consistent bucketing: same user sees same variation - Multiple environments: prod, staging, test, and more - Force bucketing: allow testers to force enable/disable for themselves only - Tagging: resulting in smaller datafiles for your application(s) - Tracking: integration with any analytics tool - Status site generator: for human friendly status reporting - SDKs: for Node.js and browser environments, Kotlin/Swift planned for future https://ift.tt/uHOvG1E April 24, 2023 at 11:10PM
Sunday, April 23, 2023
Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://ift.tt/fL2dohH
Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://ift.tt/u0XCPBo April 23, 2023 at 10:24PM
Saturday, April 22, 2023
Show HN: I'm building a Strava alternative without all the social media crap https://ift.tt/wHgZYp6
Show HN: I'm building a Strava alternative without all the social media crap I'm working on https://cubetrek.com , a web app to manage, visualize and compare your running, hiking, mountainbiking, skiing... activities. Some features include: a github-style calendar heatmap, 3D visualization of tracks (especially useful for hill climbs and mountaineous terrain in general), a world map displaying all your activities at once. Excluded features: although you can share yoir tracks to the world, should you choose so, there are no friends, no likes, no comments, i.e. none of that social networking stuff. And no ads. Any feedback is appreciated, let me know what you think, what to improve! https://cubetrek.com April 23, 2023 at 01:53AM
Show HN: I designed and coded my portfolio as a freelance designer https://ift.tt/AwF2R1D
Show HN: I designed and coded my portfolio as a freelance designer Feel free to share any feedback. Thank you. https://ift.tt/WNaupch April 23, 2023 at 12:29AM
Friday, April 21, 2023
Show HN: Automatic Prompt Optimizer for LLMs https://ift.tt/6KnQhFG
Show HN: Automatic Prompt Optimizer for LLMs https://ift.tt/g3dPieF April 22, 2023 at 01:55AM
Thursday, April 20, 2023
Show HN: GPT-4 wrote a verified by Wikipedia badge for Twitter https://ift.tt/OpcwXdE
Show HN: GPT-4 wrote a verified by Wikipedia badge for Twitter https://twitter.com/Landgren/status/1649185915644829698 April 21, 2023 at 03:01AM
Show HN: Create your own full-featured VPN server https://ift.tt/u7h621E
Show HN: Create your own full-featured VPN server We think VPN providers encrypt our data and increase our security and it is true but there is a problem: we have to share our data with them instead of ISPs. AdminVPN is a side project that allows ordinary people to create their own VPN server. PS: This is my first post here, your feedback is really appreciated! https://adminvpn.co/ April 20, 2023 at 08:48PM
Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://ift.tt/iIV3zxs
Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://www.youtube.com/watch?v=cBnLIwMtv8g April 20, 2023 at 11:53PM
Wednesday, April 19, 2023
Show HN: ChatGPT to control your own app (text-to-action library) https://ift.tt/CiBYUGr
Show HN: ChatGPT to control your own app (text-to-action library) ActionIt is a text-to-action library built to make it easier to perform actions based on natural language input. It opens the way for applications that don't only retrieve information but actually interact with functions, extracting necessary parameters or asking follow-up questions where necessary. In simple terms, your functions are presented to ChatGPT and the correct one is chosen and executed based on a natural language input. Would love any feedback or feature requests:) https://ift.tt/IrRtCel April 20, 2023 at 02:04AM
Tuesday, April 18, 2023
Show HN: Offsuit – Casual Poker, Redesigned https://ift.tt/5jA1txC
Show HN: Offsuit – Casual Poker, Redesigned For the past year my friend and I have been building a dead simple offline poker app that we actually wanted to spend time in. No constant pop-ups. No account needed. No waiting for tables. No fake felt or neon. Just free poker against intelligent AI opponents with helpful in-game stats. We’ve started offline, but are working towards online-multiplayer, tutorials for new players, and more in-game stats. Would love your feedback! https://offsuit.app/ April 18, 2023 at 06:07PM
Monday, April 17, 2023
Show HN: Quorbo – a quick and quirky quest for the quote https://ift.tt/th2FbWu
Show HN: Quorbo – a quick and quirky quest for the quote Hey HN, Today I'm launching Quorbo (www.quorbo.com): a simple letter-revealing game (think Wheel of Fortune with some twists) where you get 6 turns to guess the day's quote! It's my first post-parenthood side project and first web game. Being a working dad has caused me (for the first time, believe it or not) to focus on simplicity. Up until about a year ago, endless free time secretly plagued me... because I love _building_, and more free time meant: more room to add complexity. Not anymore! Quorbo is the first of my initial batch of three simple word games, and I can't wait to make more. Let me know what you think! (improvements, bugs / quirky behavior / stumbling blocks, any and all feedback welcome!) Enjoy! https://quorbo.com April 18, 2023 at 01:46AM
Show HN: Instant AI Powered Support https://ift.tt/IDO5JL2
Show HN: Instant AI Powered Support Create a virtual assistant for your product with a single click 1. Tell us your website 2. Choose the pages you'd like Bubbly to learn from 3. We will instantly create a GPT3 AI Bot that can answer any question about your product or service. https://ift.tt/t52Kouh April 18, 2023 at 12:13AM
Sunday, April 16, 2023
Show HN: Insight, an autonomous AI that can do medical research https://ift.tt/caH9O10
Show HN: Insight, an autonomous AI that can do medical research I am working on an AI that uses multiple LLM based agents to do medical research on any topic you choose! The program terminates after a set number of iterations and all of the findings are saved. Still a work in progress but it is showing some promising results imho! Would love to receive any critical and constructive feedback, collaborate, Review your PRs, or discuss your ideas!! https://ift.tt/68vRAPU April 17, 2023 at 01:45AM
Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/UWHzvYl
Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/s6Wfa1J April 17, 2023 at 12:44AM
Show HN: Let your body be the gamepad https://ift.tt/pbu3NIY
Show HN: Let your body be the gamepad Hi HN, I made a keyboard emulator that tracks your body pose and emits the key presses accordingly. My main motivation was to make my kids move more on rainy days. I already made a couple of mini-games using the body pose [1-3], and those were definitely fun to make and play! However, once the kids learned the tricks, they got bored. I could only produce that much content myself, and soon realized that I lack time for churning out games. Finally, I decided to tap into an endless pool of PC games, preferrably simple and less addictive ones like the Gameboy and DOS games. This project has been also inspired by [4], which has been featured on HN recently. [1]: https://ift.tt/nWMvcxS [2]: https://ift.tt/jgxEUGD [3]: https://ift.tt/mUNOT96 [4]: https://ift.tt/UQHsGew https://ift.tt/2u3HKUO April 16, 2023 at 11:42PM
Saturday, April 15, 2023
Show HN: Super Stack Solitaire https://ift.tt/lUDNMAV
Show HN: Super Stack Solitaire Solitaire with a retro NES aesthetic. Two game modes - Klondike and Pyramid. Design, sound, art and programming done by me. Play in browser for free or support my work by purchasing the downloadable version. https://ift.tt/KDEJSFh April 15, 2023 at 11:06PM
Show HN: Pitchleague.ai – Perfect Your Pitch Deck https://ift.tt/dL83iH5
Show HN: Pitchleague.ai – Perfect Your Pitch Deck Hey H, We're excited to share that we've already assisted over 800 founders in refining their pitch decks with our recently launched Pitch League AI. Created during a one-day hackathon, our tool harnesses the power of GPT-4 to help founders iterate and enhance their pitch decks. We've observed founders uploading their decks multiple times and making improvements based on the AI-generated feedback. Our mission is to support as many founders as possible in raising funds for their startups, starting with perfecting their pitch decks. While Pitch League AI is still a work in progress, users have found it genuinely helpful thus far. The platform extracts text from PDFs and employs GPT-4 prompts to evaluate and ensure the completeness of pitch decks across various categories, including deck length, grammar & spelling, and the inclusion of vital information (e.g., problem, solution, team, etc.). We'd love to hear your thoughts and suggestions on how we can enhance Pitch League AI and any additional features you believe would be valuable. Looking forward to your feedback! Cheers. https://ift.tt/V0MQS7W April 16, 2023 at 12:16AM
Friday, April 14, 2023
Show HN: Example POC to run the Dolly V2 12B model in 8bit mode https://ift.tt/eYarmCv
Show HN: Example POC to run the Dolly V2 12B model in 8bit mode I banged this out today because nobody seems to have figured this out yet (and I wanted to play with this model). I was inspired by the fact that Simon Willison was struggling to get this running[0], so I wanted to take a crack at it! This is by no means "clean", but it is a baseline for others to hack from. Feel free to send over PRs and I'll land them! (I'd love it somebody used this to glue this into this webui[1].) 0: https://ift.tt/DUQ0MiR 1: https://ift.tt/t8wc0kH https://ift.tt/1ESizsX April 15, 2023 at 02:46AM
Show HN: A curated list of remote jobs https://ift.tt/ED7MwTo
Show HN: A curated list of remote jobs https://ift.tt/GeOY3u5 April 14, 2023 at 11:07PM
Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor https://ift.tt/lzJtmSw
Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor A person's heart rate fluctuates based on factors such as activity, environment, and mental state. Additionally, heart rate variations occur on a much shorter timescale, with changes happening every few seconds. During inhalation, heart rate slightly increases, and it decreases again during exhalation, a phenomenon known as respiratory sinus arrhythmia. There are several reasons for this. Firstly, an increase in volume within the thoracic cavity (the space between the ribs) leads to a corresponding drop in pressure, which is counteracted by a rise in heart rate to regulate blood pressure. Secondly, breathing is deeply intertwined with the autonomic nervous system, which involves the opposing activation of the parasympathetic ("rest and digest") and sympathetic ("fight or flight") responses. By measuring heart rate variability and regulating our breath, we can gain insight into our stress response and learn to control it. The Polar H10 heart rate monitor provides basic heart rate measurements from a chest strap ECG, compatible with a number of fitness tracking apps that monitor heart rate zones wirelessly using bluetooth. The device also provides raw sensor data including an accurate measure of the timing between heartbeats (interbeat interval, with millisecond resolution) and 200 Hz accelerometer data. In this project this information is used to measure breathing rate and heart rate variability, and explore the relationship between the two. https://ift.tt/6nItJjp April 14, 2023 at 11:06PM
Thursday, April 13, 2023
Show HN: Ampersand – “Terraform for Integrations” https://ift.tt/FtVGoh1
Show HN: Ampersand – “Terraform for Integrations” Hey HN! I’m one of the co-founders of Ampersand and we’re excited to launch our developer docs today! Ampersand is built for SaaS engineers who want to: - Read data from their customers’ SaaS (e.g. Salesforce, Hubspot). - Write data to their customers’ SaaS. - Subscribe to events happening in their customers’ SaaS (including creates, deletes and field updates). We feature a Terraform-like declarative interface for defining integrations, embeddable UI components for your users to set up and manage their integrations, and a management console for your team to monitor and troubleshoot. We’re launching our docs ahead of our product because we believe that docs are one of the most important things to get right in building a developer product, and we want to get early feedback on it. Looking forward to hearing your feedback in the comments below! https://ift.tt/RMUqgJn April 14, 2023 at 01:08AM
Show HN: Google Analytics alternative with the most generous free tier https://ift.tt/apxQnBc
Show HN: Google Analytics alternative with the most generous free tier Hi HN, As an indie hacker, the new Google Analytics (GA4) coming motivated me to look for a straightforward alternative that would also be affordable. I had a few basic product requirements and didn’t want to spend too much to replace a free product. There are a lot of great Google Analytics alternatives out there, but the pricing didn’t seem right. As someone who likes to just build things, many of which aren’t businesses yet, it didn’t make sense to pay for options like Plausible and Fathom out of the gate. So I joined with a friend to build Beam Analytics. Beam gives you all the standard web analytics. It also comes with easy to create funnels so you can see how users move through your site. And we have a great proxy for cohort retention that doesn’t need you to log any data with us. It’s cookie-less and GDPR compliant. The free tier is 100k page views per month so hopefully you’ll give it a try. There’s also a Wordpress integration to make integrating with WordPress sites as easy as a single click - https://ift.tt/FTcjC1p . Appreciate your feedback. You can also email us at hi (at) beamanalytics.io or DM me on twitter @TheBuilderJR. https://ift.tt/Cc68QPA April 12, 2023 at 05:40PM
Wednesday, April 12, 2023
Show HN: I’m building an autonomous business run by ChatGPT https://ift.tt/Lkb7geT
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/UVz52qt --- 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/w2K3ozO https://airfeed.co/ April 13, 2023 at 01:52AM
Tuesday, April 11, 2023
Show HN: Turn Any Image into QR https://ift.tt/1Y7AQOu
Show HN: Turn Any Image into QR https://uniqr.us/editor April 12, 2023 at 12:58AM
Show HN: Automatically Generate Company Names with Available Domains https://ift.tt/WkejEBv
Show HN: Automatically Generate Company Names with Available Domains I have found myself running into the issue where I think of a great project or company name, but the domain is already taken multiple times. I decided to create this simple project which uses openai and route53 (hence the name) to generate available domains for a company based on keywords, rather than just come up with new company names. https://53names.com April 12, 2023 at 12:16AM
Monday, April 10, 2023
Sunday, April 9, 2023
Show HN: ThoughtCoach: Helping to improve mental health with AI https://ift.tt/KmSil4o
Show HN: ThoughtCoach: Helping to improve mental health with AI https://ift.tt/Sv4rJ06 April 10, 2023 at 03:36AM
Saturday, April 8, 2023
Show HN: GPT-4 powered vegetable growing advice https://ift.tt/7rcaLbp
Show HN: GPT-4 powered vegetable growing advice https://ift.tt/nx3Bf6X April 9, 2023 at 01:27AM
Show HN: AI ChatBot to Facilitate Self-Help for Long Covid https://ift.tt/8hwVvP0
Show HN: AI ChatBot to Facilitate Self-Help for Long Covid https://ift.tt/RuQMskc is an LLM designed to provide Long COVID patients with doctor-approved low-cost self-care practices for symptom management. S/O BerriAI YC W23 https://ift.tt/RuQMskc April 8, 2023 at 11:26PM
Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) https://ift.tt/hGYf6yZ
Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) I recently discovered that LLMs can generate hilarious tech article titles, so I took it to the next level by generating coherent and entertaining comment threads, article content, and images. It will be automatically updated, so you'll never get bored. Enjoy! P.S. I've added robots.txt so I hope it doesn't get indexed. https://ift.tt/TUImduK April 8, 2023 at 11:06PM
Friday, April 7, 2023
Show HN: A toy bootloader written in C++ https://ift.tt/DCE52un
Show HN: A toy bootloader written in C++ Yes, this includes the MBR and partition boot sector. The partition table is modeled as a class hierarchy. Second stage loads a kernel from a FAT32 file. I'm normally a C programmer, but for a work project, I recently revisited C++, a language that I had an on-again-off-again relationship over the years. I did this as a fun training exercise on the side to get familiar with the language again, but obsessed a bit and kind of overshot the target. I thought the result might be of interest to someone. https://ift.tt/AiDdfhO April 8, 2023 at 02:03AM
Show HN: Askbend – SQL-Based Knowledge Base Search and Completion https://news.ycombinator.com/item?id=35485476
Show HN: Askbend – SQL-Based Knowledge Base Search and Completion AskBend is a Rust project that utilizes the power of Databend and OpenAI to create a SQL-based knowledge base from Markdown files. You can easily use blogs or documents as data sources and host your own instances. April 7, 2023 at 10:52PM
Thursday, April 6, 2023
Show HN: Chatbot for Your Online Documentation https://ift.tt/A6c1zIu
Show HN: Chatbot for Your Online Documentation https://ift.tt/oRKScd7 April 7, 2023 at 12:13AM
Show HN: Machato — A native macOS client for ChatGPT https://ift.tt/z2v6htO
Show HN: Machato — A native macOS client for ChatGPT Machato is a tiny ChatGPT client that supports all basic features, and more ! I was frustrated with other native implementations that focused on quick access but didn't give easy access to a history of what has been said. Since ChatGPT is a learning tool for me, I'm always ruffling through past conversations. The client supports markdown rendering as well as LaTeX. Feel free to try it out ! For those who see this thread early, you can use the promo code EARLY_BIRD to get a free lifetime license. Let me know if some aspects can be improved or if there are features you'd like to see implemented in native clients. https://ift.tt/ig042H3 April 6, 2023 at 08:52PM
Wednesday, April 5, 2023
Show HN: AI Bartender – The multi-personality GPT bartender https://ift.tt/Jvc82C7
Show HN: AI Bartender – The multi-personality GPT bartender https://ift.tt/LEc3ZUM April 6, 2023 at 02:13AM
Tuesday, April 4, 2023
Monday, April 3, 2023
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/YhUt8jI
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/iJLpngM April 4, 2023 at 01:06AM
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ift.tt/AzCXT9q
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ycinterview.ai/ April 3, 2023 at 11:25PM
Sunday, April 2, 2023
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/R61sB7f
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/pWcVi5C April 3, 2023 at 02:12AM
Saturday, April 1, 2023
Show HN: Jarvis AI – your dedicated concierge for anything https://ift.tt/Jo9Wuat
Show HN: Jarvis AI – your dedicated concierge for anything https://usejarvis.ai/ April 2, 2023 at 03:38AM
Show HN: SiteGPT – Create ChatGPT-like chatbots trained on your website content https://ift.tt/Fxd5eGs
Show HN: SiteGPT – Create ChatGPT-like chatbots trained on your website content https://sitegpt.ai April 2, 2023 at 02:36AM
Show HN: Rock Paper Scissors Online Game https://ift.tt/4qAJrFg
Show HN: Rock Paper Scissors Online Game I created online rock paper scissors game with Nuxt.js and node.js (socket.io) https://ift.tt/5Qsnkt4 April 2, 2023 at 12:55AM
Subscribe to:
Posts (Atom)