Monday, July 24, 2023

Show HN: Borgo – a Rusty language that compiles to Go https://ift.tt/6qx1Nl9

Show HN: Borgo – a Rusty language that compiles to Go Hey HN Borgo is a programming language I've been working on for the past year. It looks like Rust (because I didn't want to write a parser) and compiles to Go. What I want from a programming language is: - Sum types - Pattern matching - Option/Result types - Garbage collected - Concurrency without async - Good third-party package ecosystem Borgo is my attempt at filling the gaps in the list above, adding features seen in ML-like languages to Go. One ambitious goal of this project is to be compatible with existing Go packages. Generating bindings is pretty much automatic (there's an importer tool) and should help massively with adoption. The repo includes bindings to some packages in the stdlib already. The compiler is in no way complete, but you can definitely build some interesting programs with it. The online playground runs the compiler as a WASM binary, stitches together the transpiled Go code and sends it off for execution to the official Go playground. The playground contains quite a few examples and goes more in depth into each feature: https://ift.tt/43b5tCX Would appreciate any feedback! :) https://ift.tt/43b5tCX July 24, 2023 at 06:52PM

Show HN: Free Threads Video Downloader https://ift.tt/di6XIu8

Show HN: Free Threads Video Downloader https://ift.tt/XucZPdf July 24, 2023 at 02:03PM

Show HN: I Created a Amazon Price Comparison Extension That Saves You $$$ https://ift.tt/AnkPGW9

Show HN: I Created a Amazon Price Comparison Extension That Saves You $$$ I was fed up of habit shopping from Amazon. So I created a Chrome Extension that allows you to easily, compare from every major retailer, whilst still browsing Amazon. Any feedback is welcomed :) https://ift.tt/iyb3fQo July 24, 2023 at 04:35PM

Sunday, July 23, 2023

Show HN: My Pen Plotting Journey https://ift.tt/60GTgqA

Show HN: My Pen Plotting Journey https://ift.tt/uxkXI5b July 24, 2023 at 07:27AM

Show HN: Configurable Pirate Insult Generator https://ift.tt/96r8pnT

Show HN: Configurable Pirate Insult Generator Arr HN! I had a need for pirate themed insults for a D&D campaign last year and put together a generator using recursive templating. Generations are scored on a couple axes (vulgarity, viciousness, intelligence) so the output can be tailored to a particular situation. There isn't any AI at work here. I have a new blog post with a lot more detail on how it works: https://ift.tt/8x1DAuX https://ift.tt/jCZyqIh July 23, 2023 at 10:26PM

Show HN: Images in Neovim https://ift.tt/zpfwFB5

Show HN: Images in Neovim This is a hack I've been thinking about and experimenting with on and off for many years, and after working on the current iteration for about a month or so it reached a point where it really is usable. Is it silly? Is it something we're not supposed to do? Is it a lot of work for something small? Yes, but we're hackers, this is what we like to do. https://ift.tt/Z2FoT0s July 23, 2023 at 02:04PM

Show HN: StratusGFX – new release of my open sourced 3D rendering engine https://ift.tt/bPUXHiw

Show HN: StratusGFX – new release of my open sourced 3D rendering engine Today I was able to release version 0.10 of my open sourced 3D rendering engine. It is the result of a few months worth of work. The previous version was also posted here and received tons of feedback which greatly helped the project! Since then I've been working to add new features and refine existing ones. GitHub: https://ift.tt/uxLq4sS Video showreel: https://www.youtube.com/watch?v=dj0wVxwd1ng The biggest changes for this version include an overhauled global illumination system, FXAA+TAA, and better mesh LOD generation and selection. https://ift.tt/0jebPtd July 23, 2023 at 12:29PM

Show HN: Scaffolder, CLI tool to generate project structure, taken from YAML https://ift.tt/lWUnzIK

Show HN: Scaffolder, CLI tool to generate project structure, taken from YAML Scaffolder is a CLI tool written in Golang to instantly generate skeleton project structure with boilerplate code, that's taken from configurable YAML file, to quickly kick-start your project I was tired of manually creating the project structure, with all those folder, files... So I decided to create a CLI tool that allows you to instantly generate skeleton projects, based on a reusable YAML file with boilerplate code if specified. YAML is very easy for both humans and programs to work with and parse, hence why it's the most logical choice in context of Scaffolder. Check out the GitHub page for detailed description and examples :) https://ift.tt/DpgATdq July 23, 2023 at 01:18PM

Saturday, July 22, 2023

Show HN: Write Excel Formulas in Seconds with AI https://ift.tt/TbAGRwe

Show HN: Write Excel Formulas in Seconds with AI https://ift.tt/foAk62x July 23, 2023 at 11:07AM

Show HN: Interesting Maps https://ift.tt/EbzeiwU

Show HN: Interesting Maps https://ift.tt/5Nsu2wX July 23, 2023 at 02:40AM

Show HN: Chitchat, an easy-to-use, cross-platform, chat-based LLM interface https://ift.tt/9vPUHmV

Show HN: Chitchat, an easy-to-use, cross-platform, chat-based LLM interface Just finished the first draft of my weekend project. Sadly my industry is far away from all the exciting machine learning developments happening right now, so I wrote this project as my first exploration into the world of LLMs. It's not perfect, but I'm excited to see where the project goes from here! https://ift.tt/DGvXiWe My main motivations were: - Easy-of-use: Many models are supported out-of-the-box so users don't have to figure out how to download, where to save, etc. - Intuitive: A clean interface - Cross platform: The project is written in Rust and cross-compiled to other platforms. You don't have to have Python or the C++ toolchain installed to use. - Chat-based experience: Model sessions are persisted so the model is contextually aware of your conversation. https://ift.tt/yP27Usd July 22, 2023 at 10:06PM

Show HN: News Radar, an experiment on generating news with AI https://ift.tt/0Sobqj5

Show HN: News Radar, an experiment on generating news with AI Hey folks! This is a project that I've been working in my free time for the past few months. It's a news aggregator that uses AI to select relevant articles and summarize them. The default sources are frameworks and libraries' updates, popular HN topics, and languages' subreddits threads that make past a certain threshold. You can run a local instance (needs an OpenAI key) and customize it with your own sources, and adjust the prompt as well. The resulting website can be browsed at https://dev-radar.com/ My next experiment will be with local news. I'm building some feeds with public information from my town (the town's hall official news, the legislators weekly meeting notes, weather reports, waze, etc), and based on that make it generate news items. The thing about it is that its sources will be (nearly) primary - it will not copy content from other journalists (apart from the official town hall news, which I will need to tell the AI that will be biased towards the current administration). When analyzing the local records, it might be able to catch shady stuff that regular journalists would not notice. Imagine feeding some purchase records from the town and asking the AI some questions like "is something illegal going on here?" or "are any of these items overpriced?". https://ift.tt/rUyd96K July 22, 2023 at 11:48PM

Show HN: Trivia Book made with GPT-4 https://ift.tt/K983DMH

Show HN: Trivia Book made with GPT-4 Free for the next 5 days. https://ift.tt/DUylFPs July 22, 2023 at 08:21PM

Show HN: Vanity, Recognition and Fighting Perfectionism – Buildlog for Git Vain https://ift.tt/RjlBxNF

Show HN: Vanity, Recognition and Fighting Perfectionism – Buildlog for Git Vain https://ift.tt/xEls6yn July 22, 2023 at 02:19PM

Friday, July 21, 2023

Show HN: I trained a 65B LLM on my texts to talk to myself (details inside) https://ift.tt/Yona0ES

Show HN: I trained a 65B LLM on my texts to talk to myself (details inside) I trained the 65b model on my texts so I can talk to myself. It's pretty useless as an assistant, and will only do stuff you convince it to, but I guess it's technically uncensored? I'll leave it up for a bit if you want to chat with it. I posted this to Reddit and had several hundred people talking to it. Salient points from that discussion: LLAMA 1 65b Rank 128 5 epochs Batch size 1, 256 cutoff Trained in the Oobabooga suite using bitsandbytes 4-bit quantization for the lora Loss around 1.5 seems to give the most coherent results Trained on raw text dumps that is then parsed by a crappy Blazor Server app I threw together in a few hours. Text format is just "Sender:The Message\n" Trained on 2x 3090 Training took about 16 hours at a 90% power cap on the 3090's Trained on ~30k texts (I talk a lot, that was just 2 years) There's nothing telling it that it's a robot, though it sometimes seems to know It was largely inspired by the Unreal Engine lora tutorial I generated a list of fake names and addresses, pulled a list of my contacts, and then scripted out swapping the names and addresses for fictitious PII. I don't really send other sensitive data through text and my account is so thoroughly associated with my real name/location that the data leakage risk is manageable for the short period of time I'll have this available. It tends to halucinate fake PII as well which I think is partially a side effect of the data scrubbing. You'll notice it says things like that I live at 420 Ligma. I'll need to mix in some actual assistant tasks to the dataset before it will actually be useful as an assistant. Right now it's largely just for idle conversation. It's pretty ADHD and will randomly go off on its own tangents. I don't think it's the model. I think I just talk like that. Let me know if you have any questions or comments. I built it for myself, but figured I'll let the communities that have taught and entertained me so much play with it a little, too. Note: it says some pretty unhinged stuff. There's absolutely no guardrails. It also tends to talk like you're already friends with history. https://ift.tt/MJ6UQgT July 21, 2023 at 09:31PM

Show HN: Datalake for Computer Vision Projects https://ift.tt/tYQan2W

Show HN: Datalake for Computer Vision Projects Buddhika, Kelum, and Chong Han here. We are building a self-hosted data infrastructure platform for computer vision. Our community page is https://ift.tt/QA0tbHg In the past, we worked on a couple of high-scale computer vision projects in retail, farming, and hospitals in various capacities. These projects involved 2D object sections, 3D object tracking, and more advanced 3D perception. Like other CV Engineers, we observed a common factor during these projects: one needs a large volume of high-quality data to build a production-deployable CV system. Our biggest challenge was not having a robust data infrastructure to handle large volumes of data. Our S3 buckets were like a data swamp; we had so much raw image and video in storage buckets without tracking. Instead of working on CV, we had to develop tools for data operations. We understand that many of us have our own custom scripts and stitch them together to make things happen in the CV pipeline. However, it is brittle and cumbersome to maintain. We wanted to build a system on top of the cloud buckets such as S3 that store all file indexes, labels, metadata attributes, inference outputs, model training outcomes, and literally anything related to machine learning/computer vision. This makes it possible for us to search for anything and consume efficiently. This behaves as a DataLake (by the way, "DataLake" is an overused term). All other downstream processes in the CV pipeline can access data more efficiently via SDK and can also return data back to the Lake (e.g., training/inference outcomes). The reason we made it self-hosted is to address data security and privacy concerns. Since data is fundamental to AI, we believe that companies and organizations should have complete control over it. Currently, we support AWS, GCP, and Azure cloud buckets; soon, we will support local storage. We ship this as a Docker container so you can just install it on any VM or local server. The installation script will do all the configuration automatically. The Python SDK and documentation are available but not perfect yet. We’ve launched this under MIT and Elastic licenses so any developer can use it. Our goal is not to charge individual developers. We make money by charging a license fee for things like multiple users, multiple buckets, scalability with K8, and providing support. Give it a try: https://ift.tt/QA0tbHg Let us know what you think. July 22, 2023 at 04:45AM

Show HN: Guiding LLM outputs using Zod https://ift.tt/Pqcypi3

Show HN: Guiding LLM outputs using Zod https://ift.tt/3pFiYAJ July 22, 2023 at 02:32AM

Show HN: TextToSample – Desktop App to generate audio with MusicGen locally https://ift.tt/SL87QKe

Show HN: TextToSample – Desktop App to generate audio with MusicGen locally https://ift.tt/PQ3krz4 July 21, 2023 at 09:23PM

Show HN: CopilotKit – a hackable OSS copilot for any react app https://ift.tt/flSk4wT

Show HN: CopilotKit – a hackable OSS copilot for any react app CopilotKit is a typescript library for adding a hackable copilot to any react app. You can let the copilot interact with your app via plain typescript closures , and give it (explicit) read access to app data. An example user interaction could look like: - "Which of these travel destinations has a rich architecture history?" - [Copilot answers] - "Great. Add these to my august trip folder, except the ones where it's typically rainy then" - [Added] Recursive agent integration (via Langchain) is in the works - if you have ideas I'd love to hear them here or on the discord. https://ift.tt/7KhAvEe July 22, 2023 at 12:29AM

Thursday, July 20, 2023

Show HN: Open Video Game Data: A new approach to evaluating games https://ift.tt/AKGEvOn

Show HN: Open Video Game Data: A new approach to evaluating games > Introduction Our idea is to offer an alternative to well-known sites like Metacritic and OpenCritic, but with a different approach. Instead of being a score aggregator, we will be a list aggregator. Metacritic brings together reviews from multiple review sites in one place, providing a final score of 0-100 based on a weighted arithmetic average, where some critics carry more weight than others. An alternative to Metacritic is OpenCritic, where all critics are weighted equally in the final average. However, both still work with numeric scores. > Why relying on scores can be problematic? - Ratings only reflect the state of the game at launch Today, more than ever, games are constantly evolving. It is common to have "patch day one", that is, games released with bugs and incomplete content. However, with time and help from the community, these games can be improved, as was the case with No Man's Sky. When No Man's Sky was released in 2016, its average on Metacritic was just 61, due to the troubled release. However, over the years, the game has evolved significantly with updates, but its Metacritic score remains frozen at 61. Alternative: As the lists are constantly evolving and updating, they more accurately reflect the current quality of the games, tracking their improvements and changes over time. - The average score can be unfair as it is based on the amount of critics Sometimes, the amount of crits heavily influences a game's rating. An example of this is The Legend of Zelda: Ocarina of Time, with an average of 99 on Metacritic, based on 22 critics. While The Legend of Zelda: Breath of the Wild averages a 97, based on 109 critics. Getting a high average based on a large number of critics is extremely difficult, and this can influence the overall perception of a game. Alternative: When a final list is created, all games have an equal chance of appearing in different lists. For example, game A might be included in 3 out of 11 lists, while game B might be mentioned in 5 out of 11 lists. The total amount of lists will always be the same for all games. - Relying on an average can be inaccurate Metacritic converts the different rating scales of review sites into a single percentage-based quantitative scale. However, this conversion can be inaccurate and unfair, as each site uses different rating systems. This approach can result in important information being lost during conversion, affecting the accuracy of the final result. Alternative: With our ranked lists approach, we eliminate the need to convert rating systems, as all lists, regardless of site, follow the same common logic. In all lists, there will always be first place, second place, and so on. > A great alternative: *Open Video Game Data* Our site aims to be just another alternative to note-based sites. Our approach to aggregating lists allows users to have a more comprehensive and up-to-date view of games as these lists are constantly updated by the community. The calculation method is quite simple and transparent. All lists on the site have a maximum size of 15 games. When a game ranks first in a list, it is rewarded with 15 points, while if it ranks last, it only receives 1 point. > Conclusion Open Video Game Data seeks to provide gamers and game enthusiasts with a reliable tool to make informed decisions about which games to play, taking into account critics' opinions and the ongoing evolution of the gaming industry. With the active participation of the community, users can add critic lists and can also create personal lists that are also aggregated, we hope to build an inclusive and reference platform for the gaming community, promoting a more complete and updated analysis about the games that so much we love. Come be part of our community! Create an account and join us to explore the world of playlists. Welcome to Open Video Game Data! Visit us at: https://ift.tt/NUkdvRC July 21, 2023 at 05:56AM

Show HN: A fine-tuned Stable Diffusion model for generating Minecraft skins https://ift.tt/Kht1igy

Show HN: A fine-tuned Stable Diffusion model for generating Minecraft skins https://ift.tt/cSgaqti July 21, 2023 at 04:10AM

Show HN: Spends https://ift.tt/Ag46RkG

Show HN: Spends https://www.spends.ca July 21, 2023 at 02:03AM

Show HN: Playback – Interactive Programming and Print Debugging Reimagined https://ift.tt/gBsr5iy

Show HN: Playback – Interactive Programming and Print Debugging Reimagined Ladies and gentlemen of a Lisp persuasion, Clojurians and Clojuristas, followers of the paren and everyone else covetously eyeing the greener grass, I made an open-source thing that I would like to share with you. My elevator pitch is that it'll make you forget all about regular print debugging in 10 minutes straight. The slightly longer pitch is this: #>(tag'n'trace any Clojure(-Script) form to `tap>` and Portal with automatic last-input function replay on eval, instant re-render and hassle-free insertion of traced data into the REPL) And before I end up pasting half the README here in bits and pieces, just go and check out the damn thing, will ya. There's a screencast and everything. https://ift.tt/V4McoCI https://ift.tt/V4McoCI July 20, 2023 at 10:33PM

Show HN: Jnigen – Experimental Java interop for Dart / Flutter on Android https://ift.tt/wDjEUZC

Show HN: Jnigen – Experimental Java interop for Dart / Flutter on Android https://ift.tt/kS6iYB4 July 20, 2023 at 08:31PM

Show HN: LLTZ – World’s First Compiler from MLIR to Blockchain VM https://ift.tt/3gJHq7d

Show HN: LLTZ – World’s First Compiler from MLIR to Blockchain VM https://ift.tt/SIntfNW July 20, 2023 at 03:55PM

Wednesday, July 19, 2023

Show HN: Make Matrix Google-Searchable (Linen.dev) https://ift.tt/dQeFw1z

Show HN: Make Matrix Google-Searchable (Linen.dev) https://ift.tt/i05UdDy July 20, 2023 at 12:38AM

Show HN: Snapify – open-source Loom alternative https://ift.tt/aInphFK

Show HN: Snapify – open-source Loom alternative https://ift.tt/a3AgJnK July 19, 2023 at 11:53PM

Show HN: Efficient intermediate data sharing for Kedro pipelines https://ift.tt/UNxIrT2

Show HN: Efficient intermediate data sharing for Kedro pipelines Data processing pipelines are becoming increasingly complex, and intermediate data sharing is becoming the bottleneck, especially for data-intensive analytics and data preprocessing in machine learning and AI. This blog shows the possibility of efficient data sharing in data science pipelines, which naturally fits the settings of Kubernetes. It demonstrates how existing codebases can benefit from it without requiring an overhaul of the engineering effort. https://ift.tt/0v1tUoP July 19, 2023 at 03:23PM

Show HN: Ansible update playbook for Fedora Silverblue https://ift.tt/4s1ugTP

Show HN: Ansible update playbook for Fedora Silverblue I've been a reader of Hacker News for many years, but this will be my first post. I love using Ansible and have created a simple Playbook for updating Fedora Silverblue, along with Flatpaks and Distroboxes. This is version 1.0 and I though that some else might find it useful as well, hence why I am posting it here. https://ift.tt/bquxdKN Have a great summer :-) July 19, 2023 at 01:45PM

Show HN: I created a platform to rally my community https://ift.tt/F2u9foB

Show HN: I created a platform to rally my community https://ift.tt/PYIgsD5 July 19, 2023 at 11:44AM

Show HN: ProseMirror.Net https://ift.tt/P832uKt

Show HN: ProseMirror.Net We've released a translation of the core ProseMirror projects to C#! Currently we are utilizing this library in our DotNet backend to map collab edits and verify schema compliance for client submitted steps. It's not a focus of ours, but it will be interesting to see how this might get used on platforms C# runs on natively; like IOS or Android.. https://ift.tt/1jy7eZC July 19, 2023 at 05:18AM

Tuesday, July 18, 2023

Show HN: The simplest tiny analytics tool – storywise https://ift.tt/RLTbWOq

Show HN: The simplest tiny analytics tool – storywise I've built a little prototype a long while back, to help me keep track of visitors on my website. I didn't like google analytics for obvious privacy reasons, and I didn't like the existing self-hosted options because of how complicated they are. I always wanted a simple, basic tool, similar to plausible, but even simpler. So a few weeks ago I rebuilt my prototype into a reusable tool. And I made it open source. I built a website, a documentation, and I'd be excited for someone else to try it too. Who knows, maybe if enough people like the idea, I might even make it into a SaaS to save non-technical people the hassle of self-hosting. Anyhow, I hope someone likes it. https://ift.tt/HCMOPU2 July 19, 2023 at 03:11AM

Show HN: ChatGPT Powered Live React Editor https://ift.tt/4RDeCX9

Show HN: ChatGPT Powered Live React Editor We've just released the first version of GPT React Designer. A live editor that can generate React components. Copy and pasting code before you see how it would look is tedious. The goal is to extend this into an app that supports different styling frameworks (Chakra, Bootstrap, ...). Potentially integrate it directly into a codebase to perform tasks and so on and allow non-developers to simply utilize this to copy & paste code. https://ift.tt/U1JfBKg July 18, 2023 at 09:43PM

Show HN: ChatKey – Supercharge your productivity with ChatGPT and AutoHotkey https://ift.tt/ziL31QE

Show HN: ChatKey – Supercharge your productivity with ChatGPT and AutoHotkey https://ift.tt/FLawkAr July 18, 2023 at 08:33PM

Show HN: ChatbotGen – Custom Chat GPT for Web and WhatsApp in 5 Minutes https://ift.tt/QsflWkH

Show HN: ChatbotGen – Custom Chat GPT for Web and WhatsApp in 5 Minutes A chatbot builder. You can integrate with WhatsApp, and soon with telegram as well. Other features we have: - Free Plan - API - Team members - Custom design https://ift.tt/lWq9ndy July 18, 2023 at 05:45PM

Show HN: Comments Owl for Hacker News 2.0 – now for Safari and mobile https://ift.tt/7PLdW3h

Show HN: Comments Owl for Hacker News 2.0 – now for Safari and mobile Hacker News has one of the designs of all time - I initially made this extension because I wanted to be able to follow comment threads across multiple visits _without_ searching for "hour(s) ago" and "minutes ago", while preserving the UI we all know. This major release adds a Safari version (it can also be installed on Kiwi Browser or Firefox Beta on Android) and mobile support for the first time, with specific UX tweaks for the mobile breakpoint version, such as being able make list screen flagging require confirmation, improving the header somewhat and increasing the distance between the upvote and downvote buttons. Since its first Show HN 4 years ago, it now also has user management features - you can add notes to other users which will be displayed next to their comments, and you can also mute people if you feel the need to. If you have any other feature requests or UX issues with HN you'd like fixed, please submit them on GitHub! https://ift.tt/n35Q6EL July 18, 2023 at 04:19PM

Show HN: Nring.info – An overview of Nürburgring info that we were missing https://ift.tt/pVTgwNO

Show HN: Nring.info – An overview of Nürburgring info that we were missing When we wanted to visit the Nurburgring, my friend and I searched for a good source with all information about it in one spot. Things like the best spots to view cars driving the Nordschleife track, where to rent cars or book taxi laps and other info. Turns out there didn't seem to be one clear and up-to-date source for all of this information. Many web sites were either dated, unclear os sometimes down right wrong. So we created the website we were missing and are launching it today: http://nring.info Currently it contains an overview of all available ring taxis and rental companies, all the different corners, their locations and descriptions and some interesting or useful POIs all on a mobile friendly interactive map[0]. It is still a work in progress and we will be adding things like walking routes to great vantage points and more thorough explanations of the (financial) risks of driving the ring. One thing we were also missing was a way to view the track status online, since the official site doesn't seem to provide this. The only way to know whether the track is closed is to view a large sign near the entrance, which is very inconvenient when you're watching on the other side of the track and cars suddenly stop coming. There are Whatsapp groups that provide this info, but they're hard to find for a regular visitor. So we also solved this issue, by providing near real-time track status[1] info using OpenCV on their public webcam feed. The site was built using Strapi CMS and 11ty with the dynamic parts implemented through Netlify Cloud functions, Firebase and PHP. 0: https://ift.tt/IG8QyMK 1: https://ift.tt/KfoRVZj https://NRing.info/ July 18, 2023 at 03:25PM

Monday, July 17, 2023

Show HN: Weekly Charts of Strong Stocks and ETFs https://ift.tt/yf2wnGJ

Show HN: Weekly Charts of Strong Stocks and ETFs Hi HN users, My project is weeklycharts.org. This project generates and shows a weekly list of strong stocks and ETFs. My definition of a "strong" stock is a stock that is rising, upward trending and advancing stock. This project is based on an idea which I have after reading the book, "How I Made $2,000,000 in the Stock Market" by Nicolas Darvas. I have used UNIX shell scripts and GNU Awk to calculate the statistic; and HTML, CSS and SVG for presentation; and GNU Make for building this project. The stock prices and industry profile of the companies are sourced from finance.yahoo.com. I intent to open source the code, on github, but have not decided on a license that best fit this project. I would welcome your suggestion. Initialy, I hope to setup this project as a paid subscription service, maybe say, between one to ten dollars per month. But after much consideration, maybe a open source model is better, as I do not want to turn my hobby project into a business and the hassle of managing it. I prefer to share this project with everyone, with a contribution model. I hope this project is useful to you, as it is for me. All suggestions, feedback and questions are welcome. And I thank you for your time and attention, and support. nano17c (maintainer of weeklycharts.org) PS. I am a long time passive reader of HN. Just create an account recently to show case my first side project. https://ift.tt/yK3SJ2Y July 17, 2023 at 11:58AM

Show HN: Juno – Code Interpreter in Your Jupyter Notebook https://ift.tt/VMb8wpQ

Show HN: Juno – Code Interpreter in Your Jupyter Notebook ChatGPT Code Interpreter is a game changer for data cleaning, analysis, and plotting, but as early users my friend @amauboussin and I were frustrated that there is no easy way to work on top of its results. You can’t edit code, install packages, work on large datasets, collaborate with teammates, or use it for privacy-sensitive workloads. So we built Juno to bring the power of Code Interpreter to your local Jupyter notebook. It understands your data, generates code directly in your notebook, and can fix its own errors. We’ve found ourselves using it for tons of analysis tasks at our startups, so we decided to release it to everyone! https://getjuno.ai July 17, 2023 at 11:37PM

Show HN: Does emotion affect your productivity? https://ift.tt/hpjkSVW

Show HN: Does emotion affect your productivity? I've created an integrated time tracker and productivity system in Coda + Chrome Ext. Try out the Contraction vs Expansion model to see what insights you can gain. Iterate on your findings to improve your performance. There is also a weekly check-in process to refine and iterate on your insights. Copy it. It's free! Just give me some feedback and share on @timeToCoda twitter. https://ift.tt/o6YPKNg July 17, 2023 at 03:55PM

Show HN: Open-Source AI Playground https://ift.tt/EquOAg2

Show HN: Open-Source AI Playground https://chathub.gg/ July 17, 2023 at 06:16PM

Show HN: GPT and tableau-style interface in R for data visualization https://ift.tt/FjkuHxC

Show HN: GPT and tableau-style interface in R for data visualization GWalkR is an open-source R library that allows you to turn your data frame into a tableau style user interface for data exploration and visualization. It also allows you to analysis your data with natural language questions. GWalkR is the R binding of graphic-walker: https://ift.tt/qm2nVXY https://ift.tt/agE17P4 July 17, 2023 at 04:38PM

Show HN: Git-identity CLI tool to easily manage/switch/use different Git aliases https://ift.tt/fG8x5vq

Show HN: Git-identity CLI tool to easily manage/switch/use different Git aliases https://ift.tt/4p73loK July 17, 2023 at 03:12AM

Sunday, July 16, 2023

Show HN: Use DNS TXT to share information https://ift.tt/9OmCG7M

Show HN: Use DNS TXT to share information dig +short TXT youpay.govorenefekt.com @1.1.1.1 | fold -s You can base64 encode an image, split to TXT records and send over Internet. Useful in certain circumstances. Like when one of the communicating parties is under severe censorship. July 17, 2023 at 10:36AM

Show HN: nodice-cli, a simple diceware generator in Python with no dependencies https://ift.tt/lKw26L1

Show HN: nodice-cli, a simple diceware generator in Python with no dependencies https://ift.tt/9gr8ZpP July 17, 2023 at 12:57AM

Show HN: Friends forever – Minimalist social network where you can't un-friend https://ift.tt/ICPZdE9

Show HN: Friends forever – Minimalist social network where you can't un-friend friends!forever started in one part as a Ruby on Rails learning project and in another part as a joke. "It would be fun if you could add a friend but couldn’t delete one, huh" is what I told myself at the time. As I was developing it further, I became more fond of the idea and crystallized the concept more. For now, friends!forever is what Twitter was when it first launched (but with 1500 character limit) that focuses solely on staying in touch with people you know in real life, plus a touch of Basecamp. For me, it’s a middle ground between botnet "social" networks and the fediverse that many people still don’t get. It’s just a simple tool to keep in touch with friends and plan stuff together, nothing more. There’s no business model, so I don’t need to collect any user’s personal data and try to sell it to anyone. Plus, it has some goodies like transparent app-level encryption, so the database contents are gibberish to an outside observer. How am I going to make money off of it? I’m not going to. This thing runs on my spite and money from my pocket. https://ift.tt/R7Y8BzD July 16, 2023 at 06:48PM

Show HN: YouTube Channel – ChessGoddess https://ift.tt/CtFlUuI

Show HN: YouTube Channel – ChessGoddess I created a new channel on YouTube dedicated to chess games. https://youtu.be/NDVMC4SXAic July 16, 2023 at 10:01AM

Show HN: Count lines of code in public GitHub repos https://ift.tt/J9lyo8e

Show HN: Count lines of code in public GitHub repos https://ift.tt/oFv2Y91 July 16, 2023 at 06:03PM

Show HN: Open-source web app that uses ImageMagick to view PDFs https://ift.tt/X36pwlE

Show HN: Open-source web app that uses ImageMagick to view PDFs https://ift.tt/OPumv2h July 16, 2023 at 11:50AM

Saturday, July 15, 2023

Show HN: Simulating two gears in my game https://ift.tt/N5HEtB2

Show HN: Simulating two gears in my game https://ift.tt/mRnC5fo July 16, 2023 at 12:26AM

Show HN: Tiny command-driven Twitch bot framework for Go https://ift.tt/PmlL5HX

Show HN: Tiny command-driven Twitch bot framework for Go https://ift.tt/rmHnwbg July 16, 2023 at 03:44AM

Show HN: Docker 2 Kubernetes https://ift.tt/M3g4Tt5

Show HN: Docker 2 Kubernetes Convert docker compose to Kubernetes https://ift.tt/SxPp6m0 July 15, 2023 at 05:58PM

Show HN: A dotenv file on steroïd for Devs, SysAdmins and DevOps https://ift.tt/Ipz5Hwm

Show HN: A dotenv file on steroïd for Devs, SysAdmins and DevOps Hello HN :) I made a kind of dotenv file on steroïd. It helps developers, sysadmins and DevOps load and source secrets / configs as env vars and files seamlessly from various providers (e.g. Hashicorp Vault, Clouders, etc.) without having to maintain .env files manually. Having worked in tech for 10+ years through various positions I consistently hit the same problem: setting up local environment is hard. Situation got better thanks to Docker, Nix and alike but it's still difficult to manage secrets & some configs locally as they're often not versioned for good reasons. This hits pretty hard when you have to play with Infra as Code / GitOps projects and/or multi-environment contexts (e.g. Terraform, Ansible, Pulumi...) Most often the issue is not "My company does not allow access to environment X", but more something like "CI is configured with a bunch of secrets / env vars and there's no way I reproduce all of that voodoo magic locally. I'll just commit and wait for my changes to be executed on CI." Tired of this situation, I developed Novops: it helps manage and share secrets/configs safely so it can be used both locally and by CI/CD. Secrets can be referenced from various sources (e.g. Hashicorp Vault, AWS, GCloud, Azure...) and loaded as files or environment variables. It also handle multi-environments setup along with various helper features (such as automatically impersonate AWS IAM Role). Novops just needs a YAML file referencing your secret sources so it can load them in your environment. https://ift.tt/8wxWe59 July 15, 2023 at 01:57PM

Show HN: WhatsApp based simple order taking platform https://ift.tt/Gl2yDQw

Show HN: WhatsApp based simple order taking platform https://ift.tt/i9odeCm July 15, 2023 at 11:13AM

Show HN: A tool that explains any human behavior as Robert Saplosky would do it https://ift.tt/HkiZJlh

Show HN: A tool that explains any human behavior as Robert Saplosky would do it I'm a big fan of Dr. Saplosky and his book Behave. He talks about how we need to look at any human behavior holistically to understand what really happened rather than looking for simple explanations. But it's hard for us to think like that. So I built this small tool that helps us get started. https://ift.tt/l3uF58o July 15, 2023 at 10:48AM

Friday, July 14, 2023

Show HN: I adopted TailwindCSS on Jackal https://ift.tt/CNlaHtK

Show HN: I adopted TailwindCSS on Jackal http://jackal.surge.sh/ July 15, 2023 at 07:26AM

Show HN: I built a tool to download your chess games https://ift.tt/Jf4Cm03

Show HN: I built a tool to download your chess games Hi HN, here is my humble weekend project. I couldn’t find any similar utilities online that would let me download all of my chess games, so I decided to make one. It’s definitely imperfect, so please let me know if you have any feedback! https://ift.tt/YgbqE5f July 15, 2023 at 05:06AM

Thursday, July 13, 2023

Show HN: Just-One-Page-PDF – support batch save as PDF https://ift.tt/Lk67J3e

Show HN: Just-One-Page-PDF – support batch save as PDF A Chrome extension that supports saving any web page as a one-page PDF main feature: 1. one-page PDF for entire webpage 2. multiple-page PDF for entire webpage 3. support custom paper size, eg. window size, A4, A3, Letter and so on. 4. like screenshot, but PDF format. 5. export PDF with multiple tabs at one time (see youtube demo) compare with the browser's build-in printing function 1. no print preview dialog, direct download 2. customize any page size as you want 3. multiple tabs to export PDF at one time 4. disable or enable print media as required 5. customize style before export PDF https://ift.tt/l9BRHbj July 14, 2023 at 07:33AM

Show HN: Mark Zuckerberg is doing a live AMA on Twitch (AI) https://ift.tt/fYzwHsB

Show HN: Mark Zuckerberg is doing a live AMA on Twitch (AI) Hey HN! I built a 24/7 Twitch stream where an AI clone of Mark Zuckerberg is doing a live AMA with the chat lol. Twitch: https://ift.tt/AsVqiZS You can ask Zuck any question in the chat, and he'll answer you live. About a day ago, I also built a 24/7 interactive livestream of "Paul Graham" doing an AMA on twitch: https://ift.tt/0chU3yl Have fun! :D https://ift.tt/AsVqiZS July 14, 2023 at 07:15AM

Show HN: AI-Generated Vector Art https://ift.tt/2f6Yixr

Show HN: AI-Generated Vector Art https://ift.tt/45RhDa8 July 14, 2023 at 02:40AM

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: Workout.lol a web app to easily create a workout routine https://ift.tt/iNGYsuy

Show HN: Workout.lol – a web app to easily create a workout routine Hey everyone, I here is a small open-source project I've been working on latel. I'd love to hear your thoughts and improvement ideas :) GitHub: [github.com/Vincenius/workout-lol]( https://ift.tt/e8mGubT ) https://workout.lol July 10, 2023 at 11:31AM

Sunday, July 9, 2023

Show HN: React95 a React components library recreating the look of Windows 95 https://ift.tt/3Ks9uwW

Show HN: React95 – a React components library recreating the look of Windows 95 https://ift.tt/s9pBWc5 July 10, 2023 at 07:19AM

Show HN: Digger an Open Source Terraform automation and collaboration tool https://ift.tt/Z6gBdXI

Show HN: Digger – an Open Source Terraform automation and collaboration tool https://ift.tt/XY1ZBst July 9, 2023 at 04:21PM

Saturday, July 8, 2023

Show HN: Threads Photo Downloader https://ift.tt/ojKWEVx

Show HN: Threads Photo Downloader https://ift.tt/YJDRBhS July 9, 2023 at 06:59AM

Show HN: Poozle open-source integration infrastructure for AI Apps https://ift.tt/d3k5mCh

Show HN: Poozle – open-source integration infrastructure for AI Apps https://ift.tt/dT1UFKb July 9, 2023 at 07:43AM

Show HN: An index of all monthly dividend stocks https://ift.tt/G2riqIm

Show HN: An index of all monthly dividend stocks In my quest for finding high yield dividend stocks, I've noticed there isn't really a good tool for finding such stocks (that I can find, anyway), only pay-walled sites that are confusing and inaccessible. This little project seeks to remedy that. I'm sharing this in the hopes that you'll find it useful, but also to get feedback, in particular, about monetizing. While I built this to be useful, I would like to make some money on it, so if you have any recommendations, I'm all eyeballs. I fear I may have to resort to advertisements to keep the barrier to entry low. https://ift.tt/9ObZmBT July 9, 2023 at 07:01AM

Show HN: I interview a small artist every week in my newsletter Small Ears https://ift.tt/EM46pjt

Show HN: I interview a small artist every week in my newsletter Small Ears Last year, I created a newsletter which is focused on interviewing small musical artists. It allows them to reach a wider audience as well as helping subscribers finding new artists. Since my post last year, it has grown a lot and I got a lot more interview coming. Also, if you know any artist that could be interested to be featured or if you want to sponsor the newsletter, feel free to send an email to smallears@substack.com https://ift.tt/MWe4m0I July 9, 2023 at 05:31AM

Show HN: An Ethereum-authenticated community on Web3 science and technology https://ift.tt/tL5OwA2

Show HN: An Ethereum-authenticated community on Web3, science and technology https://caches.xyz/ July 9, 2023 at 03:45AM

Show HN: Stockstack.AI Distraction-free stock market research https://ift.tt/wf7XJbp

Show HN: Stockstack.AI – Distraction-free stock market research https://ift.tt/AEfT7wa July 9, 2023 at 01:28AM

Friday, July 7, 2023

Show HN: Parse2docs turn Python Argparsers into usage documentation https://ift.tt/156PJ8U

Show HN: Parse2docs, turn Python Argparsers into usage documentation https://ift.tt/ZgKLi2W July 8, 2023 at 04:51AM

Show HN: Matcheroni a tiny C20 header library for building lexers/parsers https://ift.tt/qIF8Wf4

Show HN: Matcheroni, a tiny C++20 header library for building lexers/parsers Howdy HN, as part of my ongoing programming language experiments I've ended up creating my own C++20 lexing and parsing library of sorts. Matcheroni is an alternative to parser generators and regular expressions that uses trees of C++ templates to implement highly customizable lexers and parsers that have minimal impact on build times or binary sizes, while still remaining comparable in performance to Boost regular expressions. The repo includes two example projects - a simple regex parser in ~300 heavily documented lines of code, and a much larger but not quite finished C99 lexer and parser. All feedback appreciated! https://ift.tt/uiyoFvP July 7, 2023 at 03:32AM

Show HN: Chatnotes.xyz Make Notes where you chat https://ift.tt/WQKGj1n

Show HN: Chatnotes.xyz – Make Notes where you chat Chatnotes is an Android app that allows you to make notes directly on top of your messaging app like Whatsapp etc. It currently has 3 types of notes 1. General notes - Notes you can view on every screen. 2. Private notes - Notes that are unique for a specific contact you are chatting with. 3. Shared notes - Like Google docs and shared between you and your friend to edit. https://chatnotes.xyz July 8, 2023 at 02:26AM

Show HN: Day by Day every day of my life https://ift.tt/Fc4rgCQ

Show HN: Day by Day – every day of my life https://days.rory.codes July 8, 2023 at 01:11AM

Show HN: Open-source in-browser code editor/executor with REPL 10 languages https://ift.tt/xN5TaCc

Show HN: Open-source in-browser code editor/executor with REPL, 10+ languages I am super excited to open-source the code executor behind logicboard.com - an in-browser collaborative code editor. The backend is written in Elixir+Phoenix and implements a WebSocket API to execute code in docker containers. Next steps include making this more secure, I am considering Google's gVisor to implement better isolation between containers and the host kernel. https://ift.tt/pwcL1Cx July 8, 2023 at 12:42AM

Show HN: RF a portable Reddit browser in the style of HN that still works https://ift.tt/VC0S6H2

Show HN: RF – a portable Reddit browser in the style of HN that still works RF is client meant for browsing Reddit in the same fashion as HN. Features: - Bundled as a single HTML file - Text-first - Performant (optinally pre-caches text posts for near-instant loading) - No infinite scroll - Rich media previews, but only at the post level - Multireddit support - PWA support Give it a shot at https://rf.alexkoen.com or download the index.html to your computer. All feedback and contributions welcome. https://ift.tt/y4DN78q July 8, 2023 at 12:05AM

Thursday, July 6, 2023

Show HN: Steambase A tracker for all games deals and developers on Steam https://ift.tt/KVJb2Ew

Show HN: Steambase – A tracker for all games, deals, and developers on Steam https://steambase.io July 7, 2023 at 07:17AM

Show HN: I built a dashboard tracking the number of Threads users https://ift.tt/KcLDOH0

Show HN: I built a dashboard tracking the number of Threads users https://ift.tt/sLaUM3J July 7, 2023 at 05:26AM

Show HN: An online cookbook for cooking with feelings not measurements https://ift.tt/UHkF9QZ

Show HN: An online cookbook for cooking with feelings, not measurements A cookbook that is based on principles and feelings, not measurements. I pretty much never follow recipes when I cook, but people still tend to think I cook decently well. Curious about anyone's feedback or thoughts about how to improve this cookbook! Ideas for a custom domain name also welcome. https://ift.tt/2oGfHvL July 7, 2023 at 03:29AM

Show HN: Banger.show create colorful visuals for your songs in seconds https://ift.tt/2OoYvDM

Show HN: Banger.show – create colorful visuals for your songs in seconds I made an app for music producers to tease their music in a fancy way. Something that looks better than this: https://twitter.com/eprombeats/status/1647072160547246081 https://banger.show July 7, 2023 at 02:33AM

Show HN: A news feed exclusively populated by journalists https://ift.tt/jhKEiOP

Show HN: A news feed exclusively populated by journalists Hi HN -- Given all the talk with new the platforms launching recently, I want to share a project. It's called Forth (no relation to the programming language), and it's a news feed for news. Anyone can make an account and curate their own feed through follows, but it's populated exclusively by journalists. Most Americans get at least some of their news from social media, even though they don't trust it. We want to take the good (formatting, brevity, ability to follow who you want), and mix it with real fact-based reporting. Our reporting partners cover all sorts of topics, from local news around the US, to space, chemistry, politics, everything. We're still ramping up, but already have journalists ranging from names you might see on Good Morning America to local radio and newspapers, and all sorts of verticals. It's not social media. It's almost anti-social. No spam, no misinformation, no hate speech. Just headlines. I'd love to hear your thoughts. https://www.forth.news/ Jared https://www.forth.news July 7, 2023 at 01:36AM

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor https://ift.tt/VogWu3E

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor Hi HN, I keep running in the same problem of each AI app “rem...