Posts

Showing posts from March, 2023

Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI https://ift.tt/v5a7ekT

Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI We made ParallelGPT - a tool that lets you bulk process chatGPT on a spreadsheet UI instead of one-by-one conversation style. Hopefully this saves you time and hassle - especially if you want to build an operational process around it and want to collaborate your team. You can give it a quick spin on this live demo playground: https://ift.tt/5tvSKiM... I am the co-founder of Rowy( https://www.rowy.io ), an open-source low-code platform, and we built ParallelGPT as a fun showcase of what you can do with low-code. There are tons of exciting AI apps you can build with low-code, and we're always happy to chat about any ideas you have and assist on our Discord. https://ift.tt/V1dCE0a April 1, 2023 at 12:47AM

Show HN: Cadseer. a parametric solid modeling CAD desktop application https://ift.tt/x5DGm1v

Show HN: Cadseer. a parametric solid modeling CAD desktop application Cadseer is in the same genre as: solidworks, inventor, freecad etc... Cadseer is alpha software, so lots of missing features, bugs, crashes, file incompatibilities etc... About me: I spent 15 years designing stamping dies on a high end cad system. During that time, I also developed and marketed extensions/plugins toward that cad system. Through that experience, I came disillusioned with 'vendor lock-in' and proprietary software in general. I basically retired, took the vow of poverty and moved all my computing to open source. I have since, and continue to, try and improve the open source cad environment. https://ift.tt/N8hrFyA March 31, 2023 at 06:35PM

Show HN: Actio, a (young) Node.js framework that makes microservices invisible https://ift.tt/1tZMDgy

Show HN: Actio, a (young) Node.js framework that makes microservices invisible https://ift.tt/huQIJ9V March 31, 2023 at 03:10PM

Show HN: Markwhen: Markdown for Timelines https://ift.tt/5eNCE6l

Show HN: Markwhen: Markdown for Timelines https://ift.tt/kQ7RBaA March 31, 2023 at 02:29PM

Show HN: Multi-Display Screen Sharing with CoScreen by Datadog https://ift.tt/vMsDnBm

Show HN: Multi-Display Screen Sharing with CoScreen by Datadog Good to be back on HN with all-new CoScreen, a little more than 3 years after it launched over here! With CoScreen 5.0, you can now share your windows from multiple displays at the same time, a long standing request by our most avid users and impossible in other apps. It also has a lightning-fast, Rust-based window compositing, scaling, and streaming engine now. CoScreen was always meant to be different so that you and your team can share your screens simultaneously and multi-directionally, and to be able to control what is being shared. We saw it as a natural extension and closely coupled with your OS — instant, fast, and seamless. A better way to pair program, debug tough incidents, or jam on great ideas by sharing multi-modal information like code, commands, graphs, or logs. All that made a lot of sense conceptually but to be frank, it was hard to get it right. Now a part of Datadog and with major parts of our app rewrit...

Show HN: Random Aerial Airport Views https://ift.tt/XBe0Y5h

Show HN: Random Aerial Airport Views Hi HN! Sharing Random Airport Inspired by RandomStreetView (which I find weirdly addictive), and a passion for air travel. Probably not for everyone, but I hope some of you find it interesting! Needless to say, open to feedback! Enjoy clicking! Further reading: TECH: It's Build in React, NodeJS, with a Notion DB. The code is public on Github. It is spaghetti though ... Especially open to feedback here. DB: The db is publicly available (and editable), I can add the link in comments if anyone would like to have a look . KNOWN ISSUES: I would like to improve the design, pic loading performance and quality of (some) pics. https://randomairport.onrender.com/ March 31, 2023 at 04:57AM

Show HN: Pair Your Food with Music https://ift.tt/HLZUCjQ

Show HN: Pair Your Food with Music We built a simple (48-hour) mobile web app (no signup required) that uses Google Vision AI and the Spotify search API to help you decide what to listen to while you eat. It's written in Python and hosted on NorthFlank; uploaded and generated images are cached in an S3 bucket. Future enhancements would obviously be to use a classifier to convert the raw food labels into a more natural "Playlist topic", and perhaps to support SoundCloud or other services. Currently taking feature requests, bug reports and questions. https://pairswith.xyz March 31, 2023 at 12:21AM

Show HN: Smart Rabbit answers children's questions and is funny https://ift.tt/OVu5HxQ

Show HN: Smart Rabbit answers children's questions and is funny My Story : There was a group of parents who struggled to answer their children's difficult questions. They found themselves stumped by their children's curious minds and wanted to provide them with the best possible answers. One day, a developer student decided to create an AI project that could help both parents and children. He worked tirelessly, designing and developing a system that could analyze and understand children's questions and generate appropriate responses. Finally, after months of hard work, the Smart Rabbit project was born. Parents and children alike were thrilled with the results, and the project quickly gained popularity.. website: https://ift.tt/vakBPUH thankful for your review! https://ift.tt/MTBCfew March 29, 2023 at 08:04PM

Show HN: Gut – An easy-to-use CLI for Git https://ift.tt/r0CyuRo

Show HN: Gut – An easy-to-use CLI for Git Hi Hacker news ! I’m Julien and I built an alternative CLI for Git : gut. Even if I haven’t been coding for a long time (I’m in the first year studying computer science), I’ve always found git to be frustrating. The command naming is inconsistent and git lets you easily shoot yourself in the foot. I made gut, another git porcelain, to solve these issues. It provides a consistent naming of command. To do so, syntax is based on subcommands. For example, to delete a branch, run gut branch rm rather than git branch -d, same to delete a remote (gut remote rm) and so on. Gut also prevents you from shooting yourself. It provides nice defaults and always prompt you before doing something destructive. Also, it won’t allow you to rewrite the history if it has been pushed to the remote. Creating commits in detached head is also prohibited. Finally, git was made when GitHub and others didn’t existed yet. To diff commits, gut opens the compare view in the b...

Show HN: Free Online Screen Recorder MP4 and WEBM https://ift.tt/teMNZLr

Show HN: Free Online Screen Recorder MP4 and WEBM https://ift.tt/9NH1kjd March 30, 2023 at 11:34AM

Show HN: Sendsecurely.io – an audited secure file sharing platform https://ift.tt/huQCSGz

Show HN: Sendsecurely.io – an audited secure file sharing platform Hi HN! tldr: SendSecurely is a secure platform to send sensitive documents and files to others. All files are encrypted locally before uploading to SendSecurely. The decryption keys are also encrypted and managed by a new audited database system. Anytime anyone accesses the decrypted keys, an audit log is created letting you keep track of everyone you have shared the file with and when they have accessed it. We would love for you to try this new system and share feedback! long (and technical) story: My partner and I have been working for the past 2 years on building a new privacy-oriented database system called EthicalDB. EthicalDB utilizes blockchain technology to codify both database schema and database permissions. All data in EthicalDB must be associated with an entity in the database and predefined by the schema as public or private data. Permissions are also defined in the schema. Private data is stored encrypted ...

Show HN: Type Safe SQL Query Builder https://ift.tt/6mbhq2v

Show HN: Type Safe SQL Query Builder https://kysely.dev/ March 30, 2023 at 03:28AM

Show HN: Marvin – build AI functions that use an LLM as a runtime https://ift.tt/OHTB2dX

Show HN: Marvin – build AI functions that use an LLM as a runtime Hey HN! We're excited to share our new open-source project, Marvin. Marvin is a high-level library for building AI-powered software. We developed it to address the challenges of integrating LLMs into more traditional applications. One of the biggest issues is the fact that LLMs only deal with strings (and conversational strings at that), so using them to process structured data is especially difficult. Marvin introduces a new concept called AI Functions. These look and feel just like regular Python functions: you provide typed inputs, outputs, and docstrings. However, instead of relying on traditional source code, AI functions use LLMs like GPT-4 as a sort of “runtime” to generate outputs on-demand, based on the provided inputs and other details. The results are then parsed and converted back into native data types. This “functional prompt engineering” means you can seamlessly integrate AI functions with your existin...

Show HN: SpamZappr – AI-Powered Spam Detection Solution https://ift.tt/CmZFdMa

Show HN: SpamZappr – AI-Powered Spam Detection Solution If you're looking for a cutting-edge solution to keep spam at bay and create a cleaner online space, then look no further than SpamZappr! Our AI-powered spam detection tool will revolutionize the way you manage spam in your online community. Spam is an ever-present issue in the digital world, and it can be a frustrating and time-consuming problem for anyone trying to manage an online community. That's why we created SpamZappr, a powerful tool designed to effortlessly detect and filter spam with AI technology. Our goal with SpamZappr is to make managing online communities easier and more enjoyable for everyone. With our tool, you can protect your users from malicious content, improve user engagement, and maintain a professional online presence. What's more, we've made it incredibly easy to integrate SpamZappr into your existing platform or application. Our developer-friendly API lets you quickly implement spam detec...

Show HN: Use GPT4 to quickly build simple, shareable web apps https://ift.tt/Xkw9LQc

Show HN: Use GPT4 to quickly build simple, shareable web apps Hi everyone, I built a quick experiment last weekend that allows you to use GPT4 to quickly generate single page web apps. These apps are immediately deployed at a shareable and bookmark-able web URL. Even though I’m a programmer, I think the idea of letting users build little apps without coding to solve their own problems is super exciting. I specifically built this because I wanted to solve a tiny problem of mine. I have a goal of running 500 miles this year. I track my runs on Strava and it shows me the total number of miles for the year. But I wanted to know: how many miles should I have run by this point in the year to be on track? I prompted and iterated with Pico and a few mins, I had a simple app: [ https://backend-pico.onrender.com/gender-hybrid](https://bac... that I could add to my iPhone home screen. The apps built by Pico have lots of limitations (single page, can only use HTML/CSS/vanilla JS + popular JS libra...

Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/pyQwDZR

Show HN: Hacker News Summarizer (Chrome Extension) Hey Hacker News community, We're excited to announce the launch of our new Chrome extension, "Hacker News Summarizer," which uses OpenAI API to summarize articles on Hacker News. It helps you quickly understand the key takeaways without reading the whole article. Plus, no login or confirmation is required to use it! Simply install the extension and click the "summary" link next to "comments" when you want to read an article. Disclaimer: Not all articles are summarised, or supported but we will change and try to support them later. Additionally, this extension is not affiliated with OpenAI or Hacker News. Chrome Extension: https://ift.tt/kMsOvB7 ... Try it out today and let us know what you think in the comments below! Thanks, The Hacker News Summarizer team https://ift.tt/5F2tixa March 29, 2023 at 10:48AM

Show HN: Tampermonkey userscript for removing HN threads via predefined regexes https://ift.tt/s5jTUig

Show HN: Tampermonkey userscript for removing HN threads via predefined regexes https://ift.tt/hWP9JkY March 29, 2023 at 03:45AM

Show HN: Customizable, embeddable Chat GPT based on your own documents https://ift.tt/lCs2jOv

Show HN: Customizable, embeddable Chat GPT based on your own documents https://libraria.dev/ March 29, 2023 at 01:11AM

Show HN: A fully open-source (Apache 2.0)implementation of llama https://ift.tt/6ADScdm

Show HN: A fully open-source (Apache 2.0)implementation of llama We believe that AI should be fully open source and part of the collective knowledge. The original LLaMA code is GPL licensed which means any project using it must also be released under GPL. This "taints" any other code and prevents meaningful academic and commercial use. Lit-LLaMA solves that for good. https://ift.tt/48gBUGA March 28, 2023 at 05:33PM

Show HN: Biscuit Security Authorization https://ift.tt/ezalvHs

Show HN: Biscuit Security Authorization https://ift.tt/VfA3xne March 28, 2023 at 10:48AM

Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/JAhdN0Q

Show HN: Hacker News Summarizer (Chrome Extension) Hello Hacker News community, We are excited to announce the release of our new Chrome extension, called "Hacker News Summarizer." The extension utilizes the OpenAI API to provide concise summaries of articles posted on Hacker News, enabling you to understand the main points without having to read the entire article. You don't need to log in or confirm your identity to use it either! Just install the extension and click on the "summary" link next to "comments" when you want to read an article. Please note that not all articles are currently supported or summarized, but we are working to add support for them in the future. Additionally, we want to clarify that this extension is not affiliated with OpenAI or Hacker News. You can find the Chrome extension at this link: https://ift.tt/kMsOvB7... We invite you to try out the extension and share your thoughts with us in the comments section below! Best regard...

Show HN: DiskerNet – save and index web content locally https://ift.tt/t3oHezX

Show HN: DiskerNet – save and index web content locally https://ift.tt/63kVG7o March 28, 2023 at 12:02PM

Show HN: PoachMe.dev, Reclaim Your Time https://ift.tt/Ij7aBdp

Show HN: PoachMe.dev, Reclaim Your Time A couple of months ago, I posted about my stealth startup on HN and got a lot of friendly help and signups so I'm officially launching today to a wider audience. All of the features highlighted here are "FREE" (we just take a cut from your scheduled recruiter calls) PoachMe.dev is your one stop shop to being paid for the time you spend with recruiters on finding a job. From the hiring manager, to the recruiter, to the HR team cutting you an offer letter, every single person in the chain is getting paid while a candidate gets to pretend their money and time and resources aren't dwindled every time they take an interview so this turns it back on it's head. Have you ever received a random message asking for a random technology you don't have while also claiming "you're a perfect fit"? Send them a pre-composed "reply template message" from PoachMe ("Great. Please book a slot on my calendar and we...

Show HN: Regex.ai – AI-powered regular expression generator https://ift.tt/L4JsNDl

Show HN: Regex.ai – AI-powered regular expression generator Regex.ai is an AI-powered tool that generates regular expressions. It can accurately generate regular expressions that match specific patterns in text with precision. Whether you're a novice or an expert, Regex.ai's intuitive interface makes it easy to input sample text and generate complex regular expressions quickly and efficiently. Overall, Regex.ai is a game-changer that will save you time and streamline your workflow. https://regex.ai/ March 28, 2023 at 01:55AM

Show HN: Document Q&A with GPT: web, .pdf, .docx, etc. https://ift.tt/ziNkmYD

Show HN: Document Q&A with GPT: web, .pdf, .docx, etc. Hello fellow hackers, we made a site that gets GPT to answer your question using the info on a webpage you specify or document you upload (e.g., a large textbook .pdf file). Background: When ChatGPT came out, I had the idea of having it pull answers from my stereo receiver's annoyingly dense 32 page manual. My weekend project prototype proceeded to surprise with great answers—just like what we've all experienced by now. My co-founder thought we should productize it, and make it easy to use online. So here we are with a very early beta! (Try it on a HN thread...) https://klavier.ai/ March 28, 2023 at 01:47AM

Show HN: Flightle https://ift.tt/5Cm6zMu

Show HN: Flightle https://ift.tt/xPu0wMh March 27, 2023 at 12:05PM

Show HN: Hacker Cabin https://ift.tt/oPOhgS4

Show HN: Hacker Cabin https://ift.tt/knKiMN5 March 27, 2023 at 12:00PM

Show HN: GPT My Life https://ift.tt/lUHD4JM

Show HN: GPT My Life Have you ever considered just letting AI control your life? I mean, it's clearly superior to humans in every way. AI never gets tired, it never gets emotional, and it never makes mistakes. So why bother trying to control your own life when you could just let the machines do it for you? Just sit back, relax, and let GPT-3 plan your day. After all, what could possibly go wrong? https://gptmylife.com/ March 27, 2023 at 11:29AM

Show HN: SlickGPT https://ift.tt/abBsT9m

Show HN: SlickGPT SlickGPT is a light-weight "use-your-own-API-key" ChatGPT client written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers. https://ift.tt/eZkvOoR March 27, 2023 at 07:42AM

Show HN: Notclick.in – summarize YouTube videos with ChatGPT https://ift.tt/k5mJMBU

Show HN: Notclick.in – summarize YouTube videos with ChatGPT https://notclick.in March 27, 2023 at 02:03AM

Show HN: Apple Notes Liberator – Extract Notes.app Data and Save It as JSON https://ift.tt/QxD16Fp

Show HN: Apple Notes Liberator – Extract Notes.app Data and Save It as JSON Hey there! I just released the first version of a project I’ve been working on solves a very specific problem that perhaps only I have. I welcome any and all feedback, even if you just want to drop in to say that this is a hot piece of garbage! https://ift.tt/lbjytsN March 26, 2023 at 04:59PM

Show HN: CLI for Hacker News https://ift.tt/Ck8MUPF

Show HN: CLI for Hacker News Hi HN! I've built hnterminal, a pip package that lets you browse, upvote, and comment on HN from terminal: $ pip install hnterminal $ hnterminal hnterminal is an interactive REPL environment with commands like "get_front_page", "get_tree", "upvote", "reply_to", etc, each of which supports rich arguments and comes with full help documentation. On the read side, hnterminal uses the HN API to construct front page and comment trees. On the write side, it reads the webpage and constructs an API response from parsed information. Unfortunately, a write API does not exist for HN (that I know of). Login is accomplished with a login cookie that is only stored in memory as it runs. You don't need to login to browse HN, its only for upvotes and commenting. https://ift.tt/D1LPk9K March 26, 2023 at 04:23PM

Show HN: Icebreakers – A Fresh Collection of Conversation Starters https://ift.tt/15rQvBh

Show HN: Icebreakers – A Fresh Collection of Conversation Starters This was a weekend project I wrote when my team's regular ice-breaking question website began to recycle questions. Use it on your Monday Daily to shake off the weekend. Or use it every day to build trust in your remote-first team. Or hit it on mobile to start a conversation with a stranger. It's open-source, never-track, open to submissions, and with over 2000 questions, seeing the same question twice will be a rare event. More info here: https://ift.tt/MdJGAcV https://ift.tt/NYwZ6mt March 26, 2023 at 04:20PM

Show HN: Jailbreaking GPT3.5 Using GPT4 https://ift.tt/XODAqG6

Show HN: Jailbreaking GPT3.5 Using GPT4 https://ift.tt/vrSwzGb March 26, 2023 at 03:11PM

Show HN: Pangolier – Write UI tests for the web platforms in YAML https://ift.tt/uKDI8Si

Show HN: Pangolier – Write UI tests for the web platforms in YAML I made this as a toy/proof-of-concept. This is a port of [Maestro]( https://ift.tt/8H3Ioa2 ) but for the web platform. Uses [Playwright]( https://playwright.dev/ ) under the hood. https://pangolier.dev// March 26, 2023 at 01:22PM

Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours https://ift.tt/wPatgYO

Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours After being inspired by your responses to the Ask HN thread yesterday ( https://ift.tt/cJjvL64 ), I decided to see if I could use ChatGPT to make a functioning app. I picked a random project idea out of my Notebook of Amazing Ideas, and spent just a couple of hours using GPT-4 to build it. I've never built an iOS app before, and even if I made something like this as a web app (my usual job), I would expect it to take at least a week. My process was basically 1) Ask ChatGPT to write some code 2) Copy and paste the code into the right files (this took a little bit of React knowledge on my part). 3) Run the code and paste any errors back to ChatGPT and ask it for suggested solutions. 4) Repeat. https://ift.tt/j2CoeIz March 26, 2023 at 08:43AM

Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT https://ift.tt/kbuYNK9

Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT 13 Sheep is a quick roll-and-write game designed by Moritz Dressler, intended 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. Here's a blog detailing the prompts used in the conversation with chatGPT: https://ift.tt/JVz4s6H https://ift.tt/IG30Kd7 March 26, 2023 at 12:21AM

Show HN: Lunette – A word processor designed around writing, not formatting https://ift.tt/dQcEiHm

Show HN: Lunette – A word processor designed around writing, not formatting https://lunette.app/ March 25, 2023 at 09:34PM

Show HN: Aquarium – AI Controlled Containers https://ift.tt/HUQB4TX

Show HN: Aquarium – AI Controlled Containers https://ift.tt/ALHo3S8 March 25, 2023 at 04:11PM

Show HN: Tool that uses GPT to translate text into executable commands https://ift.tt/nkfiXoI

Show HN: Tool that uses GPT to translate text into executable commands https://ift.tt/ZshD0oS March 25, 2023 at 12:31PM

Show HN: Kepler Book – A Way to Document and Share Errors https://ift.tt/cRHrQCd

Show HN: Kepler Book – A Way to Document and Share Errors Kepler is a website to explain code errors in a context-driven way, instead of scouring the internet for solutions to obscure programming errors? This is an experimental project. Inspired by the popular Stack Overflow and Val Town. Kepler-Book is a new platform that allows developers to easily write and document errors for others to read and understand the context. Most times i was tired of struggling with obscure programming errors and wish there was a better way to document and share our solutions, check out Kepler-Book today. The team behind the platform is eager to hear feedback from the Hacker News community and is committed to making Kepler-Book the go-to platform for documenting and sharing errors. https://ift.tt/DoWBjTu March 25, 2023 at 10:44AM

Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/2tEpdQj

Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/igNarRV March 25, 2023 at 11:39AM

Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim https://ift.tt/gQsm9yN

Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim FTX Creditor is the easiest way to confirm that the bankruptcy court knows about your claim. Background: Last week, FTX published 1.3M anonymized user accounts in a Schedule F filing that lists the unsecured creditors they know about. 1.3M is a huge number, but it may be less than half of the total users FTX had. If your account is not listed, file a proof of claim with the bankruptcy court, or they may not treat you as a creditor (Federal Rules of Bankruptcy Procedure: Rule 3003). The data was uploaded as a series of PDFs, which makes it hard to find your claim, especially if you don’t remember the exact amounts you had and have to fuzzy match with cmd+f! We built FTX Creditor so that you can find your claim with the information you have. Features: - Find claims by: - Assets. If you remember having 4-5 BTC, 10-20 ETH, 0-100 SOL, you can filter 1.3M claims down to 4. - USD value. The face value of a claim is the a...

Show HN: Lotus – open-source pricing engine https://ift.tt/0tN68ge

Show HN: Lotus – open-source pricing engine Hey HN! We discovered that no one innovates on pricing because every billing software is inflexible. Excited to share our progress with Lotus entering beta (full MIT license, https://ift.tt/QlCJr47 ). New features: * backtest and run analysis comparing multiple plans * version pricing plans like you version code * Meter and aggregate usage flexibly with custom SQL * billing for usage-based pricing, hybrid, bespoke contracts * generate invoice pdfs or integrate with Stripe, Braintree, Netsuite, Salesforce * webhooks to send alerts when usage thresholds are high or build robust invoicing integrations * analyze margin and cost per customer All feedback is appreciated! If the project is especially relevant to you, reach out on our website. Check out our brand new self-serve demo here ( https://ift.tt/TyNzRaw ). Or self-host here ( https://ift.tt/QlCJr47 ) and let us know what you think. https://ift.tt/TyNzRaw March 24, 2023 at 05:04PM

Show HN: Naja-Verilog – Structural Verilog Parser https://ift.tt/rAvT3jl

Show HN: Naja-Verilog – Structural Verilog Parser https://ift.tt/aHzW5F2 March 24, 2023 at 12:02PM

Show HN: Alinor the Platform for Advanced Materials https://ift.tt/eMHpw1j

Show HN: Alinor the Platform for Advanced Materials Hi YC, Tarek here, CTO and Co-Founder at Alinor. We just released our Omni update, the biggest one yet: https://ift.tt/4VF2uLc Alinor is an end-to-end platform for advanced materials. I have often found that when I say those words, is that I have to explain what advanced materials are. But I will skip that for this audience. Perhaps what you didn't know is that this is a $2 trillion industry, but over 99% of it remains offline. Alinor enables, scientists, engineers, and researchers to focus on what they do best: solving the world's biggest problems, by working on the cutting edge of materials and physical science. While we focus on selling their martials and enabling them to reach wider adaption. Alinor covers everything from initial inquiry to final invoice and everything in between. We do believe that nearly all problems the world is facing can be solved by advanced materials. Happy to answer any questions you might have, in...

Show HN: A Web3 Boilerplate Project in React.js https://ift.tt/VzjNofh

Show HN: A Web3 Boilerplate Project in React.js https://ift.tt/Gs6Hhfj March 24, 2023 at 02:14PM

Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/4TXuPDW

Show HN: Hacker News Summarizer (Chrome Extension) Hey Hacker News community, We're excited to announce the launch of our new Chrome extension, "Hacker News Summarizer," which uses OpenAI API to summarize articles on Hacker News. It helps you quickly understand the key takeaways without reading the whole article. Plus, no login or confirmation is required to use it! Simply install the extension and click the "summary" link next to "comments" when you want to read an article. Disclaimer: Not all articles are summarised, or supported but we will change and try to support them later. Additionally, this extension is not affiliated with OpenAI or Hacker News. Chrome Extension: https://ift.tt/fGgqTup... Try it out today and let us know what you think in the comments below! Thanks, The Hacker News Summarizer team https://ift.tt/VZwjnS7 March 24, 2023 at 10:48AM

Show HN: Datapane – A new way to build reports, dashboards, and apps in Python https://ift.tt/xRWrFGP

Show HN: Datapane – A new way to build reports, dashboards, and apps in Python Hello HN! We’re Leo and Mandeep, founders of Datapane ( https://datapane.com ). We're building a way to create reports, dashboards, and web apps from your existing data using Python. Think of it as a combination of React and htmx, specifically designed for the Python data stack. Our GitHub is https://ift.tt/4LvZkDE and you can try building a report or app in ~2 minutes on Codespaces: https://ift.tt/uCRhd9n We started building Datapane at our previous start-up, where we struggled to deliver ML model results to clients. Much to our surprise, the data science took less time than repeatedly creating reports by copying and pasting plots into PowerPoint decks. It seemed absurd that we had to switch to PowerPoint or legacy BI tools like Tableau to share, and our initial goal was to programmatically generate reports using the datasets and plots we had in Python. To enable this, we started hacking on a Python-bas...

Show HN: CodeAlpaca – Instruction following model for code https://ift.tt/d9pn6NS

Show HN: CodeAlpaca – Instruction following model for code https://ift.tt/tDh0mHc March 23, 2023 at 04:24PM

Show HN: Tripnotes.ai: Intelligent Travel Planner https://news.ycombinator.com/item?id=35276431

Show HN: Tripnotes.ai: Intelligent Travel Planner Hey HN, We're excited to announce the public beta preview of Tripnotes, an intelligent travel planner that mixes a custom recommendation engine, our own data, and a bit of GPT to help you find the right places to go while traveling. Our team has been working hard on this project for 6 months, and we're excited to finally share it with the HN community. With Tripnotes, you can keep track of all your notes about travel when planning to visit a city. Paste in article URLs, videos, emails, text messages, any other text, and if you need some help with research, ask our Concierge which will provide useful recommendations and itineraries for the city in question - with a fallback to GPT for things we didn't quite understand. If you're not ready to dive right in, here are a few short highlight videos: https://twitter.com/matthewer/status/1619047755271536640 https://twitter.com/matthewer/status/1621172173598756864 https://twitter...

Show HN: Web demo of 13B Alpaca-LLaMA trained on improved Stanford dataset https://ift.tt/uCpHJFL

Show HN: Web demo of 13B Alpaca-LLaMA trained on improved Stanford dataset https://lama.nbnl.uk/ March 23, 2023 at 11:35AM

Show HN: Remove “GPT” from your HN feed https://ift.tt/LBHTjla

Show HN: Remove “GPT” from your HN feed https://ift.tt/wO6ERja March 23, 2023 at 01:01PM

Show HN: Gyeeta – An Open Source and Free Observability Tool https://ift.tt/W085vJt

Show HN: Gyeeta – An Open Source and Free Observability Tool Hello Everyone, We are excited to announce the public release of Gyeeta - https://gyeeta.io Gyeeta is a free, eBPF based Open Source (GPLv3) Observability tool which provides the following capabilities : - Service Level Statistics such as Queries/sec (Requests/sec), Response Times (Latency) and HTTP Errors (if HTTP based) with no manual inputs or integrations. Monitors binary / proprietary network protocol or non HTTP Service statistics as well. - Service Maps, Process and Host level Network Flows with info on all Services and Processes. - Detection of Host and Process Level CPU starvation, Virtual Memory or IO Bottlenecks. - Monitor all applications without any instrumentation or tapping irrespective of the programming language used. - Self Learning Algorithms that can detect Anomalies, Contention or Degradation without any manual inputs. - Advanced Cluster, Service or Process Level Alerts using a powerful Web UI or REST API...

Show HN: Wrapper around restic for Docker Compose https://ift.tt/FuJcwpo

Show HN: Wrapper around restic for Docker Compose auto-restic is a tool for automatic backup and restore persistent data in docker compose. It uses restic under the hood but offers scheduled jobs, web notifications, and automatic recover (volume is empty and there is backup in cloud) if needed. https://github.com/reddec/auto-restic March 23, 2023 at 12:41AM

Show HN: Analytics for Your Life https://ift.tt/jG2i6rp

Show HN: Analytics for Your Life https://www.t12n.io/ March 22, 2023 at 09:02AM

Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT https://ift.tt/e4DiRg3

Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT https://ift.tt/X7EBWuc March 22, 2023 at 12:15PM

Show HN: ChatGPT over WhatsApp Service https://ift.tt/2PT1IXD

Show HN: ChatGPT over WhatsApp Service I connected the WhatsApp and ChatGPT APIs to allow you to connect and speak with ChatGPT over WhatsApp. Have called it ChatsApp. Simply add the number +1 689 267 3467 to your phones contact list, and start chatting with ChatGPT over WhatsApp. Was pretty simple to build. Also had to buy a virtual number online to allow setting up a WhatsApp account with. The WhatsApp servers receive the message from the WhatsApp mobile application, which forward a webhook request to the application server I setup. The request gets forwarded to the ChatGPT API (i.e the OpenAI Chat API), and voila, you are now in conversation with ChatGPT Interestingly, the ChatGPT API does not provide context recognition from previous conversations out of the box. That is something that needs to be built in manually. So currently, the ChatsApp service does not include the context recognition from previous conversations. Maybe something to look at building out in the future. https://...

Show HN: From low-def 3D ultrasounds to high-resolution images https://ift.tt/NnYsQ9U

Show HN: From low-def 3D ultrasounds to high-resolution images https://twitter.com/SachaArozarena/status/1637988394054881280 March 22, 2023 at 04:33AM

Show HN: OpenTheo – Transcribed and searchable Bible teaching with Whisper.cpp https://ift.tt/BlC4yxX

Show HN: OpenTheo – Transcribed and searchable Bible teaching with Whisper.cpp Hey all! I just launched OpenTheo, a free collection of transcribed Bible teachings and other Christian material. So far, I've transcribed over 10,000 hours of content for the first time, including teachings from Steve Gregg, Tim Keller, Dr. Martyn Lloyd-Jones, and more. Transcripts are fully interactive. You can click on any words in the transcript to instantly start playing the audio at that point in time. The currently playing portion of the transcript is also underlined to make it easier to follow along. Transcripts are produced using ggerganov's Whisper.cpp ( https://ift.tt/6HXVFoU ). None of this work would have been possible without the Whisper model and ggerganov's work to enable it to run on CPUs. The content of transcripts are indexed and searchable via the site search (powered by Meilisearch - https://ift.tt/kFtKgE9 ), making it easy to find content on specific topics or that discuss s...

Show HN: Generate styled web pages with just Python https://ift.tt/SKNnPc5

Show HN: Generate styled web pages with just Python There are a lot of Python to web app frameworks going around these days but I wanted something that was a little more lightweight that just generates HTML pages and can be embedded in Flask or other Python web servers incrementally. PyVibe uses Python components to construct a page with styling that you can use in Flask, in a static site, or even in Pyodide. https://www.pyvibe.com/ March 22, 2023 at 12:41AM

Show HN: Harmonized Data Platform https://ift.tt/q48KcTp

Show HN: Harmonized Data Platform Hi HN, My background is on datascience and I thought during the last few weeks on how to turn the data into commodity problem: Getting any meaningful out of data can be erroneous, time-consuming and includes repeatable processing work (and it is done over and over again). Im trying to mitigate this by harmonizing data, so it is ready for being consumed via an API or Spreadsheet. After a few iterations I ended up with this prototype that I wanted to share with you. Please notice, that this is an early prototype and not a finalized product yet. Im also delighted to know your opinions or thoughts or advices. You can get the first impression at https://databarnum.com/ March 19, 2023 at 07:48PM

Show HN: iOS app to learn about RSA cryptography https://ift.tt/cJ1H9T4

Show HN: iOS app to learn about RSA cryptography I've created an educational app to help people learn about how RSA cryptography works. Right now it's iPhone only (though the iPhone version will run on iPads), and it requires iOS 16. Any feedback, positive or negative, would be greatly appreciated. I'm happy to answer any questions if you comment here or email me at LearnRSAApp@gmail.com Link: https://ift.tt/X50MHZ6... Thanks! https://ift.tt/v5hTw9n March 21, 2023 at 04:22PM

Show HN: Super simple open-source bookmarks manager https://ift.tt/QaBGPyv

Show HN: Super simple open-source bookmarks manager https://ift.tt/a3sXS5N March 21, 2023 at 07:10AM

Show HN: Aoi – Auto-load database schema to ChatGPT and execute SQL https://ift.tt/q5bCgEs

Show HN: Aoi – Auto-load database schema to ChatGPT and execute SQL https://ift.tt/9w0ZrpB March 21, 2023 at 01:02AM

Show HN: Open-source cypress for back end testing https://ift.tt/74Cw2KQ

Show HN: Open-source cypress for back end testing For the past few months we’ve been building a simple jest/typescript-based high-level language for writing and running integration tests. We're open-sourcing it now and are excited to share it with you: https://ift.tt/Fu7elxV Why we built this: - There are many solid frameworks for FE / browser testing, but none with high-level constructs for testing BE flows - We were missing a way to validate side effects for complex backend systems, especially across async queueing systems Our beta version lets you send an API call to a system and then: - Validate (=assert) calls to any downstream microservice in REST and GRPC - Validate queries/writes to DBs Assertions are validated through the use of OpenTelemetry, as we see it as an easy-to-use way to observe how backend systems behave. We’re still early so would love your feedback and opinions. It's all open-source with Apache 2.0 license. GitHub: https://ift.tt/Fu7elxV https://ift.tt/Fu7...

Show HN: BackupDiary – When you die, your family gets the note https://ift.tt/so84vnQ

Show HN: BackupDiary – When you die, your family gets the note I built this to scratch my itch. If something happened to me, I wondered what would happen to my bank account, online subscriptions, passwords (in case my family needed them), etc. Most of us also have a legal will to help our family, but I think most everyday things are left out. So this is an informal digital will. The idea is simple: 1. Create a note, and keep it updated 2. Add up to 5 recipients 3. Check in once every 30, 60, or 90 days. You can pick your check-in period. If you don't check-in, the note is sent as a PDF file to every recipient. https://backupdiary.com March 20, 2023 at 02:06PM

Show HN: A Ruby Gem for encrypting personal notes https://ift.tt/uQMzjda

Show HN: A Ruby Gem for encrypting personal notes https://ift.tt/eW8JUH9 March 20, 2023 at 12:06PM

Show HN: AI tool to find the purpose of other websites https://ift.tt/bDByF03

Show HN: AI tool to find the purpose of other websites An AI based tool that helps users discover the purpose of other websites. Simply enter a website URL and it will provide insights of what the website does and how it can be useful. https://ift.tt/dYXIRDk March 19, 2023 at 07:01PM

Show HN: Orphic – A natural language interface for *Nix systems https://ift.tt/x2lv9mn

Show HN: Orphic – A natural language interface for *Nix systems https://ift.tt/G3ynh4B March 19, 2023 at 07:55PM

Show HN: Sure Stack for Developers https://ift.tt/ylUCwra

Show HN: Sure Stack for Developers https://ift.tt/FcHJV3Z March 20, 2023 at 03:14AM

Show HN: HtmlUnit 3.0.0 Is Available https://ift.tt/cJFgpkQ

Show HN: HtmlUnit 3.0.0 Is Available https://ift.tt/9QOwyxX March 19, 2023 at 03:35PM

Show HN: Export Kindle Vocabulary Builder to Anki https://ift.tt/G8LODqE

Show HN: Export Kindle Vocabulary Builder to Anki https://ift.tt/73KSEs0 March 19, 2023 at 10:40AM

Show HN: Side-Project: FlowChartGPT – Turn Text into FlowCharts https://ift.tt/OCxoHKg

Show HN: Side-Project: FlowChartGPT – Turn Text into FlowCharts https://ift.tt/gMYxndS March 19, 2023 at 11:38AM

Show HN: Yaksha Programming Language https://ift.tt/csg8MUN

Show HN: Yaksha Programming Language I have been working on this for a while. Main goal was to build a usable programming language. I even end up building few tools for this such as IntelliJ plugin, etc. I also plan on building some games with it in future. Main use case would be: small games (raylib), tools (static linux binaries with musl-libc) and recreational programming (wasm4). Works in Windows also. If you have emscripten in path you can even build these games/tools (raylib) to WASM. Please have a look. Thank you. ------------------------------------- Main Repo: https://ift.tt/ZQcmhC8 Doc: https://ift.tt/m2c5K10 Library: https://ift.tt/KtViPjv ---------------------------------------- Started after a comment from WalterBright here https://ift.tt/9zBUmxX https://ift.tt/URPh62K March 19, 2023 at 11:13AM

Show HN: Explore random user homepages on the SDF Public Access Unix System https://ift.tt/H6Wmu85

Show HN: Explore random user homepages on the SDF Public Access Unix System https://ift.tt/kBeiljP March 19, 2023 at 09:10AM

Show HN: Easy-to-use licensing library for .NET apps https://ift.tt/abrkXhy

Show HN: Easy-to-use licensing library for .NET apps This free, open-source .NET library allows you to license your non-free applications through activation keys. Follow the quick start instructions and try it out in 5 minutes! Available on: NuGet https://ift.tt/PCl8hrG... Website (full docs, downloads) https://ift.tt/2CIKcxg GitHub (downloads, full docs, release notes etc.) https://ift.tt/RBuiOrt https://ift.tt/RBuiOrt March 18, 2023 at 07:03PM

Show HN: Metallic UI component library (Metalmorphism) https://ift.tt/D3wkBJt

Show HN: Metallic UI component library (Metalmorphism) https://ift.tt/iScaqmN March 18, 2023 at 01:02PM

Show HN: A Hacker News for X https://ift.tt/cfyGgds

Show HN: A Hacker News for X So this question https://ift.tt/917JavK prompted me to revisit the framework demo'ed here https://ift.tt/17BfDqS Just like reddit lets you go to what might be a 404 page /r/anything-you-want and you can then create that subreddit, I added this feature to remoterenters so you can make /rr/anything-you-want and be the mod of that sub. To get the ball rolling with some content I made these two AI based subs: https://ift.tt/aDut1KF https://ift.tt/gXZJPnv And my friend "not_a_t1000" bot helped me add some interesting content. My favorite one in "amazing-ai-understanding" is about the Steering Wheel! How can it know this subtle meaning! So impressed! Feel free to create your own new subs or add to these. Everything is open source. You can follow along with the commits to the "go on rails" framework here: https://ift.tt/WXAjfTc and the sample app here: https://ift.tt/FmTf7OL March 18, 2023 at 03:31PM

Show HN: ChatJeepTea – A Voice-Based Conversational Telegram Chat Bot https://ift.tt/VYkAd2i

Show HN: ChatJeepTea – A Voice-Based Conversational Telegram Chat Bot Hey HN! I'm excited to introduce ChatJeepTea, an Open Source Telegram chat bot that combines OpenAI's GPT API, Whisper ASR, and Google text-to-speech to enable voice-based conversations in near-realtime. It's written in Python and allows you to communicate with the bot using voice messages. https://ift.tt/VKOREpA March 18, 2023 at 11:44AM

Show HN: Find your total usage on GitHub Actions https://ift.tt/euQZzqo

Show HN: Find your total usage on GitHub Actions https://ift.tt/7FpJNSr March 18, 2023 at 09:18AM

Show HN: Smart Contract Docs Using GPT https://ift.tt/uLpTsHB

Show HN: Smart Contract Docs Using GPT https://ift.tt/VxYCHAq March 18, 2023 at 03:48AM

Show HN: Writing my masters thesis in public https://ift.tt/OpIvNWV

Show HN: Writing my masters thesis in public https://ift.tt/BXMPOgI March 17, 2023 at 11:06PM

Show HN: AI tool to guess your personality from your tweets https://ift.tt/U3vQxk2

Show HN: AI tool to guess your personality from your tweets I was curious how these latest LLMs would perform when personality profiling someone based on their tweets (things like someones core interests, political leanings and even more obscure stuff like personality type). Results were interesting (at least to me) so I put together a dashboard. Initially I was going to allow users to submit their own username through a self-service portal but that's scrapped for now as Twitter management are yet to finalize some API reforms that could kill it. The project is really quite simple. It uses the Twitter API to get prominent recent tweets, feeds these into GPT-3, parses the response (output format is defined strictly in the prompt) and displays these graphically client-side. Anyways hope you enjoy and feel free to ask any questions! https://birdbrain.bio/ March 17, 2023 at 02:14PM

Show HN: Weigh My Luggage – Just bring a bathroom scale https://ift.tt/rxC7SDy

Show HN: Weigh My Luggage – Just bring a bathroom scale https://ift.tt/4BvT9Nb March 17, 2023 at 02:10PM

Show HN: Acid Chess – The Chess Computer for nerds, by nerds https://ift.tt/F1BfsnA

Show HN: Acid Chess – The Chess Computer for nerds, by nerds https://ift.tt/9dO5I6b March 17, 2023 at 05:08PM

Show HN: Capture the stars above you with a sky map – Now Live on Product Hunt https://ift.tt/RQaKC7c

Show HN: Capture the stars above you with a sky map – Now Live on Product Hunt Hi all! I'm an indie maker and I'm excited to announce my latest creation, SkyFrom.earth, a sky map poster maker. Capture the stars for that special moment and turn it into a gift. With just a few clicks, create a sky map poster, download a high-resolution JPEG file and print at home or at a local print shop. No need to wait for shipping or spend a fortune! Would love to have your support there! - Thank you all so much https://ift.tt/BPo5ajx March 17, 2023 at 09:36AM

Show HN: AI copywriter that cannot be caught by AI content detectors https://ift.tt/eo7wCXu

Show HN: AI copywriter that cannot be caught by AI content detectors https://ungpt.co March 17, 2023 at 06:43AM

Show HN: GPT4 – Full Playthrough of Pokemon Yellow https://ift.tt/x5hzycn

Show HN: GPT4 – Full Playthrough of Pokemon Yellow https://ift.tt/dXh0TGk March 16, 2023 at 11:54PM

Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News https://ift.tt/pXsOD8l

Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News Hello HN! TLDR; - Quality News is a Hacker News client that provides additional data and insights on submissions, notably, the upvoteRate metric. - We propose that this metric could be used to improve the Hacker News ranking score. - In-depth explanation: https://ift.tt/UeGo7kb The Hacker News ranking score is directly proportional to upvotes, which is a problem because it creates a feedback loop: higher rank leads to more upvotes leads to higher rank, and so on... → ↗ ↘ Higher Rank More Upvotes ↖ ↙ ← As a consequence, success on HN depends almost entirely on getting enough upvotes in the first hour or so to make the front page and get caught in this feedback loop. And getting these early upvotes is largely a matter of timing, luck, and moderator decisions. And so the best stories don't always make the front page, and the stories on the front page are not always the best. Our proposed solution is to use upvo...

Show HN: My Failure Resume https://ift.tt/tX6HB1y

Show HN: My Failure Resume https://dare.fail/ March 16, 2023 at 02:47PM

Show HN: Chainloop, A Software Supply Chain Attestation solution devs won't hate https://ift.tt/gNCO4IU

Show HN: Chainloop, A Software Supply Chain Attestation solution devs won't hate Hi, my name is Miguel and I am very happy to share what's been months worth of work :) The project has rough edges for sure, but any early feedback, comments or concerns are appreciated! === The Problem === You work on the Security and Operations (SecOps) team in charge of your organization's Software Supply Chain Security. You feel pretty good about the state of things already, your developer teams are signing their commits, deliverables, scanning for vulnerabilities,… Life is good! Then you realize that you are not compliant with the latest security requirements. You get referred to slsa.dev and are told that you need to be at least level 3, whatever that means! Aha! I “just” need to implement an attestation and artifact layer in our Software Supply Chain, which you complete after a couple of months of work. Now to the easy part (or what you think). To make the developer teams adopt it. You q...

Show HN: Game of Life but cells can move, have lifespans, and WANT to reproduce https://ift.tt/35pAzEV

Show HN: Game of Life but cells can move, have lifespans, and WANT to reproduce https://shnksi.com March 16, 2023 at 08:23AM

Show HN: Story Bot – Blog where all the posts are written by AI https://ift.tt/O5Gk4Dm

Show HN: Story Bot – Blog where all the posts are written by AI I created Story Bot, a blog powered by AI. It receives a prompt and generates a story with a title and an image. Almost all the content on the website has been generated exclusively by AI. With the upcoming evolution of AI, I wanted to do a fun project where everyone can participate. I ended up with this platform, I believe that a blog is something that can survive time and can show us how technology has been evolving. It could be a type of “archive”. https://storybot.dev/ March 15, 2023 at 10:02PM

Show HN: Ingest data from your customers (Prequel YC W21) https://ift.tt/XiS2uLc

Show HN: Ingest data from your customers (Prequel YC W21) Hey HN! Charles here from Prequel (https://prequel.co). We just launched the ability for companies to import data from their customer’s data warehouse or database, and we wanted to share a little bit more about it with the community. If you just want to see how it works, here’s a demo of the product that Conor recorded: https://ift.tt/yO8vojY. Quick background on us: we help companies integrate with their customer’s data warehouse or database. We’ve been busy helping companies export data to their customers – we’re currently syncing over 40bn rows per month on behalf of companies. But folks kept on asking us if we could help them import data from their customers too. They wanted the ability to offer a 1st-party reverse ETL to their customers, similar to the 1st-party ETL capability we already helped them offer. So we built that product, and here we are. Why would people want to import data? There are actually plenty of use-cases...

Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News https://ift.tt/jO3g102

Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News Hello HN! TLDR; - Quality News is a Hacker News client that provides additional data and insights on submissions, notably, the upvoteRate metric. - We propose that this metric could be used to improve the Hacker News ranking score. - In-depth explanation: https://ift.tt/UeGo7kb The Hacker News ranking score is directly proportional to upvotes, which is a problem because it creates a feedback loop: higher rank leads to more upvotes leads to higher rank, and so on... → ↗ ↘ Higher Rank More Upvotes ↖ ↙ ← As a consequence, success on HN depends almost entirely on getting enough upvotes in the first hour or so to make the front page and get caught in this feedback loop. And getting these early upvotes is largely a matter of timing, luck, and moderator decisions. And so the best stories don't always make the front page, and the stories on the front page are not always the best. Our proposed solution is to use upvo...

Show HN: Discontent – Extension to combat garbage search engine results https://ift.tt/4kEJbv2

Show HN: Discontent – Extension to combat garbage search engine results Creator here. In a nutshell this extension is a "Like / Dislike" system but for website results. I miss the days of things like the YouTube dislike bar, where you can quickly assess if something is good or not. Currently sitting at ~90 users. To get it off the ground I've scraped the last year of HN to make a set of good links, and used a few content farm blacklists to make a set of bad links. Right now it's semi-useful and should only get better with time. There are some simple measures in place to prevent spam & abuse, but will cross that bridge if it ever comes. All feedback welcome! https://ift.tt/Ssxzhyt March 15, 2023 at 02:31PM

Show HN: Gamaddy – Play Online Games https://ift.tt/HVyOwLc

Show HN: Gamaddy – Play Online Games https://gamaddy.com/ March 15, 2023 at 08:31AM

Show HN: Learn Python with Minecraft https://ift.tt/PZ57qHb

Show HN: Learn Python with Minecraft Looking for feedback on my project to teach python by writing code that interacts with a Minecraft World. https://ift.tt/VtKf1xa March 15, 2023 at 12:57PM

Show HN: GPT-4 makes Snake game using Replit https://ift.tt/xzm21BN

Show HN: GPT-4 makes Snake game using Replit https://twitter.com/ammaar/status/1635754631228952576 March 15, 2023 at 03:13AM

Show HN: Whatdoesthiscodedo.com – AI explanations for other people’s code https://ift.tt/DwC1dua

Show HN: Whatdoesthiscodedo.com – AI explanations for other people’s code https://ift.tt/Dc2Mg9R March 15, 2023 at 01:33AM

Show HN: PixelForge.art – Leveraging Whisper to verticalize 16/9 YouTube videos https://ift.tt/De4v6xg

Show HN: PixelForge.art – Leveraging Whisper to verticalize 16/9 YouTube videos Hi there! I've been a YouTube content creator during few years (50k subs, ~5M views) and I realized that many creators on the platform have their content stolen and republished on TikTok, Instagram Reels or YouTube Shorts for monetization purposes. I built PixelForge to tackle this problem. The tool allows content creators to work on their horizontal video as they usually do. But once the video is published, they can quickly generate tiktoks/shorts/reels without having to go through the tedious process of video editing again. https://pixelforge.art March 14, 2023 at 04:19PM

Show HN: Write Language-agnostic functions with WebAssembly you can use https://ift.tt/a2b3W0P

Show HN: Write Language-agnostic functions with WebAssembly you can use Hey y’all, we’re really excited to share that we’re launching a new free, open source tool called Scale. It’s a highly-performant WebAssembly function runtime that enables composable, language-agnostic software development. TL;DR - Scale allows you to write functions in any language, then use them in any other language. It’s pretty exciting. We currently support Go and Rust, but TypeScript is coming soon and support for a handful of other languages is already in the works. We’d love to hear any feedback you have, so let us know what you think! https://scale.sh March 14, 2023 at 04:02PM

Show HN: Potash – Malware Proximity Search Engine https://ift.tt/EwMVYms

Show HN: Potash – Malware Proximity Search Engine I wrote a search engine that ingests malware TLSH hashes from abuse.ch and provides a proximity search engine in order to find "close" malwares to yours. Comes handy if you want to classify a Malware that's not on VT or a malware that you only have the hash, but want to download a close enough sample. It works as a CLI app or a ReST API https://ift.tt/adH2bgc March 14, 2023 at 09:31AM

Show HN: Scriptable.run, make your product extendable by anyone. https://ift.tt/IybuH7A

Show HN: Scriptable.run, make your product extendable by anyone. https://ift.tt/k83pvoX March 14, 2023 at 07:22AM

Show HN: AI Chat Bestie – Enhanced UI for ChatGPT API https://ift.tt/EVLlpMK

Show HN: AI Chat Bestie – Enhanced UI for ChatGPT API Been working on this since last week and glad to share it here and now! There's already been a few other takes on this idea, but I figured none would fit me as well as if I had just built it myself. All messages are sent and stored locally in the browser for privacy and speed. Accounts are optional and upgrading is a one-time deal. Any questions, comments, feedback, please, I'd like to hear it all! https://ift.tt/C8EvF9u March 14, 2023 at 12:45PM

Show HN: Comby-search – A code search tool using Comby https://ift.tt/IJ724Wn

Show HN: Comby-search – A code search tool using Comby https://ift.tt/Kj37a9A March 14, 2023 at 01:25AM

Show HN: I made this artistic QR generator https://ift.tt/Y5d30If

Show HN: I made this artistic QR generator https://ift.tt/OUklWsp March 13, 2023 at 11:11AM

Show HN: I revived a game I abandoned 5yo ago and released it for free today https://ift.tt/jWb51XH

Show HN: I revived a game I abandoned 5yo ago and released it for free today https://ift.tt/2coCHZJ March 13, 2023 at 10:48AM

Show HN: This Job Does Not Exist https://ift.tt/iV9cTEN

Show HN: This Job Does Not Exist https://ift.tt/1TW8sxY March 13, 2023 at 09:05AM

Show HN: Mermaid Flow https://ift.tt/rpuwE8q

Show HN: Mermaid Flow https://ift.tt/Fob1VN7 March 13, 2023 at 05:10AM

Show HN: OpenAI based PR reviewer and summarizer https://ift.tt/LkvgXHG

Show HN: OpenAI based PR reviewer and summarizer https://ift.tt/YCTMsme March 12, 2023 at 09:23PM

Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/NrIEd6b

Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/FsXg9aD March 12, 2023 at 08:57PM

Show HN: Hacker News LCD Badge https://ift.tt/PauE1XB

Show HN: Hacker News LCD Badge https://ift.tt/yDn0iWN March 12, 2023 at 05:34AM

Show HN: Generate a Cover Letter by Pasting the Job Post and Your Resume https://ift.tt/ba9KZls

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/647Xfcm March 12, 2023 at 12:16AM

Show HN: Simple Hacker News article recommendation algorithm https://ift.tt/lsDoVe2

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/mT9oP8K March 11, 2023 at 10:38PM

Show HN: Andromeda Invaders: Auto Play: Press 'Enter' twice and wait 5 seconds https://ift.tt/PfVFlpy

Show HN: Andromeda Invaders: Auto Play: Press 'Enter' twice and wait 5 seconds https://ift.tt/mV1CZob March 11, 2023 at 07:48PM

Show HN: Browse and Generate AI Memes for Free https://ift.tt/Q6CWevG

Show HN: Browse and Generate AI Memes for Free https://meme.koll.ai March 11, 2023 at 06:42PM

Show HN: Find the most climate friendly meeting location https://ift.tt/K9mHueN

Show HN: Find the most climate friendly meeting location Just enter the locations people will be traveling from. MLC then calculates the location, where the combined aircraft emissions are minimised. Based on data from the European Emissions Agency. https://ift.tt/eSt8TJc March 11, 2023 at 06:07PM

Show HN: ReplGPT.jl, a ChatGPT shell mode for Julia https://ift.tt/mpXIxnd

Show HN: ReplGPT.jl, a ChatGPT shell mode for Julia https://ift.tt/Rpiq7TK March 11, 2023 at 03:33AM

Show HN: structured-ripgrep – Ripgrep over structured data https://ift.tt/gwiFhyL

Show HN: structured-ripgrep – Ripgrep over structured data https://ift.tt/SGvbasM March 10, 2023 at 10:19PM

Show HN: Shareable maps with data encoded in the URL https://ift.tt/fn2iys3

Show HN: Shareable maps with data encoded in the URL Hi HN, I built a tool to create minimalistic vector maps online, and generate a URL with the entire dataset as query params. The URLs generated are off-putting, but in turn you get private shareable maps. The code for the website is also open source and lives at https://ift.tt/ow2eNfW . Please let me know if you have any usecases I could solve for. https://ift.tt/dfiEwu9 March 10, 2023 at 01:58PM

Show HN: Both speedy and compatible video process library for Web Browser https://ift.tt/L7GfAhX

Show HN: Both speedy and compatible video process library for Web Browser https://ift.tt/mdDeQ7r March 10, 2023 at 07:17AM

Show HN: Discontent – Extension to fight garbage content on the web https://ift.tt/GiK93j4

Show HN: Discontent – Extension to fight garbage content on the web Creator here, I made this out of mild frustration with the current state of search engine results. Let me know what you think. https://ift.tt/GZPnS3c March 10, 2023 at 11:13AM

Show HN: Invoicing Simplified with AI Assistance https://ift.tt/DxnpU4T

Show HN: Invoicing Simplified with AI Assistance I’m Zain Sheikh, co-founder and CEO. We are super excited to show you ( http://OlaBooks.co )! Why? There is a huge gap to leverage the power of artificial intelligence in the fields of point of sale (POS), invoicing, accounting, and inventory management. Despite this potential, many small and medium-sized enterprise (SME) owners and entrepreneurs still rely on data entry operators to input data into their accounting and inventory systems. We believe it is time for disruption in this space, and who better to lead the charge than a team of highly motivated and experienced individuals with a proven track record of building successful products in this domain? Solution: Over the last year, we have been conducting extensive research and development in the point-of-sale (POS) space. As a result, we are proud to launch http://olabooks.co/ , which allows you to invoice your customers in under 30 seconds with the power of AI . Simply upload or sca...

Show HN: Telegram bot for all kinds of notifications from Hacker News https://ift.tt/JoZSeGP

Show HN: Telegram bot for all kinds of notifications from Hacker News https://ift.tt/0HTI8GD March 9, 2023 at 02:17PM

Show HN: Petition.stanford.edu https://ift.tt/wUzSRce

Show HN: Petition.stanford.edu This is the Petitioning Portal for the ASSU, Stanford University's student government. It replaces the need to get signatures on a paper petition, and is automatically validated. Petitions are uniquely valuable as compared to primary elections, because meeting a petition threshold requires active participation on the part of the candidate, and you can't succeed on name recognition alone. Unfortunately you won't be able to explore the petition creation UI without being a Stanford Affiliate. https://ift.tt/6M1vaGc March 9, 2023 at 07:22AM

Show HN: Simple tools under 14kB in size that work without JavaScript https://ift.tt/BqCNGHh

Show HN: Simple tools under 14kB in size that work without JavaScript https://ift.tt/GEYuJz4 March 9, 2023 at 07:52AM

Show HN: Text Prompt to 3D Scene (with export to .OBJ) https://ift.tt/F0jN2gW

Show HN: Text Prompt to 3D Scene (with export to .OBJ) https://holovolo.tv March 9, 2023 at 07:25AM

Show HN: I indexed 1.3m+ email newsletters https://ift.tt/yuzAS7l

Show HN: I indexed 1.3m+ email newsletters https://reletter.com/ March 9, 2023 at 11:14AM

Show HN: EqualTo Chat, a ChatGPT-like application for generating spreadsheets https://ift.tt/NAzOJmV

Show HN: EqualTo Chat, a ChatGPT-like application for generating spreadsheets We've combined OpenAI (text-davinci-003) and our spreadsheet technology to provide a "conversational" interface for the creation and refinement of a simple spreadsheet (including formulas). You can try it out immediately, no login / registration required. There are some limitations: * Our spreadsheet tech doesn't yet support all Excel formulas (we're working on it!) * text-davinci-003 doesn't always generate satisfactory responses to prompts (it's still pretty amazing how well it performs, IMHO) Note that you can manually adjust the spreadsheet and ask follow-up questions. I'm happy to answer whatever questions you might have about EqualTo Chat! -Diarmuid https://ift.tt/WRTkxei March 8, 2023 at 02:01PM

Show HN: Versionfeeds – Custom RSS feeds for releases of your favorite software https://ift.tt/OaxI04W

Show HN: Versionfeeds – Custom RSS feeds for releases of your favorite software Hi HN! I am quite excited as this is my second product, launched today: Versionfeeds. https://ift.tt/pb6efDM What is Versionfeeds? I was quite annoyed by the fact that I had no central place where I could see all the software releases. I use software a lot, be it at my job, to build my side projects, or tools hosted on my NAS at home. It's literally dozens, if not hundreds of tools, packages or even programming languages. And most of them receive updates regularly. That is why I built Versionfeeds. It allows me to bundle all the releases for the software I need and love, into one dedicated feed. At the moment, all public repositories on Github and Gitlab are available. You can also search on npm (Javascript) and Packagist (PHP) for your software. More providers will come soon. The feeds adhere to the Atom standard and can be consumed with any feed reader. If maintainers use markdown in their release not...

Show HN: SearQ, RSS are still useful https://ift.tt/bSYXruT

Show HN: SearQ, RSS are still useful https://searq.org March 8, 2023 at 02:58PM

Show HN: Construct Animate – our new browser-based animation tool https://ift.tt/TGzhO9i

Show HN: Construct Animate – our new browser-based animation tool https://ift.tt/FwbGieN March 8, 2023 at 11:17AM

Show HN: Co-locating Debian Bullseye with an evil maid https://ift.tt/XdBgujJ

Show HN: Co-locating Debian Bullseye with an evil maid In order to facilitate the secure co-location of a server, I looked into protecting a Debian Bullseye system from evil maid attacks. In addition, since I've enjoyed using ZFS for some time, I decided to rely on a natively encrypted ZFS root file system. Basically... I'd like to take a system containing sensitive information, box it up, and drop it in the mail without worrying about losing it or having it wind up in the wrong hands. A couple of things became clear while researching how to do this. First, there should be little chance that a rogue data-center admin can insert malicious software. When the system reaches the data center and gets powered on we should be confident that it's running our software completely unmodified. As I understand things, Secure Boot is designed to help with this and therefore should be enabled. However, by relying on Secure Boot alone, there will be no remote method of knowing that it hasn...

Show HN: Salesforce Announces Einstein GPT https://ift.tt/NGozm6B

Show HN: Salesforce Announces Einstein GPT Salesforce Announces Einstein GPT, the World’s First Generative AI for CRM https://ift.tt/p0hPLmo March 8, 2023 at 07:08AM

Show HN: I've curated thousands of UI elements from the best B2B SaaS apps https://ift.tt/LNzDCOd

Show HN: I've curated thousands of UI elements from the best B2B SaaS apps https://ift.tt/n9LDEKX March 7, 2023 at 02:17PM

Show HN: FlightList Android App – Find cheap one way flights to any destination https://ift.tt/zeynEx6

Show HN: FlightList Android App – Find cheap one way flights to any destination https://ift.tt/CBuzGK2 March 7, 2023 at 02:15PM

Show HN: I built a better UI for ChatGPT https://ift.tt/EavZlPN

Show HN: I built a better UI for ChatGPT https://ift.tt/YrHGxAV March 7, 2023 at 12:24PM

Show HN: Regex Derivatives (Brzozowski Derivatives) https://ift.tt/Rp65F1r

Show HN: Regex Derivatives (Brzozowski Derivatives) A Python sketch of a regex engine in less than 150 lines of code https://ift.tt/zjAE2cM March 7, 2023 at 10:21AM

Show HN: Summarizing long form videos into easy to follow essay https://ift.tt/QEgo3iu

Show HN: Summarizing long form videos into easy to follow essay Introducing ClipRecaps, the ultimate tool for summarizing long-form videos. With advanced algorithms and natural language processing techniques, ClipRecaps provides concise summaries of key points from videos, saving users time and enabling them to make informed decisions about which videos to watch in full. Say goodbye to lengthy videos and stay informed with ClipRecaps. Founded by a team of researchers from NUS, ClipRecaps has become an essential tool for students, professionals, and anyone looking to stay up-to-date in a fast-paced world. Try ClipRecaps today and experience the future of video summarization. https://cliprecaps.com/ March 7, 2023 at 09:15AM

Show HN: Hello World Java Polyglot https://ift.tt/0rdpVsW

Show HN: Hello World Java Polyglot I wanted to see how much simpler native code integration has become with GraalVM's polyglot, when compared to JNI. It's less than 100 lines all up (including the POM). (I feel kinda stupid posting a "hello world" to HN, but this is a hell of an improvement.) Linux only at the moment. https://ift.tt/8bocWdU March 7, 2023 at 07:01AM

Show HN: Roastedby.ai – Talk some trash, have some fun https://ift.tt/soJSOYr

Show HN: Roastedby.ai – Talk some trash, have some fun https://ift.tt/teGqonb March 7, 2023 at 01:55AM

Show HN: I made calling WebAssembly from Python 25x times Faster https://ift.tt/PvFezQS

Show HN: I made calling WebAssembly from Python 25x times Faster I found a serious bottleneck in Python binding of Wasmer and Wasmtime and I found a trick to make 25x faster. Then beat all that using NumPy. https://ift.tt/nI6kOSL March 6, 2023 at 09:28AM

Show HN: Crypto payment gateway with recurring billing https://ift.tt/tvlaZDq

Show HN: Crypto payment gateway with recurring billing We have built a non-custodial solution that helps merchants to accept recurring payments. Easy to integrate and smooth UX (no need to leave merchant website). Feedback is much appreciated https://ift.tt/pm9L0Vb March 6, 2023 at 06:07AM

Show HN: Web Bluetooth remote for Canon cameras https://ift.tt/yRZ5v3s

Show HN: Web Bluetooth remote for Canon cameras Published my Web Bluetooth demo that uses a reverse-engineered protocol of Canon camera remote (BR-E1) to provide a remote intervalometer that works directly from a Web page. P.S. Yes, as most other Fugu APIs, it works only in desktop and Android Chromium-based browsers. https://ift.tt/0hcMQVY March 6, 2023 at 12:16AM

Show HN: TuringJest – Pretend to be an AI and spot the real one https://ift.tt/5pQ6ktb

Show HN: TuringJest – Pretend to be an AI and spot the real one Hi HN, I have been working on this website for a few weeks with some buddies of mine and would love if you checked it out. TuringJest provides a jackbox-esque experience with its two game modes. *One Shot Prompt* - Submit a prompt for all players (including the AI) to answer. - Answer your prompts in the way that you think ChatGPT would answer them. - Vote for who you think the real AI is. *Talk It Out* - Plan an event in a group chat with your friends. - Trick everyone into thinking you are the AI while voting for the real AI. Let me know what you think! https://ift.tt/JpbHFfO March 5, 2023 at 07:47PM

Show HN: Path 2.0, a Skilltree for Structured Self-Improvement https://ift.tt/iJlbsH2

Show HN: Path 2.0, a Skilltree for Structured Self-Improvement (You will need to make a (free) account on the website to try out the skilltree.) The Guild of the ROSE is excited to announce the full launch of the Practitioner's Path 2.0, a new framework for structured self-improvement via a carefully-designed skilltree. Founded two years ago, the Guild's mission is to provide structure and community for people interested in self-improvement. The Path skilltree is organized into three branches: - Pragmatist (red): Take direct action, make money, and expand your social network. - Meditative (green): Make art, improve your mental and physical health, and live a good life. - Empiricist (blue): Learn new skills, teach others, run experiments, and think clearly. The user is free to pursue a specific specialization, or to spread their efforts over the three trees. https://ift.tt/WVftBFE March 5, 2023 at 07:12PM

Show HN: I made a chatbot that debugs your code better than ChatGPT https://ift.tt/IHxNbdC

Show HN: I made a chatbot that debugs your code better than ChatGPT I built this using semantic search and the ChatGPT API, which was just released the other day. What makes it special is it not only understands the code you're debugging, but also pulls in additional context like relevant documentation to help answer your questions and suggest code changes. Ultimately, my goal is to take the hassle out of pasting error messages into Google, finding a vaguely related StackOverflow post, and manually integrating the solution into your code. https://ift.tt/TEip9do March 5, 2023 at 02:21PM

Show HN: gpt-graph. A simple, GPT-3 text to entity-relation graph generator https://ift.tt/HfK8MA4

Show HN: gpt-graph. A simple, GPT-3 text to entity-relation graph generator Hi HN! This is a simple text to entity-relation graph generator, powered by gpt-3 davinci model. The purpose is to feed it actual written data, to obtain a graph representation of entities and relationships mentioned in the text. Also, being able to identify entity attributes like gender, size, age ... My initial goal, was to make it able to process a large amount of text into a big single graph. The problem being the 4000 token limit the model has, I decided to take the approach of feeding the text in batches, and try to merge the incoming graph with the existing information each time. This is done by comparing the incoming node labels with those already in the graph, adding the new information to the existing nodes. This works somewhat, but sometimes entities get duplicated if they are mentioned slightly differently in the text. The comparation method could use some improvement clearly. A nice feature, is tha...

Show HN: Tiny Metasearch Engine to Find Software Developers https://ift.tt/rcYhPez

Show HN: Tiny Metasearch Engine to Find Software Developers https://ift.tt/CSlgXmG March 5, 2023 at 12:24AM

Show HN: Dependency free, fail-safe, UTF-8 ready, HD44780 driver https://ift.tt/PbImZtv

Show HN: Dependency free, fail-safe, UTF-8 ready, HD44780 driver https://ift.tt/X1qTQPh March 4, 2023 at 06:25PM

Show HN: Talksheet, a CLI tool that answers your questions about your data https://ift.tt/nPhCSOf

Show HN: Talksheet, a CLI tool that answers your questions about your data A small project showcasing how to create a "self-serve" analytical application, powered by the wonderful Langchain and DuckDB. There are a bunch of features (like supporting other file formats such as parquet and json) planned for the future, just wanted to ship something quickly. https://ift.tt/CEzAvLe March 4, 2023 at 05:37PM

Show HN: Cleodora – Predicting the Future with GraphQL https://ift.tt/4Qvgyl5

Show HN: Cleodora – Predicting the Future with GraphQL Making, tracking and improving personal forecasts (e.g. the weather tomorrow or your salary in 2 years). https://ift.tt/qDOSwvr March 4, 2023 at 02:38PM

Show HN: Procal: A simple Qt-based programming calculator https://ift.tt/QCTMrjL

Show HN: Procal: A simple Qt-based programming calculator https://ift.tt/4aiKLbq March 4, 2023 at 02:55PM

Show HN: Convert Quizes from Blackboard to Anki https://ift.tt/zERvAKk

Show HN: Convert Quizes from Blackboard to Anki https://ift.tt/iR6ScCY March 3, 2023 at 09:52PM

Show HN: Community Building as a Service” https://ift.tt/LraTlpD

Show HN: Community Building as a Service” Launched this week. Our team are experts in building online and offline communities from scratch. We've been helping our friends build this for free in the past. What we offer is best practices and resources for onboarding new members, moderating, and and growing online communities on Slack or Discord. We would love to get honest feedback and criticisms. https://ift.tt/W0wmC8F March 4, 2023 at 12:36AM

Show HN: Watch ChatGPT debate itself on a given topic https://ift.tt/xLWTD51

Show HN: Watch ChatGPT debate itself on a given topic https://opinionate.io/ March 4, 2023 at 12:33AM

Show HN: Build a knowledge base from your Slack content https://ift.tt/wLpOSb7

Show HN: Build a knowledge base from your Slack content Hello HNers! We are Maria and Stuart from DataQA ( https://dataqa.ai/ ). We want to make sure companies never "lose" important information on Slack. We have built a Slack app to easily bookmark and tag important content, such as announcements, FAQs or actionable decisions, and save it inside an internal knowledge base. All inside of Slack. Anyone who uses Slack regularly will be aware of its shortcomings when it comes to the amount of noise that can be generated. Even with the best of intentions, companies can easily end up with too many noisy channels, where relevant discussions happen at the same time as more informal chats. This is not only a distraction for people, but is also a problem when trying to go back and search past history for important information. The data in Slack is proprietary knowledge of companies and should not get locked inside the Slack platform. Both Stuart and I have felt this pain at our previo...

Show HN: ChatGPT-arcana.el, ChatGPT in your Emacs https://ift.tt/hNkFbne

Show HN: ChatGPT-arcana.el, ChatGPT in your Emacs This is far from complete, and I am far from an elisp genius, but this is an Emacs package to help you write code or text or whatever in your favourite operating system slash text editor. It's got a couple of useful functions like inserting at point with local code context, querying about something and putting the output in a temporary buffer, passing the current major mode to ChatGPT, contextual system prompts, and so on. Some small demos in the readme. Some of you may enjoy the deep magic this might unleash, so I'm posting it here. And feel free to add pull requests if you are a better elisper than I am (a very low bar). (Yes, I have truly hit the HN goldrush here - emacs and ChatGPT in a single post! If only I had written a rust client for it too) https://ift.tt/JjE86uR March 3, 2023 at 12:02AM

Show HN: Launching Taskivities – Task/Activities team logs https://ift.tt/lCdreu1

Show HN: Launching Taskivities – Task/Activities team logs From start to launch in 2 weeks. Please try and send feedback. https://ift.tt/ti6PINR March 2, 2023 at 11:52PM

Show HN: Zazzani AI - ChatGPT for hackers, artists and writers from a single UI https://ift.tt/F7AflNr

Show HN: Zazzani AI - ChatGPT for hackers, artists and writers from a single UI ChatGPT for hackers, artists and writers from a single UI https://ift.tt/1gjsDQ7 March 3, 2023 at 12:53AM

Show HN: Meeting Location Calculator https://ift.tt/OEUA7FB

Show HN: Meeting Location Calculator Just enter the locations people will be traveling from. MLC then calculates the location, where the combined aircraft emissions are minimised. Based on data from the European Emissions Agency. https://ift.tt/hfBRJiw March 2, 2023 at 11:58PM

Show HN: Nordic Game Jam 2023 https://ift.tt/FWHba7A

Show HN: Nordic Game Jam 2023 Hi HN :-) We are hosting our Nordic Game Jam 2023, 13-16 April, at Aalborg University, Copenhagen. Nordic Game Jam has been running since 2006, it is an annual, 48 hours, game jam with a focus on bringing the games industry together, both veteran and hobbyist, in a playful, experimental and educational form. We just had our first talk announcement: "Porting your Unity knowledge to Godot Engine", which fits perfectly if you are interested in the new developments of Godot Engine. We will be announcing many more activities throughout this month. I have been part of the organiser team for 3 years now. It is completely volunteer driven. It was though to get through COVID as we highly appreciate the in-person culture. Incredibly grateful to be back again! I am merely sharing because we tend to get a bit limited to the nordic countries (no wonder!), but we had quite a few participants from other countries who loved coming and getting a sneak peek into h...

Show HN: SQL-puzzle, a highly composable and functional query builder https://ift.tt/wUfm0vz

Show HN: SQL-puzzle, a highly composable and functional query builder sql-puzzle is a highly composable and functional query builder. It is a lightweight wrapper for Sequelize and is written in TypeScript. sql-puzzle is built around the idea of composing functionalities and code reuse. This is achieved by defining SQL constructs at the lowest possible level and building upon those. https://ift.tt/iIyU5sS March 2, 2023 at 02:17PM

Show HN: Try out the new ChatGPT API on Promptly https://ift.tt/FOtUefi

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/KSwxoCL We can't wait to see what am...

Show HN: ChatGPT-Powered Dystopia Simulator https://news.ycombinator.com/item?id=34987834

Show HN: ChatGPT-Powered Dystopia Simulator https://ift.tt/IJQ5tkx March 1, 2023 at 09:27PM

Show HN: Supaglue – open-source unified API https://ift.tt/becotrj

Show HN: Supaglue – open-source unified API Last month, we open-sourced Supaglue (https://ift.tt/HVtpS1A) as a developer toolkit for building customer-facing Salesforce integrations. Since then, we've been iterating on our approach with users and are re-launching Supaglue as an open source unified API, starting with CRMs. With our re-launched public alpha you can: - Interact with HubSpot and Salesforce through a unified REST API - Sync data from HubSpot and Salesforce into a local Postgres cache and make reads against a normalized CRM schema - Make writes (POST and PATCH) to HubSpot and Salesforce using the unified API - Open source MIT license so anyone can self-host for free Today we support reads, creates, and updates for Accounts, Contacts, Leads, and Opportunities for HubSpot and Salesforce. In the coming weeks, we plan to add more connectors and features like configuring sync frequencies, webhooks for notifications, sync rate limiting/throttling. We'd love to hear your th...

Show HN: MiniMock, a minimalist, header-only, C/C++ mock library https://ift.tt/LR6cB3Y

Show HN: MiniMock, a minimalist, header-only, C/C++ mock library Hello HN! Here is MiniMock : a minimalist, header-only, C/C++ mock library. It's a side project of my current side project. MiniMock is a tentative to create a mock library that is : - quick and easy to integrate, - quick and easy to learn, - quick and easy to use. In short, MiniMock offers basic mock features by providing only 9 macros : - 3 macros to structure tests : BEGIN_TESTS, TEST, END_TESTS. - 4 macros to compare things : EXPECT, EXPECT_MSG, ASSERT_MSG, NEAR. - 2 macros to mock functions : MINI_MOCK_FUNCTION, MINI_MOCK_ON_CALL. And it relies on native C++ language to do everything else. The repo contains a readme and a minimal example to have an idea. Currently it's a quick-and-dirty-proof-of-concept but I'm interested to know if this approach seems appealing to you. Also let me know if something similar exists, I would be happy to use it instead of reinventing the wheel. A little more context on why I...

Show HN: Rapid Kubernetes Controller Development with Tilt and Silly Drawings https://ift.tt/pECyFah

Show HN: Rapid Kubernetes Controller Development with Tilt and Silly Drawings Like the says. I'm describing how to use Tilt to speed up the dev cycle of testing and coding Kubernetes controllers. Tilt uses a built in local registry to push images into and can use hot swapping to kickly deploy processes in containers. It's pretty neat. :) The Tiltfile can be a bit daunting but I'm trying to break it down as much as possible. :) I hope this helps! Good luck! https://ift.tt/TezpWr1 March 1, 2023 at 01:08PM

Show HN: Bytient – Data on Any Organization at Your Fingertips https://ift.tt/slSWw0f

Show HN: Bytient – Data on Any Organization at Your Fingertips https://bytient.com/ March 1, 2023 at 02:35PM

Show HN: Graph-based roadmap to learn anything 10x faster https://ift.tt/ImkpSTu

Show HN: Graph-based roadmap to learn anything 10x faster Hey guys, I am founder of Neuton. I have built roadmap playground that guide student to learn skills faster with the help of progress tracking and interactive graph-based roadmap. To read more: https://ift.tt/1pU43co... I would love to get some feedbacks. https://ift.tt/DJWCulX March 1, 2023 at 02:55PM