Thursday, 14 December 2023

Show HN: Webtwizz (Webtwizz.com) https://bit.ly/3GHdziu

Show HN: Webtwizz (Webtwizz.com) Build with Ease: Drag, Drop, Done! https://bit.ly/3RmBgSb December 15, 2023 at 02:17AM

Show HN: Flywheel https://bit.ly/41kVK2p

Show HN: Flywheel Hey all! Chase & David here from Flywheel. We recently launched our 2.0 version and hope to get feedback and traction from HN. Flywheel combines product & marketing analytics, user engagement, session replays, and more into one platform. We discovered a compound effect after connecting these products. Some examples: - Filtering session replays by Features used, not individual events (although this is also supported) - Displaying modals to churn-risk companies, without data science teams to build a model - Tracking feature launches across marketing and product, without Tableau / custom dashboards - Understanding how documentation affects product adoption Most importantly, Flywheel tries to minimize setup. Implementing Flywheel.js (https://bit.ly/3uX7b4m) does nearly all of the work for you. Paste the code snippets in your website and product, then send an in-app Identify call. The free tier should be more than enough for indie / personal projects. Let us know what you think! Feedback on the product, marketing, and concept is all welcome. - Chase & David https://bit.ly/3v6RF5H December 15, 2023 at 12:14AM

Wednesday, 13 December 2023

Show HN: I wrote Learn C Programming Through Nursery Rhymes and Fairy Tales https://bit.ly/3NsJszn

Show HN: I wrote Learn C Programming Through Nursery Rhymes and Fairy Tales https://amzn.to/3NttiFP December 14, 2023 at 06:40AM

Show HN: PickCells – Procedurally Generate Pixel Art https://bit.ly/3uQQYxm

Show HN: PickCells – Procedurally Generate Pixel Art Hi all, I hacked this little tool on a couple of train rides during my vacation to procedurally generate sprites based on loosely defined areas in a mask. You can use it to brainstorm ideas, to prototype art or to generate some temporary sprites for your 2d game. It's likely not good enough to give you a final product: it's meant to sketch things out and can be useful in game jams or early development stages of a game. The idea came by reading the Pixel Spaceship article by Dave Bollinger https://bit.ly/3uUrrU5... though I took took a couple of detours during the implementation. I would love to hear your thoughts: this is an itch I long wanted to scratch, and finally found a good way (and some time) to do so. If turns out to be useful, maybe I can invest more into it. Thanks! https://bit.ly/3NOdZrF December 13, 2023 at 11:40PM

Show HN: Play Othello in your web browser (made with Mithril) https://bit.ly/3RFwuAz

Show HN: Play Othello in your web browser (made with Mithril) https://bit.ly/3TnzyCU December 13, 2023 at 09:48PM

Tuesday, 12 December 2023

Show HN: Advent of Distributed Systems https://bit.ly/48gDaKY

Show HN: Advent of Distributed Systems Hey! I built a playground called Advent of Distributed Systems ( https://bit.ly/48ftErG ) where you can work through the Fly.io distributed systems challenges ( https://bit.ly/3NksH9d ) directly in your browser. Running challenges like this directly in the browser has often been the best way for me to get the activation energy to start them since it bypasses all the annoying dev environment setup that has to happen as a precursor to working on it. The coding environment was built with another project I'm working on called Cannon ( https://bit.ly/485ERei ) that aims to let you embed codeblocks of any language in your browser. Right now the Go environment runs on a Modal backend using their sandbox, but I'm hoping to use the excellent work done on Hackpad ( https://bit.ly/3Nrg3p3 ) to run the whole thing in your browser, with no network calls necessary, soon. Let me know what you think - week 3 is coming out soon! https://bit.ly/48ftErG December 12, 2023 at 03:38PM

Show HN: GPT for searching and understanding Neurips 2023 papers https://bit.ly/3GGhgoQ

Show HN: GPT for searching and understanding Neurips 2023 papers GPT: https://bit.ly/46W9UYM https://bit.ly/3GGgOHe December 12, 2023 at 11:56PM

Show HN: Visualize rotating objects from the 4th, 5th, nth dimensions https://bit.ly/3GD3Ee7

Show HN: Visualize rotating objects from the 4th, 5th, nth dimensions Ever since I remember I had a lot of curiosity regarding hyper dimensional spaces. Picturing higher dimensions, such an impossible yet exciting idea... So years ago I came across a small GIF of a tesseract. Since then it left me wondering how cubes from even higher dimensions would look like... Years passed and I became a software developer, decided to tackle the problem myself and ncube was the result. ncube allows you to visualize rotating hypercubes of arbitrary dimensions. It works by rotating the hyperdimensional vertices and applying a chain of perspective projections to them until the 3rd dimension is reached. Everything is generated in real time just from the dimension number. The application is fully free and open source: https://bit.ly/4alnBUn . There, you'll find some demos, more detailed explanation and how you can test it out yourself. Binaries for Windows, Mac and Linux are available: https://bit.ly/46UFDtI There's also a web version that runs fully on the browser: https://bit.ly/46V66qQ If you like the project I'd appreciate if you could give it a star on GitHub ♥ If you have any issue or feature request please submit at https://bit.ly/46Vd7I7 https://bit.ly/46V66qQ December 11, 2023 at 07:23PM

Show HN: UniDep – Unify Conda and Pip Dependencies in Your Python Projects https://bit.ly/4ah6dQj

Show HN: UniDep – Unify Conda and Pip Dependencies in Your Python Projects I'm excited to share UniDep, a tool I've developed to simplify dependency management in Python. It's designed to streamline the process by allowing a single `requirements.yaml` file to handle both Conda and Pip dependencies. Key features: - Unified handling of Conda and Pip dependencies. - Seamless integration with project tools like `pyproject.toml` and `setup.py`. - Support for monorepos: merge multiple `requirements.yaml` into a single `environment.yaml`. - Creates a global conda-lock file and consistent per sub-project conda-lock files. - Supports `pip-compile`. - Conflict resolution for complex dependencies. - Easy installation and integration with existing Python projects. - Support for different platforms and architectures. UniDep is particularly helpful for large-scale projects or those involving multiple environments or platforms. It's open-source and available for contributions on GitHub: https://bit.ly/3NoWCNw I hope this tool can help simplify the often complex world of Python dependency management, and I'm keen to hear feedback from the Hacker News community! https://bit.ly/3NoWCNw December 12, 2023 at 05:58AM

Monday, 11 December 2023

Show HN: TSdcos.dev rustdocs style documentation for any JavaScript library https://bit.ly/41g1MkR

Show HN: TSdcos.dev rustdocs style documentation for any JavaScript library Hi folks, if you're the kind who often find myself awkwardly looking at unpkg.com or digging in `node_modules` to read library APIs, you know how sucky it can be. tsdocs.dev creates reference type documentation for JS libraries on the cloud for any library version, so you can look for browse the API, and link to it. P.S. Might take a few seconds to pull up docs initially as we try to warm up our cache from your requests. https://bit.ly/3uWxeIV December 11, 2023 at 06:48PM

Show HN: I implemented evals metrics for LLMs that runs locally on your machine https://bit.ly/47YAZME

Show HN: I implemented evals metrics for LLMs that runs locally on your machine https://bit.ly/3rtbBhP December 12, 2023 at 12:13AM

Sunday, 10 December 2023

Show HN: I Remade the Fake Google Gemini Demo, Except Using GPT-4 and It's Real https://bit.ly/3RCjYSs

Show HN: I Remade the Fake Google Gemini Demo, Except Using GPT-4 and It's Real https://bit.ly/47Phshz December 11, 2023 at 03:17AM

Show HN: Facet – Declarative Web Components in HTML https://bit.ly/41dS16N

Show HN: Facet – Declarative Web Components in HTML Facet is a single-file web library that allows for the easy, declarative definition of web components. By making use of template elements with special attributes, Facet makes it possible to define useful and effective web components with no JavaScript boilerplate, so you can focus entirely on the structure and behavior of your component. https://bit.ly/3v1slxZ December 10, 2023 at 11:57PM

Show HN: Zero-setup e2e encrypted message queue for free in 1 line of Python https://bit.ly/41o5etS

Show HN: Zero-setup e2e encrypted message queue for free in 1 line of Python Put this together because I was tired of setting up anything when testing / prototyping projects that need a simple queue. Feedback / PRs / issues welcome. Feel free to use in production if you dare (or run your own server). https://bit.ly/41ePYiQ December 10, 2023 at 06:11PM

Show HN: Spiderdash https://bit.ly/3GzAtsa

Show HN: Spiderdash https://bit.ly/3uPTMuS December 10, 2023 at 07:44AM

Saturday, 9 December 2023

Show HN: LLM Templates – Streamline daily tasks with templated LLMs https://bit.ly/3NmSuOl

Show HN: LLM Templates – Streamline daily tasks with templated LLMs https://bit.ly/3Nnttma December 10, 2023 at 02:09AM

Show HN: 8-Bit Style Pokemon – Personal Website https://bit.ly/3tcRXYm

Show HN: 8-Bit Style Pokemon – Personal Website Just published my personal website v1 with some 8-bit style design that gives people nostalgia. Check it out at https://bit.ly/46Uoyjg . You can also find the source code on my GitHub. Here are couple of takeaways from the project: - It is a Next.js app built from the template ( https://bit.ly/47Q5PXo ). I made many changes, but I appreciate the components that came with the template! - The pixel art in the background is from Brandon James Greer on YouTube ( https://youtu.be/cxjX8O6YSHI ). Please do check out their work on YouTube; they are amazing! I'm currently using it for the sake of convenience, but I plan to replace it with my own pixel art soon. - The font I used for the website is Unifont Japanese OpenType Version ( https://bit.ly/3uOH2Vb ). It supports a wide range of glyphs from different languages, including Hanzi. If you have any questions or if there's anything you're curious about, my DMs are open on 𝕏 anytime. https://bit.ly/3RgKEH1 December 10, 2023 at 02:13AM

Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools https://bit.ly/47NXVOd

Show HN: Open source alternative to ChatGPT and ChatPDF-like AI tools Hey everyone, We have been building SecureAI Tools -- an open-source application layer for ChatGPT and ChatPDF-like AI tools. It works with locally running LLMs as well as with OpenAI-compatible APIs. For local LLMs, it supports Ollama which supports all the gguf/ggml models. Currently, it has two features: Chat-with-LLM, and Chat-with-PDFs. It is optimized for self-hosting use cases and comes with basic user management features. Here are some quick demos: * Chat with documents using OpenAI's GPT3.5 model: https://www.youtube.com/watch?v=Br2D3G9O47s * Chat with documents using a locally running Mistral model (M2 MacBook): https://www.youtube.com/watch?v=UvRHL6f_w74 Hope you all like it :) https://bit.ly/46ZCtVC December 10, 2023 at 12:02AM

Show HN: YouTube-Dl – Local OS Video Downloader https://bit.ly/3NmFbNH

Show HN: YouTube-Dl – Local OS Video Downloader https://bit.ly/3NlEhBj December 9, 2023 at 04:00PM

Show HN: Skatespot is the only app that lets you track your runs https://bit.ly/3tdhvVh

Show HN: Skatespot is the only app that lets you track your runs https://bit.ly/3NlXmDn December 9, 2023 at 11:01AM