Monday, May 29, 2023

Show HN: Plus AI Market Research https://ift.tt/mlPfaAq

Show HN: Plus AI Market Research Hi Team! Please add my app to your directory. Here's more info: App name: Plus AI Market Research Description: Give Plus AI a topic, and it will create a market or strategy report. Plus AI uses the latest AI technologies to create an easy-to-digest presentation. After creating the report, we send you the link to a slide deck, so you can customize it and share with your coworkers Link: https://ift.tt/jORd7c1 My best, Daniel Li https://ift.tt/jORd7c1 May 30, 2023 at 02:22AM

Show HN: Tiny – A 2D Game Engine in Kotlin Working with Lua https://ift.tt/vUHgkyR

Show HN: Tiny – A 2D Game Engine in Kotlin Working with Lua I created a small 2D game engine named Tiny. The engine was created using Kotlin Multiplatform and can run on a JVM and JS. Funny things: Games can be created using the programming language Lua. Tiny is designed to help you create and test your ideas quickly and effectively. Not only can you run your games on your desktop computer, but you can also export them for the web, making it easy to share your creations with others. You can create games easily with the hot reload, small API and Lua, which is very easy to learn. If you want to test a game idea, to try to create your first game or just have fun, give it a try to Tiny. https://ift.tt/m8tTDKU May 30, 2023 at 12:49AM

Show HN: Candydate – TikTok Meets Tinder but for Recruitment https://ift.tt/JBOv2Ul

Show HN: Candydate – TikTok Meets Tinder but for Recruitment HB here, sharing my first post ; ) I run a tech lab in the UK, and after several costly, poor hires over the years, we decided to build our own hiring tool with a focus on personality over skills. Here's the thing: resumes suck at showcasing personality! We've been using video and AI successfully and for quite some time to solve this problem. Now, we thought, why not spread the love? Especially if we can make it FREE for small businesses like ours? https://candydate.app , has the following goals: 1. Highlight true personalities using short videos, instead of relying on CVs or forms. 2. Employ AI to help rank applicants for each role, based on human factors and company culture. 3. Transform the selection process into something akin to scrolling through TikTok or using Tinder. Job seekers won't need to fill out forms, attach resumes, create an account or download anything. They just scan a QR code, record a short video, and they're done. It's truly simple! The aim was never to build an ATS (too complex for our needs) or a job listing site (there are many already). Instead, something simpler, to use wherever we already advertise vacancies, be it online or in print. We believe small businesses that lack recruitment tools (like we did) might appreciate it, although Candydate can certainly help businesses of all sizes. I have no idea how to launch or promote this type of tool, so any feedback or tips on spreading the word or improving the app would be immensely appreciated. Many thanks, HN! https://candydate.app May 29, 2023 at 08:04PM

Show HN: A weekly newsletter that explain tech terms in plain, everyday language https://ift.tt/xl2z0we

Show HN: A weekly newsletter that explain tech terms in plain, everyday language Hey there! As a software developer, I've always wished that my clients, managers, directors, and stakeholders could get a better grasp of programming. I know they can't become coding gurus overnight, but wouldn't it be awesome if they could at least understand terms like APIs, caching, and variables? I think it would make communication a whole lot smoother and help us have more meaningful conversations. I decided to create a newsletter that explains all these tech terms in super simple language! At first, I tried to make a newsletter just for my clients. I wanted to bridge the gap between tech-savvy folks like me and those who aren't as familiar with the ins and outs of programming. But then it hit me—why not make it available to everyone who wants to understand the tech world without having to learn how to code? So, I revamped it to cater to anyone who's curious about technology. Each edition of the newsletter focuses on a specific tech term or concept. We'll break it down, ditch the complicated jargon, and give you real-life examples that make it all crystal clear. My goal isn't to teach you programming (that's a whole different ball game). Instead, I want to give you the knowledge you need to have better conversations and a deeper understanding of the tech that shapes our world. So, whether you're an entrepreneur who wants to connect better with your tech team, a project manager looking to understand what the developers are talking about, or simply a tech enthusiast who wants to dive into the digital world, hop on board and let's make tech simple together! https://ift.tt/ALQTlCY May 29, 2023 at 06:36PM

Show HN: ProductLogz-Bridging the Feedback Gap with Rewards https://ift.tt/rmpfy2u

Show HN: ProductLogz-Bridging the Feedback Gap with Rewards Encourage and incentivize your users to provide valuable feedback. By rewarding their input, you create a win-win situation, where users feel appreciated while you gain valuable insights. https://ift.tt/jzGNFEc May 29, 2023 at 01:31PM

Sunday, May 28, 2023

Show HN: Cloud Agnostic AI Platform https://ift.tt/FVXRYtq

Show HN: Cloud Agnostic AI Platform Hi HN, I'm currently working on an AI platform for training and deployment. I'm working on early access with the early users. It would be great if people with AI/ML experience who are interested in a way to reduce their costs and increase their performance check it out! Thanks! https://inferent.io/ May 29, 2023 at 06:34AM

Show HN: A CLI for quickly generating 3D device mockups https://ift.tt/yZMzvHB

Show HN: A CLI for quickly generating 3D device mockups Device mockups usually require expensive and manual tools like Photoshop to generate. I was willing to sacrifice absolute quality for a tool that could do the job much faster. Mockupgen [0] generates a 3D perspective mockup from a screenshot. Using premade templates (from the amazing work of Anthony Boyd [1]) and opencv, it masks, warps and composites the provided image onto a device rendering. I'm working on expanding the selection of devices offered (mostly MacBook and iPhone at the moment), which is a matter of finding more sources of free to use PSD mockups. Currently, it doesn't do any handling of reflections and shadows, but this is in the works. Install with: pip install mockupgen And run with: mockupgen screenshot.png [0] https://ift.tt/W9ivlQC [1] https://ift.tt/zLcpuKJ https://ift.tt/W9ivlQC May 29, 2023 at 01:06AM

Show HN: Build your own ChatGPT with Mersei https://ift.tt/WXvz9x7

Show HN: Build your own ChatGPT with Mersei https://mersei.com May 28, 2023 at 11:39AM

Show HN: fastgron: A JSON to GRON Converter That's 40 Times Faster Than Gron https://ift.tt/ptiUPz8

Show HN: fastgron: A JSON to GRON Converter That's 40 Times Faster Than Gron Hello HN! I want to introduce fastgron, my new project. fastgron is a JSON to GRON converter, built to be incredibly fast – it's 40 times faster than Gron. GRON is a tool for making JSON greppable, but it can slow down with larger files. With fastgron, even a 200MB JSON file can be converted in just 1 second. Key features include streaming conversion for memory efficiency and an optimized path reconstruction for faster operations. It leverages C++ and the simdjson and fast_io libraries for speed. I welcome all feedback, suggestions, or questions. Thank you! https://ift.tt/bIQ2w0B May 28, 2023 at 05:36PM

Show HN: HNRelevant – Show related HN submissions in an integrated sidebar https://ift.tt/3GtQxgu

Show HN: HNRelevant – Show related HN submissions in an integrated sidebar While browsing Hacker News, I wished for an easier way to find related submissions (instead of googling and going back and forth). So I made this small chrome extension that automatically shows relevant submissions on page load. It's intergrated as a sidebar right in the page (for ease & native look), with customization options for fine control. It's based on HN algolia search API[1] and uses the submission title as its initial query with the ability to customize the query if you're not satisfied with the initial results. Originally, I took it as an opportunity to try my hands at creating a browser extension, but I was quite satisfied with the result and so I decided to release it. [1] HN algolia search API: https://ift.tt/PYHQsXl https://ift.tt/H6NrcoR May 28, 2023 at 03:23PM

Saturday, May 27, 2023

Show HN: No more copy-pasting – a ChatGPT plugin to read code from your computer https://ift.tt/kNQGc8O

Show HN: No more copy-pasting – a ChatGPT plugin to read code from your computer Introducing the Code ChatGPT Plugin - a new era of seamless interaction between ChatGPT and your codebase. This TypeScript Code Analyzer furnishes a suite of utilities to analyze TypeScript code, enabling ChatGPT to "talk" with YOUR code. Fetch a list of all the files in your project, list of every function in a TypeScript or JavaScript file, or even get the content of a specific function, all while staying in your conversation with ChatGPT. With accessible API endpoints, you can effortlessly navigate your codebase and ask ChatGPT anything you can think of about it. Say goodbye to the days of incessant copy-pasting and welcome a more streamlined code discussion experience . I'd love to hear your thoughts, experiences, and suggestions for improvement. Let's discuss and evolve this tool together! https://ift.tt/YeT75kG May 28, 2023 at 05:03AM

Show HN: MicroSCOPE https://ift.tt/mLrtAQG

Show HN: MicroSCOPE https://ift.tt/U2BrjqZ May 27, 2023 at 07:36PM

Show HN: RASCII, an advanced ASCII art generator made using Rust https://ift.tt/dUZANCT

Show HN: RASCII, an advanced ASCII art generator made using Rust https://ift.tt/zVhqJsn May 28, 2023 at 12:36AM

Friday, May 26, 2023

Show HN: Hacker News profile text can be used for prompt injection https://ift.tt/7DpPAIt

Show HN: Hacker News profile text can be used for prompt injection https://ift.tt/ndEsPum May 27, 2023 at 09:10AM

Show HN: Eludris, A free and open source, federated and E2EE chat platform https://ift.tt/ANmrtWK

Show HN: Eludris, A free and open source, federated and E2EE chat platform https://ift.tt/bYkw7hV May 27, 2023 at 01:38AM

Show HN: dotnet-console-games (40+ beginner-level coding project ideas) https://ift.tt/1B86z5H

Show HN: dotnet-console-games (40+ beginner-level coding project ideas) https://ift.tt/3L5hOV6 May 27, 2023 at 01:43AM

Show HN: Python Recursion: A Trampoline from the Mutual Head to the... https://ift.tt/BNsIvZK

Show HN: Python Recursion: A Trampoline from the Mutual Head to the... https://ift.tt/bDThJmc May 27, 2023 at 01:15AM

Show HN: I made an in-browser code editor with code replay and REPL https://ift.tt/GltUJbI

Show HN: I made an in-browser code editor with code replay and REPL I made a Logicboard.com — A collaborative code editor with code-replay feature. Code-replay lets you run the coding session like a movie, I wrote a blog post on how I implemented this: https://ift.tt/8RAEiGX You can try out the demo here: https://ift.tt/0oDPGRL And play around with the code editor here: https://ift.tt/byOUWQK Logicboard also has an REPL shell, just type "start()" and hit enter in the output area. https://ift.tt/CAk4m8t May 27, 2023 at 12:36AM

Thursday, May 25, 2023

Show HN: Core – open source memory graph for LLMs – shareable, user owned https://ift.tt/mVZIBn6

Show HN: Core – open source memory graph for LLMs – shareable, user owned I keep running in the same problem of each AI app “remembers” me i...