Skip to main content

Posts

Showing posts from April 2, 2023

Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) https://ift.tt/CijmvWA

Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) I recently discovered that LLMs can generate hilarious tech article titles, so I took it to the next level by generating coherent and entertaining comment threads, article content, and images. It will be automatically updated, so you'll never get bored. Enjoy! P.S. I've added robots.txt so I hope it doesn't get indexed. https://ift.tt/FLykVhZ April 9, 2023 at 01:06AM

Show HN: ChatGDB – GPT-Powered GDB Assistant https://ift.tt/0Uhdgc7

Show HN: ChatGDB – GPT-Powered GDB Assistant ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB! It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue. See it here: https://ift.tt/gBXlJsU https://ift.tt/gBXlJsU April 7, 2023 at 10:56PM

Show HN: Find Perfect App for Self Hosting https://ift.tt/u8dg07f

Show HN: Find Perfect App for Self Hosting The website is just another interface to awesome-selfhosted[0] list. I am no front-end developer so please bear with me as I improve the design and add more capabilities like filter and sort. The website looks good on desktop and on mobile in landscape mode. [0]: https://ift.tt/QGaBZtY https://ift.tt/0lwG7PM April 7, 2023 at 11:53PM

Show HN: Building musical synthesizers with SQL queries https://ift.tt/yjvVeP3

Show HN: Building musical synthesizers with SQL queries If you already know what bytebeat is, you don't need an explanation. If not, check my project :) Here is how it looks: SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; To check how it sounds, find the examples in the repository https://ift.tt/wC0bGlS https://ift.tt/wC0bGlS April 7, 2023 at 09:29PM

Show HN: Scan your blog for broken outgoing links https://ift.tt/mRUZcwz

Show HN: Scan your blog for broken outgoing links I built this small proof-of-concept interface that lets you scan a URL or the pages in a .XML sitemap for broken outgoing links. I use this to find issues with links in my own blog and I'm wondering if this is useful for others! I also have some cases of false positives showing up and I'd be interested in knowing if you have suggestions to better handle those cases. https://ift.tt/l1OZ0aI April 7, 2023 at 02:08PM

Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://ift.tt/OmRFJhA

Show HN: I built a Hackable Hacker News (reprogrammable in-browser) Explanation/How to use: https://www.youtube.com/watch?v=-LsnmoSEEjI It works as a general-purpose news reader too! Feel free to give me your thoughts and suggestions. Hope it's something you all find fun! https://ift.tt/iU7zd2I April 7, 2023 at 05:50PM

Show HN: Sym, define just-in-time access workflows in code https://ift.tt/lSgsQIB

Show HN: Sym, define just-in-time access workflows in code Hello HN, My cofounder (jon918) and I started Sym three years ago because we were frustrated with how hard it was to manage access to cloud infrastructure. We wanted to build a tool for JIT access that was actually designed for developers. We were wary of tools that tried to accommodate both devs and IT but ended up with usability compromises for both. First, we figured no one wants another web app to log into so we let administrators define access workflows in Terraform and let developers request and gain access via Slack. That seemed to pay off: being code-based was a big plus for our early customers since it let them manage the logic in version control and test in CI/CD. Second, we knew that updating permissions/roles/access was a major source of toil and risk in the world of cloud infrastructure. Have you ever tried to avoid annoying, persistent access requests by setting policies that are a bit more permissive than you’d l

Show HN: The Future of Data APIs https://ift.tt/TU7XpzA

Show HN: The Future of Data APIs Hello everyone, I'm Matteo, and, over the last few months, I have been working with my co-founder and other folks from Goldman Sachs, Netflix, Palantir, and DBS Bank to simplify building data APIs. I have personally faced this problem myself multiple times, but, the inspiration to create a company out of it really came from this Netflix article (https://ift.tt/pYQyHs9). You know the story: you have tons of data locked in your data platform and RDBMS and suddenly, a PM asks to integrate this data with your customer-facing app. Obviously, all in real-time. And the pain begins! You have to set up infrastructure to move and process the data in real-time (Kafka, Spark, Flink), provision a solid caching/serving layer, build APIs on top and, only at the end of all this, you can start integrating data with your mobile or web app! As if all this is not enough, because you are now serving data to customers, you have to put in place all the monitoring and reco

Show HN: I feed all my daily entries to an AI (ChatGPT) https://ift.tt/8VvAbtn

Show HN: I feed all my daily entries to an AI (ChatGPT) Hello there! I hope you're doing well today! I wanted to share something with you. Recently I was on the hunt for the best way to journal daily. Well, I had this idea - what if I could feed all my daily entries to an AI (ChatGPT), and create a friendly, supportive character like Socrates or Simon Sinek? This way, I could ask any questions about my life and mental health, and get some amazing advice on how to improve myself! The results have been absolutely mind-blowing ! I even made a short GIF to show you how it works - check it out! - https://ift.tt/QuRtogy I've shared this with my friends, and they loved it so much that they've been asking me to create a full-featured journalling app with an AI assistant! What do you think? Would you be interested in using an app like this? I'd love to hear your feedback and thoughts on this. Please feel free to drop a comment and let me know what you think! Right now, I'm j

Show HN: Toolbuilder – No code AI tool builder, backend automated by LLM https://ift.tt/Ja2Ebsl

Show HN: Toolbuilder – No code AI tool builder, backend automated by LLM I created an AI tool creation platform using LLM to automate the backend. It's going to be fun to use. Please provide me some feedback. The platform is free to use, and you can build an AI tool by simply typing what you want to build. However, its capabilities are currently limited to text generation, so you cannot build something like a photobook generator yet. https://toolbuilder.ai/ April 5, 2023 at 11:28AM

Show HN: GPT-4 powered brand name generator https://ift.tt/CxnFTNu

Show HN: GPT-4 powered brand name generator As a fun weekend project to take a break from the everyday work-university cycle, I've messed around with OpenAI's GPT-4 API and created a simple name generator with it. In the coming days, I'll be adding more features. https://www.namique.xyz/ April 5, 2023 at 05:19AM

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 https://ift.tt/FYG3gDM

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 Posting from a throwaway account to maintain privacy. This project is a salvo against leetcode-style interviews that require candidates to study useless topics and confidently write code in front of a live audience, in order to get a job where none of that stuff matters. Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and integration with CoderPad. It uses Whisper for audio transcription and GPT-4 to generate hints/answers. The UI is intentionally minimal to allow for discreet use during a video call. It was fun dipping into the world of LLMs, prompt chaining, etc. I didn't find a Swift wrapper for whisper.cpp, so in the repo there's also a barebones Swift framework that wraps whisper.cpp and is designed for real-time transcription on M1/M2. I'll be around if anyone has questions or comments! https:/

Show HN: CartoSVG – create beautiful map visualizations easily https://ift.tt/5twBbHU

Show HN: CartoSVG – create beautiful map visualizations easily This project aims at making the creation of rich interactive maps easy, with no compromise on the visual quality. A goal is also to export the final SVG as lightweight as possible, with no dependency on external libraries, which are usually needed to have interactive maps on a website. Feel free to explore the examples (the “examples” dropdown at the top-right) to explore what is possible to design with CartoSVG. https://cartosvg.com April 5, 2023 at 01:05AM

Show HN: Daba – Turn your JSON into a database https://ift.tt/vLgmyhT

Show HN: Daba – Turn your JSON into a database Hi all, I built this tool when I needed a simple LocalStorage-esque database for a client project, and figured others might want something similar. Basically turns your JSON into a query-able, hosted database in seconds. You can read/update/delete JSON files by path, just like you would in Javascript. So, something like get(”users[7].address”) And while we’re at it, I also built a simple file storage service where you upload a file and it gives you the URL back. A lot of my (and other devs friends') side projects will never require more data than a JSON file can handle. Yet we always have to go through the hoops of setting up and using databases meant to handle huge amounts of data. There are many other services that could benefit from the same minimalist philosophy. The idea is to have a bunch of building blocks of different services, and let the developer scale up/down the complexity as they see fit. I'm working on more services

Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby https://ift.tt/nOiu1SV

Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby Hey folks, wanted to show this off and get feedback. Still early/experimental but there are quite a few concepts I'm excited about here. This project came about while writing a program in Go and loving its approach to concurrency. Being a long-time Rubyist I immediately started to think about what similar concepts might look like in Ruby. I set out with two main design constraints: 1. Lightweight: I didn't want routines to be backed by fibers or threads. Having been involved some in the async project ( https://ift.tt/z3OU4ZL ), I had some experience using fibers for concurrency but was curious if they could be avoided. 2. Explicitness: Routine behavior must be written to describe exactly how it is to behave. I always felt like concurrent code was hard to fully understand because of the indirection involved. On the spectrum between tedium and magical I wanted to err more on the side of tedium with Goru. Gor

Show HN: Cloud.museum the first SSG coded by ChatGPT https://ift.tt/91auyXd

Show HN: Cloud.museum the first SSG coded by ChatGPT ChatGPT can code pretty well but not without some help. After 100+ interactions here is the first ever static site generator coded entirely by ChatGPT. There is a NodeJS and even a Swift version. What do you think ? https://cloud.museum April 3, 2023 at 06:14AM

Show HN: Shhhbb, an SSH BBS https://ift.tt/TyZa2O9

Show HN: Shhhbb, an SSH BBS Hello all :) I made this BBS for fun and thought you all would enjoy it. It's not perfect, but it's been a fun exercise! see it: https://ift.tt/2ZH3tmG try it: ssh -p 2223 shhhbb.com host it: https://ift.tt/iFvyNQr why? Every year I challenge myself in some new way, this year it is to push one project per week. You might recognize my static site generator [0] or my releaser for go [1] from previous posts as one of these weekly projects. If you want to join me in doing this, it's been a blast and I highly recommend it! Maybe we can chat on the bbs about it :) [0] - bearclaw tiny static generator - https://ift.tt/XH0aDLt [1] - release.sh release builder for go - https://ift.tt/XH0aDLt need: I'd love a few co-conspirators, or even some new friends for the bbs software or the bbs itself. A lofty nice-to-have goal is meeting a few other similarly motivated people to conspire with on a weekly basis. If that's you, drop me a line! goals: I have