Thursday, 27 April 2023

Show HN: A Truly Terrible Text Editor https://bit.ly/3L3Mp7q

Show HN: A Truly Terrible Text Editor https://bit.ly/3NgyY6M April 27, 2023 at 07:17AM

Wednesday, 26 April 2023

Show HN: Web app turns your text into p5js (graphics) code using GPT https://bit.ly/3HhJmqZ

Show HN: Web app turns your text into p5js (graphics) code using GPT Text → GPT → p5 | An app that turns your text prompt into p5js code (computer graphics) using OpenAI's GPT and displays it. Under the hood: Nextjs, React, CodeMirror, p5js I got into programming through arduino and processing. I've always thought about how to lower the barriers for people to start programming. With GPT, we can now turn plain text into code, allowing people to start coding without knowing code. OpenAI APIs don't come cheap! If you like the project, consider sponsoring access for others here: https://bit.ly/3ng3yTk Cheers! https://bit.ly/40MPgYa April 27, 2023 at 04:28AM

Show HN: I built an online programming language https://bit.ly/3HjS34d

Show HN: I built an online programming language https://bit.ly/40HsHUI April 27, 2023 at 01:38AM

Show HN: I'm working on an open source writing app https://bit.ly/41CAPXS

Show HN: I'm working on an open source writing app Hey Hacker News, I'm a writer who sometimes misses the fancy features of a code editor, so I started building Chisel. What can Chisel do? - Command palette like VSCode - Git-like history to keep track of your writing journey - Writing feedback ala Hemingway or Grammarly - And it even integrates with ChatGPT I've tried out some other apps like Bear and Obsidian, but Chisel has been a better fit. It's more about writing and less about note-taking. Head over to https://bit.ly/3LcdWnn to check it out! April 26, 2023 at 02:07PM

Show HN: An interactive map showing live wind farm generation in Great Britain https://bit.ly/3VnyYEh

Show HN: An interactive map showing live wind farm generation in Great Britain GB Renewables Map an energy experiment created entirely in my free time (day job is visualisation at Octopus Energy). It's an interactive map showing live generation for major wind farms in Great Britain, showing what each wind farm is generating both now and in the past, and where that generation is physically located. Animated weather data is from WeatherLayers and shows current and historic wind conditions on the map, providing context to wind generation around the country. History mode allows you to go back in time and see wind generation and weather conditions for a particular date and time. It's great for exploring days of record generation, such as the 21.6GW record on January 10th, 2023! Prediction mode lets you see what wind farms are estimated to be generating using current wind conditions and model based on historic generation and wind speeds. Is a wind farm generating as you expect, or is there something to look into? An experimental feature allows you to see what future wind farms could be generating today (or in the past!) if they were already built and operational. If you click the "sparkle" button on the map you'll get to see what the upcoming 3.6GW Dogger Bank wind farm is estimated to generate if it was operational today. There's an "About" section on the site that goes into detail on the various public data sources and how some of the features work. I also document a lot of this on my Twitter @robhawkes if you're curious. This is just the start and there are many more features to come! Please let me know your comments and suggestions. https://bit.ly/3mXgVYM April 26, 2023 at 12:53PM

Tuesday, 25 April 2023

Show HN: Google Meet, Zoom, Teams alternative Source code https://bit.ly/441FVi4

Show HN: Google Meet, Zoom, Teams alternative Source code https://bit.ly/443Lnkj April 25, 2023 at 11:13PM

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://bit.ly/3V915Ha

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://bit.ly/3H9iEB1 April 25, 2023 at 08:02AM

Show HN: Killport – CLI tool to kill processes running on a specified port https://bit.ly/40BQa9R

Show HN: Killport – CLI tool to kill processes running on a specified port https://bit.ly/41CXzqR April 25, 2023 at 10:38AM

Show HN: rpgGPT, RPG with LLM-Powered NPCs https://bit.ly/3oG03pK

Show HN: rpgGPT, RPG with LLM-Powered NPCs https://bit.ly/3mWpdQF April 25, 2023 at 04:08PM

Show HN: I made PromptWatch – LangChain tracing on steroids https://bit.ly/41DgDFh

Show HN: I made PromptWatch – LangChain tracing on steroids As I was building my first few chains, I noticed how difficult it was to understand what was going on, why GPT was responding the way it was, and how I could improve it. Tinkering with my prompts was so tedious - I had to either update the prompt template and rerun the whole chain, or grab the actual prompt, take it to OpenAI playground, tweak it there, and then make a template out of it again. That's why I decided to build something better! PromptWatch allows you to tune your prompt templates in the browser in a format appropriate for LangChain, decoupling template from parameters data. It also allows you to track your sessions and costs per your project and tenant, track template versions and more. Best of all, it's completely free! I would be thrilled to hear any feedback you have. Thanks so much for checking it out! https://bit.ly/44deRN0 April 25, 2023 at 07:11AM

Show HN: We Built an Open Partnerships Platform with Crypto Remittance https://bit.ly/41AQeYP

Show HN: We Built an Open Partnerships Platform with Crypto Remittance https://bit.ly/3Lu5uRA April 25, 2023 at 12:28PM

Monday, 24 April 2023

Show HN: Feed of random Wikipedia articles (mobile friendly) https://bit.ly/3ApYheY

Show HN: Feed of random Wikipedia articles (mobile friendly) https://bit.ly/3n5k20v April 24, 2023 at 11:28AM

Show HN: A C++ web/application framework I have been building for the last 12yrs https://bit.ly/3LsNyXH

Show HN: A C++ web/application framework I have been building for the last 12yrs Back then there were not a lot of frameworks for C++ like there are available now, gradually added serialization, reflection, orm, modules for apache|nginx, then started adding programming language integration and then finally added support for building on various Os'es and also support for most of the build tools out there. https://bit.ly/3LpVTvb April 24, 2023 at 02:17PM

Show HN: Encryption for App Developers https://bit.ly/3NrmbyH

Show HN: Encryption for App Developers https://bit.ly/3n7htLr April 24, 2023 at 02:37PM

Show HN: I quit my job to build a Kubernetes GUI with Rust https://bit.ly/3Lp8ajj

Show HN: I quit my job to build a Kubernetes GUI with Rust About a year ago I was working on a project with mirrored Kubernetes clusters deployed across various regions. Constantly switching contexts was a big pain for me and I badly needed something more practical to work with multiple clusters, ideally simultaneously. At that time everyone was talking about Rust and I really wanted to try it out. I then found Tauri, a framework to build GUI apps with Rust + JavaScript. I was sold. I learned Rust and built the app I always wanted to use. Fast, lightweight and with the ability to connect to multiple clusters simultaneously. Fast forward to today, there’s a few thousand users and I’ve quit my job to go all in on this product. Would love to get you to try the app and share your feedback. It would mean a lot to me! Thanks! https://bit.ly/3oxYc6d April 24, 2023 at 02:10PM

Show HN: Q&A Bot talking in Hinglish about PDFs https://bit.ly/3N7am0c

Show HN: Q&A Bot talking in Hinglish about PDFs Such an amazing time to build applications that can actually make a difference in everyday lives! We've built a simple Q&A bot that can answer your questions in 𝐇𝐢𝐧𝐠𝐥𝐢𝐬𝐡 about any pdfs, wrapped it with a simple command 𝐥𝐜-𝐬𝐞𝐫𝐯𝐞 𝐝𝐞𝐩𝐥𝐨𝐲 𝐩𝐝𝐟_𝐪𝐧𝐚, your bot is now ready to be part of your application stack, I've uploaded a demo where I talk to the bot in half-hindi & half-english about an insurance document - https://twitter.com/_deepankarm_/status/1650447522111029248 https://bit.ly/3L4ir2X April 24, 2023 at 11:37AM

Show HN: Smart Social News Service (In Development) https://bit.ly/3H9amJ8

Show HN: Smart Social News Service (In Development) https://bit.ly/3LneTdA April 24, 2023 at 10:01AM

Sunday, 23 April 2023

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://bit.ly/3n2h4dh

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://bit.ly/3mSWkEX April 23, 2023 at 07:24PM

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://bit.ly/40z9EvV

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://bit.ly/41yKUFf April 23, 2023 at 11:29AM

Saturday, 22 April 2023

Show HN: I made a website for letter writing and slow communication https://bit.ly/3mWZ6ZH

Show HN: I made a website for letter writing and slow communication After struggling to keep in touch with a friend who moved away to Japan, I set out to build something that enabled deep conversations without the pressure and required scheduling of instant messaging https://bit.ly/41ShDW0 April 22, 2023 at 05:54PM