Friday, June 30, 2023
Show HN: Serve your GitHub Gists as static websites https://ift.tt/tHQ8Bif
Show HN: Serve your GitHub Gists as static websites https://gistxy.com/ July 1, 2023 at 01:05AM
Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/n0UpqFJ
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: - available as an application or as an Operating System (fbdev+alsa backend only) - 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 - supports multiple platforms and backends: SDL, glfw, raylib, etc. - runs in your browser too: https://ift.tt/LToDxaS Also check out its well-structured and comprehensive documentation: https://ift.tt/7jWTXsl Binaries are provided for emscripten (web), Windows, Linux (statically linked SDL, GLFW3+portaudio and fbdev+alsa, 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/LToDxaS June 30, 2023 at 09:46PM
Thursday, June 29, 2023
Wednesday, June 28, 2023
Show HN: Firewall for LLMsGuard Against Prompt Injection PII Leakage Toxicity https://ift.tt/PSCZp6g
Show HN: Firewall for LLMs–Guard Against Prompt Injection, PII Leakage, Toxicity Hey HN, We're building Aegis, a firewall for LLMs: a guard against adversarial attacks, prompt injections, toxic language, PII leakage, etc. One of the primary concerns entwined with building LLM applications is the chance of attackers subverting the model’s original instructions via untrusted user input, which unlike in SQL injection attacks, can’t be easily sanitized. (See https://ift.tt/zEHelbR for the mildest such instance.) Because the consequences are dire, we feel it’s better to err on the side of caution, with something mutli-pass like Aegis, which consists of a lexical similarity check, a semantic similarity check, and a final pass through an ML model. We'd love for you to check it out—see if you can prompt inject it!, and give any suggestions/thoughts on how we could improve it: https://ift.tt/yFW1QXq . If you want to play around with it without creating an account, try the playground: https://ift.tt/0tgMDqh . If you're interested in or need help using Aegis, have ideas, or want to contribute, join our Discord ( https://ift.tt/rsbhoLu ), or feel free to reach out at founders@automorphic.ai. Excited to hear your feedback! Repository: https://ift.tt/yFW1QXq Playground: https://ift.tt/0tgMDqh https://ift.tt/0tgMDqh June 29, 2023 at 12:06AM
Show HN: Nohooks Webhooks on Platforms Without Webhooks https://ift.tt/dUmbqfe
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/gbsZVho https://nohooks.io June 28, 2023 at 09:38PM
Tuesday, June 27, 2023
Show HN: AI tour guide Ask questions like texting a human tour guide https://ift.tt/L4caWlO
Show HN: AI tour guide – Ask questions like texting a human tour guide https://ift.tt/ZrgBkcP June 27, 2023 at 09:22PM
Show HN: Flux Copilot Generative AI for hardware design https://ift.tt/Ftz8wMP
Show HN: Flux Copilot – Generative AI for hardware design https://ift.tt/YKTfpje June 27, 2023 at 10:43PM
Monday, June 26, 2023
Show HN: Wolfia Codex Ask anything about any code https://ift.tt/VjSmTOJ
Show HN: Wolfia Codex – Ask anything about any code Hi HN, we’re excited to show you Wolfia Codex (wolfia.com). Wolfia Codex allows you to ask any question you want to any codebase. Unlike using a generic tool like ChatGPT, we provide context to the LLM by retrieving relevant snippets from the actual code. We started by indexing a bunch of popular open source repositories, and you can request your favorite one. We plan to monetize by offering a paid version for private codebases. We do this by using vector embeddings ( https://ift.tt/0qSYzbD ) to index a specific codebase in a vector database. We then use OpenAI’s GPT 4 model with a dedicated prompt that combines your query and the most relevant results, based on similarity from the vector database, as context to provide a relevant response to your question. The answer is generated as markdown to display things like blocks of code. We also let you see the relevant snippets of code used to generate the answer for reference, ask follow up questions, and we have an option to share an answer. My co-founder Naren and I used to lead engineering teams. We often had to stop the team from working on their main project and ask them to write documentation to help onboard new engineers to the codebase. That documentation takes days of work to write and ends up being stale very quickly. Wolfia Codex allows new engineers unfamiliar with a codebase to ask pointed questions without having to always interrupt a co-worker to get answers, nor having to have them write lots of documentation. We would love to hear what you think: don’t hesitate to share good and bad answers in the comments! https://wolfia.com/ June 26, 2023 at 11:22PM
Show HN: Winded View Multiple Tailwind Breakpoints Simultaneously https://ift.tt/4Y39KQn
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/mPw1pO3 June 26, 2023 at 08:53PM
Sunday, June 25, 2023
Show HN: Projectable - a TUI file manager built for projects https://ift.tt/f5y7TJQ
Show HN: Projectable - a TUI file manager built for projects https://ift.tt/0yjOsRE June 26, 2023 at 01:35AM
Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones https://ift.tt/xkS9OQD
Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones So just for fun, I wrote a complete multiplayer game in pure C++. I even wrote my own texture atlas packer, which is now used by Assassin's Creed, 2 scientific publications as well as a drone manufacturing company - each of these basically mentions the name of my game. There is even a claim that Unity patented some of the ECS ideas that originate from this project. See https://ift.tt/aGh0gSp... for details. By the way the game is pretty darn good. 10 people connected yesterday to test a new map: https://www.youtube.com/watch?v=CHLPzZqANlM It took me well over 10 years to code it all by hand, but the journey was truly worth it. https://ift.tt/8UIBRbf June 25, 2023 at 07:34PM
Show HN: Fossfox paid opportunities for open-source devs https://ift.tt/wUFvigo
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/Z0kMcfX https://fossfox.com June 25, 2023 at 11:07PM
Saturday, June 24, 2023
Show HN: Writedown.app FOSS Markdown Diary https://ift.tt/pUjL80P
Show HN: Writedown.app – FOSS Markdown Diary https://writedown.app/ June 24, 2023 at 11:23PM
Friday, June 23, 2023
Show HN: React Jam build a game using React https://ift.tt/JNDxnH5
Show HN: React Jam, build a game using React We created some games using React. It was surprisingly easy, which got us wondering why more people weren’t doing it. So we decided to host a “React Jam” event to encourage React devs to try their hand at building games! React Jam aims to be a first-of-its-kind online event where React devs create a game in 10 days. We’ve gotten some amazing judges/sponsors and we’re really excited to see how the React + game dev communities will respond to our event. More broadly, our hope is that React Jam will help millions of React developers realize that it's quite easy to create their first game using a familiar framework. Building games with React might sound crazy / suboptimal, but React Native seemed ridiculous a decade ago and is now ubiquitous. We think the same could happen with games too! Would you build a game using React? Why / why not? https://reactjam.com June 23, 2023 at 07:19PM
Thursday, June 22, 2023
Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/aFPWAwB
Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/IkSE7KQ June 22, 2023 at 11:59PM
Wednesday, June 21, 2023
Show HN: I Built a next.js Product Catalog with an open source ecommerce module https://ift.tt/kHGsTfR
Show HN: I Built a next.js Product Catalog with an open source ecommerce module I built a next.js product catalog entirely on open source modular e-commerce and Vercel's serverless functions. You own the data, the commerce logic is integrated into your project and run through your own APIs. This is a showcase for our Modular way of approaching e-commerce rather than approaching it through Shopify or commercetools APIs. You can follow the twitter thread here - https://twitter.com/RiqwanMThamir/status/1671426435813179394 Looking forward to hearing your thoughts :) https://ift.tt/tq1T2SZ June 22, 2023 at 12:29AM
Show HN: gpt-engineer platform for devs to tinker with AI programming tools https://ift.tt/mbvdXDO
Show HN: gpt-engineer – platform for devs to tinker with AI programming tools Hello Hacker News community, Wanted to share a project I started working on during my spare time and was then discovered by many in the open source community last week. GPT Engineer’s mission: Be the open platform for devs to tinker with and build their personal code-generation toolbox. I believe it's key for us devs to engage in how building software can and will change. You can find more info about the flexible technical "philosophy" to make it work well, and the community we want it to become on github: https://ift.tt/E2w0GKy The project is still in early stages. It's clear that there is a lot of room for improvement as the space to combine tricks that guide LLM's is large. Appreciate any suggestions, experiences, or ideas on the project from you all! June 21, 2023 at 10:54PM
Tuesday, June 20, 2023
Show HN: Autolabel a Python library to label and enrich text data with LLMs https://ift.tt/rS58XxH
Show HN: Autolabel, a Python library to label and enrich text data with LLMs Hi HN! I'm excited to share Autolabel, an open-source Python library to label and enrich text datasets with any Large Language Model (LLM) of your choice. We built Autolabel because access to clean, labeled data is a huge bottleneck for most ML/data science teams. The most capable LLMs are able to label data with high accuracy, and at a fraction of the cost and time compared to manual labeling. With Autolabel, you can leverage LLMs to label any text dataset with <5 lines of code. We’re eager for your feedback! https://github.com/refuel-ai/autolabel June 20, 2023 at 11:26PM
Monday, June 19, 2023
Show HN: Multiplayer Word Scramble in Browser Using Common Lisp https://ift.tt/5WHjBwI
Show HN: Multiplayer Word Scramble in Browser, Using Common Lisp Thirteen Letters is a web-based, competitive word scramble game I made for Lisp Game Jam (Spring 2023) [0]. The gameplay isn't novel, but it's a multiplayer browser game that's written in 100% Common Lisp (cf. the source code [1]). The front end uses Parenscript, Spinneret, and cl-css to translate s-expressions to JavaScript, HTML, and CSS, respectively. The back end is built using the Hunchentoot web server, Hunchensocket for WebSockets, and yason for JSON, running on SBCL. I'm fairly new to Common Lisp, so I'm not qualified to dispense advice, but I found having a REPL on the live service to be convenient for monitoring activity, toggling settings, and fixing minor bugs on the fly. It's a lot of fun for hobby projects, although I'd be much more cautious with anything important--I definitely broke the live service a few times by not being careful! I posted a more thorough braindump elsewhere [2]. Let me know what you think! I'm happy to answer any questions. I'll play for a while, to hopefully give people a moderately worth opponent :) [0] https://ift.tt/pVecywI [1] https://ift.tt/SbcM4QY [2] https://ift.tt/Qo5xEmz... https://ift.tt/tOcomaU June 20, 2023 at 01:17AM
Show HN: Debian Based Home Router https://ift.tt/dAh7tTm
Show HN: Debian Based Home Router https://ift.tt/tWJL2OZ June 20, 2023 at 01:12AM
Sunday, June 18, 2023
Show HN: Indexing Discord content into the web Answer Overflow https://ift.tt/VQntPb7
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/Qo0hrGR Check out some of the communities here! T3 Community - https://ift.tt/jVMF4cT C# - https://ift.tt/DzlS159 Reactiflux - https://ift.tt/DzlS159 All - https://ift.tt/8hDbW03 Please let me know what feedback you have, thanks for checking it out! https://ift.tt/q6FJGVL June 18, 2023 at 11:50PM
Saturday, June 17, 2023
Show HN: I made a website for inhaler types and instructions https://ift.tt/N2vcAY9
Show HN: I made a website for inhaler types and instructions https://ift.tt/hxmYpnj June 17, 2023 at 07:41PM
Show HN: I built an open-source notification inbox widget for Hacker News https://ift.tt/Qbitnlk
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/uQTZwJp == 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 17, 2023 at 10:40PM
Friday, June 16, 2023
Show HN: I made an open-source Notion-style WYSYWIG editor https://ift.tt/TLplnq0
Show HN: I made an open-source Notion-style WYSYWIG editor https://novel.sh/ June 16, 2023 at 09:49PM
Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/id2WhQ1
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/BkoMtf5 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/cHBU9A1 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/BkoMtf5 June 16, 2023 at 08:04PM
Thursday, June 15, 2023
Show HN: Real or AI Guess IF THE IMAGE IS REAL OR AI GENERATED https://ift.tt/IEm1Sv3
Show HN: Real or AI – Guess IF THE IMAGE IS REAL OR AI GENERATED Made a lil game recently using only AI where users have to guess if the images shown are real or ai generated any suggestions? https://ift.tt/Pef3WMJ June 16, 2023 at 12:31AM
Show HN: Fire Your Lawyer https://ift.tt/7BV3wZc
Show HN: Fire Your Lawyer https://ift.tt/bzLE91d June 15, 2023 at 03:19PM
Wednesday, June 14, 2023
Tuesday, June 13, 2023
Show HN: LLaMA tokenizer that runs in browser https://ift.tt/MnNkZrH
Show HN: LLaMA tokenizer that runs in browser https://ift.tt/mnGecNV June 14, 2023 at 12:22AM
Show HN: Interview Igniter AI Coach for Behavioral Interview Practice https://ift.tt/foDGMrn
Show HN: Interview Igniter – AI Coach for Behavioral Interview Practice https://ift.tt/DUZYBOI June 13, 2023 at 08:27PM
Monday, June 12, 2023
Sunday, June 11, 2023
Show HN: Finarky – Portfolio Tracker with Personal Rate of Return https://ift.tt/Csfig6I
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 11, 2023 at 11:56PM
Saturday, June 10, 2023
Show HN: You found our 404 board Leave a message https://ift.tt/cyn6iL3
Show HN: You found our 404 board Leave a message https://www.bravoboard.xyz/board/2271e1f0be0d492595bab5f5d2fbea40/ June 10, 2023 at 11:04PM
Show HN: Bloop – Answer questions about your code with an LLM agent https://ift.tt/TEr9IjO
Show HN: Bloop – Answer questions about your code with an LLM agent Hi HN! We launched bloop 10 weeks ago ( https://ift.tt/KTVeF1x ) 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/bKGWPcZ . 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/MI2xrqk June 9, 2023 at 09:19PM
Friday, June 9, 2023
Show HN: Poser (Posix SERvices C framework) https://ift.tt/fCpiT8U
Show HN: Poser (Posix SERvices C framework) https://ift.tt/oH4YfID June 10, 2023 at 12:48AM
Thursday, June 8, 2023
Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/JWmju7p
Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/Pp3aZVx June 8, 2023 at 11:08PM
Wednesday, June 7, 2023
Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/5w8mTJS
Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/NovfGKm June 7, 2023 at 11:38PM
Tuesday, June 6, 2023
Show HN: Free Ngrok Alternative https://ift.tt/SvQmX7k
Show HN: Free Ngrok Alternative https://ift.tt/ZQNcS6X June 6, 2023 at 11:04PM
Show HN: Hack Dojo - Search engine for cybersecurity research with AI summary https://ift.tt/sCrOLGy
Show HN: Hack Dojo - Search engine for cybersecurity research with AI summary Excited to present Hack Dojo, a unique search engine with over 3,000 research presentations across cybersecurity, DevOps, and AI. Our mission: to make it easier for tech professionals and enthusiasts to stay updated and ahead of the curve. We've integrated an AI-powered TL;DR feature that quickly summarizes key points from presentations and news. We invite you to explore Hack Dojo and share your thoughts. Your feedback will help shape our platform. Thanks for your support! (We also launched on Product Hunt today! https://ift.tt/ehbyuFC ) https://hackdojo.io June 6, 2023 at 11:02PM
Show HN: Minimum Description Length RNNs in PyTorch https://ift.tt/ldNy2Es
Show HN: Minimum Description Length RNNs in PyTorch https://ift.tt/9PEbd3T June 6, 2023 at 10:35PM
Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools https://ift.tt/KFCP1eW
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/V3v5JCP June 6, 2023 at 09:48PM
Monday, June 5, 2023
Show HN: LLMO – An LLM pair programmer in your terminal https://ift.tt/IcxHjkU
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/ug3StNx 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/LahvMtS 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 12:07AM
Sunday, June 4, 2023
Show HN: WebAssembly port of Neverball, a 3D rolling ball game https://ift.tt/1q6CD0h
Show HN: WebAssembly port of Neverball, a 3D rolling ball game Neverball is a rolling ball game in the vein of Super Monkey Ball. I ported it to the browser via Emscripten with some tweaks to integrate well with the browser. It feels solid on desktop and mobile, to me. That said, I'm just one guy. A question to HN readers: your impressions on what's good, what's bad and what's missing? https://ift.tt/JLzMSk3 June 4, 2023 at 07:43PM
Show HN: CloneDub – Convert audio into any language using the same voices https://ift.tt/hoCdDbm
Show HN: CloneDub – Convert audio into any language using the same voices Hey everyone! Excited to share CloneDub - a tool that allows you to convert audio into any language while keeping the same voices. We currently translate to: English, Spanish, French, Hindi, Italian, German, Polish, and Portuguese. The voices are cloned so that the podcasters sound the same! For example, if you were to upload a Lex Fridman podcast interviewing Sam Altman and requested that it was translated into Hindi, it would sound like Lex Fridman and Sam Altman, but just in a different language/accent! How does CloneDub work? Audio Upload: Upload your audio file, paste a YouTube Link, or the link to your mp3/wav file Output Language Selection: Choose the language you’d wish to convert the audio to - we support English, Spanish, French, Hindi, Italian, German, Polish, and Portuguese. Generate, Download & Share: Wait for the output to generate, download, and share * Note we only allow you to use CloneDub for one episode at a time and only allow for up to 10 min of audio for now as it is still in beta You can view a demo and try it out here:clonedub.com We decided to make CloneDub for 2 main reasons: We love building for creators and have seen the impact that multilingual support for subtitles and dubbing has had for other industries (eg. on Netflix) / growing up watching Bollywood movies that we could only understand because of subtitles ! We have family members who are not great at understanding English and thus have had limited access to information, educational content, and entertainment that we had the luxury of having just based off the language we speak Let us know what you think https://ift.tt/ECSABHm June 4, 2023 at 09:39PM
Saturday, June 3, 2023
Show HN: Ekorn - Convert your browser into your terminal! https://ift.tt/0hACrwY
Show HN: Ekorn - Convert your browser into your terminal! https://ekorn.xyz/ June 3, 2023 at 11:56PM
Show HN: An accessible, beautiful Raspberry Pi Pico pinout https://ift.tt/QUoq7st
Show HN: An accessible, beautiful Raspberry Pi Pico pinout I wanted to create an accessible alternative to the official Pico pinout image, offering more complete pin details, light/dark modes, screen-readable text, and at least some capacity to focus on the peripherals you’re interested in. It’s a sister site to the now ancient Raspberry Pi pinout ( https://pinout.xyz/ ) which started out life hosted on a Raspberry Pi. https://pico.pinout.xyz/ June 3, 2023 at 10:34PM
Friday, June 2, 2023
Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/DkKOVQi
Show HN: Pyrgbd – Python RGBD video library with nice .mkv-based file format https://ift.tt/6qTidCY June 3, 2023 at 02:27AM
Thursday, June 1, 2023
Show HN: Minutes – Save up to 20% of salespeople's time https://ift.tt/b28CpcG
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/iA8MSQ5 June 1, 2023 at 06:07PM
Subscribe to:
Posts (Atom)