Friday, July 26, 2024

Show HN: Simple headless, serverless, static, git-based CMS https://ift.tt/R4pXACJ

Show HN: Simple headless, serverless, static, git-based CMS I couldn't find a CMS that met all my needs, so I built this prototype. It works for my purposes. I'm curious if anyone else finds it interesting or useful. If there's enough interest, I may continue working on it. Feedback welcome! https://ift.tt/sXQlbCw July 25, 2024 at 07:11PM

Thursday, July 25, 2024

Show HN: Pairing LLM code generation with traditional templates https://ift.tt/Ca8RPW3

Show HN: Pairing LLM code generation with traditional templates Hi, I’ve been exploring Claude 3.5 code generation abilities for a while and it looks like it can generate more consistent code than other models. However it would still be unmaintainable if you ask it to write a lot of code and it still sucks at system design. So, I’ve been playing around the idea of using the code repository with a template for directory layout and infrastructure, then adding the repository information to Claude and asking it to generate code. It seems that it works, if I pass the structure of some OpenAPI based backend it can update the API definition and implementation pretty consistently. Take a look at the PoC and please share your thoughts about this! I wanted to see if someone else is working on similar idea, I’m open for a chat! https://ift.tt/NzCMm9d July 25, 2024 at 12:14AM

Show HN: Unsearch, an open source alternative to Google Chrome Sync https://ift.tt/gQeWRz2

Show HN: Unsearch, an open source alternative to Google Chrome Sync I use several browsers between college, work and home and I like to have them synced so I can find websites I've searched for in a browser when I don't have access to it or access my bookmarks. I don't like the idea of using any of the sync services offered by the major browsers because of how they might use my data, because they lack some features I'd like to have, and because they all try to lock you into their ecosystem. So I'm building an open source cross-browser manager for browsing activity. I would love to hear your thoughts on this concept, and if you have any questions or suggestions, please let me know. https://ift.tt/CHf4a8E July 24, 2024 at 10:48PM

Wednesday, July 24, 2024

Show HN: Finetune Llama-3.1 2x faster in a Colab https://ift.tt/hrYy8g5

Show HN: Finetune Llama-3.1 2x faster in a Colab Just added Llama-3.1 support! Unsloth https://ift.tt/j7ERhvo makes finetuning Llama, Mistral, Gemma & Phi 2x faster, and use 50 to 70% less VRAM with no accuracy degradation. There's a custom backprop engine which reduces actual FLOPs, and all kernels are written in OpenAI's Triton language to reduce data movement. Also have an 2x faster inference only notebook in a free Colab as well! https://ift.tt/ihzW8Hy... https://ift.tt/jLeRluS July 24, 2024 at 02:00AM

Show HN: React Native Finisher Kit That'll Automate All the Complex Stuff https://ift.tt/dN93tyL

Show HN: React Native Finisher Kit That'll Automate All the Complex Stuff Hey HN, I've been automating mobile builds since 2017, publishing a course on mobile automation back then. Over the years, I’ve configured Mobile CI/CD for various companies using Bitrise, Codemagic, GitHub Actions – over and over again. To simplify this repetitive process, I’ve created a React Native "finisher kit" that automates Mobile CI/CD setup. Here’s what it offers: - Initial setup with monorepo support, multiple environments, unified configuration, testing set up, features like Push or iOS Live Activities… - Easy app creation for App Stores + Fully automated code signing, building, deployment, - Single place for configuration (AWS), reusable for local development, builds and deployment either locally or in the cloud, - A seamless system to manage configurations for Apple, Fastlane, Google, and more… It allows you to create your Mobile CI/CD with any of these providers with a single CLI command and keep it up-to-date. Switch between providers just by changing the config. It supports both React Native CLI projects and Expo. I built it to save time and reduce the complexity of mobile app development, hoping it will be as helpful for you as it has been for me. I’d love to get your feedback and thoughts. Thanks! Igor https://ift.tt/an68T3Q July 23, 2024 at 11:12PM

Show HN: VS Code Extension to skip the noisy web tools (JSON Prettify, and more) https://ift.tt/XfUbg3o

Show HN: VS Code Extension to skip the noisy web tools (JSON Prettify, and more) Hi HN, Simple online tools on the web have become unnecessary greedy. For example, * https://ift.tt/Y8WQSxe displays 7 ads on page load * https://ift.tt/nthQ5pw had 4 ads plus a Google Vignette. And many more sites do the same thing. It's just noisy, which is why I created this VS Code Extension where you don't need to even leave your editor for your small web operations. I also built a Desktop app and an online version, which can be reached or downloaded at smallonlinetools.net. Both of which will be ad-free forever. So far smallonlinetools.net has over 150 tools and I add more everyday! Give it a try and leave me a review is all I ask! Perhaps, share with your friends so we can rank better on Google! https://ift.tt/PNYMjrd July 23, 2024 at 08:50PM

Tuesday, July 23, 2024

Show HN: I packaged all of the productivity advice into one product https://ift.tt/wmsqg7P

Show HN: I packaged all of the productivity advice into one product Hey hackers, Like many of you, I'm always trying to optimize my productivity, and I have tried a lot of apps out there to do so. I didn't find the exact one that I could use, so I built one for myself. Check it out and let me know if you have any thoughts! https://www.focusmax.io July 22, 2024 at 08:54PM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...