Postingan

Menampilkan postingan dari Oktober, 2024

Show HN: Cerebellum – Open-Source Browser Control with Claude 3.5 Computer Use https://ift.tt/crIfjO5

Show HN: Cerebellum – Open-Source Browser Control with Claude 3.5 Computer Use Hi HN! I was mesmerized by the Claude Computer Use reveal last week and was specifically impressed by how well it navigated websites. This motivated me to create Cerebellum, a library that lets an LLM take control of a browser. Here is a demo of Cerebellum in action, performing the goal “Find a USB C to C cable that is 10 feet long and add it to cart” on amazon.com: https://youtu.be/xaZbuaWtVkA?si=Tq9lE6BXv9wjZ-qC Currently, it uses Claude 3.5 Sonnet’s newly released computer use ability, but the ultimate goal is to crowdsource a high quality set of browser sessions to train an open source local model. Checkout the MIT licensed repo on github ( https://ift.tt/IQJu4t6 ) or install the library from npm ( https://ift.tt/72FpXuY ) Looking for feedback from the HN community, especially on: What browser tasks would you use an LLM to complete? Thanks again for taking a look! https://ift.tt/IQJu4t6 October 31, 2024

Show HN: IdentityRAG – customer identity resolution for LLM applications https://ift.tt/oUrTl4V

Show HN: IdentityRAG – customer identity resolution for LLM applications https://ift.tt/1yHDkwm October 31, 2024 at 08:04PM

Show HN: Create Your Own TV Channel ◉ https://ift.tt/wkoJ6KY

Show HN: Create Your Own TV Channel ◉ Hey HackerNews'ers, I've built FreeTVz.com - a platform that transforms YouTube into a traditional TV experience. Here's what you can do: ◉ Create your own TV channels based on any topic or interest. ◉ Browse and watch over 100+ free curated channels across categories like History, Science, Tech, and more. ◉ Enjoy an ad-free experience, making your viewing uninterrupted and seamless. ◉ Rediscover the nostalgia of channel surfing, without endless scrolling or algorithmic feeds. I'd love for you to check it out and share your thoughts. Visit FreeTVz.com https://freetvz.com October 31, 2024 at 07:04PM

Show HN: LlamaPReview – AI GitHub PR reviewer that learns your codebase https://ift.tt/DhTqUdp

Show HN: LlamaPReview – AI GitHub PR reviewer that learns your codebase I built LlamaPReview to solve a common frustration: most AI code reviewers either require complex setup or don't truly understand project context. Key differentiators: 1. One-click installation through GitHub Marketplace - no configuration needed 2. Analyzes your entire codebase first to understand: - Project structure - Coding patterns - Naming conventions - Architecture decisions 3. Completely free with no usage limits 4. Fully automated PR reviews with zero human intervention required Technical implementation: - Built on top of llama-github (my open source project) - Focuses on deep code understanding rather than superficial linting - Provides context-aware suggestions with explanations The goal is to handle routine reviews automatically so developers can focus on complex architectural decisions. Currently in production and processing real PRs. Try it for free: https://ift.tt/l5e87HG Looking for feedback fro

Show HN: Modus, serverless framework for intelligent APIs powered by WebAssembly https://ift.tt/wlvf2gS

Show HN: Modus, serverless framework for intelligent APIs powered by WebAssembly Modus is an open-source, serverless framework for building APIs powered by WebAssembly. It simplifies integrating AI models, data, and business logic with sandboxed execution. We built Modus to put code back at the heart of development. You write a function. export function sayHello(name: string): string { return `Hello, ${name}!`; } Then, Modus: - extracts the metadata of your functions - compiles your code with optimizations based on the host environment - caches the compiled module in memory for fast retrieval - prepares an invocation plan for each function - extracts connections, models, and other configuration details from the app’s manifest - generates an API schema and activates the endpoint You query the endpoint. query SayHello { sayHello(name: "world") } In a few milliseconds, Modus: - loads your compiled code into a sandboxed execution environment with a dedicated memory space - runs y

Show HN: Built MRRTracker in 4 Days, Hit #4 on Product Hunt, Seeking Feedback https://ift.tt/68jrgEV

Show HN: Built MRRTracker in 4 Days, Hit #4 on Product Hunt, Seeking Feedback https://ift.tt/4ouRbnX October 30, 2024 at 02:42AM

Show HN: Let's Play (Voice AI) Ball – A Baseball Strategy Game https://ift.tt/QNhDSYR

Show HN: Let's Play (Voice AI) Ball – A Baseball Strategy Game My 8 year old son is obsessed with baseball. It’s unfortunate because 1) I deeply love lacrosse (I was the leading scorer my sophomore year for UC Davis! Never miss an opportunity to say it!), 2) I don’t know much about baseball, and 3) he’s a diehard Yankees fan. Although I can’t do anything about his team affiliation or the current 3-0 Yankees deficit in the 2024 World Series, I can do something about teaching him baseball strategy -- despite knowing little about baseball myself. I built this Voice AI game for him to learn more about baseball strategy. In the game, the Voice AI describes a baseball scenario, and the caller has to describe what the defensive player should do. To try it out, call (530) 203-8359. While my son is obsessed with baseball, I’m equally obsessed with Voice AI. Voice AI is eating the world. We’re seeing Voice AI consume pre-existing call volume (e.g., lead qualification calls, customer surveys,

Show HN: OpenBallot, Aggregated SF/California Voter Guides https://ift.tt/G0rjFn8

Show HN: OpenBallot, Aggregated SF/California Voter Guides https://ift.tt/GWRlmgC October 29, 2024 at 11:16PM

Show HN: Kasama – an IntelliJ plugin to keep track of your coding practices https://ift.tt/T8RZABp

Show HN: Kasama – an IntelliJ plugin to keep track of your coding practices Hi HN, I want to share with you an IntelliJ plugin I have developed and launched. Based on my own needs, I wanted a plugin that monitors my coding practices and gives me stats about them in order for me to improve on them. So, here is Kasama: An IDE plugin that works like a sport fitness tracker, gathering data on: - your coding sessions, i.e. how long are you active in the IDE and for which project - your activity in different modules, and how the activity is split between test code and prod code - your version control (git) interactions: how often you commit, the lifespan your branches, and the types of branches you work on over time (feature, bugfix, etc.) - your testing interaction: how often are you running tests, how often are they failing, how large are they - the refactoring interactions: which tool-driven refactorings you use - the build tasks you are running, and in which you spend the most time in Th

Show HN: Saasdoor – Glassdoor for Enterprise SaaS price parody https://ift.tt/uK6p3MH

Show HN: Saasdoor – Glassdoor for Enterprise SaaS price parody https://saasdoor.org October 29, 2024 at 03:05AM

Show HN: Trench – Open-source analytics infrastructure https://ift.tt/1TCBeUW

Show HN: Trench – Open-source analytics infrastructure Hey HN! I want to share a new open source project I've been working on called Trench ( https://trench.dev ). It's open source analytics infrastructure for tracking events, page views, and identifying users, and it's built on top of ClickHouse and Kafka. https://ift.tt/5BeNM2b I built Trench because the Postgres table we used for tracking events at our startup ( http://frigade.com/ ) was getting expensive and becoming a performance bottleneck as we scaled to millions of end users. Many companies run into the same problem as us (e.g. Stripe, Heroku: https://ift.tt/Ep5wWKA ). They often start by adding a basic events table to their relational database, which works at first, but can become an issue as the application scales. It’s usually the biggest table in the database, the slowest one to query, and the longest one to back up. With Trench, we’ve put together a single Docker image that gives you a production-ready tracking

Show HN: I built EstateLead AI – lead generator boosting agent productivity 10x https://ift.tt/BWwzdfL

Show HN: I built EstateLead AI – lead generator boosting agent productivity 10x As a former real estate agent, I discovered a critical pain point in early 2023. Every day, I spent 3-4 hours manually copying leads from Zillow - phone numbers, emails, and property details. This tedious process was stealing valuable time I could have spent with clients. I realized this wasn't just my problem. Thousands of agents were stuck in this same time-consuming routine, manually gathering leads one by one. There had to be a better way. Over the next a months, I faced numerous challenges building EstateLead AI: - Ensuring reliable data extraction - Maintaining compliance with data privacy regulations - Creating an intuitive interface for non-technical users - Scaling the system to handle thousands of requests After countless iterations and feedback from 50+ beta testers, I'm excited to launch EstateLead AI with these key features: Key Features: - One-click lead extraction from Zillow listings

Show HN: Open-Source Real-Time Water Quality Monitoring with AI Features https://ift.tt/3npV0jH

Show HN: Open-Source Real-Time Water Quality Monitoring with AI Features Hey HN! I'm excited to introduce Aquaware, a platform designed for real-time monitoring and AI-driven insights on water quality. Aquaware started as a Bachelor’s project and has evolved into a larger tool aimed at simplifying water monitoring and providing vital data for a variety of environments, from personal aquariums to public bodies of water. https://aquaware.cloud/ October 27, 2024 at 09:55PM

Show HN: Ezcrypt – A file encryption tool (simple, strong, public domain) https://ift.tt/rY3Fps9

Show HN: Ezcrypt – A file encryption tool (simple, strong, public domain) https://ift.tt/XBYUA1T October 27, 2024 at 12:38AM

Show HN: Mahjong Dark Dimensions: Mahjong Dimensions Game Online https://ift.tt/VOXcu48

Show HN: Mahjong Dark Dimensions: Mahjong Dimensions Game Online Mahjong Dark Dimensions is a captivating mahjong puzzle game set in a mysterious and dark dimension. Solve the puzzles and uncover the secrets of the dimension. https://ift.tt/8Mge4kc October 27, 2024 at 01:55PM

Show HN: AI agents working together in a virtual podcast studio. NotebookLM alt https://ift.tt/26mbSUc

Show HN: AI agents working together in a virtual podcast studio. NotebookLM alt Made this project in a couple of weekends after playing around with NotebookLM and seeing the hype for more projects like this. Let me know what you think! https://ift.tt/jH5S432 October 27, 2024 at 01:36PM

Show HN: Mdx – Execute your Markdown code blocks, now in Go https://ift.tt/zoxm4hE

Show HN: Mdx – Execute your Markdown code blocks, now in Go Hey HN! I recently came across makedown here on HN and loved the concept. Wanting to learn Go, I thought this could be a great starter project - so I started working on my own Go implementation, which I’m calling mdx ( https://ift.tt/reA4Nz7 ). Key Features: - Define dependencies between commands - Supports shebangs - Ability to pass arguments to code blocks Would love feedback and thoughts! Ref. makedown: https://ift.tt/rEXtiIB . Thanks for the idea! :) https://ift.tt/reA4Nz7 October 26, 2024 at 12:34PM

Show HN: Turn your home into a co-working space – when it suits you https://ift.tt/KlQZHis

Show HN: Turn your home into a co-working space – when it suits you Focused on remote workers and digital nomads living or travelling to smaller cities where there might not be access to many co-working spaces. https://ift.tt/4Ikh8dN October 26, 2024 at 06:09PM

Show HN: I built a paragraph rewriter that runs 100% in the browser https://ift.tt/FOniS75

Show HN: I built a paragraph rewriter that runs 100% in the browser https://ift.tt/psgVRQP October 26, 2024 at 09:29PM

Show HN: Jist searches JSON 3x faster than jq https://ift.tt/A7e5JVi

Show HN: Jist searches JSON 3x faster than jq Hi HN, jist is a JSON path search tool that feels like accessing a JavaScript object. It’s 3x faster than jq for the same use case, and over 2000x more memory efficient when searching a 3.3GB file for the last element (jist reads data in chunks so has constant space use). It doesn’t implement pattern matching yet. A feature I’m looking to add is generating a full JSON schema using the same streaming approach so stay tuned! Any feedback and feature requests are more than welcome https://ift.tt/QDyvO5B October 26, 2024 at 08:25PM

Show HN: Simple Text Blog https://ift.tt/LZqWoEJ

Show HN: Simple Text Blog https://ift.tt/ZK08uYp October 26, 2024 at 07:40PM

Show HN: Create Waitlist Pages https://ift.tt/x2E5tyA

Show HN: Create Waitlist Pages I decided to launch FastWaitlist because I was facing a problem with validating my own product ideas. I noticed the lack of tools that: 1. Let you create waitlist pages fast (always faced complicated page builders) 2. Have conversion optimized templates (we have 5 and we're planning to add more) 3. Support custom domains That's exactly why I launched FastWaitlist. It has solved a huge pain point for me and I hope it'll do the same for you. https://ift.tt/eX42k6j October 26, 2024 at 01:17AM

Show HN: A shim/command-line tool to use Bluetooth Classic features on Windows https://ift.tt/i9TcEDP

Show HN: A shim/command-line tool to use Bluetooth Classic features on Windows https://ift.tt/YlCyXF2 October 24, 2024 at 11:57PM

Show HN: Codehooks Analytics – Open-Source Web Analytics Tool with AI Insights https://ift.tt/BM0QYaI

Show HN: Codehooks Analytics – Open-Source Web Analytics Tool with AI Insights Hi HN, I'm Martin from Codehooks / RestDB. Today I’m excited to share Codehooks Analytics, an open-source web analytics tool designed to help you track traffic and user interactions across your websites or applications—without relying on third-party services or cookies. After setup of the tracking script on your web site, it gives you full control over your raw data. What's included? - JS tracking script - for clicks and custom events - Front-end dashboard written using AlpineJS, TailwindCSS, DaisyUI - User authentication - so only you and your colleagues can use the dashboard - Backend and API - written in TypeScript and running on Codehooks in the cloud - OpenAI integration for daily summaries Setting up the solution is quite straightforward. Everything is hosted for free on the Codehooks service (frontend, API, script, backend jobs etc). The complete source code and step by step instructions for s

Show HN: Gw – lightweight GitOps tool that runs anywhere https://ift.tt/zXk5FOh

Show HN: Gw – lightweight GitOps tool that runs anywhere Hey HN, I built `gw`, a minimal, open-source GitOps tool written entirely in Rust. I'm a big fan of pull-based continuous deployments — just push code and let the deployment update automatically (like ArgoCD or Netlify). However these tools often lock you into heavy cloud or Kubernetes-based solutions. I wanted to make a simple binary that you can download and run on anything: from a cheap VM or Raspberry Pi to servers behind NAT or VPN. It regularly pulls from a repository, runs custom scripts or restarts a process whenever changes are detected. I'd love your feedback and suggestions. Thanks for checking it out! GitHub link: https://ift.tt/LZFwRCf Docs: https://ift.tt/8yrqhmT https://ift.tt/LZFwRCf October 25, 2024 at 12:28AM

Show HN: PreCog AI – Automatic AI Model Selection for Any Task https://ift.tt/PmUDpMg

Show HN: PreCog AI – Automatic AI Model Selection for Any Task Hi HN, I'm one of the co-founders of PreCog AI, a project my friend and I started to make the best AI models more accessible. PreCog AI is a chatbot that automatically picks and answers with the best AI model for whatever task you throw at it. We made PreCog public on Monday and are getting great feedback. Originally built as an internal tool to help our small team reduce costs (paying for various chatbots) and get better AI output, PreCog has helped us so much with our workflow and ideation that we just had to share it. Key Features of PreCog - AI Model Matchmaking: With access to 18 models, PreCog automatically matches your questions with the most fitting AI model based on the task. - Versatile Adaptation: Works with any task, from coding to creative writing, giving you the right tool for the job. -Ongoing Updates: Stay current with AI advancements using the latest LLM leaderboard data (we are constantly adding and ch

Show HN: Srcbook – Self-hosted alternative to AI app builders https://ift.tt/uGLSok0

Show HN: Srcbook – Self-hosted alternative to AI app builders Today we’re releasing a full AI app builder in Srcbook. We released our TypeScript notebook a few months ago ( https://ift.tt/SU6WqfL ) and the response was encouraging, but we kept hearing that people wanted to build interactive apps. Today we are releasing just that. You can think of it as an open-source and local version of vercel’s v0. We actually think of it as something in between an IDE and that, because we believe the code matters and don’t shy away from that: you can view and edit the code in a full editor, but prompt your way forward if that's what you prefer. When the AI makes changes you can review the files diff like you would a GitHub pull request, and toggle between versions to view the visual diff. Try it now: npx srcbook@latest start It’s surprisingly good at building apps, especially with the latest claude model sonnet3.5 that came out yesterday. Here’s a video showing building and iterating on a ticket

Show HN: OSS B2B Commerce Starter Built on Next.js and Medusa 2.0 https://ift.tt/paCUGIb

Show HN: OSS B2B Commerce Starter Built on Next.js and Medusa 2.0 Victor & I (Riqwan) built this starter as a way to showcase how you can build B2B stores on Medusa 2.0. We're both developers at Medusa (an open source commerce platform) and we've launched our 2.0 version today after a year of working on a more modular commerce architecture. We built our own workflow engine to perform actions on multiple modules with the ability to revert each step incase a failure occurs at some point in the lifecycle. Modules are encapsulated group of related logic - like product management, fulfillment, orders, promotions, etc. We've also built our own query engine based on GraphQL that you can use to query across modules or even external services - like Sanity or other CMS. Tinloof did a very cool demo of this earlier today. The whole point of our 1 year work was to make things easily customizable and be able to easily work with the plethora of external services every commerce compan

Show HN: Open-source Counter Strike like game https://ift.tt/HMUdDsq

Show HN: Open-source Counter Strike like game https://ift.tt/7tXJTkj October 22, 2024 at 11:27PM

Show HN: Steiner – An open-source reasoning model inspired by OpenAI o1 https://ift.tt/oOLniVF

Show HN: Steiner – An open-source reasoning model inspired by OpenAI o1 Steiner is a series of reasoning models trained on synthetic data using reinforcement learning. These models can explore multiple reasoning paths in an autoregressive manner during inference and autonomously verify or backtrack when necessary, enabling a linear traversal of the implicit search tree. Blog: https://ift.tt/XGtYzLk... Hugging Face: https://ift.tt/2CUtvOY... https://ift.tt/S7Z2VJe October 22, 2024 at 11:07PM

Show HN: Malarkdowney, Markdown Editor https://ift.tt/WyOwSam

Show HN: Malarkdowney, Markdown Editor https://ift.tt/Phsyf2K October 22, 2024 at 10:49PM

Show HN: AI Website design analyst based on Groq inference https://ift.tt/AYhu1Ok

Show HN: AI Website design analyst based on Groq inference Hey, hacked together this quick PoC to give ratings for website design, including visual, layout and content. Uses Groq + Llama vision models for fast inference. Feel free to play around, appreciating all feedback! https://ratemysite.app/ October 22, 2024 at 09:33PM

Show HN: Zoom Meeting AI Assistants Powered by OpenAI's Realtime API https://ift.tt/mGeT9EU

Show HN: Zoom Meeting AI Assistants Powered by OpenAI's Realtime API https://ift.tt/SRnHm3O October 22, 2024 at 06:07AM

Show HN: Floating point arithmetic types in C++ for any size and any base https://ift.tt/LJV0Nnq

Show HN: Floating point arithmetic types in C++ for any size and any base Since there is so much interest on HN in floats lately and their software implementations, I wanted to show mine. It has no use and is just for teaching me floats and C++. Give me your thoughts. https://ift.tt/OELxSsA October 19, 2024 at 12:42AM

Show HN: HN Update – Hourly News Broadcast of Top HN Stories https://ift.tt/Fb0hQOs

Show HN: HN Update – Hourly News Broadcast of Top HN Stories I feel like it was inevitable, with the recent buzz around NotebookLM. I'm just surprised that it hasn't been done yet. https://hnup.date/ October 20, 2024 at 02:10PM

Show HN: Create mind maps to learn new things using AI https://ift.tt/rGOMvln

Show HN: Create mind maps to learn new things using AI Enter a topic and get a learning mind map generated by an LLM with links to learn more about each subtopic. You can use it with local models (through Ollama) or external models. If you have any feedback, please share it! Hope it's useful Demo: https://youtu.be/Y-9He-tG3aM https://ift.tt/7JyV6Ul October 21, 2024 at 03:01AM

Show HN: Client Side anti-RAG solution https://ift.tt/aXbVjfD

Show HN: Client Side anti-RAG solution Client Side Only Example, chat with this page. Because we don't use API keys we don't have any real need for a server. view the page source, it's _all_ there! The program doesn't take history into account & yet is has surprising coherence. View Source and start on line 258. https://ift.tt/wm6vW5Q October 20, 2024 at 09:28PM

Show HN: I created a web app to encrypt/decrypt messages using Web Crypto API https://ift.tt/OILWv07

Show HN: I created a web app to encrypt/decrypt messages using Web Crypto API https://ift.tt/HxkSuJT October 20, 2024 at 05:42AM

Show HN: Open-Source Zero-Shot Image Model Server Enabling Model Feedback https://ift.tt/cV4eJDB

Show HN: Open-Source Zero-Shot Image Model Server Enabling Model Feedback Hi everyone! Here is an open source implementation of a decently performant server hosting zero-shot image models (CLIP for image classification, OWL-ViT-ST for object detection), with an extra algorithm to allow users to give the models feedback when they make mistakes! We built a company off this flavor of tech two years ago and have clients who are currently using our commercial API. We are now moving on to other projects but want to make sure our clients still have access to the approaches that they've grown to rely on, so we're open sourcing a simple implementation that they'll be able to use after we've shut down our hosted API! I used to work at a robotics startup. After a while it seemed clear that the biggest limiting factor in our ability to ship new models wasn't innovation on model architecture, it was access to relevant, high-quality training data. Around that time CLIP was releas

Show HN: I made a site to quick identify any plant and learn how to care for it https://ift.tt/MnL4Ekx

Show HN: I made a site to quick identify any plant and learn how to care for it I'm still working on it, curious but what feature may be most valuable for you? What do you think about personalised care instructions, and an interactive chat feature for each plant. https://frondly.app/ October 20, 2024 at 04:00AM

Show HN: Contagious Beliefs–Simulating Political Alignment https://ift.tt/AOMmVi4

Show HN: Contagious Beliefs–Simulating Political Alignment This is a simulation that allows you to test how beliefs are adopted based on pre-existing beliefs and how they spread through a population. It is entirely editable, so you can test your own parameters based on your own data or intuitions. A detail methodology can be found here: https://ift.tt/yKNMmSp... https://ift.tt/gYafkrJ October 20, 2024 at 01:53AM

Show HN: Run, learn, and debug x86-64 Assembly code directly from your browser https://ift.tt/wIQ2qYp

Show HN: Run, learn, and debug x86-64 Assembly code directly from your browser I recently created this project to teach assembly, and to have an assembly playground in the style of codepen/jsfiddle to embed in my blog posts. It's based on a wasm version of the blink x86-64 emulator, so everything runs client side with no backend server and with a runtime of only ~200Kb https://x64.halb.it/ October 19, 2024 at 12:32AM

Show HN: Typing Guru – A Hobby Project to Improve Typing Skills https://ift.tt/Qu3TFsC

Show HN: Typing Guru – A Hobby Project to Improve Typing Skills https://typing-guru.com October 19, 2024 at 12:00AM

Show HN: OurStars – Custom Star Maps for Special Moments (Join the Waitlist) https://ift.tt/V1Pmcnu

Show HN: OurStars – Custom Star Maps for Special Moments (Join the Waitlist) Hi HN, I'm Aditya, creator of OurStarse. I created this tool to make it easy for anyone to turn meaningful moments into custom star maps. Whether it’s a special event, a gift, or just for fun, OurStars captures the night sky and enhances it with: - Personalized captions (even zodiac-themed) - Social media-ready formats for quick sharing - Life narratives tied to your special moments I wanted to build something that helps people connect with their memories in a fun and creative way. I’d love to hear your thoughts, feedback, and suggestions! We're currently in pre-launch mode, building out features and adding finishing touches. Join the waitlist to be the first to access exclusive features, early perks, and some free credits when we go live! Thank you for checking it out! https://ift.tt/jkzDZwi October 17, 2024 at 10:18PM

Show HN: Threadli – Opensource distraction-free alternative to Slack/Email https://ift.tt/OEtmRhz

Show HN: Threadli – Opensource distraction-free alternative to Slack/Email Hi HN, I made an opensource alternative to Slack or Email, heavily inspired by Twist.com for teams collaboration that wont distract you all day. Host it privately or try it out at threadli.com Would love to know what you think? https://threadli.com October 17, 2024 at 09:36PM

Show HN: Create demos & guides just with a simple prompt https://ift.tt/HfWo3mz

Show HN: Create demos & guides just with a simple prompt Teams often create demos & guides on a daily basis. But creating them is time consuming and needs a lot of effort. From content to the branding, customizations, and many more - they are not something you would want to do on a daily basis. Enter Fable. Purpose built for teams in marketing, sales & customer success. Fable is apt for engaging visitors, closing deals faster, and onboarding your users quickly. https://ift.tt/IVCbkiG October 17, 2024 at 08:32PM

Show HN: LinkedIn Hype Crew https://ift.tt/I9CBtE5

Show HN: LinkedIn Hype Crew Hi HN - we’ve been working on a fun project that I wanted to share It takes your PDF LinkedIn profile or resume and generates a short podcast either hyping you up, or roasting you. It takes your professional experience and crafts a narrative of your life and why you’re so successful. Or if you want a roast… It pokes holes and makes fun of you. I’d love to hear any feedback! https://podial.ai/hype October 16, 2024 at 05:21PM

Show HN: Andre v1.4 – Revamped User Dashboard to Democratize Data Analysis https://ift.tt/FAcf4DY

Show HN: Andre v1.4 – Revamped User Dashboard to Democratize Data Analysis Hey HN! We just released ANDRE v1.4 with a huge upgrade to the user dashboard—designed to make data analysis smoother and more accessible for everyone, not just data experts. Our mission is to democratize data analysis, giving startups, non-techies, and entrepreneurs an easy-to-use AI-powered tool to turn raw data into actionable insights, without needing complex tools like SPSS or Power BI. Would love your thoughts, feedback, and any ideas you might have! Check it out here: www.andre.ai October 16, 2024 at 11:20PM

Show HN: A fair Product Hunt alternative https://ift.tt/PzVmT0f

Show HN: A fair Product Hunt alternative Over the past few weeks, I’ve been developing Simple Lister, a platform built to support indie product creators and give them a fair shot. If you’ve launched on Product Hunt recently, you might have noticed that only featured products get the spotlight, while others struggle for visibility. Why Simple Lister? Simple Lister aims to fix this by offering a more transparent and fair approach for product launches. Here’s how we do it: • No favoritism: Every product gets an equal chance, and we don’t play favorites. • Daily Underdog Feature: Each day, we highlight one underdog product to give them extra visibility and support. • No hidden fees: There are no surprise costs. We have a simple submission fee, and that’s it—no pay-to-play or hidden charges. Also we have a long to do list to do better. Why does this matter? After launching on Product Hunt ourselves, we realized how tough it is for smaller creators to get any attention unless they’re feature

Show HN: FTWA – Turn any website into an app https://ift.tt/Qh1XjxP

Show HN: FTWA – Turn any website into an app https://ift.tt/1meR3Gj October 15, 2024 at 06:51AM

Show HN: Site where rich people can fulfill poor people's wish. P2P https://ift.tt/Hy0VRwj

Show HN: Site where rich people can fulfill poor people's wish. P2P I saw a tiktok the other day where it said there should be a website where wealthy individuals, unsure of how to spend their money, can fulfill the wishes of poor people. They could compete with other wealthy donors on a global leaderboard based on their contributions. And I made it in 4 days on cloudflare ecosystem using serverless. https://ift.tt/wUet1En October 15, 2024 at 11:29PM

Show HN: Dashboarrrd – Build Your Perfect Workspace https://ift.tt/1QcGUsw

Show HN: Dashboarrrd – Build Your Perfect Workspace Hey HN, I’m excited to show you Dashboarrrd, a new productivity tool that lets you build a fully customizable workspace to fit your unique workflow. Think of it as a blank canvas where you can add widgets like Kanban boards, to-do lists, notes, and even embed custom code or external apps. Whether you’re a freelancer managing client projects, a developer tracking sprints, or a team trying to streamline workflows, Dashboarrrd gives you the flexibility to create a space that works for you. Here’s what makes Dashboarrrd different: * Customizable workspaces: Create and organize your workflow with drag-and-drop widgets. * Third-party integrations: Seamlessly connect to external tools like Google Drive, Analytics, Amplitude, and more. * Built for teams and individuals: Whether you’re solo or part of a team, Dashboarrrd adapts to your needs. We launched a month ago and already have over 250 users providing feedback, helping us shape and impro

Show HN: Those Who Die as Cattle https://ift.tt/jxvDW9e

Show HN: Those Who Die as Cattle What if a game gave you the backstory of everyone you killed or got killed? I feel like I've heard this question asked before, but I've never seen it done. For Ludum Dare 56 (a game jam), I spent 48 hours building a prototype called Those Who Die As Cattle, a WW1 trench warfare simulation game. I used ChatGPT 4o-mini to generate details for the 12,000 soldiers involved in the game. Notably, I had to supply names because it couldn't introduce sufficient variety. I also had to add randomly generated adjectives for the soldiers; otherwise, the prompts were too similar, even with different seeds and temperatures. Initially, I used Claude (which I usually prefer), but it made every soldier a former carpenter’s apprentice. Since this is a game and your actions should matter, instead of generating one block of text, I had it generate JSON by providing a template with cues for different things that might happen to the soldier. I used these to dynami

Show HN: Vortex – a high-performance columnar file format in Rust https://ift.tt/oMDrPcL

Show HN: Vortex – a high-performance columnar file format in Rust https://ift.tt/EwW8vjS October 15, 2024 at 12:34AM

Show HN: DuckDB HTTP API Server in a Community Extension https://ift.tt/TlHR9a0

Show HN: DuckDB HTTP API Server in a Community Extension https://ift.tt/GewEUAW October 14, 2024 at 11:37PM

Show HN: I made a git rebase TUI editor https://ift.tt/ntd8mup

Show HN: I made a git rebase TUI editor I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase experience within a TUI. I used a small TUI OCaml project i made last year. The notable features are: - Move commits up and down, fixup, drop - Rename commits from the editor (without having to stop for a reword during the rebase run) - Visualize modified files along commits - 'Explode' a commit ,creating a commit for each modified file (a thing I found myself doing quite often) Feedbacks (both on the tool and the code) and contributions welcome, hope it could fit other people needs too ! https://ift.tt/tpIZnOL October 14, 2024 at 03:03AM

Show HN: The fastest Ethereum graph explorer (OpenSource) https://ift.tt/ZLz0G8J

Show HN: The fastest Ethereum graph explorer (OpenSource) https://dictynna.com/ October 14, 2024 at 02:21AM

Show HN: I've added undo and redo to IsoCity https://ift.tt/a2mLCVF

Show HN: I've added undo and redo to IsoCity https://ift.tt/LSVrx15 October 12, 2024 at 09:43AM

Show HN: Aurelius – a local-first, distraction-free writing app https://ift.tt/9JFy0kj

Show HN: Aurelius – a local-first, distraction-free writing app Hey HN! I've been working on yet another writing app called Aurelius ( https://aurelius.ink ). I built Aurelius primarily for myself and I've been writing with it everyday. I thought I'll share this here. Here are the features: - Local-first, but can sync data between different browsers or devices without signup. Sync is also end-to-end encrypted. - Progressive web app and offline functionality. - Rich-text editing with support for Markdown shortcuts. - Keyboard shortcuts for most actions in the app. - Writing sessions timer for tracking your daily writing. - Focus-mode which hides almost everything except the editor. - Music player that plays focus music like lofi, chillhop, etc. You can also use a Youtube video or playlist of your choice. Give it a try and let me know your thoughts. Thank you! https://aurelius.ink/ October 13, 2024 at 07:52PM

Show HN: SSO – Small String Optimization https://ift.tt/1pDy5aE

Show HN: SSO – Small String Optimization I wrote this just for fun when saw article about sso in Rust[1]. My string can store up to 23 (excluding null-terminator) 8-bit chars without calling allocator. Here I can mistake, but.. Curious fact: both - libstdc++[2] and libc++[3] - do access to union member without any check that it is active now. AFAIK, this is UB in C++. But I assume that they just rely on theirs compiler features. I tried to avoid this using `std::byte[]`. But I'm still sure that there are several UB's in my code :) [1] https://ift.tt/u3aMqjD... [2] https://ift.tt/qFOAQlB... [3] https://ift.tt/BuzfR0t... https://ift.tt/nfBhUcv October 13, 2024 at 01:26AM

Show HN: AI Podcast Generator https://ift.tt/S9VZ7cM

Show HN: AI Podcast Generator https://zenmic.com/app/ October 13, 2024 at 01:10AM

Show HN: I Launched SaaSPack – A Next.js Boilerplate for Micro SaaS Builders https://ift.tt/e9zX1t0

Show HN: I Launched SaaSPack – A Next.js Boilerplate for Micro SaaS Builders https://saaspack.app/ October 13, 2024 at 12:41AM

Show HN: QuickDessert – generate quick dessert recipes and adjust Ingredients https://ift.tt/hN10uPs

Show HN: QuickDessert – generate quick dessert recipes and adjust Ingredients It’s not just your average recipe site – they’ve got an AI-powered feature that generates custom dessert recipes based on your preferences or available ingredients! If you’re short on time or ingredients, the site lets you tweak recipes on the fly. You can adjust ingredients to suit your pantry, dietary preferences, or time constraints, and the AI will instantly generate a new dessert idea for you. Super handy for those moments when you have a sweet tooth but not everything in your kitchen! For example, I tried out a brownie recipe and swapped out sugar for honey – worked like a charm! The flexibility and ease make it really fun to experiment with desserts without spending hours searching for ideas or second-guessing ingredient swaps. https://ift.tt/4pPSm0R October 9, 2024 at 09:21PM

Show HN: Generative Ambient Music DAW in the Browser https://ift.tt/WAl9CUs

Show HN: Generative Ambient Music DAW in the Browser After many years of research and work I finally put together this MVP for creating ambient music soundtracks for content creators. Would be happy to hear some feedback on what can be improved! https://atmoscapia.com October 11, 2024 at 11:57PM

Show HN: I made a simple web app to help kids learn a new language https://ift.tt/COJWxyk

Show HN: I made a simple web app to help kids learn a new language Hey there! Out of the necessity to teach my son a new language, I developed an app just for him. After months of use and realizing how effective it was, I decided to make it available to the public. Now, I’m looking for your support, feedback, and possibly help in reaching potential customers. Take a look and let me know your thoughts! Thank you! https://www.voiczy.com October 11, 2024 at 04:20PM

Show HN: AuthorLens – a new way to find good books to read https://ift.tt/ieawLzS

Show HN: AuthorLens – a new way to find good books to read The previous submission [1] didn't catch on, so re-trying with a less substantive title! [1] https://ift.tt/79tHWwK https://authorlens.com/ October 11, 2024 at 12:46AM

Show HN: HTML for People https://ift.tt/oXxnbR9

Show HN: HTML for People https://ift.tt/gOA8IWl October 11, 2024 at 12:47AM

Show HN: Arch – an intelligent prompt gateway built on Envoy https://ift.tt/lPUBYNa

Show HN: Arch – an intelligent prompt gateway built on Envoy Hi HN! My name is Adil Hafeez, and I am the Co-Founder at Katanemo and the lead developer behind Arch - an open source project for developers to build faster, generative AI apps. Previously I worked on Envoy at Lyft. Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting jailbreak attempts, intelligently calling “backend” APIs to fulfill the user’s request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way - all outside business logic. Here are some additional key details of the project, * Built on top of Envoy and is written in rust. It runs alongside application servers, and uses Envoy's proven HTTP management and scalability features to handle traffic related to prompts and LLMs. *

Show HN: Oss.gg – Gamified open source contributions https://ift.tt/dHGPF8K

Show HN: Oss.gg – Gamified open source contributions it's a community-developed product to automate and incentivize both code and non-code contributions to open source projects. we've launched the public beta with a hackathon during Hacktoberfest. the folks on reddit hate the engagement bait. i think many folks exchange reach for a pot. monetary benefit, we're just giving everyone the chance to do so. for maintainers oss.gg automates a lot of the overhead that comes with managing hundreds of contributors. what do you think? https://oss.gg October 10, 2024 at 10:38PM

Show HN: VRE Dataset generation for MultiTask vision models training from videos https://ift.tt/KAX0gWD

Show HN: VRE Dataset generation for MultiTask vision models training from videos Been working on this tool for my PhD which involves training multi task vision models using various pre-trained models as inputs or pseudolabels in order to improve generalization. I work mostly on UAV datasets, but it should work okay on indoor scenes or self driving (at least Marigold and Mask2Former). For example, this dataset was generated using this tool: https://ift.tt/jR0qwBu I'm quite aggressively trying to "just get the nn.Module" from the public repos that other researchers put up in their overly convoluted frameworks. A simple `forward(rgb_input: torch.Tensor) -> torch.Tensor` is nice, having 100 imports from a generic framework that has versions incompatibilities with everything else is not. PS: most mains are standalone runnable too, i.e. - https://ift.tt/cwXFySR... or - https://ift.tt/cwXFySR... https://ift.tt/XSyUsqA October 10, 2024 at 12:39AM

Behind Our New Bus Ads: How We Work with Local Businesses

Behind Our New Bus Ads: How We Work with Local Businesses By Madhu Unnikrishnan A new campaign promoting the Central Richmond includes 1,000 interior bus ads. They are currently on buses all over the Muni network. “Central Richmond District: Everything You Need.” Buses carrying pictures of local businesses along with this slogan have been traveling citywide since July. This ad campaign showcases the unique Richmond District and its thriving commercial corridors. It also illustrates a new type of partnership we have with merchants. Bringing small business owners together The campaign was created in collaboration with the Geary Small Business Working Group. We formed this... Published October 09, 2024 at 07:00AM https://ift.tt/DEdtTUf

Show HN: Donobu – Mac App for Web Automation and Testing https://ift.tt/TaDs8bh

Show HN: Donobu – Mac App for Web Automation and Testing Been working on a desktop app for Mac that lets you create web flows and rerun them ( https://www.donobu.com/ ). You can optionally use AI (BYOK: bring your own keys) to create flows for you and to do other interesting things, like making vision-based semantic assertions. Also, your data lives on your own filesystem, and we do not see any of it (further still, there is no phoning home at all). A nice benefit of this being a desktop app rather than a SAAS product, is that if you happen to be developing/iterating on a webpage locally, this has no problem hooking into it. What this intends to be a good fit for: - Testing web pages, especially locally. - Exploring random webpages with a stated objective. - Automating tedious flows. Rerunning a flow won't get caught up on using a single selector (many websites randomize element IDs, for instance), there is smart failover using a prioritized list of selectors. - Getting a quick dra

Show HN: FinetuneDB – AI fine-tuning platform to create custom LLMs https://ift.tt/5qpS3xI

Show HN: FinetuneDB – AI fine-tuning platform to create custom LLMs Hey HN! We’re building FinetuneDB ( https://finetunedb.com/ ), an LLM fine-tuning platform. It enables teams to easily create and manage high-quality datasets, and streamlines the entire workflow from fine-tuning to serving and evaluating models with domain experts. You can check out our docs here: ( https://ift.tt/bocgj6l ) FinetuneDB exists because creating and managing high-quality datasets is a real bottleneck when fine-tuning LLMs. The quality of your data directly impacts the performance of your fine-tuned models, and existing tools didn’t offer an easy way for teams to build, organize, and iterate on their datasets. We’ve been working closely with our pilot customers, both AI startups and more traditional businesses like a large newspaper, which is fine-tuning models on their articles to automate content generation in their tone of voice. The platform is built with an end-to-end workflow in mind, from dataset bu

Show HN: Actor Kit – XState Machines for Cloudflare Workers https://ift.tt/b3NqD0Q

Show HN: Actor Kit – XState Machines for Cloudflare Workers Actor Kit is a library for running state machines in Cloudflare Workers, leveraging XState for robust state management. It provides a framework for managing the logic, lifecycle, persistence, synchronization, and access control of actors in a distributed environment. Key features include: - Persistent, distributed state management - Type-safe events and state with TypeScript and Zod - Real-time updates and seamless server-to-client state transfer - Access control and secure data management - Framework-agnostic with examples for Next.js and Remix integration - Actor lifecycle management in distributed environments - Support for real-time collaboration - State migration support The project is in early development, and I'm seeking feedback on the ideas and APIs. Cheers, Jon https://ift.tt/FsMLiaN October 9, 2024 at 01:26AM

Show HN: JustJSON, front end framework using only JSON https://ift.tt/F7W6hLS

Show HN: JustJSON, front end framework using only JSON In the spirit of Halloween, I'm excited to bring one of my evil ideas to life. Introducing JustJSON - the best frontend framework based on the best file format. https://ift.tt/3CLfpGq October 8, 2024 at 11:27PM

Show HN: Algorithmic Trading Marketplace https://ift.tt/kNeXbIm

Show HN: Algorithmic Trading Marketplace Built this over the past month and is live end-to-end on Arbitrum L2 on Ethereum! Would be super thankful for any kind of feedback on it. https://ift.tt/GDiTnPH October 8, 2024 at 10:47PM

Show HN: GoSQL – A query engine in 319 LoC https://ift.tt/yexgNsP

Show HN: GoSQL – A query engine in 319 LoC I've always been curious about how SQL engines actually work. So I built a minimum viable SQL engine in Go. - Supports CSV files as tables - Supports SELECT, FROM, WHERE, LIMIT It's very simple: 1. Parses query string 2. Converts it into an AST representation 3. Executes the query against the CSV 4. Returns the results https://ift.tt/0QgDAyT October 7, 2024 at 07:39PM

Show HN: RemoteController – Steam Remote Play Alternative Powered by P2P and Web https://ift.tt/CAKMJBj

Show HN: RemoteController – Steam Remote Play Alternative Powered by P2P and Web https://ift.tt/AR5fbNn October 7, 2024 at 01:48AM

Show HN:I made bot to help improve your mood using GPT o1-model https://ift.tt/59R6Qv0

Show HN:I made bot to help improve your mood using GPT o1-model https://ift.tt/o96DrKp October 7, 2024 at 12:26AM

Show HN: CodeAir – Control VS Code from Your Phone https://ift.tt/cguzXQP

Show HN: CodeAir – Control VS Code from Your Phone Hey HN, Inspired by the classic "Compiling" XKCD comic ( https://ift.tt/VDRxyvA ), I’ve built CodeAir (codeair.app) – an Android app and VS Code extension that turns your phone into a remote control for VS Code. With CodeAir, you can: - Control 800+ VS Code commands right from your phone. - Send text and image files directly into your workspace and even have the images transcribed using AI. So imagine taking a snapshot of a piece of code from a physical textbook and being directly able to run that inside VS Code. - Request screenshots from VS Code while AFK and get them delivered to your phone so you can monitor long builds or processes remotely when you're on a coffee break. - If you’ve got an OpenAI API key, you can even perform QnA over your transferred files and images. I made this tool to help monitor long builds or tests when I’m AFK, but it’s useful for so much more! It’s super niche, but I hope some of you find it

Show HN: I turned my website into a Matrix-inspired 3D AI replica of me https://ift.tt/JObiN4L

Show HN: I turned my website into a Matrix-inspired 3D AI replica of me https://ift.tt/Ikox9lb October 6, 2024 at 12:48AM

Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/x7Euid5

Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/iupZlKa October 5, 2024 at 10:45PM

Show HN: Open-source real-time talk-to-AI wearable device for few $ https://ift.tt/MX58dkb

Show HN: Open-source real-time talk-to-AI wearable device for few $ 1. In the US, about 1/5 children are hospitalized each year that don’t have a caregiver. Caregiver such as play therapists and parents’ stress can also affect children's emotions. 2. Not everyone is good at making friends and not everyone has a BFF to talk to. Imagine you're having a hard time in life or at work, and you can't tell your parents or friends. So, we built an open-source project Starmoon and are using affordable hardware components to bring AI characters to real-word objects like toys and plushies to help people emotional growth. We believe this is a complement tool and it is not intended to replace anyone. Please leave any opinion. https://ift.tt/sWQin1c October 6, 2024 at 12:48AM

Show HN: Email Verifier Written in Go https://ift.tt/C1VEdur

Show HN: Email Verifier Written in Go Started working on a small Email verifier project in Go [Done] Core service to verify email. [Done] Core service live on https://pkg.go.dev Next, I will make an API to leverage the core service. https://ift.tt/oLm6yvs October 5, 2024 at 11:08PM

Show HN: The Gmail unsubscribe tool with bulk deletion and personal data removal https://ift.tt/3pC8ION

Show HN: The Gmail unsubscribe tool with bulk deletion and personal data removal https://againstdata.com October 5, 2024 at 02:25AM

Show HN: open source framework OpenAI uses for Advanced Voice https://ift.tt/J9UgI2Y

Show HN: open source framework OpenAI uses for Advanced Voice Hey HN, we've been working with OpenAI for the past few months on the new Realtime API. The goal is to give everyone access to the same stack that underpins Advanced Voice in the ChatGPT app. Under the hood it works like this: - A user's speech is captured by a LiveKit client SDK in the ChatGPT app - Their speech is streamed using WebRTC to OpenAI’s voice agent - The agent relays the speech prompt over websocket to GPT-4o - GPT-4o runs inference and streams speech packets (over websocket) back to the agent - The agent relays generated speech using WebRTC back to the user’s device The Realtime API that OpenAI launched is the websocket interface to GPT-4o. This backend framework covers the voice agent portion. Besides having additional logic like function calling, the agent fundamentally proxies WebRTC to websocket. The reason for this is because websocket isn’t the best choice for client-server communication. The vast

Show HN: Chess Puzzle Bot – Puzzles vs. Stockfish https://ift.tt/NwZY5FT

Show HN: Chess Puzzle Bot – Puzzles vs. Stockfish I made a website where you can play chess puzzles against Stockfish! When playing puzzles, neither Lichess nor Chess.com will accept a wrong move, which in my opinion spoils the resolution of the puzzle since only correct moves allow you to keep playing. So, I had the idea for a website where you can play chess puzzles, but if you make the wrong move, the puzzle turns into a game against Stockfish. This opens the door to either find alternative solutions or fail miserably (at some point you realize you are not following the puzzle any more). I think its a more engaging way to play puzzles! This is my first website, don't expect every div to be correctly centered. The mobile version may not be as polished but is still playable. https://ift.tt/vqxjlUy Feedback is highly appreciated! https://ift.tt/vqxjlUy October 4, 2024 at 11:01PM

Show HN: I made a super-simple image CDN https://ift.tt/0XpLAMS

Show HN: I made a super-simple image CDN Hi HN, MageCDN is a simple and affordable image hosting service I have been working on for the past few weeks. The idea came out of my own frustration with hosting and optimizing images for my blog. While platforms like Imgur make it really simple to upload images, they don't allow you to embed them. Services like Cloudinary, Imagekit exist, but I found them too complex for my needs. Plus, they get really expensive past their free tier. So, I started MageCDN with three simple goals: - pricing should be affordable and scale linearly. - basic image operations (resize, crop, optimize) should be doable within the app. - uploading and getting a link you can use should be fast and hassle-free. Would love to hear what you think! https://magecdn.com/ October 3, 2024 at 10:34PM

Show HN: TabGPT – Ask ChatGPT, Gemini and Claude at the same time with one click https://ift.tt/FSmDUJR

Show HN: TabGPT – Ask ChatGPT, Gemini and Claude at the same time with one click https://ift.tt/d4HqcDf October 4, 2024 at 03:08AM

A Look Back at the Muni Fast Pass

A Look Back at the Muni Fast Pass By Kelley Trahan Press conference with San Francisco Mayor Dianne Feinstein at Civic Center Station for the launch of the interagency Fast Pass. This type of Fast Pass was good for Muni and BART within the city. | March 24, 1983 Today, we dive into Muni history with a colorful relic of the past, the Fast Pass. Muni introduced the monthly Fast Pass in May 1974. It proved popular among riders and operators alike. They were a deal for riders, “good for unlimited riding, all routes, at all times.” An efficient way to pay, they reduced operating costs and dwell time, speeding up vehicles. These positive results... Published October 03, 2024 at 07:00AM https://ift.tt/oH5apxb

Show HN: I have published a mobile HN client to have coffee chat with HN users https://ift.tt/8NQWXTD

Show HN: I have published a mobile HN client to have coffee chat with HN users Hi, I have published a mobile app to have coffee chat with HN users. There was already a guy who made a website for this, but I wanted to do it in mobile to practice WebRTC(technology behind the audio chat) and have some fun. I haven't spent too much time in terms of the general functionality as a HN client but can upgrade it if there are enough users enjoying the app. You can download the apps via the links below; IOS: https://ift.tt/q89vMOg... Android: As you might have known, Android requires the app to be tested in a closed beta with at least 20 people So you can follow these steps to be a part of it and download; 1 - join the group https://ift.tt/CQEI6Zy 2 - download the app and enjoy https://ift.tt/EiKumdU... or https://ift.tt/mP7EqYw Feel free to contact me if you have any questions; https://ift.tt/g5FpMH0 October 3, 2024 at 11:13PM

Show HN: TurtleSpaces Web Logo – online 3D Logo implementation https://ift.tt/m98J7BO

Show HN: TurtleSpaces Web Logo – online 3D Logo implementation https://ift.tt/XynCIHh September 30, 2024 at 07:26AM

Show HN: Teletxt (Vercel App) https://ift.tt/arH6fup

Show HN: Teletxt (Vercel App) https://ift.tt/Xt5x3dg Using Vercel and a laptop as a server, here is TeleText. A transcription of CNN, you can read it, and it transcribes lives what is talked upon the CNN. Looking forward to changing to another TV Station. October 2, 2024 at 01:49PM

Show HN: Sourcebot, an open-source Sourcegraph alternative https://ift.tt/jSwn03Z

Show HN: Sourcebot, an open-source Sourcegraph alternative Hi HN, We’re Brendan and Michael, the creators of Sourcebot ( https://ift.tt/VdcW3MR ). Sourcebot is an open-source code search tool that allows you to quickly search across many large codebases. Check out our demo video here: https://youtu.be/mrIFYSB_1F4 , or try it for yourself on our demo site here: https://ift.tt/UuB57XP While at prior roles, we’ve both felt the pain of searching across hundreds of multi-million line codebases. Using local tools like grep were ill-suited since you often only had a handful of codebases checked out at a time. Sourcegraph ( https://ift.tt/uw89hPm ) solves this issue by indexing a collection of codebases in the background and exposing a web-based search interface. It is the de-facto search solution for medium to large orgs, but is often cited as expensive ($49 per user / month) and recently went closed source ( https://ift.tt/Iw1koZV ). That’s why we built Sourcebot. We designed Sourcebot to be

Show HN: 73,530 free book summaries in 40 languages (with paid audio) https://ift.tt/fx3eVOg

Ringkasan ini tidak tersedia. Harap klik di sini untuk melihat postingan.