Friday, March 31, 2023
Show HN: Simply explain 20k concepts using GPT https://ift.tt/oKSQiZg
Show HN: Simply explain 20k concepts using GPT Hi HN! I made a tool that autogenerates simple, high-level explanations of concepts and organizes them in a somewhat university course-like structure so that it's easier to see how things are structured. Currently it has about 20,000 concepts on a range of topics but that's just what I generated so far, it should work with more obscure topics in the future. I love learning about random topics where I don't have a good background in like history or linguistics, but it's hard to figure out what topics there (you don't know what you don't know) are in certain fields and what they are even about, so this was a way to get the high level idea about random things that I wanted to know about. It also only uses the information in the GPT model at the moment, so obviously information can't be trusted completely and you should definitely double check any information you read here by Googling. I'm thinking of doing the Bing Chat approach for the next version and adding references, but don't have that yet Hopefully someone else finds this useful even if it's not perfect! https://ift.tt/K1aR8CO April 1, 2023 at 02:24AM
Thursday, March 30, 2023
Show HN: Walkie-Talkie for Badass Developers https://ift.tt/bitj8VM
Show HN: Walkie-Talkie for Badass Developers https://www.flowy.live/ March 31, 2023 at 02:07AM
Show HN: RoboPianist, a piano playing robot simulation in the browser https://ift.tt/LkD5end
Show HN: RoboPianist, a piano playing robot simulation in the browser https://ift.tt/fP7NMqS March 30, 2023 at 09:22PM
Show HN: Simple test, can ChatGPT group chat? https://ift.tt/6HOhjtW
Show HN: Simple test, can ChatGPT group chat? I just wanted to see if ChatGPT could interpret a group chat, and each individual message, and determine whether true or false to respond and, subsequently respond if true. It's running live right now (It's just a 10m script nothing too serious). https://ift.tt/9N5h3ij March 30, 2023 at 11:13PM
Wednesday, March 29, 2023
Show HN: GitHub Annotations for flake8 with my plugin https://ift.tt/biBpSK0
Show HN: GitHub Annotations for flake8 with my plugin I made a plugin for the Python linter flake8 that turns it's output into Github Annotations by invoking it with `flake8 --format github`. https://ift.tt/ceAxMub March 30, 2023 at 12:48AM
Tuesday, March 28, 2023
Monday, March 27, 2023
Show HN: NYC Bulletin Board https://ift.tt/ltYqBap
Show HN: NYC Bulletin Board A virtual bulletin board to submit and view events going on in your neighborhood in NYC. https://ift.tt/olck9IE March 28, 2023 at 12:55AM
Show HN: GPT-Shell – An AI-Powered Bash Shell https://ift.tt/L9q5rp7
Show HN: GPT-Shell – An AI-Powered Bash Shell Hello HN folks! I've been working on a side project called GPT-Shell, an AI-powered command-line interface that aims to revolutionize the way we interact with our development environment. I'm thrilled to share this early, slightly buggy, but functional open release with you all! GPT-Shell leverages state-of-the-art language models to interpret natural language inputs, allowing you to write code, perform complex tasks, or even troubleshoot issues using simple, human-like commands. While it's still a work in progress, I believe that it has the potential to make our lives as developers easier and more efficient. Keep in mind that this is a first release, and it might have its quirks. I'd appreciate any feedback, suggestions, and bug reports from you—the passionate and knowledgeable tech community—to help me refine and improve GPT-Shell further. Feel free to dive in, explore, and let me know what you think. I'm eager to hear your thoughts and collaborate on taking this project to the next level! Happy coding, Kelsey https://ift.tt/tQmJHIT March 27, 2023 at 07:56PM
Show HN: Time-tracker that helps me with context switches and documentation https://ift.tt/CfVn3Bb
Show HN: Time-tracker that helps me with context switches and documentation Hi HN! I was feeling incredibly frustrated with my struggles in context-switching and writing documentation, so I decided to take action and find a solution. I wrote a simple tool for Alfred and Raycast that helps me be more mindful when switching between tasks, which can even prevent some of those switches. Plus, I can jot down quick notes on each task as I go, making it easier to document everything once I’m finished. This tool is really simple with only 5 commands - tsr, tsn, tsl, tsv, tse tsr writes a new record tsn writes a new note tsl shows you the current task tsv builds a static html page displaying a single timeline of the tasks and notes tse opens the directory where records are stored for easy manual editing TSR stores your data as simple csv files in ~/tsr, making it super easy to integrate with other tools or perform your own custom analysis and visualisation magic. The built-in tsv timeline visualisation is rather simple and doesn’t do any analysis (for now at least). It depends solely on Python3 and works offline. I encourage you to check the python scripts to see how simple they are and potentially adapt them to your own needs. Let me know what you think! https://ift.tt/rxi039Z March 27, 2023 at 11:34PM
Sunday, March 26, 2023
Saturday, March 25, 2023
Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT https://ift.tt/uzOn4XI
Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT 13 Sheep is a quick roll-and-write game for one or more players. By drawing fences on a grid, players try to protect as many sheep as possible before the wolf comes. I reproduced the rules in an online experience, allowing for additional user customization compared to the pen and paper version. A lot of the code comes from a conversation I had with chatGPT. https://ift.tt/UahFlR3 March 26, 2023 at 04:21AM
Show HN: Lunette – A word processor designed around writing, not formatting https://ift.tt/tqY7cz1
Show HN: Lunette – A word processor designed around writing, not formatting https://lunette.app/ March 26, 2023 at 01:34AM
Friday, March 24, 2023
Show HN: Sync your keys and configs via an encrypted Git https://ift.tt/FtwpuNA
Show HN: Sync your keys and configs via an encrypted Git https://ift.tt/LXW8u2T March 25, 2023 at 02:37AM
Show HN: Her – An AI assistant powered by ChatGPT https://ift.tt/Bl5HI4j
Show HN: Her – An AI assistant powered by ChatGPT https://ift.tt/xjSn7CB March 24, 2023 at 11:58PM
Thursday, March 23, 2023
Show HN: Create a “rogue” WiFi AP & Captive Portal with a Raspberry Pi https://ift.tt/Szu2qpE
Show HN: Create a “rogue” WiFi AP & Captive Portal with a Raspberry Pi This project makes a Raspberry Pi pretend to act as a WiFi hotspot with a captive portal. It does not actually provide an internet connection to connected clients, but simply triggers their captive portal detection, which causes them to present users with a browser window containing content of your choosing. I created this for security tinkering purposes, but also because I found the documentation for similar projects lacking. I've attempted to document and explain the salient points of the entire Raspberry Pi Linux configuration relating to the captive portal. https://ift.tt/OlGNQ3m March 24, 2023 at 01:50AM
Show HN: AlpacApp – An Extendable and Highly Customizable Website Builder https://ift.tt/cbPKxDn
Show HN: AlpacApp – An Extendable and Highly Customizable Website Builder Hey HN, I'm Yassine and today I'm launching AlpacApp (formerly yawb.io), a modern website builder with four distinctive qualities: 1. With a single click, you can export your project as a Zip file and host it yourself if you wish. 2. You have full control over the design of the website. Click on any element and start customizing the styling properties. 3. You can create your own blocks to extend the functionality of AlpacApp. You can even, download, share and upload blocks. 4. It features a built-in Notion integration to embed your notion pages directly in your website. Write in Notion and Design in AlpacApp. I truly believe in this project and while there are already plenty of website builders available out there, none of them provides the level of customizability and flexibility that Alpac.App provides! I'm really open to feedback and any requests. You can follow my build in public journey on twitter: https://twitter.com/ybouane Yassine https://alpac.app/ March 23, 2023 at 11:33PM
Wednesday, March 22, 2023
Show HN: Dungeon Map Doodler Beta - Free online map drawing tool https://ift.tt/GdVkPgH
Show HN: Dungeon Map Doodler Beta - Free online map drawing tool This is a D&D map making tool I've been working on for a while now, but I just added some new features to the beta that I think HN users might find neat. When building a world map, you can use "Dynamic Brushes" to draw organic looking terrain. This is achieved entirely with svg filters and javascript canvas, no fancy libraries or anything. This came with a pretty large rewrite of some of the underlying code, so I'm sure there's a number of bugs I haven't come across, but I'd love to hear your opinions on it! https://ift.tt/W5JlDRi March 23, 2023 at 12:18AM
Russian soldiers stop receiving salaries: complaints coming from all over Russia
from Yahoo News - Latest News & Headlines https://news.yahoo.com/russian-soldiers-stop-receiving-salaries-155345355.html
via IFTTT
Tuesday, March 21, 2023
Show HN: Cfnctl – Terraform CLI experience to AWS Cloudformation https://ift.tt/zceEy7F
Show HN: Cfnctl – Terraform CLI experience to AWS Cloudformation https://ift.tt/Vd9pw2b March 22, 2023 at 02:23AM
Show HN: Google Bard vs. OpenAI ChatGPT: The dice problem part one https://ift.tt/Cc2Yx6i
Show HN: Google Bard vs. OpenAI ChatGPT: The dice problem part one https://ift.tt/RpBevyM March 22, 2023 at 01:25AM
Monday, March 20, 2023
Show HN: GPT4-powered Slack bot that can scrape URL contents https://ift.tt/g9zTpMY
Show HN: GPT4-powered Slack bot that can scrape URL contents This repository contains a Python-based Slack GPT Bot that uses OpenAI's GPT model to answer users' questions. Additionally, the bot can extract content from URLs provided in the user's message and take into account their content in its response. Features - Extract URLs from user messages - Scrape webpage content from URLs - Integrate with OpenAI's GPT-4 to answer questions - Maintain conversation context in a threaded format - Socket mode integration with Slack https://ift.tt/YId8mME March 21, 2023 at 01:10AM
Show HN: Great Books Homeschool beta program https://ift.tt/eYgkAHB
Show HN: Great Books Homeschool beta program I built this customizable literature-based K-12 homeschool curriculum, based on my experience as a homeschool parent. It's designed especially for intellectually curious kids who love to read. One of the main benefits of homeschooling is the ability to design customized programs of study that let kids learn at their level of challenge in each subject. But since designing custom curricula from scratch requires a huge time commitment and familiarity with children's literature and academic materials, most homeschooling parents don't take advantage of this potential and instead opt for prepackaged curricula. Great Books Homeschool eliminates a lot of the work involved in designing a complete and rigorous curriculum for homeschooled students. The website generates a default program of study for each student, then helps parents customize it. Transcripts and other records are generated automatically. Pricing is normally subscription based, but we're offering complimentary access for twelve months to the first 50 users who sign up for our beta testing program. In return, beta testers are requested to complete a monthly questionnaire about their experience with the curriculum. If you would like to participate in the beta testing program, please first create a free trial account at https://ift.tt/HJxbasV . Once signed in, go to https://ift.tt/gd9Vtn8... and complete the application form. Questions and comments are welcome! https://ift.tt/HJxbasV March 20, 2023 at 11:27PM
Sunday, March 19, 2023
Show HN: Text Adventures, ChatGPT based text adventure games everyday https://ift.tt/DEHOJg9
Show HN: Text Adventures, ChatGPT based text adventure games everyday Hi HN! I worked on this small fun thing over the weekend. Everyone starts from the same point every day. things diverge from there. Your choices define where the story goes. https://ift.tt/lNI1akB March 19, 2023 at 07:48PM
Saturday, March 18, 2023
Show HN: I want to change how people buy health supplements https://ift.tt/Y5l6UHS
Show HN: I want to change how people buy health supplements I made a table where you can find out the source/location of factory for where health supplements are made. Then, I spent a year reading product labels so you can save time and money when buying supplements. This is that update. This is still a work in progress but it functions fine. My previous post was a simple database of company data showing ingredient sourcing/location. That took 10 days, this has taken me close to 9 months. BackOfLabel is an extension of that initial interest with dosage information at the product & ingredient level. This update allows sorting by many more attributes at the product level (for 4000+ products at the moment) of manually scraped data. Now, for instance you can sort by specific types of ingredient - eg. filter by magnesium glycinate , magnesium orotate or any combination. eg. find ubiquinol or ubiquinone, two forms of coenzyme q10. This is useful for consumers but also companies seeking competitor analysis. You are able to filter products by – Ingredient – Filter by liquid, tablet, capsule, powder & more – Browse by UPC Code – Dosage Information – No. Individual Serving – No. Manufacturer Serving – Total Dosage For example You can also search by type of protein powder - eg. search for whey protein powder and find the dosage information for many products instantly. It frustrates me and I think the way that people buy supplements is wrong. And they don't know any better because there are incentive structures that keep them in the dark. This is a small effort to combat the misleading labeling and lack of regulation in the industry. full disclosure - i've provided a generic affiliate link in the table that means i earn a small percentage (5%) of total cart if you purchase through the link note: browse on desktop to filter & sort https://ift.tt/JAmX8Tc March 19, 2023 at 04:31AM
Show HN: Andromeda Invaders: Autoplay - Press ‘Enter’ twice and wait 5 seconds https://ift.tt/SLDYJQr
Show HN: Andromeda Invaders: Autoplay - Press ‘Enter’ twice and wait 5 seconds https://ift.tt/fr5pATV March 18, 2023 at 11:40PM
Show HN: RoboMUA – AI-Powered Beauty Solutions for All Skin Shades https://ift.tt/phmwEgW
Show HN: RoboMUA – AI-Powered Beauty Solutions for All Skin Shades roboMUA is leveraging artificial intelligence, augmented reality, and unique inclusive data sets for over 100 skin shades to help users efficiently find custom beauty products and even clothing items (shape/bodywear) from the comfort of their devices. https://ift.tt/UtEA49o March 19, 2023 at 02:43AM
Friday, March 17, 2023
Thursday, March 16, 2023
Show HN: Monitor meta tag issues and automate indexing on Google https://ift.tt/U3xCcfX
Show HN: Monitor meta tag issues and automate indexing on Google Hi HN, My name is Chris, I have been building https://tagparrot.com as a solution for two primary SEO purposes: 1) Easy way to visually review all your pages title, description and image tags in one go, get notified when there are issues. 2) Automate the process of requesting indexing to Google for all of your pages. No longer need to wait for every page to be indexed or manually submit individual URL's one at a time, we can take care of it all in the background. Thanks https://tagparrot.com/ March 17, 2023 at 01:59AM
Show HN: New Quantile-Based Subsampling Algorithm https://ift.tt/u0fKmbB
Show HN: New Quantile-Based Subsampling Algorithm https://ift.tt/8vl2TBf March 17, 2023 at 12:49AM
Show HN: HN Profiles – Searchable Database of People “Who Want to Be Hired” https://ift.tt/Mdyli9S
Show HN: HN Profiles – Searchable Database of People “Who Want to Be Hired” https://hnprofiles.com/ March 16, 2023 at 07:56PM
Show HN: Can you beat my dad at Scrabble? https://ift.tt/nNL12Wp
Show HN: Can you beat my dad at Scrabble? https://dadagrams.com March 16, 2023 at 01:34PM
Wednesday, March 15, 2023
Tuesday, March 14, 2023
Monday, March 13, 2023
Show HN: Counter – Simple and Free Web Analytics https://ift.tt/QZpVOmv
Show HN: Counter – Simple and Free Web Analytics https://counter.dev/ March 14, 2023 at 01:29AM
Sunday, March 12, 2023
Show HN: Codon: A Compiler for High-Performance Pythonic Applications and DSLs [pdf] https://ift.tt/mDilbYN
Show HN: Codon: A Compiler for High-Performance Pythonic Applications and DSLs [pdf] https://ift.tt/Id1qg6H March 13, 2023 at 01:06AM
Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/Zd4nBNL
Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/i2wgf8J March 12, 2023 at 11:57PM
Saturday, March 11, 2023
Show HN: Generate a Cover Letter by Pasting the Job Post and Your Resume https://ift.tt/lYEQbUX
Show HN: Generate a Cover Letter by Pasting the Job Post and Your Resume Introducing my new AI-powered tool that generates personalized cover letters in seconds! It's powered by GPT-3 and all you need to do is upload the job post and your resume, and the tool uses the language model to analyze and match the keywords and requirements from the job post with your skills and experience. The generated letter can be further customized, and you can create multiple letters quickly and easily. It's still pretty bare-bones so I'm thinking of ways to make this better. I'd appreciate any feedback! Let me know what you think. https://ift.tt/W6fVuav March 12, 2023 at 03:16AM
Show HN: Integration of ChatGPT, Stable Diffusion, and Eleven Labs https://ift.tt/PyeER2z
Show HN: Integration of ChatGPT, Stable Diffusion, and Eleven Labs https://aidev.codes March 12, 2023 at 01:59AM
Show HN: Simple Hacker News article recommendation algorithm https://ift.tt/8dGK6Pu
Show HN: Simple Hacker News article recommendation algorithm Been feeling a bit left out in this fast paced world of ML/AI, so built my first ML project since college. The idea is to scrape the most recent HN article titles and use TF-IDF and cosine similarity as metrics to rank articles that you're interested in to filter out only relevant things. Hopefully a fun project for beginners to get inspiration to jump into this world. https://ift.tt/kRqeUO1 March 12, 2023 at 01:38AM
Show HN: ChatGPT Based PR Reviewer and Summarizer https://ift.tt/mOgxw5X
Show HN: ChatGPT Based PR Reviewer and Summarizer https://ift.tt/WgZEjtS March 12, 2023 at 12:15AM
Friday, March 10, 2023
Thursday, March 9, 2023
Show HN: A-Pass – small little password manager https://ift.tt/eVkBm01
Show HN: A-Pass – small little password manager https://ift.tt/lwCRnor March 9, 2023 at 11:03PM
Wednesday, March 8, 2023
Show HN: Reverse Proxy as a Service https://ift.tt/GzPEFZB
Show HN: Reverse Proxy as a Service https://SnowOwl.co March 9, 2023 at 01:43AM
Show HN: BBC “In Our Time”, categorised by Dewey Decimal, heavy lifting by GPT https://ift.tt/Rh2cVNW
Show HN: BBC “In Our Time”, categorised by Dewey Decimal, heavy lifting by GPT I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I asked for a Dewey classification... and it worked. So I replaced a few days of fiddly work with 3 cents per inference and an overnight data run. My takeaway is that I'll be using LLMs as function call way more in the future. This isn't "generative" AI, more "programmatic" AI perhaps? So I'm interested in what temperature=0 LLM usage looks like (you want it to be pretty deterministic), at scale, and what a language that treats that as a first-class concept might look like. https://ift.tt/3WXu5cF March 8, 2023 at 11:28PM
Tuesday, March 7, 2023
Show HN: ChatGPT and Document Parser = Ghost https://ift.tt/GD23mTa
Show HN: ChatGPT and Document Parser = Ghost I've always wanted to just upload a whole book to ChatGPT and ask questions. Obviously with the char limit that's impossible... So some buddies and I built Ghost. We have it limited to 5 pages for uploads for now, but plan on expanding the limit soon. Let me know what you guys think! https://ift.tt/TCQS5F9 March 7, 2023 at 11:26PM
Monday, March 6, 2023
Show HN: Simple Log Alerts to Slack https://ift.tt/ZMzRinH
Show HN: Simple Log Alerts to Slack There are many log alerting systems on the market. The best known is probably Datadog. There’s also Logtail, Papertrail, Splunk, Logstash and others. These are well put together products with a host of great features, such as excellent UIs, sophisticated live searching via web interfaces and sometimes query languages and alerting. They require various levels of installation and they have costs, either through volume-based tiered systems or monthly payments. For a bootstrapped business, this can be problematic, for instance when a surge of logs - indicating a possible important problem that needs to be solved - pushes volume on to another tier. Should the “log ransom” be paid? Instead, I recalled from earlier times surely the simplest log watcher: Swatchdog [1]. It is rather venerable software. Its file history from its source download shows dates in 2015, but it was written much earlier - the 90s or possibly 80s by Todd Atkins [2]. We wanted to have alerts in Slack - the blog explains how we did it. In short: *very simply*. The code is available [3]. [1]: https://ift.tt/s8IAebH [2]: https://ift.tt/Iiyfm5d [3]: https://ift.tt/cYNI0gk https://ift.tt/bjcKGUN March 6, 2023 at 02:10PM
Show HN: I built a content site using all AI tools. Here is the result https://ift.tt/fvpy4Ar
Show HN: I built a content site using all AI tools. Here is the result https://www.nepodb.com March 7, 2023 at 12:06AM
Show HN: Total.js – Low-code development (Node-RED alternative) https://ift.tt/aFd7eJ4
Show HN: Total.js – Low-code development (Node-RED alternative) https://ift.tt/gXWr8iD March 6, 2023 at 11:09PM
Sunday, March 5, 2023
Show HN: AskYC - Startup advice from GPT Q&A bot based on YCombinator's YouTube https://ift.tt/eYLCahy
Show HN: AskYC - Startup advice from GPT Q&A bot based on YCombinator's YouTube Direct link to the AskYC: https://ift.tt/v5Nxwqf AskYC is a GPT-based Q&A bot that's based on every video on YC's youtube channel. https://ift.tt/kbB7sPV March 5, 2023 at 11:59PM
Show HN: A HN clone writen in go https://ift.tt/InXkHed
Show HN: A HN clone writen in go I've been trying to write my "go on rails" framework for years. I never quite got it like I wanted. There is gin and echo and all sorts of other frameworks and patterns but I finally found something I really like: /foo/ /foo/bar/ /foo/bar/more/ That's it. Just three levels and all my controllers get passed in what's between the / with var names first, second, third. In order to really make sure this framework could build something real I made a Hacker News clone. RemoteRenters.com is a HN just for articles about the remote work revolution since covid. Feel free to vote or submit to see how it all works! Code is open source at: https://ift.tt/jFQ8DZE https://ift.tt/iXcyBKv March 6, 2023 at 12:02AM
Show HN: ExtensionKit – Chrome Extension Development Kit https://ift.tt/1lOvBix
Show HN: ExtensionKit – Chrome Extension Development Kit https://ift.tt/mdKwy71 March 5, 2023 at 10:44PM
Show HN: Lander, a lunar lander style web game https://ift.tt/fcAwQtu
Show HN: Lander, a lunar lander style web game I’ve been working on this game for the past few weeks. It’s written in plain JavaScript, mostly with canvas, with no dependencies. The code is here: https://ift.tt/LtylYfF https://ift.tt/oqa0Lwc March 5, 2023 at 10:35PM
Saturday, March 4, 2023
Show HN: Tiny Metasearch Engine to Find Software Developers https://ift.tt/pSxOizk
Show HN: Tiny Metasearch Engine to Find Software Developers https://ift.tt/EhZBNjs March 5, 2023 at 03:24AM
Friday, March 3, 2023
Show HN: Zipslicer, a library for loading LLM checkpoints on consumer hardware https://ift.tt/DsnxjRz
Show HN: Zipslicer, a library for loading LLM checkpoints on consumer hardware This is a low-level opensource library I developed for my own use and decided to share, as it makes it possible to process large checkpoints of neural networks without renting high-RAM instances, on a regular PC. It replaces torch.load() with a custom function that produces a dictionary that materializes tensors on the fly. Compared to other solutions it doesn't require sharding or re-encoding checkpoints and uses them completely as-is. It is a foundation to make it possible to run inference and compress language models and other large models one layer at a time - in principle, even one tensor at a time. I describe the rationale and technical details of the library's design in the blogpost: https://ift.tt/7PRke1O https://ift.tt/7lOXZvE March 3, 2023 at 11:29PM
Thursday, March 2, 2023
Show HN: Vaulty – No more passwords in emails https://ift.tt/CFIyXEP
Show HN: Vaulty – No more passwords in emails https://ift.tt/YZeXKBo March 2, 2023 at 07:43PM
Show HN: Sort Any Awesome List by GitHub Stars https://ift.tt/So5uYpA
Show HN: Sort Any Awesome List by GitHub Stars As a CS undergrad, I self-taught many topics not covered by the school. Typically awesome list is where I started with. I spent my second half in college researching computer vision and machine learning. CVPR accepts over 2000 papers every year, not to mention arXiv. The awesome lists curated by the community usually serve as checklists when I was doing literature surveys. But since the number of the list items was overwhelming, I had to prioritize which papers to read first. Many of them had been uploaded to arXiv in the last few months, so I had no clue how many citations they would get. When learning web development, I also had difficulty finding the best package for the tasks like data validation and client-side routing. To make a decision, I had to browse through GitHub repositories or read the documentation. I wish I could have my awesome lists sorted, desirably by popularity. This led to the creation of my project: a web app that rearranges any awesome list with hints from GitHub stars. It may not work well when the list items do not contain links to GitHub repositories or pages, but it truly shines when most of them do. I hope this could help anyone else. P.S. I'm aware of a similar project ( https://ift.tt/2KjTzJM ), a CLI application with more features. For example, it checks if any GitHub repository link exists on the linked website. https://ift.tt/ERtkQnT March 2, 2023 at 10:51PM
Wednesday, March 1, 2023
Show HN: Summarize.tech: YouTube summarizer powered by the new ChatGPT API https://ift.tt/mOIbur9
Show HN: Summarize.tech: YouTube summarizer powered by the new ChatGPT API https://ift.tt/NM0lPkG March 2, 2023 at 12:59AM
Show HN: Recreate the shape of data to better test and tune your applications https://ift.tt/TYPCrDF
Show HN: Recreate the shape of data to better test and tune your applications https://ift.tt/SYnKq2N March 2, 2023 at 12:50AM
Show HN: Try out the new ChatGPT API on Promptly https://ift.tt/6aLwyVr
Show HN: Try out the new ChatGPT API on Promptly Hey HN Community, We're excited to announce the integration of the newly launched ChatGPT API into Promptly - a platform designed to make prompt management and sharing a breeze for developers. With Promptly, you can easily test out different prompts and model parameters for various providers, and quickly share prompt snippets together with parameters and generated output. It's like CodePen or JSFiddle, but for prompts! In addition to that, Promptly also allows you to create high-level endpoints on top of provider APIs (such as Open AI, DreamStudio, and more) with templated and versioned prompts. And with built-in caching for endpoints, you can save on Open AI costs and improve latency. Today, we're thrilled to add the ChatGPT API to our platform. So head on over to Promptly and try it out for yourself! It's easy, intuitive, and completely free to use. Check it out at https://ift.tt/w5AdhQv We can't wait to see what amazing prompts and endpoints you'll create with Promptly. Happy prompting! https://ift.tt/B5stdHI March 2, 2023 at 12:31AM
Show HN: ChatGPT-Powered Dystopia Simulator https://ift.tt/fIHXNJL
Show HN: ChatGPT-Powered Dystopia Simulator https://ift.tt/Wh0St4N March 2, 2023 at 12:27AM
Subscribe to:
Posts (Atom)