Wednesday, September 4, 2024

Show HN: I made a REST based alternative to GraphQL for PostgreSQL https://ift.tt/zpCVYRT

Show HN: I made a REST based alternative to GraphQL for PostgreSQL Hi guys! I have had a love-hate relationship with GraphQL for a while and decided to build my own tool as a side project! It's a REST-based API generator that you can use to build and deploy on top of PostgreSQL. I am currently working on a GitHub integration so you can push your API directly to GitHub and deploy on your own infrastructure. The plan is to stabilize the features by December and then to open-source it. It's completely free to use since it's in beta, and I would appreciate any feedback I can get. Thanks: kabir@querydeck.io https://querydeck.io/ September 3, 2024 at 11:15PM

Tuesday, September 3, 2024

Show HN: Full Text, Full Archive RSS Feeds for Any Blog https://ift.tt/tX3F9Zl

Show HN: Full Text, Full Archive RSS Feeds for Any Blog https://ift.tt/qDyL6t9 September 2, 2024 at 06:36PM

Show HN: A YouTube videos course generator https://ift.tt/5rVuSjZ

Show HN: A YouTube videos course generator An exciting aspect of what I'm working on is that users can create their own playlists. For example, you can provide an outline of what you're learning, such as notes from your professor or any other structure, and the pipeline will create a course tailored to that. Since the content is highly customized, it will be relevant and high-quality, matching current lessons or lectures in school or university. Initially, the pipeline also generated some teaching content using AI, but due to the risk of AI hallucinations, I'm planning to pivot away from that. The new focus will be on curating YouTube videos relevant to each subject, so the courses will consist entirely of expert-created content from YouTube. This approach avoids copyright issues entirely. I'm still in the process of updating the code to implement these changes. The reason I'm posting this is to get feedback on how it sounds to you as learner. I'd love to hear your thoughts, does this solve a problem for you, would you be likely to use it if it just works ? I'm trying to find a product structure that users will find valuable and effective. The web app is completely free to use right now as I figure out the best model. Thanks! https://coursely.ai September 2, 2024 at 11:00PM

Monday, September 2, 2024

Show HN: Ban 'Any updates' emails – this is super-efficient client communication https://ift.tt/s25vDSR

Show HN: Ban 'Any updates' emails – this is super-efficient client communication Looking for 100 beta users to use RSP for free (in return for great feedback!) I've made a Monday/ Google Sheets hybrid - making it really easy to share structured data with clients, in real-time, with no extra effort from you. This eliminates clients being in the dark or sending multiple emails per task. Project management tools are usually black boxes, where the team only communicates with clients via email threads (in the plural). Instead, with RSP, you choose at the column level what data you want to share with clients and what you want them to edit and not edit, and also have a side-by-side messenger for each task. Client communication is instant, real-time, and super-efficient. https://ift.tt/d9fMgBn September 2, 2024 at 02:40PM

Show HN: Tech Interview Exp is up and running https://ift.tt/JtK4XNY

Show HN: Tech Interview Exp is up and running https://ift.tt/5VPNaHD September 2, 2024 at 12:28PM

Show HN: Character Headcanon – AI-Powered Backstory Generator https://ift.tt/szaGJ1A

Show HN: Character Headcanon – AI-Powered Backstory Generator Create unique character backstories with Character Headcanon, an AI tool for writers and gamers. Generate instant, detailed profiles for your creative projects. https://ift.tt/Y21gJ3s September 2, 2024 at 05:26AM

Show HN: Bin-graph: Visualize binary files https://ift.tt/IfYj4Pp

Show HN: Bin-graph: Visualize binary files This program provides a simple way of visualizing the different regions of a binary file. Written in C, depends only on libpng. Currently (commit 1dd42e3) it is able to generate PNG images that represent various aspects of the binary: - Grayscale: Byte values, 00..FF. - Ascii: Printability of each byte. - Entropy: Of a "block", changed with --block-size. - Histogram: Bar graph of the byte frequencies. - Bigrams: Each point is determined by a pair of bytes. - Dotplot: Measure self-similarity. Image width/height is N^2. In the future, I plan on adding an SDL version that allows the user to view a section of the file interactively (sections are currently supported with --offset-start and --offset-end). More information on the README. https://ift.tt/DBzZWXr September 1, 2024 at 08:00PM

Show HN: Interactive component to map fibre breaks (OTDR) https://ift.tt/O9fLW7n

Show HN: Interactive component to map fibre breaks (OTDR) Added an OTDR trace component as the latest in my component library for datacentre...