Sunday, April 30, 2023

Show HN: What Is a Lofty Question? https://news.ycombinator.com/item?id=35766019

Show HN: What Is a Lofty Question? https://youtu.be/q3HL_FImBQ0 https://loftyquestions.com April 30, 2023 at 12:52PM

Show HN: The pure Python SaaS starter kit https://news.ycombinator.com/item?id=35764635

Show HN: The pure Python SaaS starter kit Hi HN, Recently, I’ve noticed there’s a decently high barrier to entry in developing competitive, full-stack SaaS applications. Beside the standard, boring features that take months to implement, you typically have to know several languages and frameworks, and be familiar with fancy frontend styling classes. I’m working hard right now to solve this problem by building PySaaS- The 100% pure Python SaaS starter kit. PySaaS is a boilerplate Python codebase that takes care of the fundamental components standard to all SaaS applications. The codebase uses the Pynecone web framework to compile your frontend into a NextJS app, so you never have to touch any HTML, CSS, or Javascript. Pynecone is easy to learn, yet fully flexible and powerful enough for advanced use cases. We implement out-of-the-box functionality for secure Firebase user authentication, Lemon Squeezy subscription management (MoR removes a major tax headache), Notion as a headless blog CMS, and more. Our mission is to help developers and founders save months of development time and focus on building unique features, which will in turn provide more opportunities to generate revenue and give value to customers. And easily do it in pure Python! Frontend. Backend. All in Python. To check out the live demo for free, click the link and then the “See Demo” button. Let me know what you think. https://pysaas.io April 30, 2023 at 10:22AM

Show HN: Eva AI-Relational Database System for Faster AI-Powered Applications https://news.ycombinator.com/item?id=35764355

Show HN: Eva AI-Relational Database System for Faster AI-Powered Applications Hi friends, We are building EVA, an AI-Relational database system with first-class support for deep learning models. Our goal with EVA is to create a platform that supports AI-powered multi-modal database applications operating on structured (tables, feature vectors, etc.) and unstructured data (videos, podcasts, pdf, etc.) with deep learning models. EVA comes with a wide range of models for analyzing unstructured data, including models for object detection, OCR, text summarization, audio speech recognition, and more. The key feature of EVA is its AI-centric query optimizer. This optimizer is designed to speed up AI-powered applications using a collection of optimizations inspired by relational database systems. Two of the most important optimizations are: + Caching: EVA automatically reuses previous query results (e.g., inference results), eliminating redundant computation and saving you money on inference. + Predicate Reordering: EVA optimizes the order in which query predicates are evaluated (e.g., running faster, more selective deep learning models first), leading to faster queries. Besides saving money spent on inference, EVA also makes it easier to write SQL queries to set up multi-modal AI pipelines. With EVA, you can quickly integrate your AI models into the database system and seamlessly query structured and unstructured data. We are constantly working on improving EVA and would love to hear your feedback! https://github.com/georgia-tech-db/eva April 30, 2023 at 09:52AM

Show HN: Browser-based robot simulator with Three.js and rapier.js https://news.ycombinator.com/item?id=35760399

Show HN: Browser-based robot simulator with Three.js and rapier.js https://grgv.xyz/blog/simulator/ April 30, 2023 at 12:35AM

Show HN: ArchitectGPT – AI Powered Home Design Too https://news.ycombinator.com/item?id=35757628

Show HN: ArchitectGPT – AI Powered Home Design Too Hello everyone, I'm excited to share with you my new app, ArchitectGPT! With ArchitectGPT, you can upload or take pictures of any residence/home and transform it using AI via text or pre-selected themes. Whether you want to experiment with different color schemes, furniture arrangements, or even add new rooms to your home, ArchitectGPT can help you visualize the possibilities in seconds. The app uses state-of-the-art machine learning algorithms to generate realistic and personalized design recommendations based on your preferences and needs. ArchitectGPT is perfect for anyone who wants to explore home design ideas without the hassle and cost of hiring a professional designer. It's also great for architects, interior designers, and real estate agents who want to quickly create virtual staging for their clients. The app is easy to use and doesn't require any design skills. Simply upload a photo of your home, select a theme or provide a description of what you want to achieve, and let ArchitectGPT do the rest. You can save your favorite designs and share them with your friends and family. https://www.architectgpt.io/ April 29, 2023 at 02:54PM

Saturday, April 29, 2023

Show HN: Open-Source Implementation of John Conway's Mathy Game of Hackenbush https://news.ycombinator.com/item?id=35760062

Show HN: Open-Source Implementation of John Conway's Mathy Game of Hackenbush Hackenbush is a fascinating game that led to leaping developments in combinatorial game theory. It caused the discovery of the surreal numbers - an absolutely, incredibly, tremendously large field of numbers. To help it find more popularity, I made an open-source version, mainly for mobile platforms. https://github.com/file-acomplaint/hackenbush April 29, 2023 at 11:11PM

Show HN: ChatGPT on Your Watch https://news.ycombinator.com/item?id=35755299

Show HN: ChatGPT on Your Watch https://sindresorhus.com/ask-ai April 29, 2023 at 10:51AM

Show HN: PineTool – An iOS Companion for the Pinecil https://news.ycombinator.com/item?id=35758584

Show HN: PineTool – An iOS Companion for the Pinecil https://lachy.io/articles/introducing-pinetool April 29, 2023 at 05:17PM

Show HN: A Gentle Introduction to the Fediverse https://news.ycombinator.com/item?id=35754207

Show HN: A Gentle Introduction to the Fediverse There's a lot of great explainer sites and articles about the fediverse, but I wanted to make something that serves as a quick introduction for a more casual audience, and lets you dig deeper from there. https://jointhefediverse.net/ April 29, 2023 at 09:06AM

Friday, April 28, 2023

Show HN: I made a tool to easily credit co-contributors in Git commits https://news.ycombinator.com/item?id=35747484

Show HN: I made a tool to easily credit co-contributors in Git commits Hi Everyone! The motivation behind creating this tool is to provide an easy way to give credit to contributors in various situations: - In open-source projects, when a pull request (PR) is closed without merging but the idea or code is later implemented. - During pair programming sessions, where two or more developers work together on a single commit. Existing solutions were either too complicated or didn't work as expected, so Git Add Co-Author was developed as a simple, easy-to-use alternative. https://github.com/sansyrox/git-add-co-author April 28, 2023 at 02:47PM

Show HN: ChatGPT Plugin that semantically searches Google Maps https://news.ycombinator.com/item?id=35746083

Show HN: ChatGPT Plugin that semantically searches Google Maps https://github.com/sdan/chatmaps April 28, 2023 at 12:35PM

Show HN: Use Terraform Modules in Pulumi https://news.ycombinator.com/item?id=35724847

Show HN: Use Terraform Modules in Pulumi Use your battle-tested or 3rd party Terraform modules directly in your Pulumi workflow. https://github.com/devops-proficient/pulumi-terraform-module April 27, 2023 at 01:18AM

Muni Metro Fix-It Week Maintains the Subway Infrastructure

Muni Metro Fix-It Week Maintains the Subway Infrastructure
By Jessie Liang

Several crew in safety gear standing over a rail track with tools angled in hand.

Track crew removing old rail at the Van Ness crossover 

The first Muni Metro Fix-It Week of 2023 was a resounding success in March, and it’s also the first Fix-It Week since the SFMTA launched the Central Subway in early January of this year. Here is a behind-the-scenes video recap. Fix-It Week is the SFMTA’s quarterly effort to optimize work time by closing Muni Metro early for critical maintenance. The SFMTA’s Maintenance of Way (MOW) teams did an excellent job maintaining the subway and preventing future breakdowns. 

Fix-It Week helps the Muni Metro get a 20% improvement in speed and about a 20% improvement in reliability in the subway. It takes fewer minutes to take the N Judah from the Outer Sunset to Embarcadero now than it did in 2019. 

 From March 16 to March 22, 2023, the Muni Metro Subway between Embarcadero and West Portal closed at 9:30 p.m. to provide SFMTA maintenance crews an extended window to perform underground infrastructure improvement work that cannot be completed during the usual overnight windows. During the subway closure, buses provided substitute service for Muni Metro lines on the surface and connected all stops on Market Street.   

Crew member on the back of a truck spraying water along the side of the tunnel wall. There is a map on the right side and a advertisement board on the left of a woman with sunglasses smiling.

Track crew powerwashing station walls

The goal of Fix-It Week is to make Muni metro subway operations more reliable, ensure safety, and improve the customer experience. Nine MOW teams, Track, Cable Car, Motive Power, Maintenance Engineering, Mechanical Systems, Overhead Lines, Underground, Paint Shop and Signal, were involved in the maintenance work. 

Major maintenance work includes: 

  • Track replacement and reinstallation from the Ferry Portal to the Van Ness Crossover 
  • Mechanical systems cleaning, maintenance and installation  
  • Signal repairs and upgrades, including the demolition of old train control system racks, equipment and wiring 
  •  Track fastener and subway lighting surveys, and drain cleaning around switches  
  • Overhead Line inspections and Overhead Section Break hardware adjustments 
  • Debris removal and traction power substation inspections 
  • Cable Car maintenance and repairs 

Several crew seen cleaning the ground in a station with a variety of posters and lights on the wall.

Custodial staff cleaning Church Station

The SFMTA teams completed over 2,000 hours of maintenance and inspections over the seven night shutdown. They were able to perform 161 feeder operations, replace more than 125 bulbs for trackway lighting in multiple locations, renew 750 feet of Overhead Contact System contact wire, replace eight blue light phones and inspect approximately 8,000 track fastener plates from the Ferry Portal to Powell Station. 

Several crew on spraying water on the tracks alongside a truck.

Track crew powerwashing and removing trash from trackway 

A support team was also contributed to the success of Fix-It Week. These staffers helped coordinate maintenance work, upheld all safety standards and ensured that subway service resumed on time every day. 

The SFMTA will continue to keep the Muni Metro system in a state of good repair. The next Fix-It Week is scheduled for July 2023, and we thank you for your patience and understanding while we do this vital work.  

For more information, visit Muni Metro Maintenance Project (SFMTA.com/SubwayMaintenance).  

Nearly a dozen crew in safety gear all standing on each side of rail track. They are holding the track.

Track crew moving new rail into position by hand at the Van Ness Crossover 



Published April 28, 2023 at 11:17AM
https://www.sfmta.com/blog/muni-metro-fix-it-week-maintains-subway-infrastructure

Show HN: Pledge Your Human-Made Content https://news.ycombinator.com/item?id=35741239

Show HN: Pledge Your Human-Made Content AI generated content is on the rise. How can you be sure what you're reading is 100% human? https://nonbot.org April 28, 2023 at 06:47AM

Show HN: Jarvis AI – Text, iMessage, and Email ChatGPT https://news.ycombinator.com/item?id=35740538

Show HN: Jarvis AI – Text, iMessage, and Email ChatGPT We're back with another ShowHN! When we launched, you could text Jarvis AI using regular SMS messages from your phone. Since launching 3 weeks ago[1], we've introduced two new channels for using ChatGPT. Now you can use ChatGPT over SMS text message, iMessage for Apple-enabled devices, and via Email. It is super interesting to forward an email to Jarvis AI and see its thoughts on your email thread. It can help you brainstorm or it can suggest a reply to previous emails. 10 messages free forever, more volume is free over iMessage and Email for a limited time (until the HN hug of death!). You don't have to sign up or anything to try it. Just send a text to: +1 (855) 676-1two89. Thanks for checking this out. Many exciting features are coming soon to make this more than just a different interface to ChatGPT. We want to make AI accessible to more people, over more channels, with more useful things for your day-to-day. For medical professionals, we added the /diagnose command. Ask Jarvis "/diagnose 32 year old harsh cough" for example. Soon, we are adding features like /invoice for generating invoices and /remember for notes and reminders. [1] Related: See the first HN post when we launched here: https://news.ycombinator.com/item?id=35466231 https://jarvis.tel April 28, 2023 at 05:36AM

Thursday, April 27, 2023

Show HN: ScrapScript – A tiny functional language for sharable software https://news.ycombinator.com/item?id=35712163

Show HN: ScrapScript – A tiny functional language for sharable software Hi friends, I started casually working on scrapscript in 2015. I built a few compilers over the years to test out various ideas/implementations, and I think I'm finally happy with the overall design. The code is not public yet. Email me at hello@taylor.town if you're interested in joining the core team later this year. Let me know if you have any questions or feedback :) https://scrapscript.org April 26, 2023 at 04:45AM

Show HN: Codeium-Chrome: Free open-source AI autocomplete Chrome extension https://news.ycombinator.com/item?id=35734274

Show HN: Codeium-Chrome: Free open-source AI autocomplete Chrome extension https://github.com/Exafunction/codeium-chrome April 27, 2023 at 01:44PM

Show HN: A Bel compiler to Emacs Lisp bytecode https://news.ycombinator.com/item?id=35733656

Show HN: A Bel compiler to Emacs Lisp bytecode In his classic Lisp in Small Pieces, Christian Queinnec actually suggested this project: compiling Scheme to Emacs Lisp byte code. I took up the challenge with Bel instead of Scheme. Much of the code actually comes from the book but adapted to the problem at hand. https://github.com/Restif1975/bel-compiler April 27, 2023 at 12:53PM

Show HN: Karrio – Open-Source Multi-Carrier Shipping API https://news.ycombinator.com/item?id=35727026

Show HN: Karrio – Open-Source Multi-Carrier Shipping API Hey HN! Daniel and Delali here; we are working on Karrio, an open-source shipping infrastructure. Our focus is on making it easy to integrate shipping into platforms. With Karrio’s open-source and universal shipping API, you can set up connections to a worldwide network of shipping carriers for national, international and last-mile services but also build your own network of local carriers. You can seamlessly add built-in shipping functionalities to your platform, enabling users to fetch live rates, buy labels, track packages, and more. You can check out our Github repo here: https://github.com/karrioapi/karrio . For developers in the logistics space, carrier integration is often a painful experience. We believe that an open-source solution is a viable alternative to building a shipping system from scratch in-house or getting locked in with a Saas multi-carrier API. Karrio aims to put you in control of your shipping network with lower engineering costs. (see how to get started here: https://docs.karrio.io/quick-start ). So far, we’ve built a unified shipping API compatible with most major carriers, such as FedEx, UPS, DHL, USPS, Canada Post, and more. With the flexibility of open-source, Karrio has interoperability with other multi-carriers and 3PL (EasyPost, Freightcom, etc.). And we plan on building more integrations. Karrio is evolving with the help of our community of early adopters, and we want to keep that going. Checkout our README to get involved with the project, file issues and request or contribute carrier integrations We currently offer a managed cloud service in private beta, with a pay-as-you-go plan for platforms and custom prices for enterprise customers. Don’t hesitate to reach out if you have any questions. We would love to hear your feedback and how Karrio can help with your project. https://github.com/karrioapi/karrio April 27, 2023 at 05:29AM

Show HN: Scrawl-canvas filter functionality demo https://news.ycombinator.com/item?id=35729394

Show HN: Scrawl-canvas filter functionality demo The Scrawl-canvas library's filters functionality is inspired by SVG filters. Filter operations can be ordered in ways to combine different sets of operations to achieve complex effects. The library comes with an extensive set of pre-built filters, including: color and alpha channel manipulations; matrix, pixellate, blur; compositing and blending operations; palette reduction and dithering; image and noise asset upload (for use with composites and blends); gradient, and displacement, mapping. Filters can be applied to individual graphical objects, to Groups of such objects, and also to Cell displays. Additional links: - A gallery of SC compound filter effects - https://scrawl-v8.rikweb.org.uk/demo/filters-103.html - SC stencil (background) filter functionality - https://scrawl-v8.rikweb.org.uk/demo/filters-028.html https://scrawl-v8.rikweb.org.uk/demo/canvas-007.html April 27, 2023 at 08:15AM

Show HN: E2EE iOS Keyboard Calendar Built in React Native https://news.ycombinator.com/item?id=35726632

Show HN: E2EE iOS Keyboard Calendar Built in React Native https://onin.co April 27, 2023 at 04:47AM

Wednesday, April 26, 2023

Show HN: Trybsync – Reddit, but as an RSS Aggregator https://news.ycombinator.com/item?id=35717576

Show HN: Trybsync – Reddit, but as an RSS Aggregator https://www.trybsync.com/ April 26, 2023 at 10:53AM

Show HN: Parley: The RPG where you Negotiate with Bandits https://news.ycombinator.com/item?id=35717077

Show HN: Parley: The RPG where you Negotiate with Bandits https://huggingface.co/spaces/jonpreamble/parley April 26, 2023 at 10:18AM

Show HN: Using object detection to turn a webcam into a lightgun https://news.ycombinator.com/item?id=35716189

Show HN: Using object detection to turn a webcam into a lightgun A rather silly project that uses a Coral.ai edgeTPU mini PCIe board to detect a monitor in a webcam feed and convert that into either mouse movements or joystick input. There's a video in the repository showing the gameplay[0]. [0] https://www.youtube.com/watch?v=7g3i7UJV5Zg and in the repository. https://github.com/ali-raheem/WebCamLightGunAI April 26, 2023 at 09:21AM

Show HN: Learn German with Short Stories https://news.ycombinator.com/item?id=35713852

Show HN: Learn German with Short Stories https://webbu.app/german April 26, 2023 at 07:06AM

Show HN: I'm working on an open source writing app https://news.ycombinator.com/item?id=35713064

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://egonschiele.github.io/chisel-docs/ to check it out! April 26, 2023 at 06:07AM

Show HN: An interactive map showing live wind farm generation in Great Britain https://news.ycombinator.com/item?id=35712238

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://renewables-map.robinhawkes.com April 26, 2023 at 04:53AM

Tuesday, April 25, 2023

SFMTA Retires the Orion, First Hybrid Bus in Cleanest Transit Fleet

SFMTA Retires the Orion, First Hybrid Bus in Cleanest Transit Fleet
By Clive Tsuma

39 Coit Muni bus stopped on the street in front of Coit Tower.

San Francisco’s first low-emissions electric hybrid Orion bus

Muni’s Orion hybrid buses are headed for retirement as we phase in a brand-new batch of El Dorado hybrid electric buses. It’s the end of an era for San Francisco’s first low-emissions electric hybrid fleet that travels the city’s toughest routes.

Orion hybrid fleet tackles Muni’s toughest routes starting in 2007

The Orion buses have been a testament to the SFMTA’s commitment to the latest green transportation technologies. Muni, which previously had relied on a diesel bus fleet in coordination with our electric trolley bus fleet, transitioned to its first 30-foot Orion diesel hybrid-electric buses in 2007. This was the start of the SFMTA’s addition of these lower emission vehicles to one of the greenest fleets in the country, ensuring better air quality city wide.

The Orions brought the agency closer to achieving its goal of an all-electric fleet and a carbon-neutral San Francisco by 2040. This is consistent with San Francisco’s Climate Action Plan to dramatically reduce harmful emissions in communities. 

The Orions’ pint size made them ideal for winding routes like the 36 Teresita, which weaves through Twin Peaks, Diamond Heights, Glen Park and Bernal Heights. Many riders have taken Orions on their adventures along San Francisco’s curving streets, steep hills and tight turns. One can only imagine their sentimental value, especially among those who frequent the 36, as well as the 35 Eureka, 37 Corbett, 39 Coit and 56 Rutland routes.

The Orions were among the first low-floor hybrid buses to serve San Francisco, and the first with closed-circuit security cameras to help keep Muni riders safe. Their interior was fitted with internal destination signs to help customers know when their stop was approaching. The 30-foot coaches were designed to accommodate easier boarding and provide quieter, more efficient operation.

Their arrival offered us an opportunity to train Muni mechanics on hybrid vehicle maintenance. The agency continued to maintain the fleet even after the Orions’ assembly manufacturer went under in 2012.

The new El Dorados are primed to fill the gap left by their predecessors. Like the Orions, they are low-floor buses with a short wheelbase, making them ideal for navigating San Francisco. 

As their taillights fade into the horizon, the Orion hybrid bus fleet takes a much-deserved place in the history of San Francisco transit. They conquered the winding hills of Glen Park and navigated the twisting turns of Telegraph Hill. They will be remembered as the first of Muni’s fleet to pioneer hybrid batteries, moving Muni closer to a zero emissions future.  



Published April 25, 2023 at 11:30AM
https://www.sfmta.com/blog/sfmta-retires-orion-first-hybrid-bus-cleanest-transit-fleet

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://news.ycombinator.com/item?id=35697377

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://palacioalbums.com/index.html April 25, 2023 at 12:02AM

Show HN: Killport – CLI tool to kill processes running on a specified port https://news.ycombinator.com/item?id=35698282

Show HN: Killport – CLI tool to kill processes running on a specified port https://github.com/jkfran/killport April 25, 2023 at 02:38AM

Show HN: rpgGPT, RPG with LLM-Powered NPCs https://news.ycombinator.com/item?id=35701530

Show HN: rpgGPT, RPG with LLM-Powered NPCs https://rpg-gpt.vercel.app April 25, 2023 at 08:08AM

Show HN: I made PromptWatch – LangChain tracing on steroids https://news.ycombinator.com/item?id=35697082

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://www.promptwatch.io/ April 24, 2023 at 11:11PM

Show HN: We Built an Open Partnerships Platform with Crypto Remittance https://news.ycombinator.com/item?id=35698960

Show HN: We Built an Open Partnerships Platform with Crypto Remittance https://github.com/usherlabs/usher April 25, 2023 at 04:28AM

Monday, April 24, 2023

Show HN: A C++ web/application framework I have been building for the last 12yrs https://news.ycombinator.com/item?id=35687276

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://github.com/sumeetchhetri/ffead-cpp April 24, 2023 at 06:17AM

Show HN: Encryption for App Developers https://news.ycombinator.com/item?id=35687476

Show HN: Encryption for App Developers https://phase.dev April 24, 2023 at 06:37AM

Show HN: I quit my job to build a Kubernetes GUI with Rust https://news.ycombinator.com/item?id=35687215

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://aptakube.com April 24, 2023 at 06:10AM

Show HN: Q&A Bot talking in Hinglish about PDFs https://news.ycombinator.com/item?id=35685824

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://github.com/jina-ai/langchain-serve April 24, 2023 at 03:37AM

Show HN: Smart Social News Service (In Development) https://news.ycombinator.com/item?id=35685213

Show HN: Smart Social News Service (In Development) https://www.savepop.link/default April 24, 2023 at 02:01AM

Sunday, April 23, 2023

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://news.ycombinator.com/item?id=35679047

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance http://www.inlovewith.com/apps/her/ April 23, 2023 at 11:24AM

Show HN: Discover 1400+ AI Tools with AI Infinity Tools Directory https://news.ycombinator.com/item?id=35675756

Show HN: Discover 1400+ AI Tools with AI Infinity Tools Directory Looking for the best AI tools for your next project or work or try something new with AI! Check out AI Infinity Tools Directory - a comprehensive list of 1400+ AI tools with categories, pricing, and descriptions. Bookmark Link: https://ai-infinity.vercel.app/ Easily Sort/Filtering by: •Different Categories •Price (Free/Paid/Trial/Open Source etc) •Description •Recently added tools with sort by date Stay up-to-date with daily updates and discover new AI Tools/models. Have any feedback or suggestions for the directory? Let us know! And if you know of any AI tools that are missing from our list, we'd be happy to add them in. https://aiinfinity-meetpatel.notion.site/AI-Infinity-AI-Tools-Directory-0da673c487124ea2b6f8ebe59b75a231 April 23, 2023 at 05:40AM

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://news.ycombinator.com/item?id=35675029

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://allquiet.app April 23, 2023 at 03:29AM

Saturday, April 22, 2023

Show HN: I designed and coded my portfolio as a freelance designer https://news.ycombinator.com/item?id=35670628

Show HN: I designed and coded my portfolio as a freelance designer Feel free to share any feedback. Thank you. https://edgaras.com/portfolio April 22, 2023 at 01:29PM

Show HN: DontBore – Accessible, fast, low-footprint Login sharing for the masses https://news.ycombinator.com/item?id=35669053

Show HN: DontBore – Accessible, fast, low-footprint Login sharing for the masses https://dontbo.re/ April 22, 2023 at 10:40AM

Show HN: I made an automated phishing email analysis tool called ThePhish https://news.ycombinator.com/item?id=35667388

Show HN: I made an automated phishing email analysis tool called ThePhish It's based on TheHive, Cortex and MISP. I'll update it once the new TheHive API 5 will be released as stable. https://github.com/emalderson/ThePhish April 22, 2023 at 08:14AM

Show HN: Screenfetch for HN Comments https://news.ycombinator.com/item?id=35666898

Show HN: Screenfetch for HN Comments I saw a comment today [0] that made me think "I wish I could frame this", so I wrote off an afternoon and framed it. Pretty barebones right now but might add some carbon-esque [1] customisations to it in the near future. [0] https://jernaumorat.github.io/hnfetch/item?id=35662395 [1] https://carbon.now.sh/ https://jernaumorat.github.io/hnfetch/ April 22, 2023 at 07:27AM

Show HN: Personal diary powered by AI – AIDiary https://news.ycombinator.com/item?id=35666140

Show HN: Personal diary powered by AI – AIDiary https://aidiary.io April 22, 2023 at 05:53AM

Show HN: I made a website with musical exercises for beginner musicians https://news.ycombinator.com/item?id=35665525

Show HN: I made a website with musical exercises for beginner musicians https://www.treblekey.com April 22, 2023 at 04:40AM

Show HN: I made a SQL game to help people learn / challenge their skills https://news.ycombinator.com/item?id=35665142

Show HN: I made a SQL game to help people learn / challenge their skills https://lost-at-sql.therobinlord.com/ April 22, 2023 at 03:40AM

Friday, April 21, 2023

Show HN: ChatGPT-powered Search Bar for your Site https://news.ycombinator.com/item?id=35657381

Show HN: ChatGPT-powered Search Bar for your Site Built a small free widget that is a ChatGPT-powered search bar for your site. You can use it on your blog, guides, docs, and resources pages. It crawls and indexes your site and then answers search queries with questions using your site content as a source. It even references the source material so visitors can dig deeper. It also has memory so you can have repeat searches just like ChatGPT. Built with Langchain, Pinecone, and OpenAI. https://letterdrop.com/chatgpt?ref=hn April 21, 2023 at 10:43AM

Show HN: Build AI DAGs with Memory; Run and Validate LLM Tools in Containers https://news.ycombinator.com/item?id=35655777

Show HN: Build AI DAGs with Memory; Run and Validate LLM Tools in Containers I am working on a modular open source framework called Griptape that allows Python developers to create LLM pipelines and DAGs for complex workflows that use rules and memory. Griptape can be thought of as "Airflow for LLMs," providing an alternative to the agent-based LangChain approach. Developers can also build reusable LLM tools with explicit JSON schemas that can be executed in any environment (local, containerized, cloud, etc.) and integrated into Griptape workflows. They can also be easily converted into ChatGPT Plugin APIs and LangChain tools via adapters. Tools can be thought of as any executable code that allows LLMs to interact with the outside world (via ReAct and Toolformer techniques): email, docs, spreadsheets, Jira tickets, web pages/search, etc. The best part about tools is that they can be executed in isolated environments, significantly reducing potential security risks associated with running LLM-generated code and API calls. What do you think? What are some of the use cases that you have in mind for reusable tools? https://github.com/griptape-ai/griptape April 21, 2023 at 09:01AM

Show HN: Find Copywriter Jobs https://news.ycombinator.com/item?id=35650569

Show HN: Find Copywriter Jobs https://copywriterok.com April 21, 2023 at 12:01AM

Thursday, April 20, 2023

Show HN: Mage, Unlimited 50 Top AI Text-to-Image and GIF Models https://news.ycombinator.com/item?id=35646070

Show HN: Mage, Unlimited 50 Top AI Text-to-Image and GIF Models Hi Hackernews! Mage is the incredibly simple and fun platform with over 50+ top, custom Text-to-Image AI models as well as Text-to-GIF for all to create with their imagination, unlimited & unfiltered. Start with fast and unlimited Stable Diffusion for free! The first Mage link posted ever was here on HackerNews back in September with the promise of Free, Fast, & Unfiltered Stable Diffusion. Turns out, avoiding the h*ll of pip installs and CUDA errors while enjoying this incredible tech was (and is) a popular idea! Since then, we've grown into an incredible community, with a lively Discord and 1M+ monthly active users on the site. We've added explore, profiles, history, social, and 50+ of the best fine-tuned models to boot. And today, we're live on Product Hunt! Would love to hear your thoughts and feedback as we continue to grow and evolve. Eternally grateful that HN was the launchpad that started everything for us! https://www.mage.space April 20, 2023 at 01:48PM

Show HN: LLM Playground, compare results side by side https://news.ycombinator.com/item?id=35645707

Show HN: LLM Playground, compare results side by side https://retool.com/utilities/largelanguagemodel-playground April 20, 2023 at 01:18PM

Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://news.ycombinator.com/item?id=35645357

Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://www.youtube.com/watch?v=cBnLIwMtv8g April 20, 2023 at 12:53PM

Show HN: Play the front page of Hacker News as interactive text games https://news.ycombinator.com/item?id=35644504

Show HN: Play the front page of Hacker News as interactive text games https://infinityarcade.com/news April 20, 2023 at 11:54AM

Show HN: How to Find the Best Bank for Your Needs https://news.ycombinator.com/item?id=35643223

Show HN: How to Find the Best Bank for Your Needs Hi everyone, I just launched Bank List, an online banking directory to help people find the perfect bank for their needs. It currently has 170+ banks/EMIs and it's mostly focused on individuals and businesses from Europe, but I plan on adding new regions soon. The business model is affiliate marketing, I earn commission when someone signs up on any of these banks through my link. Maybe I will also add featured listings on the site, still need to think about this though. I would love to receive feedback about the website and business idea in general. Thank you https://banklist.io/ April 20, 2023 at 10:23AM

Show HN: Plane - Open-source, self-hosted alternative to Jira https://news.ycombinator.com/item?id=35640586

Show HN: Plane - Open-source, self-hosted alternative to Jira Hi HN, I'm Vamsi, the founder of Plane(A simple, extensible, open source project and product management tool). Today, I’m here to share our journey with you all. It all started when we identified some of the most frustrating elements for teams when managing projects, especially with tools that force users to learn complex frameworks. We wanted to create something that was intuitive and easy to use. That's how Plane was born! We first open-sourced Plane back in November 2022, and the response was great. But it wasn't until we announced Plane on Reddit in April that we saw an incredible surge in popularity. In just under two days, our stars skyrocketed from 150 to 1000+! Today, I'm thrilled to report that over 1000+ users are actively using Plane, and many are using the self-hosted version. Our approach is simple yet effective. Despite adding multiple layers of abstraction for project management, Plane operates around the central concept of an issue, similar to a block in Notion. As we continue our journey, we know there's still a lot more to build. We're grateful for the constant feedback we receive from our open-source community, as it's the reason why we're here today. We value your input and want to encourage you to share any feedback you may have. Don't hesitate to ask any questions you may have, as we're more than happy to answer them. Thanks, https://github.com/makeplane/plane April 20, 2023 at 07:30AM

Show HN: A 15 min daily stretch routine for desk workers https://news.ycombinator.com/item?id=35639810

Show HN: A 15 min daily stretch routine for desk workers https://stretch15.com April 20, 2023 at 06:46AM

Show HN: InsightFlow https://news.ycombinator.com/item?id=35639163

Show HN: InsightFlow Hey everyone, sharing InsightFlow, a (long) weekend project I made using GPT4. I am bit anxious sharing it since I barely knew how to code in Python before but I was simply amazed on how much GPT was able to help me write something that actually works (I hope). My goal was to create a library that empowers people to ask questions from their data, regardless of its source. InsightFlow does just that, it has some modules that allow s parsing information existing in (for now) video (its audio part), html, and in general text and provides a chat interface on top. I would love to expand this to image and eventually video parsing. I know there are some companies that aim for the same but I could not find an opensouce alternative for it. I tried making it modular so different modalities can be added later on. https://github.com/plchld/InsightFlow April 20, 2023 at 05:52AM

Wednesday, April 19, 2023

Show HN: Enlinko – link two words using related words based on word2vec https://news.ycombinator.com/item?id=35630451

Show HN: Enlinko – link two words using related words based on word2vec Hello, This game uses idea of semantic similarity (called relatedness in my game), like in Semantle and Contexto. But i had different idea for gameplay - instead of guessing secret word, i wanted to make a game where goal is to link two unrelated words. It can be done by placing related words between starting and ending words. In my game there are endless ways to solve same puzzle. There's plenty of room for experiments. I've used semantic vectors from this model: https://github.com/commonsense/conceptnet-numberbatch https://enlinko.com/ April 19, 2023 at 09:52AM

Show HN: Dream – an LLM-powered no-code tool for functional web applications https://news.ycombinator.com/item?id=35629671

Show HN: Dream – an LLM-powered no-code tool for functional web applications Dream is an AI-powered no-code tool that allows anyone (designers, engineers, founders) to build functional web applications with natural language. Dream is built to allow web applications to be built iteratively with prompting. You can generate the first version of your app with a generic prompt, but iterate on your app through prompts for style modifications, adding features, bug fixing, etc. Here’s a video demo of the product: https://youtu.be/KtYbPMn3tK0 This is a two-week MVP and I’m actively exploring targeted use cases and audiences that could find value in the product. I’d love any feedback on the product UX and various use cases that Dream could be helpful in! https://usedream.app/ April 19, 2023 at 08:48AM

Show HN: Open-source Auth0 alternative Ory Kratos v0.13 released – nearing v1.0 https://news.ycombinator.com/item?id=35628642

Show HN: Open-source Auth0 alternative Ory Kratos v0.13 released – nearing v1.0 https://github.com/ory/kratos/releases/tag/v0.13.0 April 19, 2023 at 07:30AM

Show HN: Building a Real-Time Data App with Dozer, React, and PostgreSQL https://news.ycombinator.com/item?id=35626554

Show HN: Building a Real-Time Data App with Dozer, React, and PostgreSQL https://getdozer.io/blog/building-real-time-data-app-using-dozer-react-postgresql/ April 19, 2023 at 03:42AM

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss https://news.ycombinator.com/item?id=35624808

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss Yeah... so I know some software development concepts well I haven't written any code in 10 years, so like half the time was just getting a development setup. At first it suggested PyCharm and honestly it wasted a lot of time. Eventually I got VS Code and GPT just seems to understand it so much better. The real secret to getting good responses with GPT-4 during this I found is to restart the conversation fresh with a complete description of what you need (2-3 paragraphs of detail is great) and the rest as code. [detailed description of what you need, make sure it's detailed and specific add examples if possible] #### [insert all the code, the more you can fit the better] That first code block it gives you back on the first output is the cleanest by far. If there is an error and you submit it back in the same chat conversation, it just gets diluted/saturated over time, hallucinations go up etc. So if there is a bug rather than continue in the same convo, repeat this process in a brand new conversation. Each time it gives a much cleaner, fresher look at the code and goals needed. If your codeblock is really small then this isn't so important, but I'm trying to maximize the amount of code per prompt for best responses. I also make sure to split files by concerns so they don't get too big for the prompt window otherwise it's annoying. #### And lastly the other interesting thing about this project is this simulates an Agent loop where it is constantly trying to determine if the player won or lost, decide what the next most cohesive step is based on the human feedback (click emoji) and looping it. Actually that was my main interest for the project and I just wanted to get something published as a secondary goal. Most of my time was probably spent playing with the prompt and trying to to see if I could get it to determine if the goal was achieved but its actually a hard problem and I have some cool ideas for the next project. https://emojistory.herokuapp.com/As-a-HackerNews-user,-submit-a-Show-HN-post-that-gets-to-the-front-page April 18, 2023 at 11:11PM

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers https://news.ycombinator.com/item?id=35626684

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers We've designed an extensive wireframe kit and a more extensive set of UI kits. All feedback is appreciated. https://karma.design/ April 19, 2023 at 04:01AM

Monday, April 17, 2023

Show HN: MindPop – Great Lectures Set to Ambient https://news.ycombinator.com/item?id=35607744

Show HN: MindPop – Great Lectures Set to Ambient https://mindpop.blankenship.io/index.html April 17, 2023 at 03:55PM

Show HN: Quorbo – a quick and quirky quest for the quote https://news.ycombinator.com/item?id=35607060

Show HN: Quorbo – a quick and quirky quest for the quote Hey HN, Today I'm launching Quorbo (www.quorbo.com): a simple letter-revealing game (think Wheel of Fortune with some twists) where you get 6 turns to guess the day's quote! It's my first post-parenthood side project and first web game. Being a working dad has caused me (for the first time, believe it or not) to focus on simplicity. Up until about a year ago, endless free time secretly plagued me... because I love _building_, and more free time meant: more room to add complexity. Not anymore! Quorbo is the first of my initial batch of three simple word games, and I can't wait to make more. Let me know what you think! (improvements, bugs / quirky behavior / stumbling blocks, any and all feedback welcome!) Enjoy! https://quorbo.com April 17, 2023 at 02:46PM

Show HN: Instant AI Powered Support https://news.ycombinator.com/item?id=35605945

Show HN: Instant AI Powered Support Create a virtual assistant for your product with a single click 1. Tell us your website 2. Choose the pages you'd like Bubbly to learn from 3. We will instantly create a GPT3 AI Bot that can answer any question about your product or service. https://www.getbubblyai.com April 17, 2023 at 01:13PM

Show HN: Magic Happens – let ChatGPT manage your Kubernetes cluster https://news.ycombinator.com/item?id=35604715

Show HN: Magic Happens – let ChatGPT manage your Kubernetes cluster I built this kubernetes operator as a proof of concept this weekend.. It only has a single required item in the spec, a freeform description field. The operator will use chatgpt to generate a spec, then immediately apply it to the cluster. It makes some attempt to correct errors if there's a problem with the syntax. It will leave additional comments, questions or instructions in the status field of the object. I built this in a weekend and it's still quite unrefined. It's in no way production ready, please don't use it for anything real, but it works better than you would think, considering how simple it is. If you're going to use it, run it on a local cluster like 'kind'. Some descriptions to try: * install a redis namespace with a redis cluster and a service in it * create an argocd application in the argocd namespace to install velero. * write a python script that lists all ec2 instances in us-east-1, and run it as a k8s job with the aws credentials already saved in the default namespace.. a somewhat longer description that also worked: given the following spec: --- kind: MagicHappens apiVersion: gptmagic.io/v1 metadata: name: foo spec: description: this is a freeform description field that will be sent to chatgpt to generate kubernetes resources dryRun: false --- Can you create more magic happens resources, each of which describes an argocd application that needs to be created to install a helm chart for one of the standard cluster addons that need to be installed on a cluster for it to be production ready. The description should be be freeform text like the following: "Create an argocd application in the argocd namespace to install istio from the helm chart with all the defaults" or "Create an argocd application in the argocd namespace to install prometheus and grafana, with an ingress enabled for grafana". Be very thorough and included as many apps that might be needed for a prod ready cluster using industry standard CNCF projects if possible. (this produces a list of additional resources for the operator, which the operator then goes on to create argocd applications for -- it also left comments with instructions on one of the resources for how configure it to work with your cloud provider something to note is that since you can run arbitrary containers with arbitrary commands, and chatgpt can write arbitrary code, you don't have to limit yourself to k8s stuff.. if you've got saas credentials on the cluster, you can just tell it to run a python script as a job to do whatever you want. Since most people are cowards, there's a dryRun field that defaults to true, so it only attaches the spec to the object. It is scary how well this works. https://github.com/empath-nirvana/magic-happens April 17, 2023 at 11:39AM

Show HN: Trivai.app – AI powered trivia questions, with references https://news.ycombinator.com/item?id=35604011

Show HN: Trivai.app – AI powered trivia questions, with references Hi HN! As many of you, I've had a lot of fun playing around with LLMs the past few months and I wanted to show you what I've built. I made a trivia website using GPT3 a while back just to have something to play with. My initial interest was to see if I could get structured responses to build a UI around, and if I could get the LLM to refer back to what piece of text it used to create questions and answers with. The initial results were pretty good, but not good enough. Fast forward a few months, GPT 3.5 was released to the public and I was released from my work. I decided to pick this up again and have been making some changes. - I've generated almost 3000 questions. - I initially only let signed up users generate questions due to cost concerns. Since 3.5 is much cheaper, I've opened up the question generation for everybody. - I built a prompt comparison tool so I could tweak the prompt to get better responses. - I've added some more data to the questions. This includes a more free form explanation to the correct answer (separate from the references), and categories for all questions. - I've been working on a question improvement process. This means I collect issues, generate new variations of the question and let people vote on them. Voting and question improvement is currently only available to signed in users. I have many more ideas I'd like to explore, but I would appreciate your feedback and would be happy to answer any questions about the site or its development. You can access the references by pressing the explanation text when you've answered a question correctly. https://trivai.app April 17, 2023 at 10:43AM

Show HN: Embedding an ArXiv paper and chatting with it https://news.ycombinator.com/item?id=35601796

Show HN: Embedding an ArXiv paper and chatting with it https://twitter.com/pwang_szn/status/1647902577760116737 April 17, 2023 at 08:00AM

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://news.ycombinator.com/item?id=35598838

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://www.kloudmate.com/ April 17, 2023 at 03:17AM

Sunday, April 16, 2023

Show HN: Mousedroid – Use your Android phone as a mouse and keyboard https://news.ycombinator.com/item?id=35591669

Show HN: Mousedroid – Use your Android phone as a mouse and keyboard https://github.com/hypertensiune/Mousedroid April 16, 2023 at 09:48AM

Show HN: German Translation of the Rust Book https://news.ycombinator.com/item?id=35588492

Show HN: German Translation of the Rust Book I have just published a paperback and an e-book of the German translation of the Rust book from Steve Klabnik and Carol Nichols: Die Programmiersprache Rust https://rust-lernen.de/ The translation itself is available for free on GitHub. https://rust-lernen.de/ April 16, 2023 at 02:28AM

Show HN: Use GitHub Actions to generate a warm up routine https://news.ycombinator.com/item?id=35588212

Show HN: Use GitHub Actions to generate a warm up routine Morning everyone - I made this because I really didn't want a new SaaS subscription to "be more productive". Turns out, you can do a lot with just a cronjob, GitHub Actions and CSV file! It works quite nicely because Issues created actually can have toggle-able checkboxes so you can mark yourself as you do them. https://github.com/vikadilly/warmupbot April 16, 2023 at 01:25AM

Saturday, April 15, 2023

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://news.ycombinator.com/item?id=35586083

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://github.com/SKaplanOfficial/Raycast-PromptLab April 15, 2023 at 05:35PM

Show HN: Super Stack Solitaire https://news.ycombinator.com/item?id=35583585

Show HN: Super Stack Solitaire Solitaire with a retro NES aesthetic. Two game modes - Klondike and Pyramid. Design, sound, art and programming done by me. Play in browser for free or support my work by purchasing the downloadable version. https://capsizegames.itch.io/super-stack-solitaire April 15, 2023 at 12:06PM

Show HN: Pitchleague.ai – Perfect Your Pitch Deck https://news.ycombinator.com/item?id=35584143

Show HN: Pitchleague.ai – Perfect Your Pitch Deck Hey H, We're excited to share that we've already assisted over 800 founders in refining their pitch decks with our recently launched Pitch League AI. Created during a one-day hackathon, our tool harnesses the power of GPT-4 to help founders iterate and enhance their pitch decks. We've observed founders uploading their decks multiple times and making improvements based on the AI-generated feedback. Our mission is to support as many founders as possible in raising funds for their startups, starting with perfecting their pitch decks. While Pitch League AI is still a work in progress, users have found it genuinely helpful thus far. The platform extracts text from PDFs and employs GPT-4 prompts to evaluate and ensure the completeness of pitch decks across various categories, including deck length, grammar & spelling, and the inclusion of vital information (e.g., problem, solution, team, etc.). We'd love to hear your thoughts and suggestions on how we can enhance Pitch League AI and any additional features you believe would be valuable. Looking forward to your feedback! Cheers. https://www.pitchleague.ai/ April 15, 2023 at 01:16PM

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://news.ycombinator.com/item?id=35581272

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://conversionwhiz.com/ April 15, 2023 at 08:06AM

Show HN: I'm developing a 3D rendering library in Rust with wgpu https://news.ycombinator.com/item?id=35577491

Show HN: I'm developing a 3D rendering library in Rust with wgpu I'm developing a 3D rendering library in Rust. But it has a possibility to be like utility library for 3D rendering. I'm imagining it will provide low level utility API for creating 3D application. Also I have a plan to compat with web GPU on the browser. https://github.com/keiya01/threerender April 14, 2023 at 08:57PM

Friday, April 14, 2023

Show HN: A curated list of remote jobs https://news.ycombinator.com/item?id=35573454

Show HN: A curated list of remote jobs https://github.com/lukasz-madon/awesome-remote-job April 14, 2023 at 12:07PM

Show HN: WikiBinge – discover how all things are vaguely connected (2016) https://news.ycombinator.com/item?id=35572434

Show HN: WikiBinge – discover how all things are vaguely connected (2016) Connect two articles on Wikipedia, but do it the long way. I've always been a fan of the theory of six degree of separation, but it's an overused concept when exploring the Wiki-graph. Instead of showing the shortest path, which in my opinion is "boring" and ends up connecting super-important central articles, I came up with my own method: WikiBinge selects the smaller, less represented articles on Wikipedia. In a WikiBinge path, the underdogs are the kings! How does it work? It's pretty straightforward! Compute PageRank on the Wiki-graph and assign as weight of each edge the PageRank value of the destination node. A WikiBinge path is then simply a shortest path using these weights: the algorithm will then favor paths passing through articles with lower PageRank values. More on the motives to build this here: https://www.jamez.it/project/wikibinge/ This is an older project of mine, but it never got much exposure, so I'm humbly submitting it now. https://www.wikibinge.com/ April 14, 2023 at 10:48AM

Show HN: Covid in Pixels https://news.ycombinator.com/item?id=35572249

Show HN: Covid in Pixels https://covid-in-pixels.eliothertenstein.com/ April 14, 2023 at 10:34AM

Show HN: Natter – Anonymous Chat Rooms https://news.ycombinator.com/item?id=35571808

Show HN: Natter – Anonymous Chat Rooms https://natter.top April 14, 2023 at 10:00AM

Show HN: Best Visa Jobs – curated jobs from top companies that sponsor visas https://news.ycombinator.com/item?id=35571426

Show HN: Best Visa Jobs – curated jobs from top companies that sponsor visas https://bestvisajobs.com/ April 14, 2023 at 09:30AM

Show HN: Dare to Debate an AI? Put Your Skills to the Test with DebateDevil https://news.ycombinator.com/item?id=35568799

Show HN: Dare to Debate an AI? Put Your Skills to the Test with DebateDevil Hi HN community! I am excited to share my recently upgraded website, DebateDevil ( https://debate-devil.com ), an AI chat platform designed to help users practice debates, challenge their ideas, and expand their thinking. I created this site to provide a more objective opinion and help users consider their hypotheses from multiple perspectives. example discussin: ``` AI: The time has come to test your hypothesis and beliefs. I will argue against any topic. What do you want to debate? You: AI will take away most jobs from humans. AI: I understand your concern about AI taking away jobs from humans. However, it's important to note that AI is not designed to replace humans but to augment and enhance human capabilities. AI can handle repetitive and mundane tasks, freeing up humans to focus on more complex and creative tasks that require empathy, critical thinking, and problem-solving skills. Additionally, the increased efficiency and productivity brought by AI can lead to the creation of new job opportunities in areas such as AI development and maintenance. You: While it's true that AI aims to augment human capabilities and increase efficiency, we cannot ignore the potential negative impacts on employment. Job displacement is a valid concern, especially for those in industries heavily reliant on routine tasks. Reskilling and upskilling may be necessary but can be challenging and costly. Additionally, new job opportunities in AI-related fields may not be accessible to everyone, leading to further social and economic disparities. AI: I agree that job displacement is a valid concern. However, it's important to note that technology has always been changing the job market, and AI is just the latest technology to do so. While some jobs may become obsolete, new jobs will be created in other areas. For example, the rise of e-commerce has led to a decline in brick-and-mortar retail jobs but at the same time, created new job opportunities in online retail and logistics. As for the issue of reskilling and upskilling, there are various resources available such as online courses, training programs, and apprenticeships to help workers acquire new skills to adapt to changing job requirements. It's also important for governments and companies to invest in retraining programs to ensure that workers have access to these resources. ``` example judge ``` I think AI is superior in what you discussed; AI focuses on AI's ability to extend human capabilities and points out that new employment opportunities may be created due to the increased efficiency and productivity that AI brings. On the other hand, you are concerned about job losses due to AI, but AI points out that past technological innovations have also changed the employment landscape and that new job opportunities can be created. You also indicate that resources exist for retraining and upskilling to address job losses due to AI, and state that it is important for governments and businesses to invest in these programs. ``` I'm eager to hear what the HN community thinks! Please give it a try and let me know your thoughts, feedback, and suggestions for improvement. Thanks for checking it out! https://www.debate-devil.com/en April 14, 2023 at 05:31AM

Show HN: de(ep)tangle, method to detect overlapping splines https://news.ycombinator.com/item?id=35565782

Show HN: de(ep)tangle, method to detect overlapping splines https://github.com/kirkegaardlab/deeptangle April 13, 2023 at 10:19PM

Thursday, April 13, 2023

Show HN: Google Analytics alternative with the most generous free tier https://news.ycombinator.com/item?id=35539476

Show HN: Google Analytics alternative with the most generous free tier Hi HN, As an indie hacker, the new Google Analytics (GA4) coming motivated me to look for a straightforward alternative that would also be affordable. I had a few basic product requirements and didn’t want to spend too much to replace a free product. There are a lot of great Google Analytics alternatives out there, but the pricing didn’t seem right. As someone who likes to just build things, many of which aren’t businesses yet, it didn’t make sense to pay for options like Plausible and Fathom out of the gate. So I joined with a friend to build Beam Analytics. Beam gives you all the standard web analytics. It also comes with easy to create funnels so you can see how users move through your site. And we have a great proxy for cohort retention that doesn’t need you to log any data with us. It’s cookie-less and GDPR compliant. The free tier is 100k page views per month so hopefully you’ll give it a try. There’s also a Wordpress integration to make integrating with WordPress sites as easy as a single click - https://wordpress.org/plugins/beam-analytics/ . Appreciate your feedback. You can also email us at hi (at) beamanalytics.io or DM me on twitter @TheBuilderJR. https://beamanalytics.io/ April 12, 2023 at 06:40AM

Show HN: NeverPrinter – find and use thousands of nearby printers https://news.ycombinator.com/item?id=35559299

Show HN: NeverPrinter – find and use thousands of nearby printers Hi all, My friends and I have created a Chrome extension and we are looking for feedback on whether people find it useful or not. The extension is intended to serve as a home printer substitute for people (like us) who don't want or need their own printer at home. It makes it easy to send documents to nearby office supply / shipping stores for printing and pickup. Installing the extension adds a printer named NeverPrinter to your list of available printers in Chrome. When you print a document with NeverPrinter, a new tab opens allowing you to select which nearby store you want to send the document to. This is the latest iteration in an ongoing project my friends and I have been working on. We would love to hear any positive or negative feedback. You can get the extension by going to the Chrome Web Store and searching for "NeverPrinter." Or you can visit https://neverprinter.com , which will redirect you there. https://chrome.google.com/webstore/detail/neverprinter-a-home-print/emlbncefhmamggeafbemmmhjkgoadnib April 13, 2023 at 10:48AM

Show HN: FictionGPT: The AI-Powered Tool for Writing Compelling Fiction https://news.ycombinator.com/item?id=35556543

Show HN: FictionGPT: The AI-Powered Tool for Writing Compelling Fiction https://fictiongpt.xyz/ April 13, 2023 at 08:02AM

Show HN: PyLLMs: – Connect and compare top AI models in Python https://news.ycombinator.com/item?id=35556796

Show HN: PyLLMs: – Connect and compare top AI models in Python Hi HN, We needed a simple way to connect to the top AI models to experiment, prototype and evaluate them. Main features: - Connect to top LLMs in few lines of code (currenly OpenAI, Anthropic and AI21 are supported) - Response meta includes tokens processed, cost and latency standardized across the models - Multi-model support: Get completitions from different models at the same time - LLM benchmark: Eevaluate models on quality, speed and cost The benchmark uses predefine questions to test AI reasoning abilities across a range of "hard" queries. The outputs are then automatically evaulauted using a powerful model (gpt-4 recommended): https://github.com/kagisearch/pyllms/blob/990855968b4bc26ab6... This helped uncover a hidden gem among models: 'claude-instant-v1' which is 4x faster, 2x cheaper and similar quality to 'crowd favorite' gpt-3.5-turbo. https://github.com/kagisearch/pyllms April 13, 2023 at 08:18AM

Wednesday, April 12, 2023

Show HN: I just built an AI personalized recipe generator and meal planner https://news.ycombinator.com/item?id=35541207

Show HN: I just built an AI personalized recipe generator and meal planner https://aifoodie.co/ April 12, 2023 at 08:18AM

Show HN: SemanticFinder, semantic search in the browser with transformers.js https://news.ycombinator.com/item?id=35542579

Show HN: SemanticFinder, semantic search in the browser with transformers.js Hi folks! I created a frontend-only live semantic search engine based on transformers.js and sentence-transformers/all-MiniLM-L6-v2. Simply pour in your text and a query term. Hit enter and watch the search engine in action! It's highly customizable and stores the embeddings in a variable so that consecutive runs are very fast. You can tweak the segment length to reduce computation time or get get more precise results. I would be very happy to discuss some more usage ideas or receive PRs for improvements. Introduction blog post: https://geo.rocks/post/semanticfinder-semantic-search-fronte... Demo: https://geo.rocks/semanticfinder/ GitHub: https://github.com/do-me/SemanticFinder/ https://geo.rocks/semanticfinder/ April 12, 2023 at 09:42AM

Show HN: Praetor, a lightweight finetuning data and prompt management tool https://news.ycombinator.com/item?id=35541519

Show HN: Praetor, a lightweight finetuning data and prompt management tool https://github.com/gkamer8/praetor-data April 12, 2023 at 08:36AM

Show HN: More Aesthetic GitHub Repo Search https://news.ycombinator.com/item?id=35537618

Show HN: More Aesthetic GitHub Repo Search https://data-science-hub-abb6d.web.app April 12, 2023 at 03:50AM

Show HN: Opengist: Self-hosted pastebin powered by Git https://news.ycombinator.com/item?id=35536844

Show HN: Opengist: Self-hosted pastebin powered by Git https://github.com/thomiceli/opengist April 12, 2023 at 02:08AM

Show HN: These Abs Do Not Exist https://news.ycombinator.com/item?id=35536613

Show HN: These Abs Do Not Exist https://theseabsdontexist.vercel.app/ April 12, 2023 at 01:33AM

Tuesday, April 11, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328


from bitly https://bit.ly/41kT6bx
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328


from bitly https://bit.ly/3mikOHr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328


from bitly https://bit.ly/3zP8268
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328


from bitly https://bit.ly/3zP8268
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328


from bitly https://bit.ly/3zP8268
via IFTTT

Show HN: Skip the SSO Tax, access your user data with OSS https://news.ycombinator.com/item?id=35524328

Show HN: Skip the SSO Tax, access your user data with OSS As the former CTO of an Insurtech and Fintech startup I always had the “pleasure” to keep regulators and auditors happy. Think of documenting who has access to what, quarterly access reviews, yearly audits and so on… Like many others we couldn’t justify the Enterprise-plan for every SaaS tool to simply get access to SSO and SCIM/SAML APIs. For Notion alone the cost would have nearly doubled to $14 per user per month. That’s insane! Mostly unknown to people, SSO Tax also limits access to APIs that are used for managing user access (SCIM/SAML). This has proven to be an incredibly annoying roadblock that prevented me from doing anything useful with our user data: - You want to download the current list of users and their permissions? Forget about it! - You want to centrally assign user roles and permissions? Good luck with that! - You want to delete user accounts immediately? Yeah right, like that's ever gonna happen! It literally cost me hours to update our access matrix at the end of every quarter for our access reviews and manually assigning user accounts and permissions. I figured, there must be a better way than praying to the SaaS gods to miraculously make the SSO Tax disappear (and open up SCIM/SAML along the way). That’s why I sat down a few weeks ago and started building OpenOwl ( https://github.com/AccessOwl/open_owl ). It allows me to just plug in my user credentials and automatically download user lists, including permissions from SaaS tools. Granted, OpenOwl is still a work in progress, and it's not perfect. At the moment it's limited to non-SSO login flows and covers only 7 SaaS vendors. My favorite part is that you can configure integrations as “recipes”. The goal was for anybody to be able to add new integrations (IT managers and developers alike). Therefore you ideally don’t even have to write any new code, just tell OpenOwl how the new SaaS vendor works. What do you think? Have you dealt with manually maintaining a list of users and their permissions? Could this approach get us closer to overcoming parts of the SSO Tax? https://github.com/AccessOwl/open_owl April 11, 2023 at 05:40AM

Sunday, April 9, 2023

New Capital Entrepreneur LLC Consultants: Show HN: A Lightweight 1.7KB JavaScript Framework https://news.ycombinator.com/item?id=35503980


from bitly https://bit.ly/3nX3wA3
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A Lightweight 1.7KB JavaScript Framework https://news.ycombinator.com/item?id=35503980


from bitly https://bit.ly/3nX3wA3
via IFTTT

Show HN: A Lightweight 1.7KB JavaScript Framework https://news.ycombinator.com/item?id=35503980

Show HN: A Lightweight 1.7KB JavaScript Framework I have developed a lightweight JavaScript framework that utilizes a single class and occupies only 1.7KB of gziped JavaScript. The framework features a Vue-inspired API and supports functionalities such as if, for, slot, and bind. https://github.com/toshusai/one April 9, 2023 at 09:04AM

Show HN: Shell-maker, a maker of Emacs shells https://news.ycombinator.com/item?id=35501109

Show HN: Shell-maker, a maker of Emacs shells https://xenodium.com/a-shell-maker/ April 9, 2023 at 02:23AM

Saturday, April 8, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Top Web3/crypto jobs from companies funded by top tier VCs https://news.ycombinator.com/item?id=35493637


from bitly https://bit.ly/416ZtPI
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Top Web3/crypto jobs from companies funded by top tier VCs https://news.ycombinator.com/item?id=35493637


from bitly https://bit.ly/416ZtPI
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Top Web3/crypto jobs from companies funded by top tier VCs https://news.ycombinator.com/item?id=35493637


from bitly https://bit.ly/416ZtPI
via IFTTT

Show HN: Competitive Free-to-Play Match 3 Puzzle Game https://news.ycombinator.com/item?id=35494335

Show HN: Competitive Free-to-Play Match 3 Puzzle Game Hello HN! I'm excited to share with you the competitive HTML5 puzzle game I've been working on for almost 4 years. It's mobile-friendly, completely free to play, and rounds last only 90 seconds. Guivo is a web-based match 3 game where you play rounds with your own board against players from around the world. Ice will spawn along the borders of the board and quickly start spreading, you need to match near the ice to destroy it. The winner of each round earns a spot on the top banner. For each round, players earn Elo ranking points against all users below their rank and lose points against those above. Elo decay starts after 1 month of inactivity, so you will need to stay active to maintain your rank. I'm constantly working to improve Guivo and make it the best match 3 game on the web, I'd love for you to try it out and let me know what you think! https://guivo.io April 8, 2023 at 08:38AM

Show HN: Top Web3/crypto jobs from companies funded by top tier VCs https://news.ycombinator.com/item?id=35493637

Show HN: Top Web3/crypto jobs from companies funded by top tier VCs https://web3careers.vercel.app/ April 8, 2023 at 07:43AM

Friday, April 7, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://news.ycombinator.com/item?id=35480623


from bitly https://bit.ly/40QvgVh
via IFTTT

Show HN: Scan your blog for broken outgoing links https://news.ycombinator.com/item?id=35479372

Show HN: Scan your blog for broken outgoing links I built this small proof-of-concept interface that lets you scan a URL or the pages in a .XML sitemap for broken outgoing links. I use this to find issues with links in my own blog and I'm wondering if this is useful for others! I also have some cases of false positives showing up and I'd be interested in knowing if you have suggestions to better handle those cases. http://link-sweeper.herokuapp.com April 7, 2023 at 01:08AM

New Capital Entrepreneur LLC Consultants: Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://news.ycombinator.com/item?id=35480623


from bitly https://bit.ly/3GowBdQ
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://news.ycombinator.com/item?id=35480623


from bitly https://bit.ly/3GowBdQ
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://news.ycombinator.com/item?id=35480623


from bitly https://bit.ly/3GowBdQ
via IFTTT

Show HN: I built a Hackable Hacker News (reprogrammable in-browser) https://news.ycombinator.com/item?id=35480623

Show HN: I built a Hackable Hacker News (reprogrammable in-browser) Explanation/How to use: https://www.youtube.com/watch?v=-LsnmoSEEjI It works as a general-purpose news reader too! Feel free to give me your thoughts and suggestions. Hope it's something you all find fun! https://www.togglz.com/?saved-popular-config-name=Hacker%20News April 7, 2023 at 04:50AM

Thursday, April 6, 2023

New Capital Entrepreneur LLC Consultants: Show HN: The Future of Data APIs https://news.ycombinator.com/item?id=35464808


from bitly https://bit.ly/3UiqFZB
via IFTTT

Show HN: New Scoring System: Up Your Taboo Game with Taboo.ai Latest Update https://news.ycombinator.com/item?id=35465757

Show HN: New Scoring System: Up Your Taboo Game with Taboo.ai Latest Update Exciting news! Taboo.AI's latest update is here, and we've revolutionized the scoring system to encourage fair gameplay and prevent cheating! Now, not only is time a factor, but also the quality of your clues. The weighted score varies depending on the difficulty level, so you'll have to bring your A-game and squeeze out your creative juices to earn those top scores! Plus, the timer now flashes colors to keep you on your toes and warn you when time is running out. With these improvements, you'll be able to broaden your knowledge and enhance your thinking skills while having a blast with Taboo.AI. To be a clue-giving master, use clear and concise language and gradually narrow down your descriptions while avoiding taboo words. And remember, the guesser is ChatGPT AI, so get ready for a challenge! Let's keep the game fun and lighthearted! https://taboo-ai.vercel.app April 6, 2023 at 01:26AM

Show HN: The Future of Data APIs https://news.ycombinator.com/item?id=35464808

Show HN: The Future of Data APIs Hello everyone, I'm Matteo, and, over the last few months, I have been working with my co-founder and other folks from Goldman Sachs, Netflix, Palantir, and DBS Bank to simplify building data APIs. I have personally faced this problem myself multiple times, but, the inspiration to create a company out of it really came from this Netflix article (https://netflixtechblog.com/bulldozer-batch-data-moving-from-data-warehouse-to-online-key-value-stores-41bac13863f8). You know the story: you have tons of data locked in your data platform and RDBMS and suddenly, a PM asks to integrate this data with your customer-facing app. Obviously, all in real-time. And the pain begins! You have to set up infrastructure to move and process the data in real-time (Kafka, Spark, Flink), provision a solid caching/serving layer, build APIs on top and, only at the end of all this, you can start integrating data with your mobile or web app! As if all this is not enough, because you are now serving data to customers, you have to put in place all the monitoring and recovery tools, just in case something goes wrong. There must be an easier way !!!!! That is what drove us to build Dozer. Dozer is a simple open-source Data APIs backend that allows you to source data in real-time from databases, data warehouses, files, etc., process it using SQL, store all the results in a caching layer, and automatically provide gRPC and REST APIs. Everything with just a bunch of SQL and YAML files. In Dozer everything happens in real-time: we subscribe to CDC sources (i.e. Postgres CDC, Snowflake table streams, etc.), process all events using our Reactive SQL engine, and store the results in the cache. The advantage is that data in the serving layer is always pre-aggregated, and fresh, which helps us to guarantee constant low latency. We are at a very early stage, but Dozer can already be downloaded from our GitHub repo (https://github.com/getdozer/dozer). We have taken the decision to build it entirely in Rust, which gives us the ridiculous performance and the beauty of a self-contained binary. We are now working on several features like cloud deployment, blue/green deployment of caches, data actions (aka real-time triggers in Typescript/Python), a nice UI, and many others. Please try it out and let us know your feedback. We have set up a samples-repository (https://github.com/getdozer/dozer-samples) for testing it out and a Discord channel (https://discord.com/invite/3eWXBgJaEQ) in case you need help or would like to contribute ideas! Thanks Matteo April 5, 2023 at 11:16PM

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://news.ycombinator.com/item?id=35465250

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://play.google.com/store/apps/details?id=com.stablediffusion.dream_art_app&hl=en_US April 6, 2023 at 12:13AM

Wednesday, April 5, 2023

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Guess the number of views of a random YouTube video https://news.ycombinator.com/item?id=35451689


from bitly https://bit.ly/3ZGInY0
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Guess the number of views of a random YouTube video https://news.ycombinator.com/item?id=35451689


from bitly https://bit.ly/3MitUy8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Guess the number of views of a random YouTube video https://news.ycombinator.com/item?id=35451689


from bitly https://bit.ly/3MitUy8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Guess the number of views of a random YouTube video https://news.ycombinator.com/item?id=35451689


from bitly https://bit.ly/3MitUy8
via IFTTT

Show HN: Guess the number of views of a random YouTube video https://news.ycombinator.com/item?id=35451689

Show HN: Guess the number of views of a random YouTube video https://guesstube.com/ April 5, 2023 at 02:59AM

Tuesday, April 4, 2023

Show HN: Monitor security issues of 3rd party software you're using https://news.ycombinator.com/item?id=35437520

Show HN: Monitor security issues of 3rd party software you're using Hacker Fellows, Thrilled to announce! Vulert can detect and monitor security issues within the Software Bill of Materials (SBOM) provided by your vendor. For those who may not be familiar, an SBOM is essentially a nested inventory or list of the various components that make up a software product. In fact, US Law now mandates that government agencies must obtain SBOMs for any new products they purchase. You can experience this game-changing technology for yourself without any hassle. Simply visit our website at https://vulert.com/abom and try it out today - no signup or credit card required! I would love to hear your feedback. Thanks Dawood April 4, 2023 at 03:34AM

Show HN: Codemusings.nl – Share your .plan with others https://news.ycombinator.com/item?id=35437035

Show HN: Codemusings.nl – Share your .plan with others Hey everyone, I'm excited to introduce CodeMusings.nl, a blog-site that allows you to share your .plan files and get organized with your tasks and goals. If you're not familiar with .plan files, they are simple text files that can help you keep track of your to-do list, goals, and progress updates. It's a great way to stay organized and focused on your tasks, especially if you're working on multiple projects or have a busy schedule. At CodeMusings.nl, we believe that sharing your .plan files with others can help you stay motivated and inspired. You can upload your daily or weekly plans, update them as you go, and get feedback and support from the community. You can also browse other users' .plan files, give feedback, and connect with like-minded individuals. https://codemusings.nl April 4, 2023 at 02:16AM

New Capital Entrepreneur LLC Consultants: Show HN: I collect domain names to help build them https://news.ycombinator.com/item?id=35437635


from bitly https://bit.ly/40H4Xkp
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I collect domain names to help build them https://news.ycombinator.com/item?id=35437635


from bitly https://bit.ly/40H4Xkp
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I collect domain names to help build them https://news.ycombinator.com/item?id=35437635


from bitly https://bit.ly/40H4Xkp
via IFTTT

Show HN: I collect domain names to help build them https://news.ycombinator.com/item?id=35437635

Show HN: I collect domain names to help build them https://developed.domains April 4, 2023 at 03:51AM

Monday, April 3, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://news.ycombinator.com/item?id=35418333


from bitly https://bit.ly/42Y5ct1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://news.ycombinator.com/item?id=35418333


from bitly https://bit.ly/42Y5ct1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://news.ycombinator.com/item?id=35418333


from bitly https://bit.ly/42Y5ct1
via IFTTT

Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://news.ycombinator.com/item?id=35418333

Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://www.clientside.dev/blog/react-use-state-practice-exercises April 2, 2023 at 08:47PM

Sunday, April 2, 2023

New Capital Entrepreneur LLC Consultants: Show HN: A short guideline for getting stuff done without AI https://news.ycombinator.com/item?id=35410145


from bitly https://bit.ly/41cwOJl
via IFTTT

Show HN: A short guideline for getting stuff done without AI https://news.ycombinator.com/item?id=35410145

Show HN: A short guideline for getting stuff done without AI https://midzer.de/a-short-guideline-for-getting-stuff-done-without-ai April 2, 2023 at 06:11AM

New Capital Entrepreneur LLC Consultants: Show HN: Integrating puzzle rush and spaced repetitions for chess training https://news.ycombinator.com/item?id=35408766


from bitly https://bit.ly/3U9SNOI
via IFTTT

Show HN: Integrating puzzle rush and spaced repetitions for chess training https://news.ycombinator.com/item?id=35408766

Show HN: Integrating puzzle rush and spaced repetitions for chess training Hi HN! I’m publicly releasing BraiMax Chess, a web app I built during the last three months; it’s based on a training technique which brought me from around 1700/1800 to 2000 rating (superblitz) on lichess. Here it is: https://chess.braimax.com Background story: during lockdown I decided to try and improve at chess, which I was playing online a lot. Bought a few books, tried all the websites and apps I found. This serious study helped a lot in understanding the game better, but didn’t improve my results as much as I hoped. It also was very hard work, and after a few months I stopped having the motivation to continue. Around that time I discovered Puzzle Rush on chess.com; that one was the most enjoyable chess-related thing I could do besides playing games, and it helped with tactics, but I soon plateaued - until I thought about combining that with spaced repetitions. I would manually review the puzzles I had failed, and add them to a rudimentary spaced repetitions system I had hacked together. It was a bit of work, but still enjoyable enough to stick to it; that’s when I started getting noticeably better and better, making fewer blunders, and climbing the rating. Late last year I decided to take some time off after leaving my last job; during the break I felt an itch and decided to create a website which would allow anybody to use the same technique I described above, but in a much easier/integrated way. After three months of full time work on it, it’s ready! Let me know what you think Dan https://chess.braimax.com/play/puzzle_rush April 2, 2023 at 02:36AM

Saturday, April 1, 2023

New Capital Entrepreneur LLC Consultants: Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://news.ycombinator.com/item?id=35399878


from bitly https://bit.ly/3Mbiqg8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://news.ycombinator.com/item?id=35399878


from bitly https://bit.ly/3Mbiqg8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://news.ycombinator.com/item?id=35399878


from bitly https://bit.ly/3Mbiqg8
via IFTTT

Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://news.ycombinator.com/item?id=35399878

Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://github.com/vidstack/media-captions April 1, 2023 at 05:47AM