Tuesday, 12 December 2023

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

Friday, 8 December 2023

Show HN: Open-source alternatives to tools You pay for https://bit.ly/3RfCeQb

Show HN: Open-source alternatives to tools You pay for hey makers, I've spent the whole night to compile this list out of > winners of Product Hunt > best dev tools on DevHunt > recently active on GitHub > most internet backlinks > most mentions as "alternative to .." Let me know if I should add anything there. https://bit.ly/3RzEdAl December 9, 2023 at 02:14AM

Show HN: Open sourcing Restly – GPT-4 powered tutorials from your OpenAPI spec https://bit.ly/487nR7f

Show HN: Open sourcing Restly – GPT-4 powered tutorials from your OpenAPI spec Hi HN - Marius (mbuleandra) and I built Restly as a side project. Restly generates a user-friendly tutorial against any OpenAPI spec. While building public-facing APIs, we found that writing these guides by hand took a lot of work. Many OpenAPI specs were too large to send to GPT-4 / Claude directly, and even when we could send them, we experienced lost-in-the-middle and hallucination issues. The project is very alpha but works against the Vocode API when we specify well-defined goals. Let us know your thoughts; we would love your contribution to the project! [1] https://bit.ly/41vbf8d [2] https://bit.ly/3uLahrQ https://bit.ly/3uLahrQ December 8, 2023 at 11:34PM

Show HN: Package PHP apps as standalone, self-executable binaries https://bit.ly/46PV8TD

Show HN: Package PHP apps as standalone, self-executable binaries https://bit.ly/3Gxdoqf December 8, 2023 at 03:45PM

Show HN: Gpts123.ai,A website that helps you find fun AI projects https://bit.ly/3t8fU2Z

Show HN: Gpts123.ai,A website that helps you find fun AI projects gpts123.ai is a newly launched AI application navigation website that is dedicated to helping users discover various fun gpts.enjoy it https://bit.ly/488s0rH December 8, 2023 at 09:44AM

Thursday, 7 December 2023

Show HN: Open-Source Function Calling (Anthropic, or Any LLM) https://bit.ly/3t7DBbA

Show HN: Open-Source Function Calling (Anthropic, or Any LLM) https://bit.ly/3GxeXEj December 8, 2023 at 05:26AM

Show HN: Homebrew 16bit CPU from 74HC logic with C compiler and Unix-like OS https://bit.ly/47NNmLl

Show HN: Homebrew 16bit CPU from 74HC logic with C compiler and Unix-like OS This is a 16bit CPU+Minicomputer from pure 74 series logic. It has user/kernel modes, virtual memory, prioritized IRQ's and DMA. It has a full C compiler and a unix-like OS. It's still in development. https://bit.ly/3uLyu1j December 8, 2023 at 02:32AM

Wednesday, 6 December 2023

Show HN: Signal Generator Written in Go https://bit.ly/3T74Vl0

Show HN: Signal Generator Written in Go https://bit.ly/41e2iju December 6, 2023 at 11:55PM