Wednesday, 31 January 2024

New Show Hacker News story: latest news

Show HN: PalDex – List of Pals in PalWorld
2 by jacklamhoang | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Oldest Search – A Google search ordered by oldest first
2 by jeanmayer | 0 comments on Hacker News.
Hey! I built this about a year ago and now I've made some improvements, this is just a programmable Google search engine. Anyone can build one easily and I was very curious to search for the first result of something. Give it a try and let me know what you think!

New Show Hacker News story: latest news

Show HN: conversational AI search with <500 lines of code
2 by wonderfuly | 0 comments on Hacker News.


Monday, 29 January 2024

New Show Hacker News story: latest news

Show HN: A protocol for sharing knowledge via semantic lookup with use in LLMs
8 by BerenOfEdain | 2 comments on Hacker News.
A great way to enhance chatbots is to allow them to look up information for context, typically using a vectordb. If you have writings you would like to share with others, you can offer a server that allows others to do semantic lookup, and that way anyone can have a chatbot which can pull from your writing. The goal of this project is to have a protocol that makes that easy. Strictly speaking, the protocol is for semantic retrieval and doesn't require using LLMs although LLMs are the motivating application. For far more details and how to get a demo up and running, see the readme.

New Show Hacker News story: latest news

Show HN: WhisperFusion – Ultra-low latency conversations with an AI chatbot
14 by mfilion | 0 comments on Hacker News.
WhisperFusion builds upon the capabilities of open source tools WhisperLive and WhisperSpeech to provide a seamless conversations with an AI chatbot.

Sunday, 28 January 2024

New Show Hacker News story: latest news

Show HN: WAYF – A Simple Scheduling App
2 by runandrew | 0 comments on Hacker News.
A dead-simple web app to find the best time for your next meetup with friends. No logins, no bloat. Schedule with a link. --- When trying to schedule events with my friends, we often have a long text thread of sporadic dates and the group has to mentally combine all the messages to produce a date that works for all. There are plenty of apps out there to coordinate scheduling, but I found many of them were bloated with features that didn't matter to us, required user sign ups and app downloads. This friction is enough for us to prefer rudimentary long text threads. I wanted something that I could post in the thread once, my friends can add their availability on their own time (and can edit), and we can continue on our conversation. WAYF (When are you free?) is a fun side project that solves this issue. Bare-bones scheduling for what days you are free. No user accounts, no downloads, just paste a link and anyone can schedule. It's completely free. I hope you like it and find it useful, I would love feedback.

New Show Hacker News story: latest news

Show HN: Zabbix API V6 Crate for Rust
2 by vmt-man | 0 comments on Hacker News.


Friday, 26 January 2024

New Show Hacker News story: latest news

Show HN: Alzheimer's Buddy: Use Flashing Light and Sound at 40Hz
2 by eigenvalue | 0 comments on Hacker News.
I recently learned about some fascinating research done at MIT for potentially treating Alzheimer’s using light and sound stimulation at 40 hertz. Nothing has been proven yet, but it seemed compelling to me, especially given the safety and simplicity of the treatment (i.e., no drugs, no electrodes, just looking at light and hearing sounds). I wanted to try it myself, but was surprised how hard it was to find something free and easy to use to generate such pulses. Which is odd because I remember some freeware DOS program I tried back in the 90s which did all this kind of stuff (anyone know what I’m talking about? Google fails me…). So anyway, I made this tool in a couple hours and put it up as a public service so that older people can try this treatment now without waiting years for FDA trials to finish and without getting a diagnosis and expensive piece of medical equipment. The code is available here: https://ift.tt/OsgqpMe As an aside, I first tried making this in Rust, but gave up after finding it incredibly annoying to deal with the wgpu library with its ever changing and breaking API. This was a surprise because I generally find working in Rust to be quite pleasant. In contrast, doing it in JS was a total breeze, and I was impressed how well canvas and webaudio works nowadays. It also makes it easy to add documentation right there on the page, to distribute it, and to get it working on mobile phones automatically. Web development is pretty awesome! The best part is that, because I made it as a single html file on GitHub, I was able to deploy it without even setting up Nginx on a machine somewhere— I just used Cloudflare Pages and the whole thing took a couple minutes (getting the domain from Cloudflare made things even easier since they automatically handled everything with the certificate). I realize that there are limitations in using a computer screen for precise flashing given hardware refresh rates. I’d certainly welcome any PRs if people have ideas about how to improve it or make it more efficient without breaking it on mobile. I tried to do the flashing in a way that can be easily hardware accelerated in modern browsers. The hardest part was getting rid of the disconcerting popping artifacts when starting and stopping the low frequency audio, but I resolved it by ramping up and down the volume beforehand.

New Show Hacker News story: latest news

Show HN: The Art of Getting Promoted
2 by rafapaez | 1 comments on Hacker News.
Why You Are Not Progressing as a Software Engineer and What to Do Instead

New Show Hacker News story: latest news

Show HN: Mystery Search – Google, but you but you get the last person's search
2 by lofi-marz | 3 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I make a video to show how to automate the data reports
2 by joassy | 0 comments on Hacker News.
Hi, HN. In this video, I use ILLA Flow to schedule a PostgreSQL data query to trigger every day at 8 AM, then pass the latest data to the AI Agent. The AI Agent generates data reports, analysis suggestions, and more based on the latest data, and automatically sends them to Slack. Looking forward to your review and feedback. If you are interested in learning how to build other automation tasks, please feel free to feedback.

Thursday, 25 January 2024

New Show Hacker News story: latest news

Show HN: Built an AI agent that works directly from email
2 by calindrimbau | 0 comments on Hacker News.
few weeks ago we realized how inefficient it is to sit down in front of a chat UI for an agent to execute tasks. when it came to complex tasks that require web search, web crawl, chains of prompts, etc we hypothesised async will be better. so we built a multi agent system that works directly from email. it's model independent and we're using both oss and closed source models in the backend. we've been getting some good pick up, but would love to get more users to try and give us feedback on how to improve it! project is live. you just need to email: herbie@broadn.io and the agent will pick up the task and start working on it with you.

New Show Hacker News story: latest news

Show HN: Distributed Llama – Run LLMs on multiple devices in parallel
3 by b4rtazz | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: An open source alternative to Superhuman
3 by jeremyscatigna | 0 comments on Hacker News.
Caley.io reimagines your inbox with a fusion of AI brilliance and unmatched efficiency. Think smarter analytics, streamlined conversations, and effortless newsletter management all in one sleek package. More than an email client, it's your unfair advantage.

New Show Hacker News story: latest news

Show HN: Zenfetch – Turn your saved browsing content into an AI second brain
42 by rex123 | 12 comments on Hacker News.
Hey everyone! Akash and Gabe here from Zenfetch (YC W23) - a chrome extension to help you remember more of what you read. Zenfetch makes it easy to index any content from across the web into a neural search engine and AI chat. Try the chrome extension at https://ift.tt/7O9qzuw . How it works: 1. Optionally sync your bookmarks and/or Pocket saves. Zenfetch will continue to sync newly saved items. 2. Click the Zenfetch icon in a tab to save any PDF, YouTube video, note, article, email, forum post, etc. Zenfetch can save almost anything across the internet. 3. Zenfetch indexes the text or transcript and adds that information to your AI second brain. 4. Use the dashboard or side panel to search or chat with your AI second brain. 5. Zenfetch will send morning digests summarizing your reading. A few examples of how our users use Zenfetch: “What articles have I read on nuclear fusion?”, “Analyze this strategy based on the Lenny Rachitsky article I read”, “Summarize Karpathys video introducing LLMs”, “Which research papers mentioned the increase in carbon emissions?”, “Compile the different perspectives I’ve read on climate change” and more. We built Zenfetch to solve the personal pain of reading tons of content but using little to none of the information. While searching for solutions, we found that most tools were good at storing information but not at retrieving it. We even found that search functionalities on existing read-later tools got worse the more content we saved. Zenfetch is free for the first 14 days and then costs $14.99/mo (No credit card needed for the trial). We’d love for you to try it out and let us know what we can do to improve your experience! While we only work on Chromium-based browsers right now, we’re actively working on browser compatibility and integrations. Let us know which ones to prioritize!

Wednesday, 24 January 2024

New Show Hacker News story: latest news

Show HN: Deep search of all ML papers
2 by tomhartke | 1 comments on Hacker News.
Built an automated system to run a deep search of ArXiv and carefully find all the precise papers that exist on a complex topic. It's different from simple RAG because it searches, classifies, and adapts based on relevant papers it uncovers, and then continues until it finds every paper on a topic (trying to mimic the human research process). Benchmarked 10x higher accuracy and total retrieval compared to Google Scholar for a median search (whitepaper on website). Also knows when it is complete, and misses virtually nothing (< 3% or so, once it's converged). Website has a free trial and a bunch of example search reports. Want feedback and suggestions.

New Show Hacker News story: latest news

Show HN: The guide to bootstrapping a business (2024)
7 by chernikovalexey | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Open-source script to get your site indexed on Google
2 by goenning | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I hate look for places on trips so I created a tool that automates this
2 by gabrielbfranco | 1 comments on Hacker News.


Monday, 22 January 2024

New Show Hacker News story: latest news

Show HN: Vx.dev – GitHub-Powered AI for effortless development
3 by yz-yu | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Free OpenAI Whisper Transcription Tool
2 by bbakerma | 1 comments on Hacker News.
Hey all! Been working on a transcription API (WhisperAPI.com) powered by the OpenAI Whisper model for a while now. I was getting a good number of requests for a place to drag-and-drop audio files for transcription so people could try out the service. I decided to build just that and make this part of the service public-facing and free. Would love any feedback on it; it’s not as feature-rich as the API itself, but hopefully can be useful for folks.

New Show Hacker News story: latest news

Show HN: Epsio – Incremental views for your existing database
2 by ntur1337 | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: D4pi: Diablo4 Item Filter Inside Web Browser
2 by twy30 | 0 comments on Hacker News.
D4pi turns Diablo4 item screenshots into searchable, filterable data. * Hassle-Free Click-and-Go Demo right on the Landing Page * Everything runs locally inside your web browser -- Thanks to Next.js, OpenCV.js, and Tesseract.js. Source Code: https://ift.tt/70ibL4t * Configurable -- the default settings work the best with 1080p (1920*1020) screenshots taken with the default in-game brightness setting. --- Hello, frontend newbie here, still [1] trying to learn by doing :) After Diablo4 season 0 & 1, and 2/3 thru season 2; I promised myself not to play any more Diablo4 without some sort of automated/tool-assisted item filtering. So here D4pi is: Diablo4 Item Filter inside Web Browser. It feels awesome to go from an idea to an actual thing. I hope you find it intriguing. Feedback is always much appreciated. Thanks for your time. [1]: https://ift.tt/ErMmqpT -- previous Show HN from 2023-Jun -- D4pi.com looks like this ( https://ift.tt/32fxvN4... ) back then.

Saturday, 20 January 2024

New Show Hacker News story: latest news

Show HN: Coffeehouse, one-on-one voicechat with random HN users
9 by amadeuspagel | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: A Digital Movement of Founders / Entrepreneurs
2 by Asadrhmn | 0 comments on Hacker News.
I want to start a digital movement - a place where all the most talented entrepreneurs / founders reside, share expertise and build the companies of tomorrow. All these startup accelerators and top 50 universities hoard talent and most of the other founders are left to make it by themselves without the same network or resources. I want there to be one place, one community where all the "less likely to succeed", beginner or rough hustler founders across a plethora of industries are building together. I'll arrange weekly events with VC's, founders and investors + I want to eventually raise a round from VCs to build out physical locations in all major cities and open up a startup studio Check it out and join if you want to take part Note - Everything is 100% free.

New Show Hacker News story: latest news

Show HN: I Built a Hacker News Simulator Powered by GPTs
2 by skeetmtp | 0 comments on Hacker News.
Hello HN! I'm excited to share a project I've been working on: a Hacker News simulator powered by GPT. Why create this, you ask? Well, sometimes "Why not?" is the most compelling reason to dive into a new endeavor! The idea is simple: give the simulator a URL, and it generates a complete Hacker News discussion thread, complete with debates and varied opinions. Although it might seem like just a fun experiment, the journey of building this simulator taught me a lot. Here’s how I did it: 1. Crafting the UI with v0.dev I utilized v0.dev from Vercel to construct a React-based clone of the Hacker News main page. This was my second attempt using v0.dev, and it was far more successful than the first. My approach was: Step 1: I started by taking a screenshot of the Hacker News site and submitting it to v0.dev with the prompt: "The thread page of hacker news site. Topics with some comments." Step 2: Next, I imported the original Hacker News CSS into ChatGPT and asked it to "summarize" to retain the key elements. Step 3: Finally, I iterated on v0 using the CSS suggestions from ChatGPT. The result? A React component that closely mimics the style of Hacker News. You can check out the v0.dev iterations here: https://ift.tt/5ivxcp0 2. Building the App with Me and ChatGPT With the UI ready, it was time to develop the actual Hacker News simulator using Vercel Next.js. As a first-time user of Next.js, ChatGPT was invaluable in guiding me through the process. Step 1: I started by transferring the code generated by v0.dev into ChatGPT, asking it to refactor all hardcoded values to use a JSON data source. Step 2: Then, I replaced the JSON with a function that pulls data from Redis KV. Step 3: Lastly, I added an API to post articles. 3. Crafting the Custom GPT This part was relatively straightforward for me, as I've built various GPT models before. The key was simply providing the API through an OpenAPI specification. Asking GPT to browse given URL and posting through the API a typical HN discussion about it. 4. Navigating the Challenge of Increasing GPT Bot Blockages A big challenge I faced after getting the first version up and running was that more and more websites started blocking GPT bots. When I started a month ago, most URLs worked well for creating simulations, except for those behind paywalls or captchas. But recently, I've noticed that more websites are stopping GPT bots from accessing their content. They're doing this either by recognizing and blocking the GPT bot's user agent or by using rules in their robots.txt files to keep bots out. It also seems like Bing/OpenAI is now following these robots.txt rules more closely, which means there are fewer websites we can access. This change has made it harder to simulate content from a wider range of sites. I'm currently trying to figure out how to deal with these new challenges as more websites react to bots like GPT. 5. The Result And there you have it! Feel free to give it a try and simulate your own Hacker News discussions (GPT Plus subscription needed) Custom GPT: https://ift.tt/Y95BF7A App: https://ift.tt/f9asTG7 Looking forward to your feedback and seeing how the community engages with this just for fun project!

New Show Hacker News story: latest news

Show HN: FaceSwap.Beauty – a face swap tool online
5 by maattee | 1 comments on Hacker News.


Friday, 19 January 2024

New Show Hacker News story: latest news

Show HN: We built a multimodal AI interviewer for mock system design interviews
6 by jmtame | 4 comments on Hacker News.
Hey HN! We’re Jared, Shreyas, and Varun the creators of TechInterviewer. We’re building a product for software engineers to go through an entirely simulated systems design interview. Our AI interviewer, Steve, gives you a prompt and you talk out loud and draw on a whiteboard while Steve guides you through the interview and gives real-time feedback. Check out our demo: https://ift.tt/1WAdHy7 Every software engineer today has to prepare for systems design interviews and have two awful options: pay hundreds of dollars for a single session with a FAANG engineer or follow silently alongside a YouTube playlist. Because there is no instant feedback while practicing, engineers often learn about their most important knowledge gaps during the course of the interview loop. Jared and Shreyas are both senior engineers who have spent 1000s of hours preparing for and administering systems design interviews. Shreyas was an early engineer at Deepgram and spent many years tracking developments in the TTS (text to speech) space. He realized that voice interviews had potential to change the candidate experience when he starting using chatGPT to prepare for interviewing founding engineer candidates at his startup. We’re hoping that having easy access to interview feedback will level the playing field of software engineers at different skill levels. We’re really excited to share this with you all and we’d love any thoughts, feedback, and comments

New Show Hacker News story: latest news

Show HN: I create online gnuplot playground using WebAssembly
2 by rishidevkota | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Voxos.ai – An Open-Source Desktop Voice Assistant
13 by Falimonda | 17 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: ML pipeline that creates a model to produce ML pipelines
2 by htahir111 | 0 comments on Hacker News.


Thursday, 18 January 2024

New Show Hacker News story: latest news

Show HN: I made a website to share rejection letters
6 by jeron | 1 comments on Hacker News.
Hi HN, First time posting on Show HN. Spent two weeks over Christmas and new years to make this fun little full stack web app built with Next.js and Supabase PostgreSQL, hosted on Netlify open to feedback and hope you enjoy it!

New Show Hacker News story: latest news

Show HN: Emergent Mind – Trending arXiv AI/ML Papers, Explained by GPT-4
2 by matt1 | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Myriad – A scalable AI writing prompt to rule them all
2 by dvmspace | 0 comments on Hacker News.
A few months ago I got tired of editing and managing prompts that all use different techniques. So I decided to figure out how to build an all-in-one writing prompt that’s more reliable, scalable, and flexible for any content needs, with less editing needed. I wanted it to still rely on natural language, but not be as dependent on it. What I ended up with is a mixture of natural language and a system of rules that you tell the AI to follow. The rules give more fine-grained control, let you skip writing paragraphs of text to explain it to the AI, and make it possible to quickly have the AI verify its work. It’s optimized for ChatGPT, but also works with other AIs like Bard, Copilot, and Llama. With the included generator, all it takes is a few clicks to build one.

New Show Hacker News story: latest news

Show HN: Share and Monetize Your AI Assistants
2 by betimd | 0 comments on Hacker News.


Tuesday, 16 January 2024

New Show Hacker News story: latest news

Show HN: Benchmarks and comparison of LLM AI models and API hosting providers
6 by Gcam | 0 comments on Hacker News.
Hi HN, ArtificialAnalysis.ai provides objective benchmarks and analysis of LLM AI models and API hosting providers so you can compare which to use in your next (or current) project. The site consolidates different quality benchmarks, pricing information and our own technical benchmarking data. Technical benchmarking (throughput, latency) is conducted through sending API requests every 3 hours. Check out the site at https://ift.tt/KrkAQHp , and our twitter at https://twitter.com/ArtificialAnlys Twitter thread with initial insights: https://twitter.com/ArtificialAnlys/status/17472648324397343... All feedback is welcome and happy to discuss methodology, etc.

New Show Hacker News story: latest news

Show HN: Bye Calendar – My Response to Hey Calendar
7 by tr3ntg | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Bash.org Archive
3 by n1c | 1 comments on Hacker News.
I tried to basically copy-paste the html from Archive.org and grabbed the posts from here: https://ift.tt/zrElJFo It's missing a few of the more recent posts which I'll try grab myself sometime. But all the classics should be there.

New Show Hacker News story: latest news

Show HN: Shelly: Write Terminal Commands in English
5 by paletov | 2 comments on Hacker News.
Shelly is a powerful tool that translates English into commands that can be seamlessly executed in your terminal. You won't have to remember obscure commands anymore.

Monday, 15 January 2024

New Show Hacker News story: latest news

Show HN: Edu AI, a company grown from my research (AI and pedagogy)
3 by charleduease | 0 comments on Hacker News.
Hi guys, my name is Charlie and I am a 24-year-old researcher and entrepreneur from London. Innovation has been slow here, I regularly browse and read ycom news and thought I'd share my UK ed-tech startup that's sprung out of my AI-driven pedagogy research project here at Goldsmiths, UoL. Not sure what it's like over in the states or other countries, but we see here lots of educators using ChatGPT for creating assignments and marking; while simultaneously complaining about students using ChatGPT to write their work. It's really bad at the university level here at the moment, feels like we have a loop of ChatGPT producing learning material, students submitting work written by ChatGPT, and then lecturers marking it with ChatGPT. The basis of my research is around maintaining a human in the loop, learning from our past mistakes with social media and the internet, and trying to apply deeptech (mainly AI) in a way that I see it having a long-term benefit to student learning outcomes - everyone seems obsessed with the short-term quick wins, and being fresh out of the UK education system, I'm all too familiar with being a guinea pig for trying new learning methodologies out. Currently, I have a quiz generator hosted on https://ift.tt/PezZFhw, it uses OpenAI API to create a quiz on an input topic or based on uploaded PDFs, so basically upload lesson slides or document, get a quiz, give it to students; win-win, save time, while also not just a lesson plan generator (there's a lot of GPT wrapper tools built for teachers here that are different versions of AI lesson plan generators). We're currently offering this tool for free, and I am personally covering the API costs, this has been fine until a recent 4000% increase in traffic; we're figuring out our next steps as we speak. If anyone is keen to share insight, invest, support, or anything else with this project, feel free to get in touch with me at charlie@edu-ai.co.uk, or drop me a message at https://ift.tt/P0VpUta, just quote this post :)

New Show Hacker News story: latest news

Show HN: Kitchengpt.io – AI-Driven Kitchen Makeovers
2 by mrafii | 3 comments on Hacker News.
I'm excited to share my latest project: KitchenGPT.io. This tool is designed for anyone looking to update their kitchen with a modern twist. Simply upload a photo of your current kitchen, select your preferred theme and type, and let AI do the rest! KitchenGPT.io generates a refreshed kitchen design based on your choices, making it easier than ever to envision and plan your dream kitchen. Looking forward to your feedback and ideas!

New Show Hacker News story: latest news

Show HN: Submit your product URL, get 100 pitch-friendly TikTok influencers
4 by chernikovalexey | 2 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Mailbrane – an email masking service for organizations
2 by datron | 0 comments on Hacker News.
Hello HN, I wanted to show you mailbrane - an email masking service. I use firefox relay a lot, and thought that email masking was a service needed by enterprises as well, but there was no one catering to them. I used honojs + typescript + htmx + drizzle ORM and I really liked working with this tech stack. Chrome, firefox and safari extensions are next after I finish work on integrating stripe.

Saturday, 13 January 2024

New Show Hacker News story: latest news

Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone
2 by busfahrer | 0 comments on Hacker News.
Hi HN, I've decided to port the original (non-super) Star Trek game to C since I wanted to try playing the original but wasn't able to find a lot of sources that run on modern machines. Therefore I based this port on Michael Birken's 2008 C# port. This is in contrast to the Super Star Trek game which was far more popular and has a number of sources available on the web. I took some hamfisted measures to allow the Web Assembly version of the game to be played on mobile as well, it's not very pretty but it kind of works. You can tap into the terminal to open your phone keyboard, then the terminal should be visible in the top half while the keyboard can stay open in the lower half. The tips section on the page has some further hints. The port itself is quite crude but I made sure that it is ANSI C89 compliant, because I wanted the game to be able to run on just about anything. For the best effect, I recommend playing the game using the aptly named cool-retro-term. https://ift.tt/wJnVmCT This is the best way to play short of hooking up your needle printer as a faux teletype terminal.

New Show Hacker News story: latest news

Show HN: Synphage a modern phage genome synteny graph generator for .gb files
3 by vgrosboillot | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Blockly BOT – AI to assist in learning block programming
3 by yutakobayashi | 0 comments on Hacker News.
Hello, I am a 15-year-old middle school student living in Japan. Learning programming can be challenging for beginners, but block programming makes this learning process easier. In particular, Scratch, developed by the MIT Media Lab, is a wonderful tool that allows intuitive learning using blocks. It is based on Google's Blockly project. I have developed my own block learning assistant using Blockly. With this tool, it's possible to add explanations to existing blocks, customize them, or create new blocks using natural language. It was built using OpenAI, React, and Vite. This project's source is publicly available on GitHub, and I hope it can contribute to the advancement of programming education. I am eagerly awaiting your valuable feedback! Demo (Japanese): https://ift.tt/5csujHf

Friday, 12 January 2024

New Show Hacker News story: latest news

Show HN
2 by mudroljub | 0 comments on Hacker News.
A library of reusable Three.js components that you can play with.

New Show Hacker News story: latest news

Show HN: Flakytest.dev – Improve your flaky test handling process
2 by anze3db | 0 comments on Hacker News.
I made flakytest.dev because I was frustrated with how teams usually handle CI failures due to flaky test (in my experience it's often a manual process). The core feature is a one-click way to mute a randomly failing test. Muting is different than skipping a test because a muted test will still run on CI, but it won't fail the entire build if it fails. Keeping a flaky test running in your CI is usually valuable so that you gather more data about it and that your error logs stay relevant. It only works with pytest for now, but I'll add support for other test frameworks if there is any interest!

New Show Hacker News story: latest news

Show HN: Prompty, build games with GPT (early prototype)
4 by FredrikNoren | 2 comments on Hacker News.
Hey guys, I’ve been playing around with this prototype for a way to build games using GPT. Some details: - It’s an absolute hack right now; expect bugs and user unfriendliness - It’s top-down, 2d. You view the world from above, and you can move around by clicking and dragging the world. - It’s using gpt-4-turbo under the hood, and I’m outputting typescript code, which gpt will self-repair when there are type errors. - Here’s a simple example game: https://ift.tt/gD6kebW So far I’ve been quite impressed with what it can do (thanks to GPT of course), but would love to hear what others think!

Thursday, 11 January 2024

New Show Hacker News story: latest news

Show HN: No-frills online audio editor
2 by drdator | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: GodotOS: A Fake Operating System Interface Made in the Godot Engine
24 by popcar2 | 0 comments on Hacker News.
Apologies for posting again, but I forgot to include "Show HN" in the title, and when I did post yesterday Hackernews almost immediately went down for over an hour, which is unfortunate.

New Show Hacker News story: latest news

Show HN: Pico W powered Munich public transportation departures LED panel
2 by rafael747 | 0 comments on Hacker News.
Micropython code for Pimoroni's Interstate 75w RP2040 board to display departure times of Munich public transport. It uses MVG API to fetch departure information for a predetermined set of stations

Tuesday, 9 January 2024

New Show Hacker News story: latest news

Show HN: Routine: Sunrise and Notion and Todoist
3 by jquintard | 0 comments on Hacker News.
Hey there! We've been working hard to bring Routine to iOS, allowing busy people to have a single app to manage their calendars, tasks, notes & contacts. Let me know what you think :)

Monday, 8 January 2024

New Show Hacker News story: latest news

Show HN: Drilbert on steam, a short puzzle game, comes with MIT source code
2 by wheybags | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: YouTube Summarization Chatbot
3 by billyzee | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I've updated my food delivery repo. Feedback Welcome
16 by Abee_09 | 3 comments on Hacker News.
Hey everyone! Over the past few years, I've dedicated my time to crafting a customizable solution for food delivery management. Now, I'm excited to showcase the culmination of all my work. Throughout the development journey, I've successfully incorporated all the planned features and even expanded upon them based on valuable feedback from the community. My methodology has consistently involved seeking input from platforms like Reddit and forums, where I engage with like-minded individuals. Some of the recent enhancements stem directly from this collaborative feedback, and I'm eager to gather more insights on the latest update to the project. Designed with a focus on individuals or businesses looking to start their own food delivery services, this solution simplifies the process of adding vendors, managing food items, coordinating deliveries, and overseeing riders. Beyond these core functionalities, you'll find a bunch of other features, including order tracking, real-time notifications, and more. Since I don’t have a substantial team backing me, I truly appreciate any assistance you can offer. Every form of contribution is valued. Give it a star and share your thoughts in the comments section. Your support means the world to me!

New Show Hacker News story: latest news

Show HN: LLMs API for Asian languages. 90% cheaper than GPT-3.5
2 by mattick27 | 0 comments on Hacker News.


Sunday, 7 January 2024

New Show Hacker News story: latest news

Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge
3 by thip | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Quickwit – OSS Alternative to Elasticsearch, Splunk, Datadog
2 by francoismassot | 0 comments on Hacker News.
Hi folks, Quickwit cofounder here. We started Quickwit 3 years ago with a POC, "Searching the web for under $1000/month" (see HN discussions [0]), with the goal of making a robust OSS alternative to Elasticsearch / Splunk / Datadog. We have reached a significant milestone with our latest release (0.7) [1], as we have witnessed users of the nightly version of Quickwit deploy clusters with hundreds of nodes, ingest hundreds of terabytes of data daily, and enjoy considerable cost savings. To give you a concrete example, one company is ingesting hundreds of terabytes of logs daily and migrating from Elasticsearch to Quickwit. They divided their compute costs by 5x and storage costs by 2x while increasing retention from 3 to 30 days. They also increased their durability, accuracy with exactly-once semantics thanks to the native Kafka support, and elasticity. The 0.7 release also brings better integrations with the Observability ecosystem: improvements of the Elasticsearch-compatible API and better support of OpenTelemetry standards, Grafana, and Jaeger. Of course, we still have a lot of work to be a fully-fledged observability engine, and we would love to get some feedback or suggestions. To give you a glance at our 2024 roadmap, we planned to focus on Kibana/OpenDashboard integration, metrics support, and pipe-based query language. [0] Searching the web for under $1000/month: https://ift.tt/ldZ6WKM [1] Release blog post: https://ift.tt/MrSEVfD [2] Open Source Repo: https://ift.tt/kwh4tzf [3] Home Page: https://quickwit.io

New Show Hacker News story: latest news

Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat…)
36 by harrisonlo | 5 comments on Hacker News.
Nino is a radical approach to solve the app chaos problem for today's knowledge worker. I believe there are still too many tools; even using them becomes work in itself. I'm building all these apps from scratch in one place, using the same database and UI, with the flexibility to eventually support the majority of work from one "superapp." Currently there are 18 apps (called "modules") on Nino: - Database types: Sheet, Form, Calendar, Gallery, Board, Todo, List - Composition types: Doc, Slide, Drive, Notebook, Canvas, Grid, Blog, Site - Communication types: Channel, Chat, Meet I want to improve these modules and build more. Your feedback is important! FAQ: How is it different from Google Workspace, Microsoft 365, or startups like Notion and Clickup? A: I think Nino has a better foundation to (1) consolidate a lot more apps than they currently do, (2) drastically improve speed with offline architecture, and (3) offer unmatched privacy and security with end-to-end encryption (coming soon) Let me expand on these points: 1. Consolidation In Nino, pages and blocks are interoperable with each other. Google and Microsoft still have mostly isolated apps. Nino is one (super)app that supports 18 modules, saving you time from switching and integrating between different providers. 2. Offline mode This is actually more complex than it seems, but I ultimately decided it's worth it, not only for people who need to work without internet, but also for everyone else who want instant page load. Everything is saved locally by default. 3. End-to-end encryption (E2EE) This is just a preview and not open to public yet, but is something I have been building alongside since day 1. In fact, it's likely not architecturally possible for existing products to add later on. Nino is built to offer both E2EE and cloud features (backup, search, collaboration). One more thing: pages on Nino are also publishable! There are blog and site modules, but you can also publish other modules (i.e. sheet, board, canvas, etc.) on your custom domain or on a free nino.page subdomain. Give it a try and let me know how it can improve. I want to hear from you.

New Show Hacker News story: latest news

Show HN: I built a tool to send 10k emails for $1 via AWS
2 by mddanishyusuf | 1 comments on Hacker News.


Saturday, 6 January 2024

New Show Hacker News story: latest news

Show HN: I made a directory to find 100% plastic-free brands
6 by deeel | 3 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: SmartSaver: Personal Expense Tracker Notion Template
2 by ips1512 | 1 comments on Hacker News.
Discover SmartSaver: the ultimate Notion Template for effortless personal finance management. Streamline your budgeting and expense tracking with this easy-to-use, customizable tool.

New Show Hacker News story: latest news

Show HN: ListenBrainz Year in Music 2023
3 by techmorningstar | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: I made M.I.L.E.S, the worlds best voice assistant
2 by small-cactus | 0 comments on Hacker News.
I’ve developed M.I.L.E.S, a MacOS voice assistant powered by GPT-4-Turbo. It's designed to perform a variety of tasks such as controlling Spotify, providing weather updates, and remembering user inputs. The assistant also features a realistic voice and can multitask. It's a passion project of mine, blending AI with practical, everyday applications. I'd love your feedback, suggestions, and thoughts on how to improve it or implement it in different scenarios.

Friday, 5 January 2024

New Show Hacker News story: latest news

Show HN: GPT-4 with Vision Checkup
2 by zerojames | 0 comments on Hacker News.
When new Large Multimodal Models (LMMs) are released, there is excitement as we explore new capabilities. What can a model do? What can't a model do? What strange behaviors does the model exhibit? With that said, such analyses are frozen in time. At a hackathon toward the end of last year, the Roboflow team made a tool that runs the same set of tests with the GPT-4 with Vision API every day. This allows people to see how the model performs over time as updates are made. The last seven days of results are displayed on a web page; the rest of the data is archived in GitHub. We started the site with common vision tasks like OCR, object detection, and object counting. We welcome anyone to submit a PR to add new tasks, too!

New Show Hacker News story: latest news

Show HN: I made a tool to compare Timezones
4 by kamranahmedse | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Stolbitsa – social ear training on GitHub
2 by korh0b | 0 comments on Hacker News.
Hi! Stolbitsa is an ear training app that can use real music for exercises, not just randomly picked notes like all other similar applications. This is a GitHub OAuth app and every ear training lesson is a public GitHub repository. You can create your own lessons and publish them on Github to share with other players. All lessons are divided into 12 difficulty levels equal to the amount of notes in chromatic scale. You start learning from level 1 and gradually increase difficulty until you become an expert. If you pass a lesson correctly you are rewarded with silver notes. If you guess 90% of notes you get 1 silver note, 95% - 2, 100% - 3. Later you can use the earned silver notes to give them to the lessons you like. The more silver notes a lesson gets the higher it is displayed on the main page listing. You can also star a lesson on Github and leave a comment. These are social network features of the app that all other similar apps are lacking as well. This is intended to be some kind of a social network of people interested in music education on top of Github. You create and publish your lessons and get comments and stars for them. Every user has a public profile where their achievements and lessons they created are listed. Currently only several initial lessons are created for each difficulty level. But nevertheless the app can already be used as a fully functional ear trainer. New lessons are constantly being added and I hope that more will be created by users. You can play directly in the browser or as PWA on any platform, also Android apk is available for download. Playing is better on mobile, editing - on desktop. To create a new lesson click the edit icon in any existing lesson, then edit it and publish it as yours. I think the editor is self-explanatory. After you have created a lesson it is not shown on the main page until you give it at least one silver note, you can only view it on your profile page. Please tell what you think about it, play it and try to create your own lessons!

Thursday, 4 January 2024

New Show Hacker News story: latest news

Show HN: Imgsrc – Generate Beautiful Open Graph Images
3 by fadymak | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Bootstrapped Alternative to Airplane.dev
8 by vlugovsky | 2 comments on Hacker News.
Hi founders! Yesterday, when we learned that Airplane.dev was shutting down, we decided it might be the time for our first post on HN. We hope to assist Airplane customers in migrating to our platform (https://uibakery.io) to minimize the impact of this unfortunate event. UI Bakery is a bootstrapped company and has not taken any VC investments. My co-founders and I, all software engineers, funded this business with the profits from our previous software services business. In the early stages of our previous venture, we developed several popular open-source projects (admin dashboard template, Angular UI kit). Thus our client projects often included admin panels, dashboards, and portals. As a result, the idea of building a platform that would allow faster delivery and also support a subscription-based business model was a no-brainer. Eventually, we made the risky decision to fully commit to UI Bakery. After a period of searching for PMF, we built a small and effective team (10 people, growing now), and became profitable. UI Bakery can help build both internal tools and external-facing apps (in fact, some of our clients embed UI Bakery on public websites). Our users can: - Connect to 30 data sources (SQL and NoSQL, HTTP APIs, and 3rd-party services like Salesforce and Stripe). - Use the Drag and Drop UI builder with 75 components to build responsive web apps based on your data. - Create simple and sophisticated business logic with Actions that can read/write data from data sources on UI interactions and as scheduled jobs/webhooks. - Generate code/SQL with AI code generation and Chat with UI Bakery documentation Assistant to build apps faster Alongside features similar to competitors, UI Bakery enhances the developer experience with multi-step actions, varied workflows, and multi-page applications. Our pricing is also tailored to be competitive. A distinctive feature is our Shared Permission Groups, enabling unlimited end-user access at a fixed fee for identical permission sets, adding value and scalability. We believe UI Bakery can be a good alternative to Airplane and other internal tool builders in the current economic environment. Most of these products are VC-funded, and investors are more likely to further invest in AI than low-code platforms. Therefore, their founders may face tough decisions: shut down their business (like internal.io did), sell it (as Airplane did), or buy out shares (a rare move like Gumroad). Previously, I have heard concerns during the demos about our lack of fundraising, but now I believe the tables have turned. Having a bootstrapped and profitable vendor seems like an advantage for a large number of businesses. Feel free to share your feedback, and let us know what you think about UI Bakery. Thanks!

New Show Hacker News story: latest news

Show HN: Go index me – Get your pages indexed by Google
3 by goindexme | 1 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Bring OCR to GPT
3 by GPT1234 | 0 comments on Hacker News.


Wednesday, 3 January 2024

New Show Hacker News story: latest news

Show HN: Long context window for LLMs
2 by alagagbar | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: The fastest way to build your SaaS
2 by keyurraval18 | 0 comments on Hacker News.
Hey HN, The journey from a SaaS idea to a working prototype can be a long, winding road. My partner Shyam and I, with years of startup experience under our belts, have faced this repeatedly. We struggled with building a foundation for our projects - it's daunting and takes your focus away from what truly matters, your brilliant ideas. To bridge this gap, we've cooked up something that we're thrilled to share with you today - SaaSKits. SaaSKits is a simple, efficient boilerplate to kickstart your SaaS ideas. It's built using Remix, Stripe, Prisma, and Resend, designed to free you from the nitty-gritty of setting up a project, so you can get straight to building your product. No more stress over starting from scratch. No more wasting days on initial codebases. Just your ideas, accelerated with SaaSKits. We look forward to your feedback, and can't wait to see what you build with SaaSKits! To quicker launches and big dreams, Keyur

New Show Hacker News story: latest news

Show HN: Uptrace v1.6 open-source alternative to Datadog, NewRelic
4 by vmihailenco | 0 comments on Hacker News.
Uptrace is an open source APM that supports distributed tracing, metrics, and logs. You can use it to monitor applications and troubleshoot issues. The latest v1.6 release adds support for service graphs, Prometheus remote write, Grafana data source for Prometheus, annotations, and much more. The main feature in this release is the ability to use Uptrace as a Prometheus data source in Grafana. Uptrace uses the original Prometheus engine, so all Prometheus queries should be supported and you should be able to use existing Grafana dashboards with the Uptrace data source. You can learn more in the linked blog post or ask your questions here in the comments.

Tuesday, 2 January 2024

New Show Hacker News story: latest news

Show HN: Copilot for Your Sales Team
2 by ashgam | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Future of Niche Search Engines
2 by rstnpce | 0 comments on Hacker News.
“Google is slowly dying.” is a phrase I hear surprisingly often these days and I think there is some truth to it. Yet, it is barely the whole truth. That being said, I wonder why this is, if it's true at all and also what the future of search engines—or gathering information in general—will look like… By now we all know that Perplexity AI, ChatGPT and all the other LLMs are able to answer your questions just like Google does (oftentimes even better, without the unnecessary clutter). But why is it that I still sometimes default to Google and its archaic keyword search instead of the conversational, human way of looking up stuff? IMO there are three reasons: 1) It’s faster. 2) It does the job. 3) It doesn’t require you to interact with it like a human(!) Let’s zoom in on the 3rd point first, because I think this is the most insightful one. To do so, I want you to think about your last interaction with an LLM… I’m sure something like this happened: You made an effort to say “please” and “thank you”. Probably you have also thought about how to prompt your chatbot in a way that “it” didn’t feel stressed out in anticipation of a superior result (“imagine yourself in a calm and focused state”). Or maybe you have even looked up the best ways to prompt your LLM to get the best result (very meta…). I can assure you, you are not alone and this happens to me all the time. I know ChatGPT has a temper more often than not and it doesn’t feel a 100% like a machine anymore (everything is a little uncertain)… To be honest with you, I don’t think this is the UX that we all want. It’s just something that we put up with in return for intel that we wouldn’t get otherwise. With simple info, however, we would never want to have these thoughts nor the delay in the answer. We just need an accurate (2) and quick result (1) (e.g., “capital of switzerland” => “bern”). Something that good ol’ Google Search does exceptionally well. But with the “Google is dying” premise defied, the big question remains: What will the future of search engines look like? Also, how are keyword search and LLMs handling requests that are in-between super simple and highly complex? Will it be a smart combination of both or something entirely different? In a shameless thrill of the shill, I’m presenting a prototype of a “niche search engine” that might partially answer this question. Kampadre allows you to search in a keyword-like fashion with quick results but AI in the background to understand what you truly want. The way it works is that you first describe your (marketing) goals (keywords or full sentence) (e.g., “i want to have more sales of product x online”). Afterwards, the request gets translated into choosing between a predefined set of filters which then outputs your desired result in no time. Like this, 'smartness', accuracy, and quickness are in balance for the optimal UX. If you wanna take a look you can try it under the link provided. Of course, this is just one way future search engines for everything in between highly complex and easy information could handle requests and serve results improved by AI. But I’m sure you have other ideas or suggestions. Thanks for reading until here!

New Show Hacker News story: latest news

Show HN: A tool to transcribe and summarize WhatsApp audio notes and audio files
2 by oalessandr | 0 comments on Hacker News.
Hello HN, and happy new year! Towards the end of last year I finally released AudioBriefly, a tool that transcribes and summarizes your voice notes. It doesn't require installing any apps, and also works on WhatsApp. I know that there are competing services out there but the main advantages are: - Speed: we perform optimizations on the audio files to be able to transcribe them quickly - Punctuation: some of the competing services don't add punctuation to the transcription, which makes it a pain to read. - Price: we are cheaper than most competitors out there for the regular user - Web UI: some competitors only provide a whatsapp bot, while we also have a mobile-friendly web UI. - Ease of use: I've tried to make it super easy to use for anyone. If you want to try it out, I've created a discount code that makes you try the "Chatty" plan free for a month: just use the SHOWHN code at checkout. To prevent abuse the discount expires at 2024-01-08T00:00 UTC and can be redeemed for max 100 times. Looking forward to your feedback!

Monday, 1 January 2024

New Show Hacker News story: latest news

Show HN: I made TV Sort, a web-based game for ranking TV show episodes
12 by pocketarc | 7 comments on Hacker News.
Over this Christmas break, while discussing the best episodes of Frasier with my mother (as we tend to do when I get to see her), I thought about coming up with something that's less arbitrary than 1-10 ratings. The result is TV Sort. It just uses a sorting algorithm, but... it's human powered. When the algorithm needs to compare two items, it asks you to compare them, and with that you end up with a full, thoroughly sorted episode list. It uses TMDB, IMDB, and Wikipedia to extract episode information for any show, to help jog your memory when making episode comparisons. It was a fun little experiment. And finally, I know -exactly- what I think the best and worst episodes are.[0] Would love to hear your feedback, this is my first Show HN. ;) Edit: I wrote a whole blog post about what went into making it, if anyone wants to read more of the technical detail behind it.[1] [0]: https://ift.tt/nq21NrU... [1]: https://ift.tt/I0NBOjn...

New Show Hacker News story: latest news

Show HN: I Made a Lisp
4 by ventuspilot | 1 comments on Hacker News.
Hi all, powerful open-source Lisp implementations are a dime a dozen, why not try JMurmel instead? The language is inspired by Common Lisp, except it's a Lisp-1, and it is mostly a subset of CLtL-1. Jmurmel can be used standalone with or without the Repl, for "#!"-style hashbang scripts or embedded in a Java program. It features [documentation for the core language]( https://ift.tt/aFLlxUw ) as well as [documentation for the default library]( https://ift.tt/AgYC0Sv ), a REPL, an interpreter, a compiler, macros, backquotes, [turtle-]( https://ift.tt/BmQSqp7 ) and (simple) [bitmap graphics]( https://ift.tt/ihYEWxu ). It is implemented in Java (compatible with Java8..22-ea) with some library functions and macros implemented in itself. Code is on [Github]( https://ift.tt/pnG0gaI ), the latest release with a precompiled jar (or alternatively a Windows .exe-style launcher) is at [Release V 1.4.5]( https://ift.tt/693D4lV... ). A Repl example: JMurmel> ((lambda (x) (list x (list (quote quote) x))) (quote (lambda (x) (list x (list (quote quote) x))))) ==> ((lambda (x) (list x (list (quote quote) x))) (quote (lambda (x) (list x (list (quote quote) x))))) JMurmel> Any feedback is welcome and thanks for reading.

New Show Hacker News story: latest news

Show HN: I help people reduce their stress with one comforting quote a day
2 by pomdevv | 0 comments on Hacker News.
Hi HN, Made this little service where people can subscribe and receive a comforting message as a text through whatsapp, each day. I hope it helps alleviate some of the stress in their life :)

New Show Hacker News story: latest news

Show HN: Durdraw – a modern ANSI art editor for modern Unix terminals
5 by indyjoenz | 3 comments on Hacker News.
I've been working on an ANSI art editor off and on for a while. It works like a traditional ANSI text editor, except it supports 256 colors, Unicode and CP437 encoding, frame-based animation, custom UI themes, terminal mouse input, HTML and IRC color output, and runs in Utf-8 terminals. It's written in Python and curses, and is fairly portable across Unix systems. If you have ever used TheDraw or Aciddraw, the user interface is similar. It can also load/convert, view, edit and save most CP437 (MS-DOS style) ANSI art in a Utf-8 terminal, so you can view ANSI artscene packs in the comfort of your favorite terminal, and even convert them into 256 color Unicode ANSI. I've been using it for my own ANSI and ASCII art for a number of years, and hope this will help artists work with less restrictions. I think there is a lot of opportunity for ANSI art beyond its dominant 16-color Code Page 437 format. We all have computers with amazing ANSI terminals with modern features. Shouldn't they be the natural home for making text art? It's still a work in progress, and I'm always adding features. Thanks for checking it out!