Wednesday, May 24, 2023

Show HN: Create a talent/services marketplace without code https://ift.tt/fiIUwyW

Show HN: Create a talent/services marketplace without code Hi HN We are building a platform that allows anyone to create a custom talent marketplace inside your network. Think of it as Shopify but for talent : ) You can create your own board (store) in minutes, customise and invite your talent. Everything else works our of the box: profiles, matching requests and talent, support, payments, collaboration. The best part is that you make 3-10% every time someone is hired inside your board. You can use it with a link or embed inside your product/community/website. We already have YC startups like Memberstack - https://ift.tt/Of1mtDB among early users. The short backstory: we have originally started Heep as a marketplace for webflow/bubble developers and quickly realised that there are ton of new, niche, emerging professions. So instead of building another talent marketplace we decided to pivot and build a platform to for others to build on top. Our vision is to support any (even the most crazy) emerging talent/services use-cases: if there is a supply and demand for it we wan to help support it. It's currently in early beta and we are looking for feedback and community leaders interested in trying Heep (I will personally onboard you to the product and help you launch your board). Also here for any AMA https://heep.so/?b=yes May 25, 2023 at 04:31AM

Show HN: My word game now has GPT-4 generated poetry https://ift.tt/SW8vGMh

Show HN: My word game now has GPT-4 generated poetry Hi! I just added a new feature to my daily word game https://squareword.org that I though you may find interesting. The game consists of a puzzle of 5x5 letters containing 10 words, that need to be revealed by guessing 5 letter words. Now, once the player has solved the puzzle, they are presented with a poem containing some of these words, generated by GPT-4. Here is an example from a few days ago: https://twitter.com/SquareWordOrg/status/1660702885154377730 While the poems do not always make complete sense and are somewhat whimsical, I am quite impressed by the ability of the model to create an often coherent, rhyming poem from the disparate words. It gives me some extra motivation to solve the daily puzzle! https://squareword.org May 25, 2023 at 03:05AM

Show HN: FarProbe – Access Logic Analyzers from the Browser https://ift.tt/noyERb2

Show HN: FarProbe – Access Logic Analyzers from the Browser FarProbe is a web application that connects to some of the most popular logic analyzers (Saleae, USBee, and their clones) from the browser and streams data to the cloud. Open a Chromium-based browser (even on an Android or ChromeBook), plug in the analyzer, and its data can be streamed over USB to the browser for analysis. After generating a link, the data can be stored on our server or live-streamed to another user. If you don't have the hardware, check out the demo video we prepared for YC over a month ago, we're now live: https://youtu.be/QVoLbB5LAr4 Why did we start it? Often enough I worked on my hardware projects while on the go. Traveling to clients, staying in hotel rooms, I missed a simple tool that allowed me to see what is going on, diagnose it and iterate on the go. I have also seen that problem in the other direction - most recently, I was hybrid-working on electric aircraft avionics, sometimes with the aircraft on the other side of the US. Frequently I had to call some on-site engineers to connect some instruments and screen-share, file-share, send screenshots, etc., to give me a glimpse of the elusive GPS-related bug I was hunting down. What can FarProbe do today? Bare minimum - we like to build in public and want to see where the community needs lead us! You can use a logic analyzer locally, send a link to someone else to capture data for you remotely, you can run long-term acquisitions on our cloud - and export to PulseView for further analysis. You can also invite your colleagues to look at your issue without installing anything new. How does it work? It's a data-intensive WebUSB application written in Rust, both client and server-side. On Linux (Android, Chrome OS) and OSX, we are able to stream ~24MB/s, compress it (most of the time, the signal doesn't change) and send over to our servers. On Windows, we are limited to ~8MB/s, there is a bug in Chromium's WebUSB windows stack that we're thinking about a good way to resolve. What do we want to do in the future? Support more hardware (Oscilloscopes? Any favorite devices you really wished for had better software support?); Implement protocol decoders (also in the cloud); Implement device emulators and test fixtures. Overall - we want to be the software company that gets hardware - and implements the companion software well. https://farprobe.com May 25, 2023 at 02:07AM

Show HN: Mount Unix system into Common Lisp image https://ift.tt/ilhPYD6

Show HN: Mount Unix system into Common Lisp image https://ift.tt/ZTtCSNy May 25, 2023 at 02:04AM

Show HN: I made a Chrome extension to hide history in ChatGPT https://ift.tt/9luZKE1

Show HN: I made a Chrome extension to hide history in ChatGPT https://ift.tt/DVx2gX5 May 24, 2023 at 04:45PM

Show HN: iCal RSVP Helper https://ift.tt/O3n4C6U

Show HN: iCal RSVP Helper Hi HN, We use HEY for Work at my startup, which doesn't have a calendar integration. This is mostly fine, as we can simply use our private calendars, but has a major drawback: We can't reply to invitations in an easy way. I made this microsite to help with this problem until they implement simple Yes/No/Tentative buttons in HEY. It's fully client-side, and gives you the ICS-file you need to attach in an email, and the correct address it needs to be sent to as well - just select your file and RSVP. Hope it's useful for someone else too! https://rsvp.klungo.no/ May 24, 2023 at 12:49PM

Show HN: Defguard – open-source security army knife (Identity,MFA,VPN,Yubikey) https://ift.tt/7zM8cYa

Show HN: Defguard – open-source security army knife (Identity,MFA,VPN,Yubikey) https://ift.tt/FIOm3s5 May 24, 2023 at 03:57PM

Show HN: Dark Mode for HN https://ift.tt/hrVaD3z

Show HN: Dark Mode for HN https://ift.tt/UMjsl8S May 24, 2023 at 02:11PM

Tuesday, May 23, 2023

Show HN: Honda Civic Infotainment Reverse-Engineering https://ift.tt/85K2e3s

Show HN: Honda Civic Infotainment Reverse-Engineering I own a 2021 Honda Civic and have been annoyed by the lack of public documentation/hacking tools for the Android-based headunit. I hope to address this by publishing my research into the headunit and encouraging discussion and community contribution https://ift.tt/uj3QJvt May 24, 2023 at 06:35AM

Show HN: File-by-file AI-generated comments for your codebase https://ift.tt/jd4uY5V

Show HN: File-by-file AI-generated comments for your codebase My friends and I were complaining about having to decipher incomprehensible code one day and decided to pass the code through GPT to see if it could write easily understandable comments to help us out. It turns out that GPT can but it was still a hassle to generate comments for large files. So we decided to develop a basic web application that automatically integrates with your Github repository, generate comments, create a pull request and send you an email when it is all done. There is definitely a lot more that can be done but we wanted to gain feedback on whether this is a problem that you face too. Do you often find it challenging to understand complex code? Do you have difficulties in writing informative comments? And if so, would you find value in a tool that can automatically generate comments for your code? Really appreciate any feedback and suggestions! Thanks in advance! https://ift.tt/qOrCvlm May 23, 2023 at 07:46PM

Show HN: I'm open sourcing Harmonic, the Android Hacker News client https://ift.tt/ZRXgNBq

Show HN: I'm open sourcing Harmonic, the Android Hacker News client https://ift.tt/eptxbLI May 23, 2023 at 10:26PM

Monday, May 22, 2023

Show HN: I ported my Tetris built with SDL2 to WebAssembly https://ift.tt/jLcZUef

Show HN: I ported my Tetris built with SDL2 to WebAssembly https://ift.tt/r3hltS5 May 23, 2023 at 05:16AM

Show HN: Aimless.js – the missing js randomness library https://ift.tt/akm86CE

Show HN: Aimless.js – the missing js randomness library https://ift.tt/ALdhOic May 23, 2023 at 04:11AM

Show HN: Blotter – An interactive, never ending music video https://ift.tt/b4YuQN2

Show HN: Blotter – An interactive, never ending music video One day I was listening to a playlist and wished there could be some cool visuals to go along with it. Blotter is a proof of concept I hacked together that does a bit of audio recognition combined with a few generative AI models (both text and img) to create visuals that are relevant to the song. The video stream is generated in real time at 24fps - you can try it yourself by requesting visuals in the Twitch chat using the "!v" command! Right now it's mostly a fun hack project, but I am tinkering with new model architectures for higher fidelity video as well as an interactive tool so people can make videos with their own audio files. I'd love to hear any feedback or suggestions, thanks! https://ift.tt/plqH0CG May 23, 2023 at 03:51AM

Show HN: Psychic - An open-source integration platform for unstructured data https://ift.tt/YB8Oymu

Show HN: Psychic - An open-source integration platform for unstructured data My cofounder and I used to work at Robinhood where we shipped the company’s first OAuth integrations, so we know a lot about how data moves between companies. For example, we know that the pain of building new API integrations scales with the level of fragmentation and number of competing "standards". In the current meta, we see this pain with a lot of AI startups who invariably need to connect to their customers data, but have to support 50+ integrations before they even scale to 50+ customers. This is the process for an AI startup to add a new integration for a customer: - Pore over the API docs for each source application and write a connector for each - Play email tag to find the right stakeholders and get them to share sensitive API keys, or give them an OAuth app. It can take 6+ weeks for some platforms to review new OAuth apps - Normalize data that arrives in a different formats from each source (HTML, XML, text dumps, 3 different flavors of markdown, JSON, etc) - Figure out what data should be vectorized, what should be stored as SQL, and what should be discarded - Detect when data has been updated and synchronize it - Monitor when pipelines break so data doesn’t go stale This is a LOT of work for something that doesn’t move the needle on product quality. That’s why we built Psychic.dev to be the fastest and most secure way for startups to connect to their customer’s data. You integrate once with our universal APIs and get N integrations with CRMs, knowledge bases, ticketing systems and more with no incremental engineering effort. We abstract away the quirks of each data source into Document and Conversation data models, and try to find a good balance to allow for deep integrations while maintaining broad utility. Since it’s open source, we encourage founders to fork and extend our data models to fit their needs as they evolve, even if it means migrating off our paid version. To see an example in action, check out our demo repo here: https://ift.tt/rUA8Sne We are also open source and open to contributions, learn more at docs.psychic.dev or by emailing us at founders@psychic.dev! https://ift.tt/9UmOVCy May 22, 2023 at 08:11PM

Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://ift.tt/eLGUwiN

Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://clipbase.xyz May 22, 2023 at 02:09PM

Show HN: I built a web app for learning Vim from the browser as a 17-year-old https://ift.tt/AeCTSVo

Show HN: I built a web app for learning Vim from the browser as a 17-year-old Hey HN! After my own experiences with learning Vim, I wanted to skip the frustrating process of configuring a new tool before even learning how to use it. In an attempt to solve this problem, I started working on Vim Ninja, a web app that would allow developers to learn Vim through interactive lessons in the browser. It’s been a couple of months, and I’m proud to say that I’ve finally released https://VimNinja.com ! Check out a demo of the app here: https://youtu.be/reukQHKqMZE . On the technical side of things, I used SvelteKit to build the entire app and Tailwind, which turned out to be an amazing decision. I actually really like SvelteKit’s filesystem-based router as well as Svelte’s brevity, and Tailwind actually makes styling a fun task for me. I’m using CodeMirror 6 as a base for Vim Ninja’s code editor, and I really prefer it over more feature-packed alternatives like the Monaco Editor, which is what I started out with but soon abandoned due to its worse performance when compared to alternatives like CM6 and the sheer amount of bells and whistles that I just didn’t need. https://ift.tt/98EmrTk May 22, 2023 at 05:33PM

Show HN: Rust Port of Pwnpasswordsdownloader https://ift.tt/NDmOlIY

Show HN: Rust Port of Pwnpasswordsdownloader https://ift.tt/weOvTki May 22, 2023 at 02:48PM

Show HN: WikTok – A Recommendation UI for Wikipedia https://ift.tt/Tgwj7nF

Show HN: WikTok – A Recommendation UI for Wikipedia Hi HN, WikTok is a UI for Wikipedia that lets you quickly swipe (or use your arrow keys) to navigate between random and recommended articles (based on the previous articles you interacted most with). It's just a fun project I hacked together this weekend, so may be a little rough around the edges, but I'd love to get your thoughts. Let me know if you have any suggestions (or find any interesting articles!) Cheers, https://wiktok.org/ May 22, 2023 at 02:29PM

Sunday, May 21, 2023

Show HN: A Simple Load Testing CLI Built in Go https://ift.tt/d7mTbZ2

Show HN: A Simple Load Testing CLI Built in Go There are plenty of good tools for load testing such as JMeter, Minigun, and plenty more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config (literally just `spam -r 2 -- curl www.google.com). It's pretty barebones but I'm 100% going to use it in my day to day - figured I'd share it here if it helped anyone else! https://ift.tt/AvCKafe May 22, 2023 at 01:02AM

Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng

Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...