Show HN: Paper List Generator For each query, it filters and weights the citation graph of ~5000 papers to find the most important ones. https://ift.tt/jct80RI June 30, 2023 at 01:24PM
Show HN: Clevis – Build and sell AI powered apps without code After seeing a lot of simple AI powered web apps being launched lately, the idea of building a tool to create them appeared in my mind. Using Clevis, you can quickly create apps by connecting a series of steps. The first step to an app is usually some sort of user input like a text field or a file upload. Then, that input can be processed by AI tools like ChatGPT and the output can be displayed to the end user as plain text, HTML or a file. Examples of other apps you could build using Clevis: 1. SEO Assistant: An app that analyses any website URL for SEO improvements 2. Cover Letter Writer: Users can input basic information, provide a link to a job advertisement, and receive a meticulously tailored cover letter as output. 3. Travel Planner: App that creates a beautifully designed travel itinerary wherever you are planning to go. You may ask: What is the difference between using a Clevis app and just using ChatGPT? The answer is the UI. By collecting input from the user in a structured way using forms and image uploads, you can make sure that the model receives the best data to do its job. The output can also be styled with HTML instead of just plain text. For creators, it is a way to quickly create AI powered apps and start selling them instantly. This project is very early stage and any feedback or ideas are highly appreciated! https://ift.tt/hRvb5kd June 30, 2023 at 02:34AM
Show HN: Open-source code search with OpenAI's function calling We're excited to share a tool we've been working on called gpt-code-search. It allows you to search any codebase using natural language locally on your machine. We leverage OpenAI's GPT-4 and function calling to retrieve, search, and answer queries about your code. All you need to do is to install the package with `pip install gpt-code-search`, set up your `OPENAI_API_KEY` as an environment variable, and start asking questions with `gpt-code-search query
Show HN: Tweak your chord progressions for practice or composition I'm excited to share with HN a new pet project I've been working on to explore how AI can create and explain harmonic chord progressions - Chord Variations. The project uses GPT-4 to generate unique and interesting chord combinations based on user input chord progression. It's akin to having a virtual musical assistant that can help non-musicians and musicians alike explore and create harmonious sound without needing any prior knowledge of music theory. The generated chord suggestions maintain a similar vibe to the user input. Alternative chord progression includes extended chords, chord substitutions, unique passing chords, and more. Additionally, musical theory explanations within the tool is helpful for users not just to create music, but understand the underlying structure it's built on a bit better. These chord progression suggestions can be used for practice or composition. As a musician myself, I am having quite a lot of fun playing around with it. One of the things I'm proud of is how the application really dips into music theory. It includes nuanced aspects such as dominant chords, secondary dominant chords, and the famous 2-5-1 chord progressions. That said, the development journey was full of lessons. Dealing with the latency of the GPT-4 API was particularly challenging. I used a Celery based queue system + client polling to manage the delay between request and response (from OpenAI API). Additionally, to keep the chord names consistent, I used a combination of prompting and regex. There are still some bugs that need to be squashed but overall I am pretty happy with the results. I'd love to hear your thoughts and feedback on the project. Also, if you're curious about anything, I am happy to delve into the details in comments. Feel free to take Chord Variations for a spin here: https://ift.tt/Gsdpju8 Looking forward to some interesting discussions! https://ift.tt/Gsdpju8 June 28, 2023 at 12:47AM
Show HN: Cubisum – A Number Puzzle Game Hi HN, I'd like to share a logic number puzzle game that I've been working on. Cubisum ("Cubism" + "sum") draws inspiration from Sudoku and Minesweeper, while also creating compositions reminiscent of Piet Mondrian's cubist work. The rules are simple, but I found it a surprising challenge (It was much harder to estimate the difficulty before I saw an actual game board). I hope you enjoy it -- any feedback would be much appreciated! https://cubisum.com/ June 29, 2023 at 12:18AM
Show HN: Nohooks – Webhooks on Platforms Without Webhooks Hello HN, We’d like to show you our project — Nohooks[0]. The aim is to add webhooks to platforms that do not natively support webhooks. We really believe many APIs can provide a better developer experience by providing webhook notifications to enable us to automate more things. Nohooks works by intelligently polling the integrated platform's APIs, determining if a change has occurred, and generating webhook events. Nohooks currently supports webhooks from Notion’s Databases, Render’s Services & Deployments, and DigitalOcean’s Droplets. We will add more in the coming days and improve the types of events/payloads generated to enable new workflows that were previously impossible or difficult to achieve. It uses Convoy[1] to power its webhooks delivery and debugging dashboard. We welcome you to try it out and give us your feedback — what platform would you love to have webhooks for that doesn’t currently exist? What webhooks best practices would you like to see implemented? [0] https://nohooks.io [1] https://ift.tt/1f4pluR https://nohooks.io June 28, 2023 at 11:08PM
Show HN: Platform for building Gen-AI applications on Spark Hey HN, I'm Maciej, one of the co-founders of Prophecy ( https://prophecy.io ) - low code for Data Transformations and Generative-AI. We've just released the latest version of our product, which makes it easier for teams to build data pipelines for LLM-based applications. As part of the release, we're also open-sourcing the toolbox for Spark ( https://ift.tt/KdhJ3Ht ) that contains useful connectors, transformations, and agents for building Gen-AI applications. Hopefully, this allows some of you to build your apps easier and make them more robust and scalable from day one. Quick getting started example available here: https://ift.tt/Gkc9BWe (all code is open-source too). While our product is already mature, the toolbox shared above is still in a pretty early stage but will be completely OSS. Any thoughts on the concept and ideas for what's important to the community would be super appreciated! https://ift.tt/wvnSBUZ June 27, 2023 at 05:52AM
Show HN: New Beautiful Desktop and Web UI/Monitoring for Apache Kafka+Kinesis Hey folks, I'm super excited to announce the release of a new UI for Apache Kafka, Confluent, Redpanda and Kinesis that focuses on Teams and Data Mesh. (Note: the desktop version is also very popular with individual developers!) Why is this important? Because providing a solution that can be used by both IT and business (non-technical) users is essential when building applications that process business data. Of course, we are mainly developers working on Kadeck. So you won't miss any of the features you need to troubleshoot and monitor Kafka and your applications. In fact, we have put a lot of effort into making Kadeck the best UI for Apache Kafka on the market. This includes enterprise features such as fine-grained rights management, topic organisation with data owners, labels and topic (API) documentation, teams and roles as well as LDAP/AD connectivity, data policies and masking, audit log and much more. I hope you enjoy using Kadeck - either the free version or the Professional/Enterprise version - and please let me know your feedback. I always love to hear about your specific use case! Have a great day, Ben https://www.kadeck.com June 27, 2023 at 04:14AM
Show HN: Winded – View Multiple Tailwind Breakpoints Simultaneously Hey HN, Constantly toggling viewport sizes the other day finally tipped my personal annoyance/action threshold. The result is WINDED - a simple tool to help you simultaneously view how your website appears on different screen sizes without needing to constantly adjust the size of your browser window. With a 4K monitor, you can see every Tailwind breakpoint on a single screen! This is game-changing. Please let me know what you think! https://ift.tt/mt75ua1 June 26, 2023 at 10:23PM
Show HN: Tabserve.dev – A HTTPS url for localhost using only the browser Hello, This is Tabserve, a web-based reverse proxy that gives you a HTTPS URL that forwards requests to localhost. It uses a Cloudflare Worker for the HTTPS certificate, but other than that runs entirely in the browser. Take a look, it only takes 300ms to install: https://tabserve.dev https://tabserve.dev June 26, 2023 at 06:22PM
Show HN: ChatHN – Chat with Hacker News using natural language Hi again Hacker News! OpenAI recently launched "Function Calling", which is a way for developers to describe functions to GPT-3.5/4 and have the model intelligently choose to output a JSON object containing arguments to call those functions. I decided to tinker around with it this weekend and build an MVP that uses OpenAI Functions + Vercel AI SDK to "chat" with the Hacker News API using natural language, in real time! It's fairly basic for now (supported functions: https://ift.tt/MFPNzcv... ) but just wanted to launch this as a proof of concept (PoC)! Hope y'all like this :) https://ift.tt/OyR9dak June 26, 2023 at 12:19AM
Show HN: Fossfox – paid opportunities for open-source devs The index lists either companies that work on open-source products or those that heavily contribute to open-source. Either way, ideal for devs that want to keep an eye out for opportunities. Engineering teams can post for free. Open directory of available positions is here [0]. [0] https://ift.tt/3swMcQz https://fossfox.com June 26, 2023 at 12:37AM
Show HN: I’m an introvert, made an app to maintain relationships, added more AI Hello again fellow hackers. I created this app and I expect it can help others like me, those with ADHD and those who simply want to be better at reaching out to friends and family and related. In the first post I made that got traction — https://ift.tt/bqy6mnx — I received a lot of commentary. I hope there will be related commentary this time around, particularly with the new AI functionality, but, so long as the app is used with genuine intention, I truly feel the result is a net positive and this is consistently reflected in the feedback I receive from actual users of the app. So, why am I posting again? Because better AI is becoming more available/democratized and I’ve updated the app to support contextually-aware AI-based message generation. This has allowed staying in touch to become even more friction-free. I define the app as a smart communications assistant/tool for text messages, calls and email that helps making staying in touch as effortless as it can be. How is this app different from other personal CRM, automation and messaging tools? Well, the app is super simple to use and combines some functionality from all these areas. Unlike most personal CRM apps that are unable to make contact decisions based on recently received texts and calls, device automation apps that lack a CRM focus, and messaging tools that cannot provide AI-generated and contextually-aware messages for your current conversations, CommuniqAI intelligently integrates these three aspects. It cleverly keeps you connected with the people who matter most, with minimal interruption and distraction. In contrast to other related apps, manually logging or copying previous communications is unnecessary and notifications display your actual conversation histories, so you can quickly recall what you last touched upon. By default, the app will not take any action and largely act as a helpful reminder, and I recommend this type of use. When I originally submitted to HN the app was still in beta, but this is no longer the case. Also, there are no ads, logins or subscriptions. I’d love some more feedback; I feel the use of AI in “all the things” will become pervasive. https://ift.tt/9oRu1Bn June 24, 2023 at 09:33PM
Show HN: Automatically assemble Windows Sysroots directly from Microsoft winsysroot is a tool which automatically and efficiently creates what is effectively a "sysroot" for Windows targets, allowing you to (cross)-compile against native Microsoft sources from any operating system and for any architecture supported by Microsoft. It also takes care of the case-sensitivity problem of the Windows SDK by automatically generating LLVM overlay specifications. It is written in pure cross-platform Go and is extremely fast it tries very hard to download the absolute minimum number of files to achive its goals. It pulls all data directly from Microsoft to avoid any legal issues (but you aren't allowed to distribute the resulting sysroots without explicit permission by Microsoft). https://ift.tt/nGvaxOF June 24, 2023 at 05:55PM
Show HN: Factiverse AI editor – Fact-checking text made smarter and simpler Heya HN, after 7 years of dedicated work, we're thrilled to unveil Factiverse AI Editor - a revolutionary tool to validate or debunk factual claims in any text, including AI-generated content. Here's how it works: Our cutting-edge machine learning models analyze your text and identify check-worthy claims. We then scour search engines like Google, Bing, and Wikipedia, alongside manual fact-checks, to retrieve supporting and disputing evidence. The credibility of each source is carefully assessed using another machine learning model trained on expert fact-checks. Try out the Factiverse AI Editor at https://ift.tt/DyJvPCd and be sure to sign up and provide feedback on our Product Hunt page at https://ift.tt/VJ6D0EX or directly within the app. To get started, check out our tutorial video at https://youtu.be/rMBHHfn6mk0 and hear a special message from the founders at https://youtu.be/Ri5rR_clpxg . Visit our homepage at http://factiverse.ai for more information. Join us in revolutionizing fact-checking with AI! https://ift.tt/DyJvPCd June 23, 2023 at 10:58PM
Show HN: Schnitzeljagd.dev tests your web dev skills Inspired by the Cicada 3301 phenomenon and others, I created an internet scavenger hunt to test your web development knowledge and wit. It has 20 steps, getting more challenging the further you get. Time estimate: 1 hour(?) Fun fact: I created a spreadsheet with ideas for this back in July 2014. I think as far as side projects go this one didn't take me too long. https://ift.tt/RLzIeHw June 23, 2023 at 06:29PM
Show HN: I've built open-source, collaborative, WYSIWYG Markdown editor Inspired by the design and UI/UX of apps like Notion, and utility of open-source apps like StackEdit, I decided to create a minimalistic, local-only WYSIWYG Markdown editor. Some features worth highlighting: - Monaco editor and Prettier integration for code snippets - Tables (apparently the holy grail of WYSIWYG editing) - Embeds (for CodePen, CodeSandbox and YouTube, most useful for HTML or JSON exports) - Accepts Markdown paste-in, and "exports"/generates HTML, Markdown and JSON outputs - Collaboration (with real-time awareness and initial commenting system, available only when logged in) - GPT-3.5 integration (only when logged-in with the corresponding extension installed) Stack used: TipTap, Solid.js, HocusPocus, Fastify, tRPC. Some notable drawbacks: - No mobile support - Collaboration available only between signed-in users, in the same workspace; - I tried my best to support most common Markdown formatting, pasting and in-editor shortcuts, though there might still be room for improvement - Self-hosting isn't easy right now, though you should be able to figure it out from the source code The editor itself is a standalone app, extracted from the larger Vrite CMS project ( https://ift.tt/buBpZvd ) which you can also test out (only with sign-in) here: https://app.vrite.io/ https://ift.tt/Cvo3rEi June 23, 2023 at 06:10PM
Show HN: Flights for Flaneurs This is a "show" and an "ask". I built a Flight search engine for people with Wanderlust in their souls I had 2 days off, I wanted to leave town, didn't matter where, away! Expedia doesn't give a list of destinations when you want to leave Tuesday, and return Wednesday. So I built my own custom solution. It has Bangkok, Lisbon and Austin as departure points. But ... Flight data is horribly expensive, so I cannot scale to all cities in the world. If you have any suggestions to solve this, feel free to share! https://ift.tt/VfBxmkJ June 23, 2023 at 08:57AM
Show HN: I wrote a script to back up your Notion.so data with ease Backup made easy with NotionBackup! No more hassle with obscure Notion exports! Our project fixes HTML exports, giving you editable and visually appealing pages that stand the test of time. Preserve your data effortlessly. Check it out: https://ift.tt/pATUqed https://ift.tt/pATUqed June 23, 2023 at 04:32AM
Show HN: Configu – OSS project that puts an end to your configuration headaches Hi HN, this is Peleg from Configu. We have open-sourced Configu ( https://ift.tt/XNquM53 ). It’s a simple yet powerful tool designed to manage application configurations (env vars, secrets, feature flags, and more) at scale across environments – from code to runtime – by providing configuration orchestration along with a Configuration-as-Code (CaC) approach. You can easily sync and connect it to any configuration store you use (files in git repo, secret managers, feature flags, databases, etc.) and Configu Orchestrator provides a unified interface that rules them all and allows developers to define and deploy configurations consistently. This ensures that the desired settings are applied accurately throughout the entire software development lifecycle (SDLC). By automating the configuration orchestration process, it reduces tedious manual work and errors and promotes efficient deployments. It can be used with any programming language/framework and is platform independent with a super easy setup. Give it a try ( https://ift.tt/XNquM53 ), and let us know what you think! Docs: https://ift.tt/iIRPym7 https://ift.tt/XNquM53 June 22, 2023 at 07:04PM
Show HN: 400 sites to submit your startup to, reviewed I scraped more than 400 urls that were listed as supposed good places to launch a startup. I checked out each one, and found a lot of neglected sites, domains for sale, sites asking a lot of money to list your startup, etc. I made notes about my experience with each. I think this could be useful to other startups. https://ift.tt/HEMTc4O June 22, 2023 at 06:11PM
Show HN: Why Google Analytics May Not Be the Best Option for Your Website (2023) In 2023, website owners, bloggers, and web developers need to re-evaluate their use of Google Analytics. While it has been a go-to tool for tracking website stats, its privacy concerns and limitations are becoming increasingly apparent. https://ift.tt/VM2lgiy June 22, 2023 at 10:43AM
Show HN: I Built ReviewGPT – Make Your Writing AI-Powered Writing essays, reports, and emails - life is full of various writing tasks. Since leaving school, it has been difficult for us to improve our writing skills. We have just released ReviewGPT, which can grade and evaluate your articles, provide editing suggestions, and even play the role of famous writers such as Shakespeare and J.K. Rowling to help you rewrite and quickly improve the quality of your articles. Come try it out https://reviewgpt.net/ June 21, 2023 at 02:40PM
Show HN: A library for `exec`ing Python code safely using WASM Inspired by Simon Willison's blog post that was catalyzed by this HN post: https://ift.tt/qmXU9Nd wasm_exec is a Wasm-powered, sandboxed implementation of exec() for safely running dynamic Python code There are number of use-cases emerging that require arbitrary code execution, often code that is generated by LLMs (Large Language Models) like ChatGPT. This can enable some really cool functionality - like generative BI or website generation - but also introduce a massive security flaw if implemented via eval() or exec(). This is because arbitrary code can be executed using these methods. In a worst case scenario, exec'ing arbitrary code could enable some to rm -rf / your entire server! This library intends to provide a secure method of executing arbitrary Python code to empower LLM-based code generation. This was originally intended to be a direct PR to Langchain but given that the problems with exec() extend to the entire Python ecosystem, it was decided that it would be better as a standalone package. Given the love for Wasm on HN, I thought some folks might be interested,and I'd love additional feedback or contributions to the code base. https://ift.tt/lEFsnXW June 21, 2023 at 06:14AM
Show HN: AfterZhev – A Graphical RPG for Arduino in AVR Assembly For the last year I've been working on a small RPG, called "AfterZhev", that runs on a single ATmega2560 plus some passive components. The game runs at 60 FPS on a stock 16 MHz ATmega2560, so it's Arduino Mega2560 compatible, and generates a 60 Hz 640x480 VGA video output, with an effective resolution of 120x66 pixels. It also generates 8-bit sound. AfterZhev was written entirely in AVR assembly. AfterZhev - I think! - is the only graphical RPG that runs on an 8-bit Atmel chip. I'd like to be wrong about that, though. As the world's official best player, I can beat the game in under three minutes, but it'll probably take an hour or so to complete. Let me know what you think! Writeup: https://ift.tt/yWCszB9 Source code: https://ift.tt/OZsmMT7 https://ift.tt/moGyTaW June 21, 2023 at 03:05AM
Show HN: Reproducing TikTok with Django Ninja and React Native I am about to graduate from university this year, and I had an idea to create a mobile app similar to TikTok but for OnlyFans. Interestingly, the inspiration to replicate TikTok came from an episode of the Acquired Podcast discussing Meituan. It seemed somewhat ironic to copy a Chinese app. I ran out of money to pay rent though, so I’m looking for jobs here in Sydney instead now. I want to keep working on this project in my spare time and would appreciate any feedback and particularly guidance for how to run an open-source project! https://ift.tt/0ZQvN9h June 20, 2023 at 06:49AM
Show HN: Global Pomodoro every 30 minutes I love using the Pomodoro technique with my friends. We each share what we want to accomplish in 25 minutes, work together, and then take a 5-minute break to discuss our progress. Recently, I had an idea to take this concept to the next level. If you think about it, 25 + 5 = 30 minutes - the perfect amount of time for a global Pomodoro session to start every half hour. After several evenings of brainstorming and collaboration, I'm excited to introduce Pomodorr.io. This platform allows individuals from around the world to come together and work on their projects during these global Pomodoro sessions. So, meet Pomodorr.io. Every 30 minutes, a global pomodoro kicks off in the world. There is a general chat to feel the shoulder of remote colleagues in terms of efficiency. You can meet me and my friends there almost every day. https://pomodorr.io June 20, 2023 at 04:42AM
Show HN: Slint - A Declarative UI Toolkit Written in Rust for Embedded & Desktop Slint is a declarative GUI toolkit written primarily in Rust, with API support for multiple programming languages such as C++ and JavaScript. It is designed for desktop and embedded usage. The Slint website has just been redesigned. And we added a new Royalty-Free License option besides GPL and commercial https://slint.dev June 19, 2023 at 02:27PM
Show HN: Indexing Discord content into the web – Answer Overflow Hi! I'm Rhys, I develop Answer Overflow a search engine for Discord channels. Answer Overflow indexes content from channels into Google making them discoverable on the web. I'm sharing this again after seeing a lot of discussion during the Reddit blackout about the inaccessibility of information sent in Discord servers. Answer Overflow is a verified bot in over 100 communities, fully complies with the Discord ToS, and is open source! https://ift.tt/Sr5caBV Check out some of the communities here! T3 Community - https://ift.tt/AYFUqkC C# - https://ift.tt/WxCpPNQ Reactiflux - https://ift.tt/WxCpPNQ All - https://ift.tt/af5sMcb Please let me know what feedback you have, thanks for checking it out! https://ift.tt/0m5VCTb June 19, 2023 at 01:20AM
Show HN: I built an open-source notification inbox widget for Hacker News Hey all, I built a Chrome extension (open source) that adds a notification inbox widget (and optional email notifications) inside HackerNews. * This inbox feed shows an unread bubble (Like in Reddit) whenever someone replies directly to your thread or comment. * Optionally, you can enable email notifications for the same. (With batching support) * Makes it easy to navigate to new replies. == URLs == Github Repository : https://ift.tt/rqy1xXk == How it works? == * This extension uses Engagespot to embed an In-App notification inbox. * It just makes use of your public HackerNews username and nothing else! No cookies, nothing! * This extension works by polling HN API every minute from the backend server to check for new updates. (No matter how many people use this extension, the server calls HN API only once every minute) == Why? == Isn't it much better when there is a way to know that I have an unseen comment? Otherwise, I have to keep refreshing HN to know if someone replied. I'd love to hear your thoughts on this. How do you currently check for new replies to your comments? June 18, 2023 at 12:10AM
Show HN: Next.js AI Chatbot Template by Vercel Labs Hey y'all! Jared Palmer here... Me, @shadcn, and @shuding_ just an open-sourced a new Next.js AI chatbot app template built with Next.js, the Vercel AI SDK, and Vercel KV. Source Code: https://ift.tt/Iu3C6Pv https://chat.vercel.ai/ June 17, 2023 at 05:31AM
Show HN: 77 Year old launches SaaS platform today. Seeks feedback Richard Montgomery (rm@propbox.co). I believe PropBox is the first advertising platform to facilitate a home seller and buyer to directly negotiate and close real estate transactions within the platform and zero commissions entirely online. Looking for feedback to continuously improve the product. https://propbox.co June 17, 2023 at 05:15AM
Show HN: Meg-4, the Open Source PICO-8 alternative Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - multilanguage support - uses UTF-8 encoding (BMP only) - sophisticated user input methods (direct codepoint, composition, Hiragana and Katakana etc.) - provides a large and efficient API library for your scripts - supports C, BASIC, Assembly and Lua scripts (more to come) - supports wide variety of file formats (Amiga MOD, MIDI, Tiled TMX, PNG, etc.) - capable of importing PICO-8 and TIC-80 cartridges - runs in your browser: https://ift.tt/ZvquTW8 It might not look like much at first glance, but it surely shows its strengths when you start using it (for example automatic API help as you type in the code editor, or invoking the built-in debugger if your script crashes, things like that which makes development easy and fun). Also check out its well-structured and comprehensive documentation: https://ift.tt/FWiVHt0 Binaries are provided for emscripten (web), Windows, Linux (statically linked SDL and GLFW3+portaudio, dynamically linked deb package for Ubuntu and RaspiOS). It is still in early in development, but almost feature complete. At this stage, expect minor bugs here and there, but should work most of the time. The interface is already translated to 25 languages, but the built-in help and the user manual is only available in English for now. Let me know what you think! https://ift.tt/ZvquTW8 June 16, 2023 at 09:34PM
Show HN: adjust – dynamic adjustment for system parameters I made a tiny utility to be able to adjust sound, brightness, gamma etc., from the terminal. In the file ~/.adjustments, just add a name for the thing you want to control, then low high step and initial values, can be decimal, and then a line with the command you want to execute, with a single '%' being replaced with the value. Hit 'q' to finish. It's super handy to have ← → cursor keys to adjust a setting, rather than retyping the command in full. https://ift.tt/MIfptxe June 16, 2023 at 06:34AM
Show HN: Procoto – Self-Service RFP Management Hi HN, Michael from Procoto [ https://procoto.com ] here. We’re making running RFPs (requests for proposal from outside vendors), tracking contracts, and managing vendors simple and affordable. We get procurement teams out of dense systems and spreadsheets without having to drop a hefty check on SAP or Coupa. How are we doing it? Check out our demo: https://ift.tt/S5sFbQr We’re giving procurement teams of any size an easier way to invite vendors, consolidate submissions, and analyze the offers. When a winner is selected, contract terms are digitized and stored in Procoto too. All vendor info, both for winners and non, exist in the vendor library for future bidding events and negotiating. Our early customers are using Procoto to get better rates on everything from raw materials and ingredients to cleaning services and contractors. Why us? We built procurement organizations at a couple startups and have used 30+ of our competitors’ software. We lived the pain we’re solving for years and finally left to build the solution we couldn’t find… Something self-service, customizable, with UI/UX from this decade, and built for users without supply chain degrees. We previously launched on here [ https://ift.tt/gQNAhaH ] and got (justifiably) roasted for not actually catering to the small and mid-sized businesses we claimed to be. Highlights included no pricing on the site and a complete sales led go-to-market. Shoutout to the HN community. We really needed to hear it and we’re a better product now because of it. So now we’re launching our self-service model. Pricing is on the site, self-guided signup, and there’s a 2-week trial to test it out. Would love to hear what you think of the new-and-improved version. Your feedback meant a lot the first time around. https://procoto.com/ June 15, 2023 at 06:56PM
Show HN: basement community, an early-web inspired forum, 6 months later 6 months of running my home-rolled web forum, basement community, and now with Reddit going apeshit, I'd like to take a minute to share recent enhancements to the site. Highlights include: * user count has gotten to over 350!! this is huge!!!! * added more user settings (bionic reading mode, avatars disabled, auto-bookmarking threads, toggle posting hints) * shows latest posts on homepage for easier parsing for new content * posts are saved locally so they are not lost upon page refresh or browser closing * DARK MODE!!! * quality-of-life improvements, such as auto-focusing on form-fields and auto-scrolling to form errors * privacy and FAQ page * joined some more webrings because fuck yeah webrings * adds a bunch of moderation tools for mods and admins * revamps some of the homepage and thread landing page UIs this project makes me happy and i encourage everyone to just start on a project they've been thinking about!!! also the API is free to use unlike some other sites https://ift.tt/24d5NG6 June 15, 2023 at 05:20AM
Show HN: Boundless AI, create custom LLM chatbots programatically Boundless AI empowers businesses to create and engage with custom chatbots effortlessly. Our platform allows you to easily train, deploy, and interact with chatbots tailored to your specific needs. You have complete control over the conversation flow. https://ift.tt/Z8LhSBm June 15, 2023 at 04:01AM
Show HN: Jonline, AGPLv3 Social Network Built with Rust, Flutter, React, gRPC I have two instances that I'd love to see HN hug to death at https://jonline.io (to which I manually deploy) and https://getj.online (which is deployed to for any commit to main on GitHub). They're both running (side by side, in their own namespaces) on a bare minimum 2GB/50GB DigitalOcean droplet using DOKS (DigitalOcean Kubernetes). The configurations are in: https://ift.tt/dWpiVDS So far this is a solo endeavor, but with my recent CI integrations and consolidations of things within the codebase, it's pretty much ready for anyone who wants to contribute to do so. I've labeled some "good first issues" if anyone is interested in contributing: https://ift.tt/6YKVDhv A few more tech details are available within the app itself, at https://ift.tt/UJAV9Ef or https://ift.tt/d5o8We6 . https://ift.tt/ivFVXbm June 14, 2023 at 11:38PM
Show HN: Zapddit – a Reddit-style open-source client for nostr zapddit is an opensource reddit-style client for nostr protocol, where one follows topics (hashtags) instead of people. Code is available at: https://ift.tt/0TOie5z Your feedback will be hugely helpful. https://zapddit.com June 14, 2023 at 07:53PM
Show HN: I’m building open-source headless CMS for technical content In the last few years I've been doing a lot of technical writing, both for my own programming blog and others, and I've noticed there is a lack of good tools for this kind of writing. Whether that was a programming blog post or documentation, I always had to move back an forth between different editors, and sometimes even other apps for content management and the actual content publication. A lot of copy-pasting, and wasted time. Based on this experience I decided to try and build a tool that could provide a good experience for this kind of content from writing to publishing. This (I call it Vrite) ended up being essentially a headless CMS, but optimized for technical content and a pretty unique one overall, I'd say. I tried to combine what can be seen as 3 separate products into one: - WYSIWYG editor (with the addition of code-specific tooling like code editor or formatter) - Kanban dashboard (inspired by my experience of tools like Trello used in larger technical content teams to manage content production process) - The actual headless CMS (content delivery via API, integrations, etc.) Most recently I decided to open-source it and see if there's any interest in such a tool. Right now the primary focus was my personal use-case (kind-of "promotional" technical writing seen in programming and start-up blogs), but I think, with more customization, something like this could extend to the documentation space and make writing and managing docs a lot easier. Let me know what do you think about this. https://vrite.io/ June 14, 2023 at 05:02PM
Show HN: Apricot – because RSS won't come back unless we move it forward I’ve been using RSS readers for decades, but they’ve started feeling more and more like a chore. Something about the inbox/to-do list design, counts of unread items, managing teams and complex filtering rules... I realized they add to my stress level instead of reducing it. I’ve also come to rely on social media for discovery – hearing about new ideas, tools, papers, people, etc., but I’m so tired of the ads, spam, addictiveness, and toxicity. Apricot is my attempt to distill the best of both worlds. It’s a web app where users subscribe to feeds like an RSS reader then see new items as they come in, in a single, combined, social media-style feed. Apricot goes beyond traditional RSS readers in a couple other ways: * Users can follow TV shows (via TVmaze), Spotify podcasts, Substack newsletters, YouTube channels, and Subreddits (if/when they come back online) in addition to traditional RSS feeds. I’m open to adding other platforms if there’s demand and the content is programmatically accessible. * Cross-platform feed search. I know search isn’t hot at the moment but it’s pretty useful in this context. Search for “Star Trek” and find not just the TV shows, but the podcasts and Subreddits too. * Items can be sorted chronologically or with an ML-powered recommender system. * Users can filter their feed by platform, which is helpful for specific use cases like finding a good podcast episode for a car ride or a good TV episode to watch after dinner. * On-demand, GPT-powered content summaries help users see what an article is really about before clicking. (gotta sprinkle some gen AI on there!) Apricot is free while it’s in beta. I’m still thinking through the pricing model, but it will likely be some form of freemium starting in September. I want to avoid ads if at all possible. If you’ve got a few minutes (and come on, with Reddit offline, I know you do), check it out and let me know what you think! App: https://ift.tt/D3i67Gn Homepage: https://theapricot.io Blog: https://ift.tt/Wy7Zdag https://ift.tt/D3i67Gn June 14, 2023 at 12:11AM
Show HN: An attempt to assess truth quantitatively Show HN: An attempt to assess truth quantitatively Everyone has a rough idea of what is true based on their experience and interpretation of available evidence. However, it is hard to assess how true something really is because different people have different experiences and interpretations of the world around them, and because the evidence – or one’s interpretation of that evidence – can change at any moment. Marqt.org attempts to solve this problem by aggregating the wisdom of the crowd to arrive at a quantitative measure of how true something is, and how it might change, in real-time. The project imagines what it would be like if you built an open-source knowledge base like Wikipedia using the format of Twitter and verified everything with Stack Overflow. I initially announced Marqt.org several weeks ago here: https://ift.tt/NctYSV7 After hearing from some of you, I have reassessed my assumptions and made some changes that I hope will improve the system and encourage you to try it out. * Privacy and anonymity Against conventional wisdom, I intentionally did not install analytics or tools that track user behavior from the start. I am leaning into this further, allowing you to use the full feature set anonymously. I still do encourage you to sign up for an account though, and there are now further privacy protections for those that do. You can read the details of how I do that in the comment below. * Dialing in how true or false a statement is Truth is not black and white, and while the purpose of Marqt.org is to navigate the nuances around partial truths (by saying something can be 68% true, for example), forcing users to take a binary position to get there doesn’t really seem fair. So now, instead of just being able to “marq it” true or false, you can dial in how true or false a marqt is. This also allows abstaining, by setting your marq to 50% (it will snap to 50 from 45-55). It also somewhat acts as an “undo,” if you marq a marqt by accident. Hotkeys still allow you to go fully true or false with “j” and “k” (or "t/f"), but now you can also hit “n” to go neutral. * It is easier to evaluate than create Adding a remarq puts a lot of pressure on “getting it right” and being comprehensive. It also requires work and time and is something that generative AI can do easily. So now, when you make a marqt, remarqs that argue each side are auto-generated, hopefully providing a contextual base to critically engage with. Then you can upvote or downvote the remarqs based on how remarqable or unremarqable they are, and add a remarq yourself if you want to add to the conversation. * Leaning into the subjectivity of truth I still don’t know what makes a good marqt yet. It took the internet some time to figure out what a good tweet is, so I’m hoping the same can happen with Marqt.org. One of the core assumptions that the marqt is built on is around the subjectivity of truth, and so I’ve front-loaded some marqts that lean more into individual experience ["I am skeptical of most things I see.", "I feel optimistic about the future of humanity.", "I am confident my job cannot be replaced by AI.",] (see below for how marqts are sorted). Lastly, I concede that this project can be seen as a naive idea built on quixotic fantasies, but I genuinely believe that we can solve the problem of misinformation in the age of LLM hallucinations, social echo chambers and media bias, and I sincerely hope that you and Marqt.org can be a part of that eventual solution. arthur@marqt.org https://marqt.org June 13, 2023 at 07:59PM
Show HN: Build webpages including channels, blogs, and more Hello HN! I'm David, a developer. I'm building a service that can contain channels like Slack since 5 months ago. It's not SaaS(It's free like reddit or HN) It named SlashPage. It's live today. I'd love to your feedback. I'm prepared a short video to make it easier to understand. https://youtu.be/zScnyiG_lok Website: https://slashpage.com (No sign up required) https://slashpage.com June 13, 2023 at 03:20PM
Show HN: Open-source icon set with 4000 icons It's our biggest open source icon set ever with 4,000 icons in four styles: Line/Solid/Duo/Flat Core is like the Helvetica of icons. Neutral and versatile. Built on a tiny 14px grid for maximum legibility. Currently, it's available on Figma but we're working to add it to our web app, desktop app, and GitHub. Here's a link to the file: https://www.figma.com/community/file/1250041133606945841/4%2... Thank you for the feedback and hope you use them! https://ift.tt/FglvGoS June 13, 2023 at 12:43PM
Show HN: Stable Diffusion powered level editor for a 2D game Hey folks, I’ve been working on using control-net to take in a video game level (input as a depth image) and output a beautiful illustration of that level. Play with it here: dimensionhopper.com or read the blog post about what it took to get it to work. Been a super fun project. https://ift.tt/eIQ9OV2 June 12, 2023 at 09:01PM
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/WKF4rwi June 12, 2023 at 05:35PM
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/0i1UaGV June 12, 2023 at 04:06PM
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 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
Show HN: Java REST without annotations, DI nor reactive streams grumpyrest is a Java REST server framework that does not use annotations, automatic dependency injection or reactive streams, and minimizes the use of reflection. I created this because I got fed up with annotation-mad frameworks that you cannot easily understand, step into or reason about. grumpyrest uses the type system to guide JSON mapping and validation, and (possibly virtual) threads for parallelism. It's for grumpy people who don't like what REST server programming in Java has become. I made this because I intend to use it in one of my own projects, but at the same time I want to make it available to others to (hopefully) get some good ideas on how to extend it. https://ift.tt/Rp4rG7L June 11, 2023 at 10:51PM
Show HN: Yo.link – Subdomain based URL shortener I was looking for a pet project to try out recent additions to https://vercel.com platform, specifically their PostreSQL and Redis offering. They also provide easy to setup wildcard subdomain HTTPS certificates, and since I had yo.link domain lying around for a while, why not use it to create, yes, yet another, URL shortening service, but with a twist... Putting the user-selectable short-code in the subdomain has the advantage that it is the first thing that users read in a URL, and as such it is an opportunity to provide some contextual information about the link. Here are some examples: https://svelte4.yo.link --> https://www.youtube.com/watch?v=AOXq89h8saI https://hn.yo.link --> https://ift.tt/25lXb4w https://ift.tt/Y5Zqk0r --> https://ift.tt/oAaM73O... I couldn't find any other shorteners that use this approach, hence wanted to build one. Redis is great for counting realtime clicks, sliced by hour, day, month, country/city and user browser. PostgreSQL is used as master DB to host the short-code destination-link mapping, and for user management. I plan to add some extra features, like: - tagging the links so it is easy to search and categorise. - password protect the links. - separate analytics for QR code visits. Please let me know what you think. Any ideas, suggestions or critic is very welcome. If you are interested in collaborating on such a project, please let me know (support@yo.link) https://yo.link June 11, 2023 at 03:29AM
Show HN: Bloop – Answer questions about your code with an LLM agent Hi HN! We launched bloop 10 weeks ago ( https://ift.tt/HyioZf0 ) and received a huge amount of feedback (both positive + constructive). We've undertaken a rewrite of the core search framework, which now acts as an LLM agent, significantly improving the number of queries that can be successfully answered. There's a bunch of hype surrounding LLM agents, but we're positive this is one of the first implementations of an agent that can deliver immediate value for engineers working on existing projects, especially larger ones. We'll do a full write up of how the agent works and the tools it can use soon, but we wanted to share our progress, now that we've got a stable release. bloop is a developer assistant that uses GPT-4 to answer questions about your codebase. The agent searches both your local and remote repositories with natural language, regex and filtered queries. Some of the ways engineers use bloop to improve their efficiency when working on large codebases: - Summarise how large files work and how multiple files work together - Understand how to use open source libraries when documentation is lacking - Identify the origin of errors - Ask questions about English-language codebases in other languages - Reduce code duplication by checking for existing functionality - Write new code, taking into account existing codebase context (eg: "write a dockerfile for this project") bloop runs as a free desktop app on Mac, Windows and Linux: https://ift.tt/a9rQgkW . On desktop, your code is indexed with a MiniLM embedding model and stored locally, meaning at index time your codebase stays private. 'Private' here means that no code is shared with us or OpenAI at index time, and when a search is made only relevant code snippets are shared to generate the response. (This is more or less the same data usage as Copilot). We also have a paid cloud offering for teams ($45 per user per month). Members of the same organisation can search a shared index hosted by us and will get access to enterprise only features down the line (currently there's no feature gap between desktop and cloud). https://ift.tt/Q2UVGBu June 9, 2023 at 10:49PM
Show HN: I made a web app for color grading and film emulation TLDR: I’m a solo dev with backgrounds in art/photography and made a web app (PWA) for film emulation and color grading. Hey everyone! I'm excited to introduce you to a passion project that's been keeping me busy for nearly a year - a color grading and film emulation web app called Color.io ( https://app.color.io ). It's desktop-only for the moment but merging the new engine with my other, mobile first app (match.color.io), is in the pipeline. Color.io is the result of my long standing frustration with how color tools behave in most editing and color grading software, especially on the photographic end. It’s much easier to create completely unnatural looking colors than it is to truly enhance an image in a subtle and film-like way. Most apps work around their engines’ color transform shortcomings by exposing some kind of profile or 3D LUT interface that allows for arbitrary 3D color mappings to be applied to images. The problem with profiles and LUTs however is that they’re a black box and offer limited creative control. My app is meant to act as a middle man in this color process. I wrote a custom color engine on top of ACES (hand ported to WebGL) that uses custom color models and transform operations that are much more suitable for creative color manipulation than cone models like HSL. The engine is controlled by my library of interface tools like custom spline interpolators, color wheels, 2D draggables and more. I also ported a custom libRAW build to web assembly for a logarithmic raw development workflow. The project is still very much in its early stages, and the response since the soft launch has been overwhelmingly positive. I'm keen on using this momentum to make the app better. So, your feedback would be hugely appreciated! Tell me about the features you'd like to see, the ones you're loving, and anything you think needs improvement (all code, design, marketing is a solo gig so I'm sure there's lots to do!) Find me on Twitter (@MON0KEE, https://twitter.com/MON0KEE ) or more frequently on Instagram (@monokee, https://ift.tt/Sol8AVB ). I'd love to hear from you! https://www.color.io/ June 10, 2023 at 09:26PM
Show HN: A music search engine that helps you find new songs Just finished working on a side project that helps you find new music by searching through various criteria and at the same time play the songs that fit your filters. I often find myself stuck listening to the same few songs as finding new ones can be a long and sometimes fruitless process. That is why I wanted to make a tool for anyone to use that takes into consideration multiple parameters that have to do with a song, with all the filters coming from the user with no ads or popularity of songs affecting the search. I am 19 and love working with programming projects like these in my free time. Play around with the product and feel free to provide any feedback on it! (Note: As most streamlit URLs it may need to be copy-pasted in the search bar to work.) https://ift.tt/lj24cNm June 10, 2023 at 02:44PM
Show HN: Athena, a research paper recommender for overwhelmed AI researchers Do you have trouble keeping up with the latest advance in AI? I've built a recommender system to bring you the latest research papers in AI. Simply subscribe to the topics you're interested in, and the app will recommend you the latest research in that topic. The app is far from complete, but I'm seriously working to improve it. Please try it out if you have time, and send your feedback to: accsci.athena@gmail.com. https://ift.tt/Up0QSAM June 10, 2023 at 06:53AM
Show HN: I turned my email automation tool into a full-fledged email platform Around 10 months ago, I published a tool I made ( https://ift.tt/nra4I9z ). I was scouring the market for an affordable and easy-to-use email automation tool, to no avail. The solution? I decided to just build it myself. Since then, I've added the ability to send transactional and broadcast emails, threw out the subscription pricing and turned it into a usage-based model, etc. In short, turned it into a full-fledged email platform designed for SaaS. With this post, I would like to share my learnings, findings... Ask any question and I'll answer it to the best of my ability. Thanks to the feedback of the HN community, I was able to turn this into something that I am still proud of every single day. A sincere thank you from my side. https://ift.tt/jzFqSkE June 9, 2023 at 02:20PM
Show HN: A cross-platform command-line tool to play music Can add music from files, YouTube/YT Music links, or Spotify links. Fine-tuned control over looping, shuffling, etc. Built-in audio visualization, stats (yearly and total). Discord integration (status) and Mac integration (works with Siri, touch bar, headphones, any sort of media control on Macs). Honestly think this is a pretty good alternative to tools like ncmpcpp, but lmk what y'all think! https://ift.tt/DZbHxKQ June 9, 2023 at 11:01AM
Show HN: FigMaps, a visual sitemap builder to plan websites and gather content Generate, build, plan and visualize your website structure. Collaborate with your team in real-time to gather content, improve your site architecture, design, UX and SEO. Start prototyping instantly using AI. Please visit https://ift.tt/5K673qL and try it out yourself (Login as guest, no registration required!) https://www.figmaps.com June 8, 2023 at 08:05PM
Show HN: Visibly – More Collaborative and Efficient Code Reviews on GitHub Hey HN! I’m Nick, the founder of Visibly ( https://visibly.dev ). Visibly is a GitHub App and Chrome extension that makes code review more efficient, collaborative, and visible by enabling you to: - See review comment thread statuses so that you can quickly address each thread and focus your attention on the ones that actually require it - Indicate whether feedback is blocking or non-blocking so only crucial feedback blocks PR merge - Ensure all blocking review threads are addressed before merge via a status check - Track total active review time per reviewer so that you can understand the effort and review time going into each PR - See reviewer presence so that you can see if someone is already reviewing and avoid unnecessary pings. In addition to these workflow improvements, Visibly provides a personalized metrics dashboard so you can understand your real-time performance and better advocate for yourself and advance your career. You can see a demo and a breakdown of all of the current features at https://visibly.dev . I created Visibly after seeing the same pain points across Microsoft, Snap, Headspace, and Brex: - Code review was frequently undervalued and invisible. Developers recognized this and prioritized code production instead, which resulted in knowledge silos, poor code quality, and a culture of rubber stamp reviews. - Engineering performance review was broken. From the manager’s perspective, it was difficult to identify top performers and to provide timely, actionable feedback. From the IC’s perspective, feedback was infrequent and subjective around many aspects of the job. The process was also time-consuming and required everyone to sift through 3-6 months of work to quantify “impact and scope”. Visibly solves these issues by using objective measures to make code review more visible and efficient. Visibly values privacy and security above all else; it does not require source code access and requests the fewest possible permissions to provide these experiences. Visibly is also differentiated in its belief that individuals should know how they’re doing and have personalized metrics so that they can advance in their careers. If you use GitHub, you can try Visibly today for free by heading to https://ift.tt/2QY8O6c . Visibly is currently free, but we plan to introduce paid features and pricing plans soon. Our pricing is still under development, but based on existing customer feedback, we expect to price at $20/seat/month. For those that sign up over the next week, we plan to provide 50% off for the first year once our pricing plans launch. We look forward to your thoughts and feedback! https://visibly.dev June 9, 2023 at 12:06AM
Show HN: Run synchronous and asynchronous commands in WebDrivers Caqui is intended to command executions against Drivers synchronously and asynchronously. Launch the Driver as a server and send requests to it. The intention is that the user does not worry about which Driver he/she is using. It can be WebDrivers like Selenium, MobileDrivers like Appium, or DesktopDrivers like Winium. https://ift.tt/GbWI5XB June 8, 2023 at 09:00AM
Show HN: Imuengine.io (NYC S23): Easily Process IMU Data in the Cloud Hello HN! I'm Hamid, one of the co-founders of imuengine.io, a Non-YC startup (NYC ;). We make it easy to process IMU data into accurate motion outputs like slope, tilt/inclination angle, or 3D yaw, pitch, roll. If IMU means something to you, go to https://ift.tt/ex3EvGC and try processing a sample dataset. Below is a bit more detail on the problem and our solution. We’d love to hear about projects using IMU sensors and what new things you could do with cloud-based motion processing! Why we Launched imuengine.io Adding motion sensing to projects can take months and is filled with gotchas. Perhaps you've experienced it or seen all the unanswered questions on SO about imus, gyros, ahrs, Madgwick, Kalman filters... We want to change that. We manage the sensor fusion software and make it easily usable. Any application which logs accel, gyro, and/or mag data and has internet can use us. Simply upload data, run the sensor-fusion engines, download results and move on. And later do the same programmatically via API calls. Prior to this you had two options: (A) Buying a specialized high-tech sensor for your application (B) Buying a general purpose sensing imu chip or package and customizing a sensor fusion lib to use it With (A) the cost can be prohibitive. You also pay with time to understand the sensor firmware and how to configure it. And keeping the firmware up to date is painful and rarely done. Case in point: our engineering services company bought $25k of motion/nav sensors in 2017 and 2020. They now run firmware that are 6 and 3 years old, respectively. Option (B) has a much cheaper BOM and you can leverage a paid or open-source software library for sensor fusion. Initially a chunk of time will go into sensor calibration and possibly packaging. If your application has an engine, then add another 2 months to wrestle with vibration. But a larger time investment will go into the sensor fusion lib and tuning it to the application. Without on-going maintenance, the software can suffer the same fate as Option (A) firmware and risks becoming a liability. Banking on the fact that most things (will) have internet connectivity, we're introducing a third option. It is a cloud computing model and will work with data from any of the awesome IMU sensors out there. It could be an Invensense or Bosch breakout from Sparkfun/Adafruit or a fully packaged and calibrated Analog Devices or Xsens sensor from Digi-Key. Better yet, prove things with the former at your desk and transition to the latter for field tests. We enable that and want to be the go-to cloud computing engine for motion sensors. Our goal is for engineers to work confidently with IMU sensors and deliver results faster. Whereas before sensor performance was stagnant (or downhill), with imuengine.io you can come back from the weekend and the accuracy will have improved and additional features added. Here’s the direct link to try it out: imuengine.io/engine/ June 7, 2023 at 11:01PM
Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools Hi HN, We’re the founders of Abide — a tool to prevent employees from leaking sensitive data to AI models. Over the past month we’ve spoken to lots of friends at tech companies, law firms, creative agencies, and more. There was a consistent theme: companies aren’t sure how AI tools affect their data privacy and security processes. There are concerns that when employees use LLMs to write code or send emails, there's a security/compliance risk (e.g., accidentally sharing an API key in a prompt) or violation of privacy agreements (e.g., using AI to draft a memo about non-public client work). The companies we spoke with have done one of two things: (a) outright banned use of LLMs until they figure out a plan or (b) sent a memo to employees telling them to be cautious. We want everyone to have the 10x productivity gain of AI, but compliance is important for a business to do right by its customers, its regulators, and keep its name out of the news. For now, we’ve built a straightforward product that does two things: (a) an app for compliance teams to upload words that cannot be sent to AI models and (b) a tool that monitors AI usage on employee laptops to enforce those policies. We’re in beta with a couple of customers, but we’d love for you to checkout the demo on the website! If you’re interested, join the sign up list and we’ll set up an account for you today to poke around. Welcome to any questions, feedback, ideas, etc.! Thanks! Jitesh & Vaibhav https://ift.tt/ROsxhMq June 6, 2023 at 11:18PM
Show HN: RPN and Stopwatch in WASM Hey HN! I usually work with C++ on the hardware side. Recently, I've taken a dive into Rust and over the last weekend, I had some fun creating web apps for the first time. It was quite exciting to see something I created live on the web so I am posting them on HN! https://ift.tt/A2rf3Y7 June 6, 2023 at 06:09PM
Show HN: Smarter Sales- a Solution for Streamlining Feedback After Sales Calls Hello HN community, I'm Tousif, the founder of Smarter Sales, and I'd like to introduce you to our new tool aimed at addressing a common pain point in the sales process: getting feedback after sales calls. We've designed Smarter Sales to directly deal with this issue. It uses your Zoom calls, providing a detailed breakdown and immediate, tailored coaching for sales reps. The goal? To help sales teams save time, enhance productivity, and make the most of their sales calls. Smarter Sales was born out of my own experiences as an entrepreneur. CRM data filling was always a tedious task and the lack of post-call feedback seemed to leave important details slipping away. Talking to other sales directors, I discovered this was a common hurdle, slowing us down and adding unnecessary complexity to our work. I invite you to check out our landing page (link below) where you can view a demo and, if you're interested, sign up. The first 100 users get to use it for free! I am genuinely interested in your thoughts. Whether you choose to sign up or not, your feedback would be invaluable to us. Do let us know what you think, and if you have any reasons for not signing up, we would love to hear those too. Link: https://smartersales.xyz/ P.S. This is a demo and a sign-up page I look forward to hearing your thoughts, and I appreciate your time. Best, Tousif, Founder of Smarter Sales June 6, 2023 at 07:59AM
Show HN: LLMO – An LLM pair programmer in your terminal Hello HN! LLMO (Elmo) is an AI pair programming tool I created that's become an indispensable part of my workflow. https://ift.tt/povECmr LLMO is designed to meet you where you are – your terminal. It provides real-time, interactive programming assistance. With its "staging area" feature, you can keep files in the context window and update the AI about your ongoing coding tasks without the hassle of copying and pasting every time you make changes to your code. Key features include: - Interactive Chat: Get real-time programming assistance directly in your terminal. - Staging Area: No need to copy and paste updates. Simply add your files to the AI's context. - Model Customization: Choose the OpenAI model that fits your needs. - Personality: By default, Elmo loves to make bodybuilding references. You can turn this off through a CLI flag or environment variable The recommended way to install LLMO is via `pipx install llmo` https://ift.tt/d4bcAV6 As a sidenote, LLMO uses Textual which runs the terminal in application mode, meaning that you can't simply copy content as you would normally. In iterm2, you can hold down the `option` key to select text. You'll need to refer to the documentation for your own terminal for more information. I hope you find LLMO as useful as I have! June 6, 2023 at 01:37AM
Show HN: Roboduck, a GPT-powered Python debugger I made a python library that gives GPT4/chatGPT access to both your source code and current program state. If it suits your workflow better, you can also turn all your error messages into (optional) conversations: https://ift.tt/GQD3MRg https://ift.tt/DA97geS June 5, 2023 at 09:03PM
Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries Hey Hacker News! I wanted to share the open source project I have been working on during the last year: SQLPage, a tool to build small web applications entirely in SQL. Building web applications with just SQL isn't as crazy as it seems. Most simple applications can be expressed declaratively as just data queries that fill pre-defined web components. I'd love to hear your feedback and thoughts on it. Would you potentially use it? How can it be improved? Website: https://sql.ophir.dev/ Github: https://ift.tt/4wLaGXi Example app: https://ift.tt/OW4DZvh https://sql.ophir.dev/ June 5, 2023 at 03:50PM
Show HN: Swissfolio, a free and open source personal template Introducing ⏤ Swissfolio A free and open source personal landing page template with Swiss Design in mind and built with @astrodotbuild & @tailwindcss . Includes: Hero Intro Project Testimonials Featured work Animations with AOS Fancy color palette GitHub ⏤ https://ift.tt/A3kP8Jq Live ⏤ https://ift.tt/gT0mG3l June 4, 2023 at 01:51PM
Show HN: Google Code Jam Archive Hi HN, As many of you already know, Google has discontinued their coding competitions and is shutting down the competitions website. Before it's gone forever, I've scraped everything I could from their website and set up my own archive. (Disclaimer: I'm not affiliated with Google besides participating in these contests years ago) While the initial version was ready back in March, today I'm rolling out big and hopefully the final update, so this might be a good time to share it with the HN community. Everything is static HTML and SQLite archives (with a very minimal backend to serve files directly from SQLite), so you can easily grab your own copy. May these 3.5 million source files be a nice training dataset for some fancy future AI! Some useless stats: Tabs or spaces? 28% tabs vs 72% spaces for the whole dataset, but quite unexpectedly, 66% tabs vs 34% spaces if we consider only the final rounds. Most used languages: 63% C/C++, 20% Python, 12% Java, 2% C#, with others less than 1% each. For the final rounds it's 83% C/C++, 13% Java, 2% Python. https://ift.tt/jCp1nJR June 3, 2023 at 02:03PM
Show HN: `npx tailhn` – Tail HN from the console Tiny script to tail (follow) new stories on Hacker News from the command line. Prints titles and urls to the console. For instance, to watch for stories mentioning robots/robotics: `npx tailhn | grep -i robot` https://ift.tt/J52hNmD June 4, 2023 at 05:48AM
Show HN: Pot is a cross-platform translation software Introducing my cross-platform translation software that makes it easier than ever to translate text on the fly. Our software is designed to be user-friendly and intuitive, with a sleek and modern interface that works seamlessly across all major platforms. One of the standout features of our software is its ability to work with multiple translation APIs simultaneously (such as OpenAI,Google and so on), giving you access to a wider range of translations and ensuring that you always get the most accurate and relevant results. Whether you're a student, or a business professional, our software is the perfect tool to help you communicate more effectively and bridge the language gap. With our software, you can translate text in real-time, without ever having to leave your current application or website. So why wait? Download our cross-platform translation software today and experience the smoothest translation experience! https://ift.tt/emwjz20 June 2, 2023 at 08:24AM
Show HN: JuxtaCode – native Git diff tool for macOS I wanted to make a native Git diff tool that works "stand-alone" in the sense that you just need to point it at a repository and then you can select commits to compare and open files in a 3-way-merge tool. I've been finding it useful to have one app I can quickly switch to for comparing branches and sorting out merge conflicts. https://juxtacode.app June 2, 2023 at 05:52AM
Show HN: Minutes – Save up to 20% of salespeople's time Hey everyone, I wanted to share something I've been working on that I think could be really helpful for sales teams. Minutes is a startup that utilizes OpenAI technology to automate the transcription and summarization of sales calls. What Minutes is doing can be described in 3 steps: 1. Taking your audio or video and transcribing it to text 2. Taking the most important and relevant information and creating a summary, including key points and the next tasks 3. Creating a follow-up email, including the summary points and next steps Story behind it: As an entrepreneur who handles sales and marketing, I noticed a common challenge: the amount of time managers spend on creating call summaries and writing follow-up emails. Not only is it time-consuming, but it's also often a hassle to ensure accuracy. To tackle this issue, I decided to delve deeper and spoke with several sales directors. Turns out, this problem is widespread, and even salespeople themselves dislike the administrative burden it brings. Inspired by these insights, I created Minutes. Call to action: Here's where you come in. Sign up for Minutes using the code "minutes_alpha," and you'll receive 60 free transcription minutes to play with the service. I genuinely value your feedback and insights, as they will help us refine Minutes and tailor it to the specific needs of sales teams everywhere. Thank you for your support, and I'm eagerly looking forward to hearing your thoughts. Warm regards, Bogdan, founder of Minutes https://ift.tt/mMdg4ax June 1, 2023 at 07:37PM
Show HN: Git credential helper using OAuth in browser I authenticate to many Git hosts from many machines and got tired of generating and copying personal access tokens. With credential helper git-credential-oauth, there are no personal access tokens or SSH keys to configure. Instead you authenticate in browser using OAuth. Git Credential Manager (included with Git for Windows) has a similar feature but it's awkward for Linux users to install. git-credential-oauth is cross platform and packaged in many Linux distributions. https://ift.tt/bmYukvo June 1, 2023 at 12:15PM
Show HN: Reddit Firehose Inspired by the upcoming reddit API changes, I built this to (ab)use the existing free-to-use API to view the latest content being posted in a minimalist infinite doom-scrolling web app. Warning: despite filtering NSFW-tagged content by default, you'll probably see some things that aren't exactly office-friendly. User beware. https://ift.tt/50qfb1y June 1, 2023 at 01:54AM