Thursday, July 13, 2023

Show HN: Roast My Career with Elon Musk AI https://ift.tt/XmSn0Zh

Show HN: Roast My Career with Elon Musk AI Get Your Career Roasted by Elon Musk, Donald Trump, The Rock or even Snoop Dogg. 1. Choose a roasting personality 2. Hear burning truths, and then cry Have to admit, the truth this AI spews pinches a lot. Made me question my own career choices while building it. Let me know what you guys think :) https://ift.tt/7YvGh8t July 14, 2023 at 03:45AM

Show HN: CodSpeed – Continuous Performance Measurement https://ift.tt/D7qFehy

Show HN: CodSpeed – Continuous Performance Measurement Hi HN! We’re Arthur and Adrien from CodSpeed. We’re building a tool measuring software performance before any production deployment, catching performance regressions before they hit production environments and reporting performance changes directly in Pull Request comments. It’s kind of like Codecov but for performance measurement. Today, the go to solution to measure performance is probably to use an APM(DataDog, Sentry, …), continuously analyzing your production environment. However, since those solutions are operating on real environments they need real users to experience poor performance in order to report issues and unfortunately, performance remains an afterthought appearing only at the end of the development cycle. Another possibility to measure performance is to create benchmarks while developing and to run them on a regular basis to have an idea of the performance trend of your project. However, with this approach, the variance in the results creates a lot of noise and it’s rarely possible to compare your results with the ones from a co-worker or a production environment. To make consistent performance measurement as easy as unit testing and fully integrated in CI workflows, we chose a benchmark based solution. And, to eliminate the usual variance associated with running them, we measure the number of instructions and memory/cache accesses through CPU instrumentation performed with Valgrind. This approach gives repeatable and consistent results that couldn’t be obtained with a time based statistical approach, especially in extremely noisy CI and cloud environments. We have been in closed beta for a few months, already being used by popular open-source projects such as Prisma and Pydantic. Notably, CodSpeed helped Pydantic through their Rust migration, empowering them to make the library 17x faster: https://ift.tt/IYha60K... Today, we’re super excited to finally make the product available to everyone. We currently support Python, Node.js and Rust and are looking forward to integrate with more languages soon. The product is and will be free forever for open-source projects. Also, we have a per-seat pricing for private repository usage. We have a lot of exciting features planned regarding additional integrations, such as Database and GPU integrations that should come in upcoming months. Don’t hesitate to try out the product and give your honest feedback. We’re looking forward to your comments! https://codspeed.io/ July 11, 2023 at 08:32PM

Show HN: Resumine, a smart way to generate custom cover letters https://ift.tt/45EXLSp

Show HN: Resumine, a smart way to generate custom cover letters I co-created, with two friends, a friendly website that empowers anybody to generate custom cover letters to any job position. The workflow is simple yet efficient: 1. Copy and paste only once your professional background 2. Copy and paste a job description you would like to generate a cover letter to. 3. Select the theme 3.1. Professional and Formal 3.2. Creative and Innovative 3.3. Enthusiastic and Energetic That's it, you get a tailored cover letter which is stored online and can be edited at any time. We believe in a freemium approach, for which only users with extensive usage would become a customer. It took us +6 months of work as dedicated to this as a side project. We are aware there are similar tools published in the last months, but we didn't want to give up because of this as we believe in competition. We are glad to invite you all to try Resumine out and help us understand your thoughts and where can we focus to build a better service. https://resumine.io/ July 13, 2023 at 10:32PM

Show HN: Unofficial OpenAI Status Dashboard https://ift.tt/jxmFAIU

Show HN: Unofficial OpenAI Status Dashboard Whenever I get abnormally slow results or high rates of errors from GPT-4, I used to go and check the official OpenAI status site. But mostly it would always show green when I was experiencing issues. So Eliot who I work with built this little utility - an unofficial OpenAI status dashboard. It's designed to answer the question of "is GPT slow for everyone right now or just for me" and "is GPT having elevated rates of errors for everyone right now or just for me" It's aimed at API users but may also be useful for ChatGPT errors/slowness, I'm not sure. Possible features we're thinking about: * Gauge style chart to be easier to read * Show the average and delta vs average in the chart * Track a specific prompt over time to track any model performance degradation * Add stats specifically for ChatGPT (any ideas on how to do so, given that it's behind Cloudflare?) * Add speed comparison of APIs via Azure vs OpenAI Let us know what's helpful about it and what you'd hope to see improved or added. https://ift.tt/6vh9w8d July 13, 2023 at 08:37PM

Show HN: Scriptarious, a basic macOS app to create, edit and launch shell script https://ift.tt/EYkDqGM

Show HN: Scriptarious, a basic macOS app to create, edit and launch shell script This is Scriptarious, a little macOS app to create, edit and launch shell scripts from the menubar. Nothing fancy here just a basic application with - Syntax highlighting (using highlight.js) - Shortcuts/Hotkeys to launch shell scripts - Some built-in scripts I use To come: - syncing (without iCloudKit) - sharing - Feedbacks are welcome :-) https://ift.tt/MgrQmfA July 13, 2023 at 01:26PM

Wednesday, July 12, 2023

Show HN: A modern CGI web framework for C++ https://ift.tt/vb2BFKc

Show HN: A modern CGI web framework for C++ Hi, I work on this library because I like the simplicity of CGI and enjoy building things with C++. It is based on asio and my own implementation of FastCGI, and it works on both Linux and Windows. I have just released the new version and created a simple live demo that you can check out here: https://ift.tt/0wBzcYZ https://ift.tt/eruKy6C July 13, 2023 at 02:02AM

Show HN: GroceryTrip – Turn receipts into nutritional information https://ift.tt/4jpykxw

Show HN: GroceryTrip – Turn receipts into nutritional information Hey HN, I've been working on a Flutter app for the past few months that turns receipts into useful nutrition information. The aim of this project is to make it easier to understand the nutrition and ingredients in our groceries simply by scanning a receipt. How GroceryTrip works (more detail in github repo): 1. Take a photo of your receipt (remains local, there's a demo receipt in the app if you don't have one on-hand) 2. Crop photo to relevant barcodes/names of products 3. View receipt Summary/Details 4. Optional: Contribute missing barcodes It's a super simple app currently, but I think it has potential to provide more insights into the food we purchase every week (viewing grocery trends over time may be useful). Any feedback or suggestions are appreciated! https://ift.tt/vOK6wi8 https://ift.tt/vOK6wi8 July 13, 2023 at 04:47AM

Show HN: SandSpiel - Phenomena-Simulating Cellular Automata https://ift.tt/FsauIml

Show HN: SandSpiel - Phenomena-Simulating Cellular Automata https://sandspiel.club/ July 13, 2023 at 01:47AM

Show HN: GPT Web App – Scaffold a React/Node.js app based on your description https://ift.tt/Ls7gjR2

Show HN: GPT Web App – Scaffold a React/Node.js app based on your description This started out as an experiment - we were interested if, given a short description in plain English, GPT can generate a functioning full-stack web app in React & Node.js. You can see examples and read about current limitations and future plans here: https://ift.tt/z8Aw93K... https://ift.tt/BjOyTbm July 12, 2023 at 08:04PM

Show HN: PhotoProAI, upload a selfie, transform it into professional portraits https://ift.tt/rA0NXwo

Show HN: PhotoProAI, upload a selfie, transform it into professional portraits PhotoProAI: Elevate Your Portrait Photography Game with a Single Selfie Upload! Say goodbye to the complexities and expenses of traditional professional portrait photography. How Does PhotoProAI Work? PhotoProAI utilizes advanced machine learning algorithms to analyze and enhance your uploaded selfie, producing remarkable results that rival those of professional studios. Witness the power of artificial intelligence as it effortlessly transforms your selfies into breathtaking portraits, showcasing your unique beauty and personality. Key Features of PhotoProAI: Professional-Grade Portraits: Experience the magic of AI-powered image enhancement that elevates your selfies to a whole new level, resulting in professional-quality portraits that will leave you in awe. Simplified Workflow: Forget about scheduling appointments or worrying about studio costs. With PhotoProAI, achieving extraordinary portraits is as simple as uploading a single photo. Personalized Touch: Tailor the AI algorithms to match your desired style and aesthetic preferences. Watch as your selfies are transformed into portraits that truly reflect your individuality and vision. Would love to get your feedback, thanks! I would love to hear from you in our discord( https://ift.tt/8NeTp9l ) https://ift.tt/NY8hzFS July 12, 2023 at 08:22AM

Tuesday, July 11, 2023

Show HN: I managed to run ChromaDB inside GPT-4 Code Interpreter https://ift.tt/8yY3oTJ

Show HN: I managed to run ChromaDB inside GPT-4 Code Interpreter https://twitter.com/altryne/status/1678978964361216002 July 12, 2023 at 09:54AM

Show HN: Chat with AI to Find Your Dream Job https://ift.tt/C2h9rEP

Show HN: Chat with AI to Find Your Dream Job Hey HN friends, Just launched my first NoCode web app, maching.ai, built with Bubble. Check it out and let me know if you have any questions or suggestions! https://maching.ai/ July 12, 2023 at 04:58AM

Show HN: I made a Chrome extension to share sections of YouTube videos https://ift.tt/rcofClj

Show HN: I made a Chrome extension to share sections of YouTube videos https://ift.tt/iFf3R4H July 12, 2023 at 02:56AM

Show HN: Van, truck or car camp for $0 a night https://ift.tt/qERYJn0

Show HN: Van, truck or car camp for $0 a night https://ift.tt/XHj2GKL July 12, 2023 at 01:47AM

Show HN: A GPT4 Agent that build and use financial models for planning purpose https://ift.tt/zaG3SpP

Show HN: A GPT4 Agent that build and use financial models for planning purpose I built this GPT4 Agent that can construct a financial model and use it as an external tool for answering broad range of financial planning questions. It is better than asking the same question on Reddit personal finance forums. My goal is to make it as good an a human financial planner but with 100x less cost. https://ift.tt/Q61mdWU July 12, 2023 at 01:34AM

Show HN: Face Stickers, Fun and Festive Gifts and Memorabilia https://ift.tt/FoCbZXc

Show HN: Face Stickers, Fun and Festive Gifts and Memorabilia Hi Hn, We thought it would be fun to do something a little different with image background removal, and focus on people & pets' faces. This part of our site lets you quickly create a face-only cutout, that can then be used to create all sorts of fun crafting projects (think collages and such). They also make for great gifts and memorabilia with custom printed mugs, t-shirts, hats, etc. We've partnered with Zazzle for quick product creation in this initial release. If they give you too much trouble you can always download the raw result image and do whatever you like with it. Would love to get your feedback, thanks! (See also the earlier post & discussion on our traditional image background removal offering: https://ift.tt/3CcMR9X ) https://ift.tt/5L9XYNT July 11, 2023 at 11:18PM

Monday, July 10, 2023

Show HN: A News Website Generated by AI https://ift.tt/j4TwmEF

Show HN: A News Website Generated by AI Research in English is a website devoted to distilling research into a more readable form while at the same time enabling our audience to dig deeper and learn. Our goal is to increase the publicity of research and improve citizen access to science. We always link to the original paper for users who want to learn more. I've been working on this site for the past couple months and have 10k+ papers in my database but want to get approved for Google Ads before I really go crazy generating articles. https://ift.tt/NvA8klZ July 11, 2023 at 02:55AM

Show HN: macOS tool for tracking internet disconnections on a calendar heatmap https://ift.tt/Oiwf6Ks

Show HN: macOS tool for tracking internet disconnections on a calendar heatmap Hey everyone, I want to share a tool, UptimeLog, that helps track internet connections and identify patterns of disconnections and durations, all presented on a calendar heatmap (which I find to be a cool way to visualize different patterns and more). Originally, it started as a quick hack for Linux, allowing me to analyze patterns of periodic internet disconnections over time. However, I have since ported it to macOS, enabling cross-platform compatibility via making the monitoring dashboard accessible through a web page locally. https://uptimelog.app July 11, 2023 at 12:55AM

Show HN: GitoCommito A VSCode extension that commits for you https://ift.tt/L4lmNnK

Show HN: GitoCommito – A VSCode extension that commits for you Hey, I've been obsessing over Conventional Commits and choosing the right emoji since I discovered the Conventional Commits extension for VS Code. This is my attempt to ameliorate that process. I hope some of you enjoy it. It's been lots of fun working on it. https://ift.tt/JumrDjX July 11, 2023 at 12:44AM

Show HN: A lighting-fast and developer-friendly Federated Learning SDK https://ift.tt/Mpqa920

Show HN: A lighting-fast and developer-friendly Federated Learning SDK Hello everyone We have been working for a couple of years now on MetisFL, a federated learning framework that allows developers to federate their machine learning workflows and train their models across distributed datasets without having to collect the data in a centralized location. Since the project is now transitioning to a public phase, we are actively encouraging developers, researchers and data scientists to experiment with the framework and contribute to the codebase. Thank you in advance! https://ift.tt/CD8xSys July 10, 2023 at 02:48PM

Show HN: Create flashcards with Space CLI https://ift.tt/TqYs4ea

Show HN: Create flashcards with Space CLI Hey, I created seven years ago a flashcard app with a main focus on UX. In the last months I added...